summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Export the physical address of the RSDP to userland by meansmarcel2002-12-181-11/+29
* Back out 1.19 to rethink approachnjl2002-12-171-2/+2
* Automatically issue a "continue" along with the "detach" command. Thisnjl2002-12-171-2/+2
* Reformat last changejulian2002-12-161-5/+7
* Don't dump core into a partition that is too small for it.julian2002-12-161-0/+9
* Add the trm(4) driver.cognet2002-12-161-0/+1
* Only dump the BIOS geometry table from bootinfo on PC98, we don't usephk2002-12-141-1/+5
* Add page locking to pmap_mincore().alc2002-12-141-12/+20
* SCARGS removal take II.alfred2002-12-1410-327/+322
* Backout removal SCARGS, the code freeze is only "selectively" over.alfred2002-12-1310-322/+327
* Remove SCARGS.alfred2002-12-1310-327/+322
* Unbreak the KSE code. Keep track of zobie threads using the Per-CPU storagejulian2002-12-101-1/+12
* Add "disabled" hints to all of the uncommon ISA devices that are injhb2002-12-051-0/+12
* Hold the page queues lock around calls to pmap_remove().alc2002-12-041-0/+2
* Use the correct value when writing the Day Of Week byte in the CMOS.phk2002-12-042-2/+2
* Avoid recursive acquisition of the page queues lock in pmap_unuse_pt().alc2002-12-031-1/+3
* Align the FPU state in the ucontext and sigcontext to 16 bytesdeischen2002-12-025-19/+31
* Hold the page queues lock when calling pmap_unwire_pte_hold() oralc2002-12-021-3/+10
* Assert that the page queues lock is held in pmap_changebit()alc2002-12-011-2/+2
* Assert that the page queues lock is held in pmap_page_exists_quick().alc2002-11-301-1/+1
* Fix for non-GCC compilers.obrien2002-11-271-4/+3
* Assert that the page queues lock is held in pmap_remove_pages().alc2002-11-251-1/+1
* Add page queues locking to vunmapbuf(); reduce differences with respectalc2002-11-241-3/+3
* Add `if (!cold)' checkings for functions which is called via SYSINIT.iwasaki2002-11-241-0/+3
* - Assert that the page queues lock is held in pmap_remove_all().alc2002-11-231-10/+4
* Under certain circumstances, we were calling kmem_free() frommux2002-11-221-9/+17
* *sigh*. It seems that in the ACPICA code, Intel defines its own APIC_IOjhb2002-11-211-1/+1
* Add getcontext, setcontext, and swapcontext as system calls.deischen2002-11-164-15/+9
* network interface and link layer changes:sam2002-11-154-73/+31
* MFp4:imp2002-11-142-2/+2
* Recognize the Serverworks CIOB30 host to pci bridge.peter2002-11-131-0/+5
* Remove a commented out #include "opt_pci.h", it doesn'tmux2002-11-131-1/+0
* Loader tunable 'machdep.disable_mtrrs'.mdodd2002-11-131-1/+7
* Move pmap_collect() out of the machine-dependent code, rename italc2002-11-131-31/+1
* - Clear the page's PG_WRITEABLE flag in the i386's pmap_changebit()alc2002-11-111-3/+5
* Add a new loader tunable, hw.hasbrokenint12, to indicate that BIOSiwasaki2002-11-091-46/+78
* Print real / avail memory in megabytes rather than kilobytes.des2002-11-091-4/+4
* Fix instances of macros with improperly parenthasized arguments.alfred2002-11-091-1/+1
* Make 3dfx i386-only. The memrange API it uses may be defined in an MIjhb2002-11-081-0/+12
* Move rc(4) over to MI notes and enable it as a MI module.jhb2002-11-081-5/+0
* Make xrpu(4) i386-only. Consumers of i386_btop() are not MI.jhb2002-11-081-1/+2
* adjust critical section to only wrap around vm86_bioscall().davidxu2002-11-081-2/+2
* use critical_enter/exit to add a critical section around BIOS call,davidxu2002-11-081-5/+9
* Move the definitions of the hw.physmem, hw.usermem and hw.availpagestmm2002-11-071-37/+0
* Properly parenthesize the DBREG_DRX macro's variables to allow foralfred2002-11-071-1/+1
* Move sr(4) over to i386-only as it is yet another user of kvtop().jhb2002-11-071-0/+6
* Simplify and optimize pmap_object_init_pt(). More specifically,alc2002-11-071-65/+32
* Move firewire back to being MI.jhb2002-11-071-7/+0
* 1.Fix smp race between kernel vm86 BIOS calling and userland vm86 mode code,davidxu2002-11-077-21/+18
* lnc(4) uses kvtop() and is thus i386-only for now.jhb2002-11-061-0/+7
OpenPOWER on IntegriCloud