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

/src/sys/dev/pci/
H A Dpcidevs.h1.908 Mon Oct 22 15:01:16 GMT 2007 manu Regen
H A Dpcidevs_data.h1.908 Wed Oct 24 23:08:24 GMT 2007 xtraeme regen
H A Dpcidevs1.908 Wed Oct 24 23:08:06 GMT 2007 xtraeme - Add support for the ServerWorks HT-1000 IDE Controller in rccide.
- Add support for another ServerWorks HT-1000 SATA Controller.

From OpenBSD.
/src/distrib/sets/lists/base/
H A Dshl.mi1.908 Sat Oct 03 18:35:21 GMT 2020 christos bump libc for set_rpc_maxgrouplist
H A Dmi1.908 Fri Dec 17 09:54:27 GMT 2010 jruoho Make tcpdump(8) to drop root privileges and chroot(2) by default.
/src/doc/
H A D3RDPARTY1.908 Mon Feb 06 15:58:56 GMT 2012 roy Note import of dhcpcd-5.5.4
H A DCHANGES1.908 Tue Aug 14 15:04:41 GMT 2007 pooka note mount_sysctlfs
/src/distrib/sets/lists/comp/
H A Dmi1.908 Thu Jul 27 22:18:47 GMT 2006 christos branches: 1.908.2;
add services_mkdb
1.908 Thu Jul 27 22:18:47 GMT 2006 christos branches: 1.908.2;
add services_mkdb
/src/sys/arch/i386/conf/
H A DGENERIC1.908 Tue Sep 09 01:19:37 GMT 2008 jmcneill Add uvideo(4)
/src/distrib/sets/lists/man/
H A Dmi1.908 Sat Jul 08 17:22:14 GMT 2006 tsutsui Misc fixes for sl(4) and slattach(8) man pages:
- note that ifconfig(8) create subcommand is required before slattach(8)
- network addresses aren't defined by slattach(8) but ifconfig(8)
- Add a BUGS section in slattach(8) to note that currently there is no way to
specify/see an interface name to be attached
- move description about link[0-2] flags from slattach(8) to sl(4)
(rather than adding a new description...)
- move description about SLIP limitations to a new BUGS section in sl(4)
- remove inappropriate MLINKS of slip.8 to slattach.8
- create MLINKS of slip.4 to sl.4 instead
- add some more xrefs

Ok'ed by christos, and closes PR kern/33672 and PR bin/33923.
/src/distrib/sets/lists/tests/
H A Dmi1.908 Thu Aug 27 15:32:00 GMT 2020 riastradh Sort and deduplicate set lists.
/src/share/mk/
H A Dbsd.own.mk1.908 Thu Mar 24 00:04:05 GMT 2016 christos switch vax to gcc-5.3
/src/usr.bin/make/
H A Dvar.c1.908 Mon Apr 05 00:51:35 GMT 2021 rillig make: clean up debug logging for ':M' and ':N'

Using square brackets as quotes was confusing since patterns can contain
square brackets themselves.

The debug logging for VarMatch was a bit too detailed. Having the
"before" and "after" states is enough for all practically relevant
cases.
/src/sys/conf/
H A Dfiles1.908 Tue Jun 10 14:03:57 GMT 2008 cube Do proper config(5) version checking after previous changes [hi drochner!].

The rule is, if you change scan.l or gram.y, you bump the config(5)
version. If you implement the changes under sys/conf/files or affiliate,
you bump the required version in sys/conf/files or in an appropriate place
to minimise annoyance. If the changes makes new config(1) incompatible
with a previous version of config(5), embed it in config(1) using the
CONFIG_MINVERSION definition along with CONFIG_VERSION.

This has been in the tree for what, 3 years now? It's even documented...

Completed in 1282 milliseconds