| Commit message (Expand) | Author | Age | Files | Lines |
* | Hold the page queues lock around pmap_remove_pte() in pmap_enter(). | alc | 2003-01-04 | 1 | -0/+2 |
* | Make this build and sync-up: | marcel | 2003-01-03 | 1 | -6/+1 |
* | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | schweikh | 2003-01-01 | 2 | -4/+4 |
* | Synchronize to kern/syscalls.master:1.139. | rwatson | 2002-12-29 | 1 | -0/+4 |
* | MB_LEN_MAX is not MD, move it to the MI limits.h. | tjr | 2002-12-22 | 2 | -2/+0 |
* | More MFp4: DIG64 structures. | marcel | 2002-12-18 | 1 | -0/+90 |
* | Export the physical address of the RSDP to userland by means | marcel | 2002-12-18 | 1 | -10/+23 |
* | Check that the dump device is large enough. Otherwise we could | marcel | 2002-12-17 | 1 | -0/+10 |
* | Regen: swapoff | marcel | 2002-12-16 | 3 | -4/+5 |
* | Change swapoff from MNOPROTO to UNIMPL. The former doesn't work. | marcel | 2002-12-16 | 1 | -1/+1 |
* | This is David Schultz's swapoff code which I am finally able to commit. | dillon | 2002-12-15 | 1 | -0/+1 |
* | SCARGS removal take II. | alfred | 2002-12-14 | 3 | -134/+129 |
* | Backout removal SCARGS, the code freeze is only "selectively" over. | alfred | 2002-12-13 | 3 | -129/+134 |
* | Remove SCARGS. | alfred | 2002-12-13 | 3 | -134/+129 |
* | Unbreak the KSE code. Keep track of zobie threads using the Per-CPU storage | julian | 2002-12-10 | 1 | -1/+1 |
* | Use one of the bi_spare entries for the DIG64 HCDP table address. | marcel | 2002-12-08 | 1 | -1/+2 |
* | Disable SMP. It reduces the chance that the kernel boots. On top | marcel | 2002-12-08 | 1 | -1/+1 |
* | MFi386 | alc | 2002-12-02 | 1 | -0/+2 |
* | Implement bus_space_subregion(). Identical to i386. | marcel | 2002-11-29 | 1 | -3/+8 |
* | Better handle sparse physical memory: Don't use the address range | marcel | 2002-11-29 | 1 | -8/+4 |
* | MFp4: | marcel | 2002-11-24 | 2 | -3/+38 |
* | Fix comparison that caused a 1-off bug. This appeared harmless for | marcel | 2002-11-24 | 1 | -1/+1 |
* | Under certain circumstances, we were calling kmem_free() from | mux | 2002-11-22 | 1 | -0/+5 |
* | MFi386 r1.369 | alc | 2002-11-17 | 1 | -0/+3 |
* | Regenerate after adding syscalls. | deischen | 2002-11-16 | 3 | -4/+13 |
* | Add *context() syscalls to ia64 32-bit compatability table as requested | deischen | 2002-11-16 | 1 | -0/+3 |
* | Add getcontext, setcontext, and swapcontext as system calls. | deischen | 2002-11-16 | 1 | -0/+14 |
* | Do not assume that time_t is an int. | peter | 2002-11-15 | 1 | -1/+1 |
* | Test the water. Make time_t long (64 bit) on ia64 since we do not have | peter | 2002-11-15 | 1 | -1/+1 |
* | Move pmap_collect() out of the machine-dependent code, rename it | alc | 2002-11-13 | 1 | -30/+1 |
* | ia64 ABI breaker: | marcel | 2002-11-11 | 1 | -30/+17 |
* | - Clear the page's PG_WRITEABLE flag in the i386's pmap_changebit() | alc | 2002-11-11 | 1 | -2/+1 |
* | Comment-out USB support. A kernel doesn't boot with it. Deal with it | marcel | 2002-11-11 | 1 | -12/+12 |
* | Print real / avail memory in megabytes rather than kilobytes. | des | 2002-11-09 | 1 | -3/+4 |
* | Move the definitions of the hw.physmem, hw.usermem and hw.availpages | tmm | 2002-11-07 | 1 | -27/+0 |
* | Remove what was a temporary bogus assignment of bits of siginfo_t, as it does | jmallett | 2002-11-06 | 1 | -2/+0 |
* | Define UMA_MD_SMALL_ALLOC so that we can allocate memory with region | marcel | 2002-11-06 | 2 | -16/+38 |
* | o Remove devices that are commented out. | marcel | 2002-11-05 | 1 | -10/+4 |
* | Remove mcclock. It's an Alpha left-over. | marcel | 2002-11-05 | 1 | -2/+0 |
* | Sync to src/sys/kern/syscalls.master | rwatson | 2002-11-02 | 1 | -1/+1 |
* | Don't pass the return address to exception_save in register b0. Use | marcel | 2002-10-30 | 2 | -196/+158 |
* | Rewrite cpu_switch(). The most notable change is the fact that we now | marcel | 2002-10-30 | 7 | -303/+364 |
* | Remove mf.a from sapic_read() and sapic_write(). We only care | marcel | 2002-10-28 | 1 | -3/+0 |
* | Remove mf.a (the acceptance form of the memory fence instruction) | marcel | 2002-10-28 | 1 | -12/+0 |
* | Make vmstat -i work: | marcel | 2002-10-28 | 4 | -54/+48 |
* | In ipi_send(), perform a mf instruction prior to initiating the IPI. | marcel | 2002-10-27 | 1 | -1/+1 |
* | Add COMPAT_FREEBSD4 here too. It has COMPAT_43 as well. | peter | 2002-10-26 | 1 | -0/+1 |
* | Split 4.x and 5.x signal handling so that we can keep 4.x signal | peter | 2002-10-25 | 3 | -22/+9 |
* | Extract out KSE specific code from machine specific code | julian | 2002-10-24 | 1 | -18/+2 |
* | Oops, I missed a few changes in 'device acpica' -> 'device acpi' change. | jhb | 2002-10-24 | 1 | -5/+5 |