summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2002-06-07kill register; ok with itojunjasoni
2002-06-07use TAILQ_FOREACH macro; ok angelosjasoni
2002-06-07Multicast fixes, Gig-E support, mostly from netbsd. ok jason@Dale Rahn
2002-06-07knfJason Wright
2002-06-07Use LIST macros instead of accessing field members directly; jason@ okAaron Campbell
2002-06-07Detect wrap-around of timeout and set it to its maximum value. HackyAngelos D. Keromytis
2002-06-07increase rule label length from 32 to 64 charsHenning Brauer
2002-06-07add the possibility to configure a TTL while return-rstPhilipp Buehler
2002-06-07Fix more timeout handling issues in ohci. There are still cursed harrdwareMiod Vallat
2002-06-07styleJun-ichiro itojun Hagino
2002-06-07More DDB fallout.Dale Rahn
2002-06-07Fix DDB build problem, minor cleanup.Dale Rahn
2002-06-07This doesn't happen, and Debugger should not be used here anyway...Dale Rahn
2002-06-07move IPV6_CHECKSUM processing to ip6_raw_ctloutput(). bunch of KNFs.Jun-ichiro itojun Hagino
2002-06-07in pf_route{6}, do not pass thru pf_test again if the outgoingjasoni