summaryrefslogtreecommitdiffstats
path: root/sys/pc98/i386
Commit message (Expand)AuthorAgeFilesLines
* MFi386: revision 1.561nyan2003-04-031-3/+33
* MFi386: revisions 1.556 and 1.557.nyan2003-04-021-12/+9
* - Define a new md function 'casuptr'. This atomically compares and setsjeff2003-04-011-0/+8
* - Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread withjeff2003-03-311-9/+9
* - Change trapsignal() to accept a thread and not a proc.jeff2003-03-311-6/+6
* - Add vm_paddr_t, a physical address type. This is required for systemsjake2003-03-251-20/+21
* MFi386: revision 1.554.nyan2003-02-231-1/+1
* Remove BDE_DEBUGGER.jake2003-01-281-7/+1
* MFi386: revision 1.552.nyan2003-01-101-2/+0
* MFi386: revision 1.551.nyan2002-12-041-3/+6
* MFi386: revision 1.550.nyan2002-11-171-1/+2
* Print real / avail memory in megabytes rather than kilobytes.des2002-11-091-4/+4
* Move the definitions of the hw.physmem, hw.usermem and hw.availpagestmm2002-11-071-37/+0
* Remove what was a temporary bogus assignment of bits of siginfo_t, as it doesjmallett2002-11-061-4/+0
* MFi386: revisions 1.544 and 1.545.nyan2002-10-261-40/+320
* MFi386: revision 1.543.nyan2002-10-221-39/+39
* - kserunnable() is now sched_runnable() change instances of these wherejeff2002-10-121-2/+3
* Fixed SBUS_RA_*_region_* functions.nyan2002-10-101-64/+167
* MFi386: revisions 1.539, 1.540 and 1.541.nyan2002-10-081-12/+20
* MFi386: revisions 1.536 and 1.538.nyan2002-09-241-6/+4
* For reasons now lost in historical fog, the bounds_check_with_label()phk2002-09-201-59/+0
* MFi386: revisions 1.534 and 1.535.nyan2002-09-191-9/+201
* Allocate KSEs and KSEGRPs separatly and remove them from the proc structure.julian2002-09-151-1/+1
* Fill out two fields (si_pid, si_uid) in the siginfo structure handed backjmallett2002-09-071-0/+2
* Diff reduction in comments for filling the siginfo structure - refer tojmallett2002-09-071-1/+1
* Automatically enable CPU_ENABLE_SSE (detect and enable SSE instructions)peter2002-09-071-0/+7
* Take a shot at fixing up a whole stack of style and other embarresingpeter2002-08-311-18/+12
* Change hw.physmem and hw.usermem to unsigned long like they used to bepeter2002-08-301-13/+23
* Renamed poorly named setregs to exec_setregs. Moved its prototype tojake2002-08-291-1/+2
* Use pmap_kenter() rather than vtopte() and bashing the page tablespeter2002-07-181-14/+3
* MFi386: revision 1.524.nyan2002-07-171-3/+10
* MFi386: sys/i386/i386/machdep.c revision 1.522.kato2002-07-141-1/+0
* s/procrunnable/kserunnable/ in a commentpeter2002-07-081-1/+1
* MFi386: revision 1.521nyan2002-06-301-1/+1
* MFi386: sys/i386/i386/machdep.c rev. 1.520.kato2002-06-251-2/+4
* 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
OpenPOWER on IntegriCloud