summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add itjc ISDN hardware driverhm2001-01-112-8/+24
* Add infrastructure for the itjc ISDN hardware driverhm2001-01-111-1/+10
* - Remove compatibility macros for accessing per-cpu variables.jake2001-01-1110-318/+33
* Add the ISDN itjc hardware driver. This driver supports the NETJet-S cardshm2001-01-118-9/+3942
* Add infrastructure to support the ISDN itjc hardware driver.hm2001-01-112-14/+14
* Update the ihfc driver with a patch from the author. He writes: This patchhm2001-01-114-50/+84
* Unbreak compilation.archie2001-01-112-2/+2
* Style improvements for last fix. Should be functionally the same.dwmalone2001-01-111-19/+19
* Only free items that are not already free or passed to other nodes.julian2001-01-101-1/+2
* Changes to stop zombie nodes showing up in active node lists.julian2001-01-101-21/+34
* lmc_ifup() was not checking the state of the interface. This wouldarchie2001-01-101-3/+8
* Reinstate 1.19.grog2001-01-101-2/+3
* Disable strstr() if ACPICA is compiled in userland.iwasaki2001-01-102-0/+4
* Add session argument to *close_disk, allowing to set session type on fixate.sos2001-01-1015-61/+54
* Add session argument to *CLOSEDISK, allowing to set session type on fixate.sos2001-01-101-4/+7
OpenPOWER on IntegriCloud