summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* 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
* Take a shot at fixing multiple pci busses on i386.peter2000-08-314-40/+200
* Cleanup after repo copy of sys/svr4 to sys/compat/svr4.obrien2000-08-314-10/+10
* Merge rest piece of ACPI driver.To activate acpi driver ,addtakawata2000-08-313-3/+46
* Modified PCI config space access code via pcib_if rather than usingiwasaki2000-08-311-27/+36
* Improved Cyrix 486DX supports for NEC PC-98.kato2000-08-311-0/+15
* Make it possible to pass boot()'s flags to shutdown_nice() so that themsmith2000-08-311-1/+1
* o Update linprocfs to include similar changes as those in procfs, fixingrwatson2000-08-301-8/+9
* A lot of changes on acpi driver code.iwasaki2000-08-291-2/+4
* * Completely rewrite the alpha busspace to hide the implementation fromdfr2000-08-284-192/+336
* Fix typo in license.marcel2000-08-251-1/+1
* Another file needed for ACPI,I forgot to commit.takawata2000-08-251-0/+309
* Comment out the static wiring of hints for GENERIC - the release processpeter2000-08-241-1/+2
* Add orthogonal part of ACPI support code.takawata2000-08-241-0/+34
* Fixed freeing wrong address.kato2000-08-241-1/+1
* Fix the matcd driver for the new world order. This basically justsheldonh2000-08-231-9/+9
* Add entries for the 'mly' driver. Re-group 'mly' and 'dpt' into a newmsmith2000-08-232-36/+46
* Finish the Linuxulator MD/MI split.marcel2000-08-2212-7168/+0
* Update include directives for Linuxulator headers after themarcel2000-08-221-1/+1
* Collect the MD syscalls from /sys/compat/linux here. Since thismarcel2000-08-221-0/+634
* Remove all traces of Julians DEVFS (incl from kern/subr_diskslice.c)phk2000-08-201-0/+1
* Replace the mbuf external reference counting code with somethingdwmalone2000-08-191-7/+5
* Increase the default NAPIC from 1 to 2 as a bandaid until we allocatemsmith2000-08-181-1/+1
* Don't let an illegal value for dr7 get set, which can lead to anbsd2000-08-171-0/+18
* Prepare for a cleanup of pmap module API pollution introduced by thetegge2000-08-162-9/+14
* Add output of per battery information to apm(1).ume2000-08-133-29/+112
* Add PAO devices supported by drivers.alex2000-08-131-20/+31
* Include machine/cputypes.h so we get the cpu_class variable. This is neededjhb2000-08-131-0/+1
* Fixed null pointer panic for accessing "meminfo" when there is no swap.bde2000-08-121-2/+7
OpenPOWER on IntegriCloud