aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* - Hold the page queues lock around calls to vm_page_wakeup() andAlan Cox2002-12-241-2/+8
* Outdent the string rather than use concatenation.Poul-Henning Kamp2002-12-231-2/+2
* MB_LEN_MAX is not MD, move it to the MI limits.h.Tim J. Robbins2002-12-222-2/+0
* Export the physical address of the RSDP to userland by meansMarcel Moolenaar2002-12-181-11/+29
* Back out 1.19 to rethink approachNate Lawson2002-12-171-2/+2
* Automatically issue a "continue" along with the "detach" command. ThisNate Lawson2002-12-171-2/+2
* Reformat last changeJulian Elischer2002-12-161-5/+7
* Don't dump core into a partition that is too small for it.Julian Elischer2002-12-161-0/+9
* Add the trm(4) driver.Olivier Houchard2002-12-161-0/+1
* Regen: swapoffMarcel Moolenaar2002-12-163-4/+5
* Change swapoff from MNOPROTO to UNIMPL. The former doesn't work.Marcel Moolenaar2002-12-161-1/+1
* This is David Schultz's swapoff code which I am finally able to commit.Matthew Dillon2002-12-151-0/+1
* Only dump the BIOS geometry table from bootinfo on PC98, we don't usePoul-Henning Kamp2002-12-141-1/+5
* Add page locking to pmap_mincore().Alan Cox2002-12-141-12/+20
* SCARGS removal take II.Alfred Perlstein2002-12-142-133/+128
* Backout removal SCARGS, the code freeze is only "selectively" over.Alfred Perlstein2002-12-132-128/+133
* Remove SCARGS.Alfred Perlstein2002-12-132-133/+128
* Unbreak the KSE code. Keep track of zobie threads using the Per-CPU storageJulian Elischer2002-12-101-1/+12
* Add "disabled" hints to all of the uncommon ISA devices that are inJohn Baldwin2002-12-051-0/+12
* Hold the page queues lock around calls to pmap_remove().Alan Cox2002-12-041-0/+2
* Use the correct value when writing the Day Of Week byte in the CMOS.Poul-Henning Kamp2002-12-042-2/+2
* Avoid recursive acquisition of the page queues lock in pmap_unuse_pt().Alan Cox2002-12-031-1/+3
* Align the FPU state in the ucontext and sigcontext to 16 bytesDaniel Eischen2002-12-026-29/+45
* Hold the page queues lock when calling pmap_unwire_pte_hold() orAlan Cox2002-12-021-3/+10
* Assert that the page queues lock is held in pmap_changebit()Alan Cox2002-12-011-2/+2
* Assert that the page queues lock is held in pmap_page_exists_quick().Alan Cox2002-11-301-1/+1
* 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
* Regenerate after adding syscalls.Daniel Eischen2002-11-163-4/+13
* Add *context() syscalls to ia64 32-bit compatability table as requestedDaniel Eischen2002-11-161-0/+3
* Add getcontext, setcontext, and swapcontext as system calls.Daniel Eischen2002-11-165-17/+11
* MFp4:Warner Losh2002-11-141-1/+1
* Recognize the Serverworks CIOB30 host to pci bridge.Peter Wemm2002-11-131-0/+5
* 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
* 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
* Simplify and optimize pmap_object_init_pt(). More specifically,Alan Cox2002-11-071-65/+32
* 1.Fix smp race between kernel vm86 BIOS calling and userland vm86 mode code,David Xu2002-11-075-11/+14
* Remove what was a temporary bogus assignment of bits of siginfo_t, as it doesJuli Mallett2002-11-061-4/+0
* Fix typo. ioport_rid should be irq_rid.David Xu2002-11-052-2/+2
* Sync to src/sys/kern/syscalls.masterRobert Watson2002-11-021-1/+1
* MFp4:Warner Losh2002-11-021-10/+34