summaryrefslogtreecommitdiffstats
path: root/sys/pc98/i386
Commit message (Expand)AuthorAgeFilesLines
* MFi386: revision 1.519nyan2002-05-141-1/+1
* Rework the kernel environment subsystem. We now convert the staticmux2002-04-171-1/+2
* MFi386: revision 1.517.kato2002-04-111-5/+9
* GC various bits and pieces of USERCONFIG from all over the place.phk2002-04-091-6/+0
* GC the "dumplo" variable, which is no longer used.phk2002-04-071-1/+0
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-041-2/+2
* Moved signal handling and rescheduling from userret() to ast() so thatbde2002-04-041-0/+2
* - Move the MI mutexes sched_lock and Giant from being declared in thejhb2002-04-021-10/+1
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-1/+1
* MFi386: revision 1.508.kato2002-03-311-8/+12
* MFi386: revision 1.506.nyan2002-03-301-4/+9
* MFi386: revision 1.507.kato2002-03-271-1/+1
* Compromise for critical*()/cpu_critical*() recommit. Cleanup the interruptdillon2002-03-271-5/+9
* MFi386: revision 1.505 (remove __P.)kato2002-03-201-6/+6
* MFi386: revision 1.504.kato2002-03-201-10/+4
* MFi386: revision 1.503.kato2002-03-201-60/+23
* MFi386: revision 1.502nyan2002-03-131-0/+4
* MFi386: revision 1.501nyan2002-03-101-1/+1
* MFi386: revision 1.498.nyan2002-03-021-2/+2
* MFi386: revision 1.497nyan2002-02-201-1/+2
* Add bus_space_unmap() and bus_space_free() functions to releasenyan2002-02-181-0/+15
* - Split the routine to initialize a bus_space_handle into the separatenyan2002-02-171-0/+114
* MFi386: revisions 1.495 and 1.496nyan2002-02-161-1/+3
* MFi386: revisions 1.493 and 1.494.nyan2002-02-081-1/+6
* Pre-KSE/M3 commit.julian2002-02-071-12/+11
* Use osigreturn(2) instead of sigreturn(2) plus broken magic for returningbde2002-02-031-9/+0
* Improve the change in the previous commit: use a stub for osigreturn()bde2002-02-031-0/+4
* Compile osigreturn() unconditionally since it will always be needed onbde2002-02-011-2/+0
* MFi386: revision 1.489.nyan2002-01-311-13/+8
* MFi386: revision 1.487nyan2002-01-181-0/+1
* Clear the single-step flag for signal handlers. This fixes bogus tracebde2002-01-101-6/+4
* MFi386: revision 1.486nyan2001-12-221-3/+2
* MFi386: revision 1.485 (the previous commit is not completely)nyan2001-12-121-11/+13
* Overhaul the per-CPU support a bit:jhb2001-12-111-9/+8
* Allow maxusers to be specified as 0 in the kernel config, which willdillon2001-12-091-1/+2
* MFi386: revision 1.483nyan2001-11-171-6/+6
* GC userconfig after Peter axed it 15 months ago.phk2001-11-051-3178/+0
* MFi386: sys/i386/i386/machdep.c revisions 1.481 and 1.482nyan2001-10-301-2/+5
* Rewrite the pc98 bus_space stuff.nyan2001-10-072-0/+1815
* Merge from sys/i386/i386/machdep.c 1.480 (Julian's KSE changes)imp2001-09-141-78/+74
* KSE Milestone 2julian2001-09-121-1/+1
* Merged from sys/i386/i386/machdep.c revision 1.479.kato2001-09-121-5/+4
* Zap #if 0'ed map init code that got moved to the MI area.peter2001-09-041-140/+0
* Enable hardwiring of things like tunables from embedded enironmentspeter2001-08-271-1/+3
* Optionize UPAGES for the i386. As part of this I split some of the lowpeter2001-08-251-0/+4
* Fix a #endif misplacement in 1.231 due to misapplied patchpeter2001-08-231-1/+1
* Merge i386/machdep.c rev 1.474: dont overextend %cs. (finally, it doesn'tpeter2001-08-231-16/+2
* Merge i386/machdep.c rev 1.469: whitespace changes to fit 80 columnspeter2001-08-231-32/+60
* Merge i386/machdep.c rev 1.468: make breakpoint/trace interrupt insteadpeter2001-08-231-2/+2
* Merge 386/machdep.c rev 1.467: fix bugs/miscalculationspeter2001-08-231-10/+12
OpenPOWER on IntegriCloud