summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
...
* - Use sched_lock and critical regions to ensure that LDT updates are threadjhb2001-05-104-32/+50
* Add in commented out entries for NEWCARD so that they are at leastjhb2001-05-091-0/+15
* When setting up the frame to invoke a signal handler, preserve thedeischen2001-05-061-2/+0
* Fixed panics in npx exception handling. When using IRQ13 exceptionbde2001-05-021-7/+18
* Add a ``digi'' driver.brian2001-05-021-2/+15
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-0124-98/+125
* Revert consequences of changes to mount.h, part 2.grog2001-04-292-4/+0
* Add in a missing call to forward_hardclock() in the SMP case.jhb2001-04-282-0/+6
* Overhaul of the SMP code. Several portions of the SMP kernel support havejhb2001-04-2719-1973/+345
* Remove a leading underscore that prevented I386_CPU kernels fromjake2001-04-261-1/+1
* Change the pfind() and zpfind() functions to lock the process that theyjhb2001-04-241-8/+22
* Correct #includes to work with fixed sys/mount.h.grog2001-04-232-0/+4
* Say goodbye to TCP_COMPAT_42jesper2001-04-201-5/+0
* Make the ap_boot_mtx mutex static.jhb2001-04-203-3/+3
* Split up the db_printf's for 'show pcpu' so that we only output at most onejhb2001-04-201-2/+4
* o Document UFS_ACL optionjedgar2001-04-191-2/+8
* Back out 1.103. It wasn't approved by the owner of the file andimp2001-04-181-45/+45
* Blow away the panic mutex in favor of using a single atomic_cmpset() on ajhb2001-04-173-12/+0
* Turn on kernel debugging support (DDB, INVARIANTS, INVARIANT_SUPPORT, WITNESS)obrien2001-04-151-1/+7
* Back out wrapping the asm ... ; bits in #ifndef lint macros. Theremarkm2001-04-141-6/+0
* People are still having problems with i586_* on UP machines and SMPjhb2001-04-131-1/+1
* Make this more lint-friendly. This file seems to be invoked in justmarkm2001-04-131-4/+10
* o Introduce "options REGRESSION", a kernel option which enablesrwatson2001-04-111-0/+9
* Rename the IPI API from smp_ipi_* to ipi_* since the smp_ prefix is justjhb2001-04-115-47/+47
* Remove constants defining the bitmasks of the old giant kernel lock.jhb2001-04-102-10/+0
* Remove the old APIC I/O higher level IPI API in favor of the newer MIjhb2001-04-102-47/+1
* Remove the BETTER_CLOCK #ifdef's. The code is on by default and is herejhb2001-04-108-80/+13
* Add an MI API for sending IPI's. I used the same API present on the alphajhb2001-04-104-36/+184
* - One can now specify the decimal pid of a process to trace as a parameter.jhb2001-04-091-25/+73
* Add function prototypes and base module for kernel side iconv library.bp2001-04-091-0/+3
* Add a new ddb command 'show pcpu' which lists some of the per-cpu data.jhb2001-04-061-1/+45
* Axe the per-cpu variable witness_spin_check as it was replaced by thejhb2001-04-063-4/+0
* Soften the dire warnings about this code. Things are kinda workingimp2001-04-051-8/+3
* De __P() while I'm here. Done as a separate commit since it is justimp2001-04-031-45/+45
* Make this file C++ safe. It defines many useful functions (inb, outb)imp2001-04-031-0/+4
* Regen after adding linux_sched_get_priority_max() andalc2001-04-013-7/+15
* Add linux_sched_get_priority_max() and linux_sched_get_priority_min(): Thealc2001-04-011-2/+2
* Add missing includes of <sys/sx.h>jhb2001-03-281-0/+1
* Typo fix. s/criticale_t/critical_t/peter2001-03-281-1/+1
* Convert the allproc and proctree locks from lockmgr locks to sx locks.jhb2001-03-282-5/+7
* Catch up to header include changes:jhb2001-03-283-6/+3
* Rework the witness code to work with sx locks as well as mutexes.jhb2001-03-286-1/+7
* Switch from save/disable/restore_intr() to critical_enter/exit().jhb2001-03-285-137/+109
* Catch up to the mtx_saveintr -> mtx_savecrit change.jhb2001-03-281-1/+1
* - Switch from using save/disable/restore_intr to using critical_enter/exitjhb2001-03-281-5/+5
* - Add the new critical_t type used to save state inside of criticaljhb2001-03-282-15/+21
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-2626-31/+1
* Fix a problem where we were switching npxproc from underneath processesobrien2001-03-241-0/+46
* Export intrnames and intrcnt as sysctls (hw.nintr, hw.intrnames andtmm2001-03-236-6/+20
* o Two changes made elsewhere relating to recent EA commits, but notrwatson2001-03-191-1/+2
OpenPOWER on IntegriCloud