aboutsummaryrefslogtreecommitdiff
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Correct #includes to work with fixed sys/mount.h.Greg Lehey2001-04-232-0/+4
* Say goodbye to TCP_COMPAT_42Jesper Skriver2001-04-201-5/+0
* Make the ap_boot_mtx mutex static.John Baldwin2001-04-203-3/+3
* Split up the db_printf's for 'show pcpu' so that we only output at most oneJohn Baldwin2001-04-201-2/+4
* o Document UFS_ACL optionChris D. Faulhaber2001-04-191-2/+8
* Back out 1.103. It wasn't approved by the owner of the file andWarner Losh2001-04-181-45/+45
* Blow away the panic mutex in favor of using a single atomic_cmpset() on aJohn Baldwin2001-04-173-12/+0
* Turn on kernel debugging support (DDB, INVARIANTS, INVARIANT_SUPPORT, WITNESS)David E. O'Brien2001-04-151-1/+7
* Back out wrapping the asm ... ; bits in #ifndef lint macros. ThereMark Murray2001-04-141-6/+0
* People are still having problems with i586_* on UP machines and SMPJohn Baldwin2001-04-131-1/+1
* Make this more lint-friendly. This file seems to be invoked in justMark Murray2001-04-131-4/+10
* o Introduce "options REGRESSION", a kernel option which enablesRobert Watson2001-04-111-0/+9
* Rename the IPI API from smp_ipi_* to ipi_* since the smp_ prefix is justJohn Baldwin2001-04-115-47/+47
* Remove constants defining the bitmasks of the old giant kernel lock.John Baldwin2001-04-102-10/+0
* Remove the old APIC I/O higher level IPI API in favor of the newer MIJohn Baldwin2001-04-102-47/+1
* Remove the BETTER_CLOCK #ifdef's. The code is on by default and is hereJohn Baldwin2001-04-108-80/+13
* Add an MI API for sending IPI's. I used the same API present on the alphaJohn Baldwin2001-04-104-36/+184
* - One can now specify the decimal pid of a process to trace as a parameter.John Baldwin2001-04-091-25/+73
* Add function prototypes and base module for kernel side iconv library.Boris Popov2001-04-091-0/+3
* Add a new ddb command 'show pcpu' which lists some of the per-cpu data.John Baldwin2001-04-061-1/+45
* Axe the per-cpu variable witness_spin_check as it was replaced by theJohn Baldwin2001-04-063-4/+0
* Soften the dire warnings about this code. Things are kinda workingWarner Losh2001-04-051-8/+3
* De __P() while I'm here. Done as a separate commit since it is justWarner Losh2001-04-031-45/+45
* Make this file C++ safe. It defines many useful functions (inb, outb)Warner Losh2001-04-031-0/+4
* Regen after adding linux_sched_get_priority_max() andAlan Cox2001-04-013-7/+15
* Add linux_sched_get_priority_max() and linux_sched_get_priority_min(): TheAlan Cox2001-04-011-2/+2
* Add missing includes of <sys/sx.h>John Baldwin2001-03-281-0/+1
* Typo fix. s/criticale_t/critical_t/Peter Wemm2001-03-281-1/+1
* Convert the allproc and proctree locks from lockmgr locks to sx locks.John Baldwin2001-03-282-5/+7
* Catch up to header include changes:John Baldwin2001-03-283-6/+3
* Rework the witness code to work with sx locks as well as mutexes.John Baldwin2001-03-286-1/+7
* Switch from save/disable/restore_intr() to critical_enter/exit().John Baldwin2001-03-285-137/+109
* Catch up to the mtx_saveintr -> mtx_savecrit change.John Baldwin2001-03-281-1/+1
* - Switch from using save/disable/restore_intr to using critical_enter/exitJohn Baldwin2001-03-281-5/+5
* - Add the new critical_t type used to save state inside of criticalJohn Baldwin2001-03-282-15/+21
* Send the remains (such as I have located) of "block major numbers" toPoul-Henning Kamp2001-03-2626-31/+1
* Fix a problem where we were switching npxproc from underneath processesDavid E. O'Brien2001-03-241-0/+46
* Export intrnames and intrcnt as sysctls (hw.nintr, hw.intrnames andThomas Moestl2001-03-236-6/+20
* o Two changes made elsewhere relating to recent EA commits, but notRobert Watson2001-03-191-1/+2
* Axe TCP_RESTRICT_RST. It was never a particularly good idea except for a fewDag-Erling Smørgrav2001-03-191-8/+0
* Show the bzero() bandwidth in kBps instead of Bps; use u_int32_t insteadDag-Erling Smørgrav2001-03-191-3/+3
* Use a generic implementation of the Fowler/Noll/Vo hash (FNV hash).Peter Wemm2001-03-171-1/+1
* Remove the now defunct ATA_ENABLE* optionsSøren Schmidt2001-03-163-12/+0
* add cnw driver to notes/lintWarner Losh2001-03-161-0/+2
* Resync to GENERIC. This backs out the spammage that I committed wrtWarner Losh2001-03-161-23/+15
* Kill the 4MB kernel limit dead. [I hope :-)].Peter Wemm2001-03-155-12/+31
* Commit some tweaks I have had laying around my tree for over a year now.Peter Wemm2001-03-132-12/+14
* Move the fxp driver so it is under the miibus section.Jonathan Lemon2001-03-122-3/+3
* rfork() masks RFSTOPPED out of the flags it passes to fork1(), so we haveDag-Erling Smørgrav2001-03-111-7/+3
* Make md(4) and mdconfig(8) take over the role of vn(4) and vnconfig(8)Poul-Henning Kamp2001-03-091-4/+0