summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Remove useless include of sys/mbuf.h (no longer useful since thebmilekic2001-01-121-1/+0
* Add itjc ISDN hardware driverhm2001-01-111-4/+12
* - Remove compatibility macros for accessing per-cpu variables.jake2001-01-114-279/+11
* Add infrastructure to support the ISDN itjc hardware driver.hm2001-01-111-7/+7
* Use PCPU_GET, PCPU_PTR and PCPU_SET to access all per-cpu variablesjake2001-01-1014-155/+166
* select() DKI is now in <sys/selinfo.h>.wollman2001-01-092-2/+2
* Send the old if_wl in the old location to the Attic after a repo copy topeter2001-01-093-2738/+0
* Fix a warning. The type of globaldata.gd_prvspace has changed.jake2001-01-083-3/+6
* Correct typo.nyan2001-01-081-1/+1
* Part 2 of the netgraph rewrite.julian2001-01-082-30/+30
* Implement accessors for per-cpu variables which don't depend on thejake2001-01-063-155/+49
* Use %fs to access per-cpu variables in uni-processor kernels the samejake2001-01-0612-50/+29
* Rewrite of netgraph to start getting ready for SMP.julian2001-01-062-47/+74
* use 'profile 2' instead of 1, since it causes more code to be tested.peter2001-01-041-1/+1
* Remove alpm numbering.nsouch2001-01-031-1/+1
* Remove the old acpi stuff entry.takawata2000-12-291-6/+0
* Retire kernfs (kernel part).des2000-12-281-1/+0
* Protect proc.p_pptr and proc.p_children/p_sibling with thejake2000-12-231-0/+12
OpenPOWER on IntegriCloud