| Commit message (Expand) | Author | Age | Files | Lines |
| * | - Hold the page queues lock around calls to vm_page_wakeup() and | Alan Cox | 2002-12-24 | 1 | -2/+8 |
| * | Outdent the string rather than use concatenation. | Poul-Henning Kamp | 2002-12-23 | 1 | -2/+2 |
| * | MB_LEN_MAX is not MD, move it to the MI limits.h. | Tim J. Robbins | 2002-12-22 | 2 | -2/+0 |
| * | Export the physical address of the RSDP to userland by means | Marcel Moolenaar | 2002-12-18 | 1 | -11/+29 |
| * | Back out 1.19 to rethink approach | Nate Lawson | 2002-12-17 | 1 | -2/+2 |
| * | Automatically issue a "continue" along with the "detach" command. This | Nate Lawson | 2002-12-17 | 1 | -2/+2 |
| * | Reformat last change | Julian Elischer | 2002-12-16 | 1 | -5/+7 |
| * | Don't dump core into a partition that is too small for it. | Julian Elischer | 2002-12-16 | 1 | -0/+9 |
| * | Add the trm(4) driver. | Olivier Houchard | 2002-12-16 | 1 | -0/+1 |
| * | Regen: swapoff | Marcel Moolenaar | 2002-12-16 | 3 | -4/+5 |
| * | Change swapoff from MNOPROTO to UNIMPL. The former doesn't work. | Marcel Moolenaar | 2002-12-16 | 1 | -1/+1 |
| * | This is David Schultz's swapoff code which I am finally able to commit. | Matthew Dillon | 2002-12-15 | 1 | -0/+1 |
| * | Only dump the BIOS geometry table from bootinfo on PC98, we don't use | Poul-Henning Kamp | 2002-12-14 | 1 | -1/+5 |
| * | Add page locking to pmap_mincore(). | Alan Cox | 2002-12-14 | 1 | -12/+20 |
| * | SCARGS removal take II. | Alfred Perlstein | 2002-12-14 | 2 | -133/+128 |
| * | Backout removal SCARGS, the code freeze is only "selectively" over. | Alfred Perlstein | 2002-12-13 | 2 | -128/+133 |
| * | Remove SCARGS. | Alfred Perlstein | 2002-12-13 | 2 | -133/+128 |
| * | Unbreak the KSE code. Keep track of zobie threads using the Per-CPU storage | Julian Elischer | 2002-12-10 | 1 | -1/+12 |
| * | Add "disabled" hints to all of the uncommon ISA devices that are in | John Baldwin | 2002-12-05 | 1 | -0/+12 |
| * | Hold the page queues lock around calls to pmap_remove(). | Alan Cox | 2002-12-04 | 1 | -0/+2 |
| * | Use the correct value when writing the Day Of Week byte in the CMOS. | Poul-Henning Kamp | 2002-12-04 | 2 | -2/+2 |
| * | Avoid recursive acquisition of the page queues lock in pmap_unuse_pt(). | Alan Cox | 2002-12-03 | 1 | -1/+3 |
| * | Align the FPU state in the ucontext and sigcontext to 16 bytes | Daniel Eischen | 2002-12-02 | 6 | -29/+45 |
| * | Hold the page queues lock when calling pmap_unwire_pte_hold() or | Alan Cox | 2002-12-02 | 1 | -3/+10 |
| * | Assert that the page queues lock is held in pmap_changebit() | Alan Cox | 2002-12-01 | 1 | -2/+2 |
| * | Assert that the page queues lock is held in pmap_page_exists_quick(). | Alan Cox | 2002-11-30 | 1 | -1/+1 |
| * | Assert that the page queues lock is held in pmap_remove_pages(). | Alan Cox | 2002-11-25 | 1 | -1/+1 |
| * | Add page queues locking to vunmapbuf(); reduce differences with respect | Alan Cox | 2002-11-24 | 1 | -3/+3 |
| * | Add `if (!cold)' checkings for functions which is called via SYSINIT. | Mitsuru IWASAKI | 2002-11-24 | 1 | -0/+3 |
| * | - Assert that the page queues lock is held in pmap_remove_all(). | Alan Cox | 2002-11-23 | 1 | -10/+4 |
| * | Under certain circumstances, we were calling kmem_free() from | Maxime Henrion | 2002-11-22 | 1 | -9/+17 |
| * | *sigh*. It seems that in the ACPICA code, Intel defines its own APIC_IO | John Baldwin | 2002-11-21 | 1 | -1/+1 |
| * | Regenerate after adding syscalls. | Daniel Eischen | 2002-11-16 | 3 | -4/+13 |
| * | Add *context() syscalls to ia64 32-bit compatability table as requested | Daniel Eischen | 2002-11-16 | 1 | -0/+3 |
| * | Add getcontext, setcontext, and swapcontext as system calls. | Daniel Eischen | 2002-11-16 | 5 | -17/+11 |
| * | MFp4: | Warner Losh | 2002-11-14 | 1 | -1/+1 |
| * | Recognize the Serverworks CIOB30 host to pci bridge. | Peter Wemm | 2002-11-13 | 1 | -0/+5 |
| * | Loader tunable 'machdep.disable_mtrrs'. | Matthew N. Dodd | 2002-11-13 | 1 | -1/+7 |
| * | Move pmap_collect() out of the machine-dependent code, rename it | Alan Cox | 2002-11-13 | 1 | -31/+1 |
| * | - Clear the page's PG_WRITEABLE flag in the i386's pmap_changebit() | Alan Cox | 2002-11-11 | 1 | -3/+5 |
| * | Add a new loader tunable, hw.hasbrokenint12, to indicate that BIOS | Mitsuru IWASAKI | 2002-11-09 | 1 | -46/+78 |
| * | Print real / avail memory in megabytes rather than kilobytes. | Dag-Erling Smørgrav | 2002-11-09 | 1 | -4/+4 |
| * | Move the definitions of the hw.physmem, hw.usermem and hw.availpages | Thomas Moestl | 2002-11-07 | 1 | -37/+0 |
| * | Properly parenthesize the DBREG_DRX macro's variables to allow for | Alfred Perlstein | 2002-11-07 | 1 | -1/+1 |
| * | Simplify and optimize pmap_object_init_pt(). More specifically, | Alan Cox | 2002-11-07 | 1 | -65/+32 |
| * | 1.Fix smp race between kernel vm86 BIOS calling and userland vm86 mode code, | David Xu | 2002-11-07 | 5 | -11/+14 |
| * | Remove what was a temporary bogus assignment of bits of siginfo_t, as it does | Juli Mallett | 2002-11-06 | 1 | -4/+0 |
| * | Fix typo. ioport_rid should be irq_rid. | David Xu | 2002-11-05 | 2 | -2/+2 |
| * | Sync to src/sys/kern/syscalls.master | Robert Watson | 2002-11-02 | 1 | -1/+1 |
| * | MFp4: | Warner Losh | 2002-11-02 | 1 | -10/+34 |