summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* basemem is in K, not bytes. I think I tricked jhb into making the samepeter2003-11-142-2/+2
* Fix more spammage with local changes. Didn't look at the diffs beforejake2003-11-141-10/+10
* Fixed some style bugs (English errors and poor wording in comments,bde2003-11-141-11/+10
* "opt_auto_eoi.h" is not used here anymore. See atpic.c.peter2003-11-142-4/+0
* Replace magic numbers with macros for i8259A register constants. Stilljhb2003-11-142-18/+20
* - Bring in constants for 8259A registers from amd64 with some updatedjhb2003-11-141-2/+57
* Shuffle the APIC interrupt vectors around a bit:jhb2003-11-148-38/+54
* Drop the driver lock around calls to if_input to avoid a LOR whensam2003-11-1442-2/+123
* Fix a typo. We need opt_acpi.h not opt_apic.h for DEV_ACPI.jhb2003-11-141-1/+1
* Better fix than my previous commit:cognet2003-11-142-8/+9
* Add a sysctl MIB, NET_RT_IFMALIST, to retrieve multicast group membershipsbms2003-11-142-1/+68
* Fix up the control word 3 bits. jhb discovered how much I screwed thispeter2003-11-141-4/+4
* fix comments.ume2003-11-141-5/+3
* - Code cleanuppdeuskar2003-11-144-105/+48
* - Remove use of Giant from uma_zone_set_obj().alc2003-11-141-7/+1
* 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
OpenPOWER on IntegriCloud