summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Remove duplicate FBSDID's, move others to their right place.David E. O'Brien2003-11-1422-78/+48
* Add a WITNESS_WARN() check to _STOPEVENT() since any _STOPEVENT() canJohn Baldwin2003-11-141-0/+2
* Include opt_global.h in the modules build, when building from a normalBrian Feldman2003-11-142-0/+4
* Add sbp_targ(4).Hidetoshi Shimokawa2003-11-141-0/+1
* Remove duplicateJohan Karlsson2003-11-145-15/+0
* - A sanity check in unionfs verifies that lookups of '.' return theDavid Schultz2003-11-141-27/+21
* - Remove long dead code.Alan Cox2003-11-141-15/+0
* Changes to msync(2)Alan Cox2003-11-142-4/+4
* Despam the const poisoningWarner Losh2003-11-141-5/+5
* reconst poisonWarner Losh2003-11-142-20/+20
* Reconst-poison crc routine that was renamed to mchash.Warner Losh2003-11-141-5/+5
* Rev 1.61 accidentily added makeoptions NO_MODULES=yes. Funny that I add thisJake Burkholder2003-11-141-11/+10
* Fix a number of style(9) bugs introduced in r1.113 by me.Alexander Kabaev2003-11-141-47/+46
* fix broken _IOR usageMatt Jacob2003-11-141-1/+1
* - Drop the process lock before we call into ptrace_{read|write}_int orJeff Roberson2003-11-141-4/+7
* - regen.Jeff Roberson2003-11-145-6/+6
* - Revision 1.156 marked ptrace() SMP safe. Unfortunately, alpha implementsJeff Roberson2003-11-141-1/+1
* Change double include protection style in headers to matchMaksim Yevmenkin2003-11-1417-17/+17
* Try to create some sort of consistency in how the routings to find theDavid E. O'Brien2003-11-1331-367/+346
* It is obivous this started out as a copy of a Bill Paul driver so he hasDavid E. O'Brien2003-11-131-0/+30
* Whitespace.John Baldwin2003-11-132-10/+10
* Fix a typo.John Baldwin2003-11-132-2/+2
* Make the defines that prevent multiple includes look like theHartmut Brandt2003-11-133-6/+6
* add sysctl MIB net.key.esp_auth which was wrongly droppedHajimu UMEMOTO2003-11-131-0/+6
* Various minor details:Poul-Henning Kamp2003-11-131-8/+17
* Don't disable the TSC with statclock_disable.Poul-Henning Kamp2003-11-132-18/+18
* Initialize b_iooffset correctly.Poul-Henning Kamp2003-11-131-0/+1
* - Unlock the clock lock before calling timeout in sysbeep(). This is almostJeff Roberson2003-11-131-1/+1
* Respect RB_KDB flag.Hidetoshi Shimokawa2003-11-131-0/+5
* Add tunables.Hidetoshi Shimokawa2003-11-131-4/+10
* Don't count PHY errors as input errors. This is important forSam Leffler2003-11-131-1/+9
* o insure the current channel is in a good state before starting an AP scanSam Leffler2003-11-131-13/+44
* add missing inpcb lock before call to tcp_twclose (which reclaims the inpcb)Sam Leffler2003-11-131-0/+1
* o reorder some locking asserts to reflect the order of the locksSam Leffler2003-11-131-3/+4
* Save the device so we can do a device_printf.Warner Losh2003-11-133-76/+69
* Call free(9) after the vnode interlock is released, avoiding a lock-orderAlan Cox2003-11-131-1/+1
* Stop pretending to support kernel profiling. The FAKE_MCOUNT() etcPeter Wemm2003-11-133-13/+0
* - Add the WITNESS_SKIPSPIN option to the GENERIC kernel so that users whoJeff Roberson2003-11-131-0/+1
* Move global variables for icmp_input() to its stack. With SMP orAndre Oppermann2003-11-131-10/+18
* - Close a race where a thread on another CPU could release a contested lockJohn Baldwin2003-11-121-4/+12
* Do not fragment a packet with hardware assistance if it has the DFAndre Oppermann2003-11-121-1/+2
* Add vendor ID to make Marvell chipset work. E.g. to be foundWilko Bulte2003-11-124-0/+20
* At the request of several developers, restore the DIAGNOSIC codeKirk McKusick2003-11-121-0/+28
* Mark __mac_get_pid() as MPSAFE in the comment, as it runs withoutRobert Watson2003-11-123-111/+45
* reflect ip6_pktopts and ip6_moptions into embeded scope ofHajimu UMEMOTO2003-11-121-3/+17
* Update from DRI CVS. Includes locking fixes (including PR 59202), changes forEric Anholt2003-11-1215-313/+832
* Add a new sysctl knob, net.inet.udp.strict_mcast_mship, to the udp_input path.Bruce M Simpson2003-11-121-0/+28
* Fix some typos.John Baldwin2003-11-121-3/+3
* dropwithreset is not needed in this case as tcp_drop() is already notifyingAndre Oppermann2003-11-122-2/+2
* Garbage collect unused values.John Baldwin2003-11-121-2/+0