summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Remove APIC_INTR_DIAGNOSTIC - this has been disabled for some time now.peter2001-01-216-301/+0
* Remove MUTEX_DECLARE() and MTX_COLD. Instead, postpone full mutexjasone2001-01-214-9/+9
* Remove the MAYBE_PANIC and GUARD_CPU macros - unused.peter2001-01-211-34/+0
* Remove the per-cpu pages used for copy and zero-ing pages of memoryjake2001-01-217-132/+5
* Implement optimized PCPU accessors. These are necessary to support ajake2001-01-211-15/+90
* Document some more options.asmodai2001-01-201-11/+26
* Rename the ASSYM MTX_RECURSE to MTX_RECURSECNT in order to not conflictjake2001-01-202-3/+3
* Simplify the i386 asm MTX_{ENTER,EXIT} macros to just call thejake2001-01-203-111/+18
* - Make npx_intr INTR_MPSAFE and move acquiring Giant into thejake2001-01-203-5/+5
* Finish deprecating <sys/select.h> in favor of <sys/selinfo.h> in kernel code.wollman2001-01-203-3/+3
* Sync with GENERIC - drop I386_CPUpeter2001-01-191-1/+0
* Convert apm from a bogus 'count' into a plain option. Clean out somepeter2001-01-192-6/+6
* Zap unused #include "apm.h"peter2001-01-191-1/+1
* Use #ifdef DEV_NPX from opt_npx.h instead of #if NNPX > 0 from npx.hpeter2001-01-197-36/+36
* EEK! vm86bios.s has got #if NNPX > 0 code without a correspondingpeter2001-01-191-0/+2
* At great personal risk to my sanity, turn off COMPAT_OLDISA and thepeter2001-01-191-3/+2
* Add missing twe (3ware) and ahb (adaptec 174x) devices (!)peter2001-01-191-0/+7
* Add in a space that got lost in the previous commit in some debugging codejhb2001-01-191-1/+1
* EEK! I missed a couple of places with the 24->32 interrupt change.peter2001-01-194-2/+30
* Remove #defines for the old lock function names and spl0/splzpeter2001-01-191-7/+0
* Remove reference to splz_unpend - it is long gone.peter2001-01-192-2/+2
* Catch a few alternative names for the syscall entry frame, eg: post-ELFpeter2001-01-191-1/+4
* apic_itrace_splz[] is unusedpeter2001-01-193-3/+0
* Remove the now-empty ipl_funcs.c file on all platforms.peter2001-01-191-34/+0
* Remove the static splXXX functions and replace them by static __inlinepeter2001-01-192-30/+0
* Fix a warning due to missing prototype.peter2001-01-192-2/+2
* Fix a warning (the prototypes probably shouldn't be so over-zealouslypeter2001-01-192-2/+2
* Implement MTX_RECURSE flag for mtx_init().bmilekic2001-01-192-5/+5
* Protect p_stat and p_oncpu with sched_lock in forward_signal().jhb2001-01-183-6/+27
* - Sort of lie and say that %eax is an output only and not an input for thejhb2001-01-171-2/+2
* The stallion.c pci driver is broken. Emit a warning if compiling LINT.peter2001-01-171-0/+8
* Change NSWAPDEV to something else than the default value.des2001-01-161-1/+1
* These files have been on deathrow for a couple of months, no appeal.phk2001-01-162-8/+0
* Stop doing runtime checking on i386 cpus for cpu class. The cpu ispeter2001-01-165-64/+44
* Argh, disable the micro-ops again. I didn't test these adequately andjhb2001-01-161-1/+2
* - Use "+a" instead of "=&a" for several constraints. This should fixjhb2001-01-161-25/+19
* Free the intrhand name when free'ing a intrhand.jhb2001-01-162-0/+2
* - Fix atomic_load_* and atomic_store_* to generate functions for atomic.cjhb2001-01-161-168/+123
* Make NSWAPDEV reasonable so people do not mistakenly use unreasonabledillon2001-01-151-1/+6
* Implement an optimization for INTREN/INTRDIS that bde pointed out lastpeter2001-01-151-0/+14
* The Linuxulator needs sysvipc to work.des2001-01-141-0/+3
* Remove NOBLOCKRANDOM as a compile-time option. Instead, providemarkm2001-01-143-5/+0
* Argh, remove a local customization that snuck in here.jhb2001-01-141-1/+0
* Remove I386_CPU from GENERIC. Support for the 386 seriously pessimizesjhb2001-01-141-1/+1
* Revert the previous revision now that atomic_store_rel_ptr() actuallyjhb2001-01-141-4/+0
* Fix the atomic_load_acq() and atomic_store_rel() functions to properlyjhb2001-01-141-5/+43
* Work around the broken atomic_store_rel_ptr() on the i386 arch by justjhb2001-01-141-0/+4
* Change return ??? to return -1 in some #if 0'ed code.jake2001-01-123-6/+6
* Remove declaration of airq variable from outer block. There were twobmilekic2001-01-122-2/+2
* Remove unused per-cpu variables inside_intr and ss_eflags.jake2001-01-123-6/+0
OpenPOWER on IntegriCloud