summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add isa_dmastatus() for reading the current ISA DMA counter for amsmith1997-07-243-3/+164
* Removed the defunct GET_MPLOCK/REL_MPLOCK macros.fsmp1997-07-245-25/+5
* Fixed possible deadlock from recursive INTs on same cpu. Sincefsmp1997-07-231-3/+9
* New simple_lock code in asm:fsmp1997-07-2316-235/+550
* Forced 32bit alignment of struct simple_lock in param.h.fsmp1997-07-234-8/+11
* Forced 32bit alignment of struct simple_lock.fsmp1997-07-232-4/+6
* Synchronize with sys/i386/isa/clock.c revision up to 1.97.kato1997-07-233-87/+18
* Coded simple_lock and friends in asm.fsmp1997-07-235-31/+222
* Added a missing semicolon, compile failed when I turned on simple_lock().fsmp1997-07-221-10/+6
* Last commit didn't take, operator error???fsmp1997-07-2215-419/+350
* Hid the existance of imen via a dump routine.fsmp1997-07-222-12/+4
* Cleaned up an ugly printout.fsmp1997-07-221-7/+4
* Cleaned up the FPU init.fsmp1997-07-221-8/+2
* Correct some dumb mistakes in the WebNFS stuff.dfr1997-07-224-32/+64
* Allow NULL cookie verifiers for non-NULL offsets. This is needed fordfr1997-07-222-6/+6
* Well, consensus seems very split on this so I talked it over with DGjkh1997-07-222-10/+6
* Quick and dirty (?) fix for noatime option. The WebNFS changesbde1997-07-221-2/+2
* Enabled the FPU emilaute bit define: CR0_EMfsmp1997-07-212-6/+2
* SMP code initializes the FPU of APs.fsmp1997-07-211-4/+14
* Oops, unremoved used #include.bde1997-07-211-0/+3
* Use soft_imask instead of SWI_MASK in the LKM version. SWI_MASK shouldn'tbde1997-07-211-6/+1
* Store SWI_MASK in a variable so that LKMs can use it portably.bde1997-07-212-2/+5
* Removed support for stale options.bde1997-07-211-30/+3
* Added ${KMOD} to CLEANFILES. ${KMOD} gets created if you run `make load'.bde1997-07-211-2/+2
* Synchronize with sys/i386/isa/npx.c revision 1.49.kato1997-07-211-68/+43
* Synchronize with sys/i386/i386/microtime.s revision 1.26.kato1997-07-211-2/+20
* Synchronize with sys/i386/isa/clock.c revision up to 1.95.kato1997-07-213-123/+213
* Synchronize with sys/i386/isa/fd.c, if_ed.c, if_fe.c, lpt.c, mse.c,kato1997-07-2112-62/+12
* Synchronize with sys/i386/i386/machdep.c and trap.c revisions 1.253kato1997-07-213-19/+3
* Disabled 2 static inlines:fsmp1997-07-212-2/+8
* Made the SMP case ignore the possibility of an INT13 interface.fsmp1997-07-213-192/+129
* Fix a crash that has manifest itself while running X after the 4MBdyson1997-07-212-4/+4
* Put in a "HEADS UP" concerning the 'SMP_TIMER_NC' option.fsmp1997-07-201-3/+9
* Omit printout of imen, INTRGET() is not MP-safe yet...fsmp1997-07-201-2/+7
* Developed a new strategy for handling the 8254/8259/APIC issue.fsmp1997-07-2015-227/+423
* Developed a new strategy for handling the 8254/8259/APIC issue.fsmp1997-07-201-1/+9
* Minor cleanup.fsmp1997-07-2010-28/+46
* Minor cleanup.fsmp1997-07-205-55/+40
* Pass string arg to apic_dump.fsmp1997-07-203-6/+6
* Removed unused #includes.bde1997-07-203-10/+3
* Removed unused #includes.bde1997-07-2017-85/+17
* Fixed data+bss limit (use the current rlimit instead of MAXDSIZ).bde1997-07-201-7/+3
* Removed unused #includes.bde1997-07-2097-510/+72
* Removed unused #includes.kato1997-07-201-11/+0
* Removed yet another vestige of devconf.bde1997-07-201-3/+1
* Finished (?) converting md_regs to a `struct trapframe *'. Some bogus castsbde1997-07-201-2/+2
* Uniformized idempotency ifdef.bde1997-07-201-4/+4
* Fixed missing indent protection in copyright.bde1997-07-201-5/+5
* Fixed the place of the `}' in comparam().kato1997-07-202-8/+8
* Removed unused #includes.bde1997-07-202-8/+1
OpenPOWER on IntegriCloud