Searched hist:1.897 (Results 1 - 14 of 14) sorted by relevance

/src/sys/dev/pci/
H A Dpcidevs.h1.897 Sun Sep 02 21:03:56 GMT 2007 ober regen. added Intel LPC 82801HEM and 82801IO
H A Dpcidevs_data.h1.897 Fri Sep 07 13:51:14 GMT 2007 cube Regen.
H A Dpcidevs1.897 Sun Sep 02 21:02:52 GMT 2007 ober Add Intel LPC 82801HEM and 82801IO entries
/src/distrib/sets/lists/base/
H A Dshl.mi1.897 Wed Aug 26 16:03:40 GMT 2020 riastradh Clarify wg(4)'s relation to WireGuard, pending further discussion.

Still planning to replace wgconfig(8) and wg-keygen(8) by one wg(8)
tool compatible with wireguard-tools; update wg(4) for the minor
changes from the 2018-06-30 spec to the 2020-06-01 spec; &c. This just
clarifies the current state of affairs as it exists in the development
tree for now.

Mark the man page EXPERIMENTAL for extra clarity.
H A Dmi1.897 Wed Dec 08 07:20:59 GMT 2010 kefren add usr/sbin/ldpd and its man page
/src/doc/
H A D3RDPARTY1.897 Tue Jan 17 16:27:15 GMT 2012 wiz sqlite-3.7.10 out.
H A DCHANGES1.897 Tue Jul 31 19:51:58 GMT 2007 jmmv Switch NetBSD/shark's installation kernel and disk image to use wscons
instead of pccons, just like its GENERIC kernel does.

This obsoletes pccons in this platform, which will probably be removed
later.
/src/sys/arch/i386/conf/
H A DGENERIC1.897 Fri May 23 21:17:40 GMT 2008 jnemeth add siisata(4) -- SiI SteelVine SATA2
/src/distrib/sets/lists/man/
H A Dmi1.897 Tue Jun 13 11:27:29 GMT 2006 tron The manual pages for "mail.local" are not obsolete because "mail.local"
is (and should be) still included in the base distribution.
/src/distrib/sets/lists/tests/
H A Dmi1.897 Sat Aug 22 08:29:13 GMT 2020 rillig make(1): add test for combining :: and .USEBEFORE
/src/share/mk/
H A Dbsd.own.mk1.897 Sat Feb 06 16:56:23 GMT 2016 riz Don't test dtrace-related variables until after they've been set.
/src/usr.bin/make/
H A Dvar.c1.897 Sat Apr 03 14:39:02 GMT 2021 rillig make: backport to C90

In the past few months I had accidentally used C99 features in the make
code. According to tools/README, tools that are used in the build
system should restrict themselves to C90.

This allows make to build with GCC's options "-pedantic
-Wno-system-headers -Dinline= -Wno-error=cast-qual".

I didn't notice anyone actively complaining though, I just wanted to see
how much work this backporting would be. The identifier __func__ is
still used, as in other tools.

No functional change.
/src/sys/conf/
H A Dfiles1.897 Sat Mar 29 15:59:26 GMT 2008 skrll Tidyup the attachment of various devices in the same way as OpenBSD and
use the same name.

Must have been funny to someone.
/src/distrib/sets/lists/comp/
H A Dmi1.897 Wed Jul 12 13:39:05 GMT 2006 lukem * Provide new keywords:
gcc=<n> <n> = value of ${HAVE_GCC}
gdb=<n> <n> = value of ${HAVE_GDB}

* Support extra keywords on lines with "obsolete" keywords to allow
keyword-specific obsolete files.
(Primarily intended for use with gcc=<n> and gdb=<n>, although
it could be use for other items).

* Use the above features to collapse the gcc.* and gcc4.* lists into
the appropriate set lists.

* Deprecate the tc.* lists as all platforms are either HAVE_GCC=3 or HAVE_GCC=4.

* Update set lists for HAVE_GDB=6.

Completed in 1405 milliseconds