summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2003-11-09Zero the tx buffer before reusing it. This way stray bits willDale Rahn
2003-11-09remove stale forward declarationDaniel Hartmeier
2003-11-09No need to pass an unused struct carp_softc * into carp_input_c() fromRyan Thomas McBride
2003-11-09Typos; Jonathan GrayMiod Vallat
2003-11-08Inline invalidate_pte().Miod Vallat
2003-11-08Return proper anchor rule number in correct byte order.Daniel Hartmeier
2003-11-08typos from Jonathon Gray;Jason McIntyre
2003-11-08Save the current floatingpoint state in the pcb.Miod Vallat
2003-11-08Remove file commited by accidentMiod Vallat
2003-11-08Avoid a race condition while swapping in a process.Thomas Nordin
2003-11-08Remove compacting garbage collector. Fixes PR #3528.Thomas Nordin
2003-11-08Add 'no-sync' state option to prevent state transition messages for statesRyan Thomas McBride
2003-11-07Check to make sure that the packet was received on a carp-enabled interface.Ryan Thomas McBride
2003-11-07fix behavior when ipv6mr_interface is 0. reported on netbsd listJun-ichiro itojun Hagino
2003-11-07Clean up carp_iamatch() behaviour so we don't reply to arp requests whenRyan Thomas McBride
2003-11-07Correct url to docs site; from Jared Yanovich <jjy2+@pitt.edu>.Alexander Yurchenko
2003-11-07Add missing #ifdef INET6.Ryan Thomas McBride
2003-11-07updated URL and a typo from Jared Yanovich;Jason McIntyre
2003-11-07more updated URLs from Jared Yanovich;Jason McIntyre
2003-11-07the the; from rohee@Michael Shalayeff
2003-11-07update the ref to fips; from jared yanovichMichael Shalayeff
2003-11-07fix the ref to hpux elf extensions; from Jared Yanovich <jjy2+@pitt.edu>Michael Shalayeff
2003-11-07updated URLs from Jared Yanovich;Jason McIntyre
2003-11-07"the the" -> "the"; rohee@Miod Vallat
2003-11-07adress -> address, and a few more; all from Jonathon Gray;Jason McIntyre
2003-11-06Do not use a reserved PTE bit as the wired bit, this can bite you.Miod Vallat
2003-11-06move netisr definition into md code to allow arch provide suitable allocation;Dale Rahn
2003-11-06move netisr definition into md code to allow arch provide suitable allocation...Michael Shalayeff
2003-11-06the previous change caused invalid checksums in some cases (rdr),Daniel Hartmeier
2003-11-06regenMichael Shalayeff
2003-11-06i82852gm ids from jmc's dmesgMichael Shalayeff
2003-11-05Correct author's email address per his request.Alexander Yurchenko
2003-11-05Back wdc reset change, now in more careful variant.Alexander Yurchenko
2003-11-05another ad codecMichael Shalayeff
2003-11-05Cleanups.Ryan Thomas McBride
2003-11-04don't call in_pcbrehash twice; ok itojun@Markus Friedl
2003-11-04a hook to use an lkm for unicode names decoding; from freebsdMichael Shalayeff
2003-11-04add in(6)_pcblookup_listen() and replace all calls to in_pcblookup()Markus Friedl
2003-11-04Add carp_setroute(), add and remove routes when the carp(4) interfaceRyan Thomas McBride
2003-11-04Use MGETHDR() instead of m_gethdr()Ryan Thomas McBride
2003-11-04- Remove bogus function prototypeRyan Thomas McBride
2003-11-04kill a no longer relevant todo itemMichael Shalayeff
2003-11-04Some cleanups from Andrey Matveev <andrushock@korovino.net>:Ryan Thomas McBride
2003-11-03verify exec headers before attempting malloc. reported by Georgi Guninski.Ted Unangst
2003-11-03use arc4random_bytesTed Unangst
2003-11-03add arc4random_bytes. input ok mickey@Ted Unangst
2003-11-03There is no point in checking NIC capabilities before calling pf_test(),Cedric Berger
2003-11-03pf_route() can change output NIC, so we need to check its capabilities.Cedric Berger
2003-11-03spelling fixes (in the comments)David Krause
2003-11-03spelling fixes (in the comments)David Krause