summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2000-02-08Add DIRMODEMarc Espie
2000-02-08evil typo; from Rusty Hunt <alaric@exoinc.com>Michael Shalayeff
2000-02-08prevent a panic when suspending on an idle systemNiklas Hallqvist
2000-02-08in6.h is not necessary (in.h will bring it in)Jun-ichiro itojun Hagino
2000-02-08don't include netinet6/{icmp6,ip6}.h for rfc2292 conformance.Jun-ichiro itojun Hagino
2000-02-08be consistent with other makefiles: use CFLAGS+= instead of COPTS+=Jason Wright
2000-02-08Remove name field from ncr_chip_table since it doesn't have the chip nameTodd C. Miller
2000-02-08syncTheo de Raadt
2000-02-08sun pci hmeTheo de Raadt
2000-02-08make clear what is 802.11FH vs 802.11DSTheo de Raadt
2000-02-08Split low ISA memory (<16MB) into its own freelist, which is used last byNiklas Hallqvist
2000-02-07remove verbosity in dmesg; openbsd commit #10,000 for meTheo de Raadt
2000-02-07fix include file path.Jun-ichiro itojun Hagino
2000-02-07various minor cleanups of ugliesTheo de Raadt
2000-02-07regen (with correct reference from syscalls.master)assar
2000-02-07regen (with correct reference from syscalls.master)assar
2000-02-07regen (with correct reference from syscalls.master)assar
2000-02-07s/DIAGNOSTIC/DEBUG/Jun-ichiro itojun Hagino
2000-02-07fix include file path related to ip6.Jun-ichiro itojun Hagino
2000-02-07make more check about mbuf len before rolling message for routing header.Jun-ichiro itojun Hagino
2000-02-07remove prefix information in the kernel when all matching in6_ifaddr are gone.Jun-ichiro itojun Hagino
2000-02-07fix ifa refcnt'ing.Jun-ichiro itojun Hagino
2000-02-07use log(), not printf(), for DAD messages.Jun-ichiro itojun Hagino
2000-02-07for more strict rfc2292 compliance swap netinet{,6}/{ip6,icmp6}.h.Jun-ichiro itojun Hagino
2000-02-07add man-page to fhopen et al. From NetBSDassar
2000-02-07bump minor (fhopen, fhstat, fhstatfs added)assar
2000-02-07add fhopen, fhstat, fhstatfs system calls. largely from NetBSDassar
2000-02-07update to use new checkexp vfs operationassar
2000-02-07(sys_getfh): moved here from nfs_syscalls.cassar
2000-02-07at least make it compile with LFS definedassar
2000-02-07(vfsops): divide up fhtovp into two: fhtovp that does the mapping andassar
2000-02-07regeneratedassar
2000-02-07always include sys_getfh. add fhopen, fhstat, and fhstatfsassar
2000-02-07removed prototype of sys_getfh - it is now a normal syscallassar
2000-02-07moved sys_getfh to vfs_syscalls.cassar
2000-02-07Update to reflect recent changes to the interface.Artur Grabowski
2000-02-07make it compilable without "options DEBUG"Jun-ichiro itojun Hagino
2000-02-07My copyright, not Berkeley's and some minor working tweaks.Todd C. Miller
2000-02-07ike_quick_mode.c: Merge with EOM 1.111Niklas Hallqvist
2000-02-07Merge with EOM 1.8Niklas Hallqvist
2000-02-07list new adapters supportedKenneth R Westerback
2000-02-07sync with netbsd. ok @deraadtKenneth R Westerback
2000-02-07regenNiklas Hallqvist
2000-02-07Rough but working driver for ICP-Vortex RAIDNiklas Hallqvist
2000-02-06Upgrade newfs_msdos to latest freebsd version. This one knows how to handleimp
2000-02-06LVD support, from FreeBSD, tested for half a year by several peopleNiklas Hallqvist
2000-02-06Maintain tx clock state and set RED LED appropriately for SSI cardChris Cappuccio
2000-02-06missing \n on printfChris Cappuccio
2000-02-06Make LEDs (mostly) accurate for all models instead of just LMC1000Chris Cappuccio
2000-02-06do not directly include netinet6/{ip6,icmp6}.hJun-ichiro itojun Hagino