summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* it seems that a commit to i4b/drivers/i4b_ispppsubr.c on 2000-01-12 hashm2001-01-151-2/+2
* Reenable support for FreeBSD 4.x and possibly the other supported BSD'shm2001-01-1515-218/+381
* Add support for SMC91C100FD chip of MELCO LPC-TX.toshi2001-01-152-1/+3
* Make NSWAPDEV reasonable so people do not mistakenly use unreasonabledillon2001-01-152-2/+12
* Implement an optimization for INTREN/INTRDIS that bde pointed out lastpeter2001-01-153-0/+42
* Instead of hard coding the major numbers for IDE and SCSI disksjoe2001-01-141-10/+17
* Add a generic "queued function callin" mechanismjulian2001-01-143-197/+430
* Use prober atomic operations when test&set'ing ->active.sos2001-01-141-6/+4
* Add {ACD,AST,ATAPI,ATA}_DEBUG.des2001-01-141-0/+4
* A bit of sanity-checking in bioqdisksort(): panic if we recurse.phk2001-01-142-0/+10
* The size of kinfo_proc on an alpha is 904 (not 640).mjacob2001-01-141-0/+4
* The Linuxulator needs sysvipc to work.des2001-01-141-0/+3
* Use predictable internal names for the sysvipc modules, so we have ades2001-01-143-9/+12
* Remove NOBLOCKRANDOM as a compile-time option. Instead, providemarkm2001-01-1413-36/+58
* fixed possibility of panic at key_acquire().ume2001-01-141-9/+8
* Argh, remove a local customization that snuck in here.jhb2001-01-142-2/+0
* Remove I386_CPU from GENERIC. Support for the 386 seriously pessimizesjhb2001-01-142-2/+2
* Revert the previous revision now that atomic_store_rel_ptr() actuallyjhb2001-01-142-8/+0
* Fix the atomic_load_acq() and atomic_store_rel() functions to properlyjhb2001-01-142-10/+86
* struct rangelock: Remove the field 'plex' from the entry. Range locksgrog2001-01-142-7/+3
* format_config: If a subdisk loses its drive (due to a bug which hasgrog2001-01-141-12/+25
* config_plex: Check that we have specified a plex organization.grog2001-01-141-3/+6
* Use ANSI prototype and function definition for dkcksum so that thisimp2001-01-143-9/+6
* Work around the broken atomic_store_rel_ptr() on the i386 arch by justjhb2001-01-142-0/+8
* - Use sched_lock to prevent the mutex name from changing out from under usjhb2001-01-131-3/+5
* Fix getsid() to use "=" instead of "==".ben2001-01-131-1/+1
* Add 3 new dynamic sysctl's to control the sleep states switched to on ajhb2001-01-132-0/+53
* Merged from sys/i386/conf/GENERIC revision from 1.286 to 1.291.nyan2001-01-131-54/+31
* Merged from sys/i386/conf/GENERIC.hints revision 1.6 and 1.7.nyan2001-01-131-16/+16
* Check __i386__, not i386.nyan2001-01-131-1/+1
* Properly compute the size of the final block of superblock summary information.mckusick2001-01-121-1/+1
* Merged from sys/i386/isa/npx.c revision 1.87.kato2001-01-121-17/+17
* Merged from sys/i386/i386/machdep.c revisions 1.427 and 1.428.kato2001-01-122-16/+16
* Merged from sys/conf/files.i386 revisions 1.342, 1.344, 1.345 and 1.346.kato2001-01-121-5/+12
* Fix a bug overwriting random data when Van Jacobsen header compressionhm2001-01-121-11/+21
* Change return ??? to return -1 in some #if 0'ed code.jake2001-01-127-14/+14
* Remove declaration of airq variable from outer block. There were twobmilekic2001-01-123-3/+3
* Remove unused per-cpu variables inside_intr and ss_eflags.jake2001-01-1211-16/+0
* Prototype inet_ntoa_r and thereby silence a warning from GCC. The functionbmilekic2001-01-121-0/+1
* Remove useless include of sys/mbuf.h (no longer useful since thebmilekic2001-01-122-2/+0
* Convert all instances of:benno2001-01-1212-12/+12
* Spell declarations correctly.steve2001-01-122-2/+2
* Catch up to the name changes in the hwvol API.jhb2001-01-111-4/+4
* - Move all of the hwvol functions into a mixer_hwvol_* namespace, and makejhb2001-01-113-15/+21
* Woops, use the SYSCTL_STATIC_CHILDREN() macro instead of manuallyjhb2001-01-111-2/+2
* remove debug sysctljulian2001-01-111-1/+4
* Make hook deletion SMP safe.julian2001-01-111-52/+88
* Add an exported function ng_rmhook_self() that removes a hookjulian2001-01-113-7/+106
* Another brian fix, luckily not in live code.julian2001-01-112-4/+3
* Fix uninitialised pointer.julian2001-01-111-0/+1
OpenPOWER on IntegriCloud