aboutsummaryrefslogtreecommitdiff
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Fix for non-GCC compilers.David E. O'Brien2002-11-271-4/+3
* Assert that the page queues lock is held in pmap_remove_pages().Alan Cox2002-11-251-1/+1
* Add page queues locking to vunmapbuf(); reduce differences with respectAlan Cox2002-11-241-3/+3
* Add `if (!cold)' checkings for functions which is called via SYSINIT.Mitsuru IWASAKI2002-11-241-0/+3
* - Assert that the page queues lock is held in pmap_remove_all().Alan Cox2002-11-231-10/+4
* Under certain circumstances, we were calling kmem_free() fromMaxime Henrion2002-11-221-9/+17
* *sigh*. It seems that in the ACPICA code, Intel defines its own APIC_IOJohn Baldwin2002-11-211-1/+1
* Add getcontext, setcontext, and swapcontext as system calls.Daniel Eischen2002-11-164-15/+9
* network interface and link layer changes:Sam Leffler2002-11-154-73/+31
* MFp4:Warner Losh2002-11-142-2/+2
* Recognize the Serverworks CIOB30 host to pci bridge.Peter Wemm2002-11-131-0/+5
* Remove a commented out #include "opt_pci.h", it doesn'tMaxime Henrion2002-11-131-1/+0
* Loader tunable 'machdep.disable_mtrrs'.Matthew N. Dodd2002-11-131-1/+7
* Move pmap_collect() out of the machine-dependent code, rename itAlan Cox2002-11-131-31/+1
* - Clear the page's PG_WRITEABLE flag in the i386's pmap_changebit()Alan Cox2002-11-111-3/+5
* Add a new loader tunable, hw.hasbrokenint12, to indicate that BIOSMitsuru IWASAKI2002-11-091-46/+78
* Print real / avail memory in megabytes rather than kilobytes.Dag-Erling Smørgrav2002-11-091-4/+4
* Fix instances of macros with improperly parenthasized arguments.Alfred Perlstein2002-11-091-1/+1
* Make 3dfx i386-only. The memrange API it uses may be defined in an MIJohn Baldwin2002-11-081-0/+12
* Move rc(4) over to MI notes and enable it as a MI module.John Baldwin2002-11-081-5/+0
* Make xrpu(4) i386-only. Consumers of i386_btop() are not MI.John Baldwin2002-11-081-1/+2
* adjust critical section to only wrap around vm86_bioscall().David Xu2002-11-081-2/+2
* use critical_enter/exit to add a critical section around BIOS call,David Xu2002-11-081-5/+9
* Move the definitions of the hw.physmem, hw.usermem and hw.availpagesThomas Moestl2002-11-071-37/+0
* Properly parenthesize the DBREG_DRX macro's variables to allow forAlfred Perlstein2002-11-071-1/+1
* Move sr(4) over to i386-only as it is yet another user of kvtop().John Baldwin2002-11-071-0/+6
* Simplify and optimize pmap_object_init_pt(). More specifically,Alan Cox2002-11-071-65/+32
* Move firewire back to being MI.John Baldwin2002-11-071-7/+0
* 1.Fix smp race between kernel vm86 BIOS calling and userland vm86 mode code,David Xu2002-11-077-21/+18
* lnc(4) uses kvtop() and is thus i386-only for now.John Baldwin2002-11-061-0/+7
* Make firewire i386-only for now. It doesn't quite handle machines withJohn Baldwin2002-11-061-0/+7
* ed(4) uses kvtop() and is thus i386-only. It has several other warningsJohn Baldwin2002-11-061-0/+9
* Move the drm code to the i386 MD NOTES file. It can be added to other MDJohn Baldwin2002-11-061-0/+20
* Move digi to the i386 MD NOTES until it stops using inb() and outb().John Baldwin2002-11-061-0/+13
* - Move comments regarding flags for dgb(4) over to the MD NOTES file whereJohn Baldwin2002-11-061-6/+11
* Make the ar(4) driver i386-only for now. It has lots of sizeof(int) ==John Baldwin2002-11-061-0/+7
* Remove what was a temporary bogus assignment of bits of siginfo_t, as it doesJuli Mallett2002-11-061-4/+0
* - Convert to newbus, bus_space etc.Matthew N. Dodd2002-11-053-1705/+0
* Fix typo. ioport_rid should be irq_rid.David Xu2002-11-051-1/+1
* MFp4:Warner Losh2002-11-022-20/+68
* Use 0xffffffff instead of -1 for id to compare against.Warner Losh2002-11-022-20/+22
* bzero() the sigframe before we fill it. This was not done at all inMarcel Moolenaar2002-11-021-3/+4
* Merge PC98 changes.Matthew N. Dodd2002-11-022-32/+62
* Handle hints for the atspeaker device.Matthew N. Dodd2002-10-282-1/+27
* Note that the sched_lock protects md_ldt of struct mdproc.John Baldwin2002-10-251-1/+1
* Finish fixing the 5.x FPU code for dealing with signal handlers.Peter Wemm2002-10-251-0/+1
* Split 4.x and 5.x signal handling so that we can keep 4.x signalPeter Wemm2002-10-257-30/+339
* Change method to determine base memory size.Mitsuru IWASAKI2002-10-251-43/+55
* Use the correct values for LDBL_*. Libc doesn't completely supportWarner Losh2002-10-251-9/+10
* Extract out KSE specific code from machine specific codeJulian Elischer2002-10-241-38/+2