summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2002-06-08If a IP packet is too large for the outgoing interface and DF is set,jasoni
2002-06-08pullup two fixes from netbsdChris Cappuccio
2002-06-08Sysctl for getting process arguments and environment.Artur Grabowski
2002-06-08Make 4GB machines work better.Tobias Weingartner
2002-06-08kill __PTodd C. Miller
2002-06-08Initial (not quite fully working) driver for the schizo on the blade1000Jason Wright
2002-06-08Netbsd cache flush speedup to dcache_flush_page.Marcus Watts
2002-06-08Break up icmp_error() so we can have the icmp error mbuf returnedjasoni
2002-06-08use splnet for ipsecJun-ichiro itojun Hagino
2002-06-08splnet -> splsoftnet where appropriateJun-ichiro itojun Hagino
2002-06-08gcJun-ichiro itojun Hagino
2002-06-08KNFJun-ichiro itojun Hagino
2002-06-08Check result from malloc(9) when using M_NOWAIT. ok niklas@Thomas Nordin
2002-06-08remove #ifdef __NetBSD__Jun-ichiro itojun Hagino
2002-06-08sync with latest KAME in6_ifaddr/prefix/default router manipulation.Jun-ichiro itojun Hagino
2002-06-08Use tsleep.Artur Grabowski
2002-06-08Use tsleep instead of sleep.Artur Grabowski
2002-06-08Use ltsleep in vfs_busy.Artur Grabowski
2002-06-08make pci_conf_{read|write} indirect functions so we can overload themJason Wright
2002-06-08KNF miss in my last commitNiklas Hallqvist
2002-06-08Oops, it was not meant to be removed, just liposucked.Miod Vallat
2002-06-08One ddb to rule them all.Miod Vallat
2002-06-08Strict prototypes, and some KNF touches while there.Miod Vallat
2002-06-08Strict prototypes, fix lcsplx() behaviour as per macppc, and a fewMiod Vallat
2002-06-08Strict prototypes, and fix mvmeprom_brdid interface.Miod Vallat
2002-06-08Fix device and console device prototypes.Miod Vallat
2002-06-08Factorize common parts (cache-related stuff).Miod Vallat
2002-06-08i386 configures devices while at spl0, this causes problems if devicesDale Rahn
2002-06-08more splnet protection to dom_ifattachJun-ichiro itojun Hagino
2002-06-08protect dom_ifattach by splnetJun-ichiro itojun Hagino
2002-06-08de peeJason Wright
2002-06-08protect biodone with splbioArtur Grabowski
2002-06-08keep the count of fragments consistent when we have to do a fail safe dropMike Frantzen
2002-06-08Explain why there is no splhigh hereNiklas Hallqvist
2002-06-08Provide type information for some symbols. Should fix vmstat -i.Artur Grabowski
2002-06-08correctnessChris Cappuccio
2002-06-08Make state timeouts configurable per rule, likeDaniel Hartmeier
2002-06-08Always keep the symbols, don't hand that memory to the VM system.Artur Grabowski
2002-06-08Remove this horror DIAGNOSTIC define. It was just ugly when itArtur Grabowski
2002-06-08Let this build when the internal DIAGNOSTIC define is removed.Artur Grabowski
2002-06-08Disable the screen burner if it is enabled and X starts, and reinable uponDale Rahn
2002-06-08rl* at cardbusAaron Campbell
2002-06-08Add support for RealTek 8129/8139-based CardBus cards; mostly from NetBSD.Aaron Campbell
2002-06-08typoJun-ichiro itojun Hagino
2002-06-08syncAaron Campbell
2002-06-08Add some RealTek card ID's; from NetBSD.Aaron Campbell
2002-06-08in6_len2mask is a duplicate of in6_prefixlen2mask. unify. sync w/kameJun-ichiro itojun Hagino
2002-06-08Macppc switches to gem from gm. Use the MI, better, Gig-E capable driver.Dale Rahn
2002-06-08print address; millert@ ok.Federico G. Schwindt
2002-06-08on SIOCAIFADDR_IN6 check if sin6_len is sane. sync w/kameJun-ichiro itojun Hagino