summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2002-06-07Remove obsolete CLKF_BASEPRI(). ok niklas@, miod@ and art@Thomas Nordin
2002-06-07Add "(max <number>)" option for "keep/modulate state" to limit the numberDaniel Hartmeier
2002-06-07Change addupc_intr to not use fuswintr and suswintr to update the profilingArtur Grabowski
2002-06-07switch from AVL tree's to herr Provos' red-black treesMike Frantzen
2002-06-07regen.Federico G. Schwindt
2002-06-07Call pf_test() from pf_route() to filter (and translate) routed packets,Daniel Hartmeier
2002-06-07Gemplus GPR400 smartcard reader.Federico G. Schwindt
2002-06-07Add wsconsctl recognition support for adb keyboard.Dale Rahn
2002-06-07bus_dma-ify, now it works again, sorry for the inconvenienceNiklas Hallqvist
2002-06-07Add mbuf tag PACKET_TAG_PF_ROUTED, used to prevent loops for pf routedDaniel Hartmeier
2002-06-07add a way to exit from the 'root device' prompt if we haven't found ANY possi...Jason Wright
2002-06-07sync behaviour about DF bit between ip_output()/tcp_response()Philipp Buehler
2002-06-07Don't try to send a packet we don't have if rl_encap fails.Artur Grabowski
2002-06-07There is absolutely no need to protect a reference to mono_time.tv_sec with s...Artur Grabowski
2002-06-07Move all duplicated enqueueing code into one function,jasoni
2002-06-07typoJun-ichiro itojun Hagino
2002-06-07If there has been no NS for the neighbor after entering theJun-ichiro itojun Hagino
2002-06-07avoid is_ipv6 construct. a step towards IPv4-less kernelJun-ichiro itojun Hagino
2002-06-07no need for IPv4 mapped addr supportJun-ichiro itojun Hagino
2002-06-07Hand-editing diff file to remove a few chunks that you don't want toMiod Vallat
2002-06-07mistake in sysctl tableJun-ichiro itojun Hagino
2002-06-07just for consistency/compatibility, have net.inet6.ip6.v6only sysctl MIB,Jun-ichiro itojun Hagino
2002-06-07styleJun-ichiro itojun Hagino
2002-06-07Handle hashinit() failure. ok niklas@Thomas Nordin
2002-06-07remove staticJason Wright