summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Make LINT link.phk2000-09-161-0/+4
* Make LINT compile.phk2000-09-161-1/+1
* Make LINT compile.phk2000-09-161-1/+1
* - Add a new process flag P_NOLOAD that marks a process that should bejhb2000-09-151-0/+1
* Moved the fe driver from the compat section to the correct section.nyan2000-09-151-2/+2
* Check to see if we actually have an interrupt descriptor and an interruptjhb2000-09-151-0/+21
* Add pmtimer instance.iwasaki2000-09-141-0/+2
* Add Timer device driver for power management events.iwasaki2000-09-145-160/+153
* Remove the mtx_t, witness_t, and witness_blessed_t types. Instead, justjhb2000-09-143-37/+35
* - Newbus'ify and bus_space'ify.nyan2000-09-142-4398/+0
* - Remove the inthand2_t type and use the equivalent driver_intr_t type fromjhb2000-09-1310-129/+65
* Be more careful about cleaning up the stack after function calls earlybde2000-09-131-11/+16
* Fixed hang on booting with -d. mtx_enter() was called on an uninitializedbde2000-09-132-10/+8
* A new driver for PCI:SCSI RAID controllers based on the Adaptec FSAmsmith2000-09-132-0/+6
* Take out some unneeded debugging code and re-enable panic()'ing if we spinjhb2000-09-131-14/+6
* Clean up process accounting some more. Unfortunately, it is still notjhb2000-09-123-54/+42
* Quick fix for hang on booting with -d. mtx_enter() was called beforebde2000-09-121-2/+4
* Don't panic for delivery of a multiplexed SWI. Most SWI handlersbde2000-09-121-1/+4
* Turn the /dev/random device into a (pseudo-)device, not an option.markm2000-09-123-3/+3
* Move tx to the list of drivers that now require miibus.billf2000-09-111-1/+1
* Sign tx driver as using miibus code.semenu2000-09-111-2/+2
* When doing statistics for statclock on other CPU's, use the other CPUs'jhb2000-09-113-9/+9
* Provide keyboard entropy harvesting for PCVT users.markm2000-09-102-0/+5
* Style cleanups. No functional changes.jasone2000-09-091-42/+37
* Add file and line arguments to WITNESS_ENTER() and WITNESS_EXIT, sincejasone2000-09-091-14/+14
* Add a comment, that a LINT file can be produced from NOTES viaalex2000-09-091-0/+3
* Remove unused variables.des2000-09-091-1/+0
* Add stat, uptime and version.des2000-09-094-22/+151
* Rename mtx_enter(), mtx_try_enter(), and mtx_exit() and wrap them with cppjasone2000-09-082-69/+81
* Remove an unneeded extern declaration of cp_time.jhb2000-09-083-6/+0
* Fixed the softintr macro which directly accessed ipending.kato2000-09-081-6/+6
* Really fix USER_LDT. (Don't use currentldt as an L-value.)jake2000-09-084-5/+5
* Don't use currentldt as an L-value.jake2000-09-071-1/+1
* Close PR #20963. Do not pass encryption keys back to the caller viawpaul2000-09-071-0/+3
* Pierre Beyssac originally derived linprocfs from procfs, and I've made (anddes2000-09-075-0/+10
* Test for both SMP and I386_CPU being set before generating an error.jhb2000-09-071-1/+1
* Don't assume that address of I/O address table increase (PC-98 only).nyan2000-09-071-2/+2
* Major update to the way synchronization is done in the kernel. Highlightsjasone2000-09-0755-2819/+3418
* Add KTR, a facility that logs kernel events in order to to facilitatejasone2000-09-071-6/+115
* Introduce atomic_cmpset_int() and atomic_cmpset_long() from SMPng aphk2000-09-062-0/+73
* When sigaltstack is called with a stack size that's not smallermarcel2000-09-062-1/+5
* Teach the NFS && NFS_ROOT case how to pick up information left by themsmith2000-09-051-0/+174
* Catch a few more bogosities in certain chipsets before they mess us up.peter2000-09-054-76/+356
* Remove obsolete comment (see rev 1.84 of procfs_vnops.c)des2000-09-041-8/+0
* Add device list supported by `sym'groudier2000-09-031-0/+4
* Complain if we cannot find loader(8) metadata.peter2000-09-031-0/+2
* Add ACPI_BUS_SPACE stuff definitions in acpi_machdep.h.iwasaki2000-09-023-2/+38
* Document the tap drivernsayer2000-09-011-0/+2
* o Synchronize linprocfs authorization with procfs authorization improvementsrwatson2000-09-011-38/+29
* Add the 'asr' driver, supplied by Mark Salyzyn of Adaptec (nee DPT).msmith2000-09-012-1/+8
OpenPOWER on IntegriCloud