summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Remove duplicate FBSDID's, move others to their right place.obrien2003-11-1422-78/+48
* Add a WITNESS_WARN() check to _STOPEVENT() since any _STOPEVENT() canjhb2003-11-141-0/+2
* Include opt_global.h in the modules build, when building from a normalgreen2003-11-142-0/+4
* Add sbp_targ(4).simokawa2003-11-141-0/+1
* Remove duplicatejohan2003-11-145-15/+0
* - A sanity check in unionfs verifies that lookups of '.' return thedas2003-11-141-27/+21
* - Remove long dead code.alc2003-11-141-15/+0
* Changes to msync(2)alc2003-11-142-4/+4
* Despam the const poisoningimp2003-11-141-5/+5
* reconst poisonimp2003-11-142-20/+20
* Reconst-poison crc routine that was renamed to mchash.imp2003-11-141-5/+5
* Rev 1.61 accidentily added makeoptions NO_MODULES=yes. Funny that I add thisjake2003-11-141-11/+10
* Fix a number of style(9) bugs introduced in r1.113 by me.kan2003-11-141-47/+46
* fix broken _IOR usagemjacob2003-11-141-1/+1
* - Drop the process lock before we call into ptrace_{read|write}_int orjeff2003-11-141-4/+7
* - regen.jeff2003-11-145-6/+6
* - Revision 1.156 marked ptrace() SMP safe. Unfortunately, alpha implementsjeff2003-11-141-1/+1
* Change double include protection style in headers to matchemax2003-11-1417-17/+17
* Try to create some sort of consistency in how the routings to find theobrien2003-11-1331-370/+349
* It is obivous this started out as a copy of a Bill Paul driver so he hasobrien2003-11-131-0/+30
* Whitespace.jhb2003-11-132-10/+10
* Fix a typo.jhb2003-11-132-2/+2
* Make the defines that prevent multiple includes look like theharti2003-11-133-6/+6
* add sysctl MIB net.key.esp_auth which was wrongly droppedume2003-11-131-0/+6
* Various minor details:phk2003-11-131-8/+17
* Don't disable the TSC with statclock_disable.phk2003-11-132-18/+18
* Initialize b_iooffset correctly.phk2003-11-131-0/+1
* - Unlock the clock lock before calling timeout in sysbeep(). This is almostjeff2003-11-131-1/+1
* Respect RB_KDB flag.simokawa2003-11-131-0/+5
* Add tunables.simokawa2003-11-131-4/+10
* Don't count PHY errors as input errors. This is important forsam2003-11-131-1/+9
* o insure the current channel is in a good state before starting an AP scansam2003-11-131-13/+44
* add missing inpcb lock before call to tcp_twclose (which reclaims the inpcb)sam2003-11-131-0/+1
* o reorder some locking asserts to reflect the order of the lockssam2003-11-131-3/+4
* Save the device so we can do a device_printf.imp2003-11-133-76/+69
* Call free(9) after the vnode interlock is released, avoiding a lock-orderalc2003-11-131-1/+1
* Stop pretending to support kernel profiling. The FAKE_MCOUNT() etcpeter2003-11-133-13/+0
* - Add the WITNESS_SKIPSPIN option to the GENERIC kernel so that users whojeff2003-11-131-0/+1
* Move global variables for icmp_input() to its stack. With SMP orandre2003-11-131-10/+18
* - Close a race where a thread on another CPU could release a contested lockjhb2003-11-121-4/+12
* Do not fragment a packet with hardware assistance if it has the DFandre2003-11-121-1/+2
* Add vendor ID to make Marvell chipset work. E.g. to be foundwilko2003-11-124-0/+20
* At the request of several developers, restore the DIAGNOSIC codemckusick2003-11-121-0/+28
* Mark __mac_get_pid() as MPSAFE in the comment, as it runs withoutrwatson2003-11-123-111/+45
* reflect ip6_pktopts and ip6_moptions into embeded scope ofume2003-11-121-3/+17
* Update from DRI CVS. Includes locking fixes (including PR 59202), changes foranholt2003-11-1215-314/+833
* Add a new sysctl knob, net.inet.udp.strict_mcast_mship, to the udp_input path.bms2003-11-121-0/+28
* Fix some typos.jhb2003-11-121-3/+3
* dropwithreset is not needed in this case as tcp_drop() is already notifyingandre2003-11-122-2/+2
* Garbage collect unused values.jhb2003-11-121-2/+0
OpenPOWER on IntegriCloud