| Commit message (Expand) | Author | Age | Files | Lines |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -13/+13 |
* | Rip some well duplicated code out of cpu_wait() and cpu_exit() and move | peter | 2001-09-10 | 1 | -1/+2 |
* | Remove unused 3rd argument from vsunlock() which abused B_WRITE. | phk | 2000-03-13 | 1 | -1/+1 |
* | Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" | peter | 1999-12-29 | 1 | -2/+2 |
* | Remove unused declarations. | alc | 1999-11-08 | 1 | -4/+0 |
* | Fix bug in pipe code relating to writes of mmap'd but illegal address | dillon | 1999-09-20 | 1 | -1/+1 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Add a function kmem_alloc_nofault() - same as kmem_alloc_pageable(), but | dt | 1999-06-08 | 1 | -1/+2 |
* | Move the declaration of faultin() from the vm headers to proc.h, since | peter | 1999-04-13 | 1 | -2/+1 |
* | Mostly remove the VM_STACK OPTION. | julian | 1999-01-26 | 1 | -4/+1 |
* | Add (but don't activate) code for a special VM option to make | julian | 1999-01-06 | 1 | -1/+5 |
* | This commit fixes various 64bit portability problems required for | dfr | 1998-06-07 | 1 | -3/+3 |
* | VM level code cleanups. | dyson | 1998-01-22 | 1 | -3/+3 |
* | caddr_t --> void * | alex | 1997-12-31 | 1 | -2/+2 |
* | Support an optional, sysctl enabled feature of idle process swapout. This | dyson | 1997-12-06 | 1 | -2/+2 |
* | Fully implement vfork. Vfork is now much much faster than even our | dyson | 1997-04-13 | 1 | -1/+3 |
* | The biggie: Get rid of the UPAGES from the top of the per-process address | peter | 1997-04-07 | 1 | -2/+2 |
* | Correction to the prototype for vm_fault. | dyson | 1997-04-06 | 1 | -2/+2 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 1 | -1/+1 |
* | This is the kernel Lite/2 commit. There are some requisite userland | dyson | 1997-02-10 | 1 | -1/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | Implement closer-to POSIX mlock semantics. The major difference is | dyson | 1996-12-14 | 1 | -1/+2 |
* | Removed iprintf(). It was copied to db_iprintf() in ddb. | bde | 1996-09-15 | 1 | -2/+1 |
* | Attached vm ddb commands `show map', `show vmochk', `show object', | bde | 1996-09-14 | 1 | -4/+1 |
* | KGDB is dead. It may come back one day if somebody does it. | phk | 1996-05-02 | 1 | -6/+1 |
* | kern_descrip.c: add fdshare()/fdcopy() | peter | 1996-02-23 | 1 | -2/+2 |
* | Changed vm_fault_quick in vm_machdep.c to be global. Needed for | dyson | 1996-02-04 | 1 | -1/+2 |
* | Another mega commit to staticize things. | phk | 1995-12-14 | 1 | -3/+1 |
* | Changes to support 1Tb filesizes. Pages are now named by an | dyson | 1995-12-11 | 1 | -5/+6 |
* | Untangled the vm.h include file spaghetti. | dg | 1995-12-07 | 1 | -1/+3 |
* | Move all the VM sysctl stuff home where it belongs. | phk | 1995-11-14 | 1 | -2/+1 |
* | Reviewed by: julian with quick glances by bruce and others | julian | 1995-08-28 | 1 | -3/+1 |
* | NOTE: libkvm, w, ps, 'top', and any other utility which depends on struct | dg | 1995-07-13 | 1 | -23/+2 |
* | swapout_threads() -> swapout_procs(). | dg | 1995-07-10 | 1 | -2/+2 |
* | Changed swap partition handling/allocation so that it doesn't | dg | 1995-05-14 | 1 | -3/+2 |
* | Changed "handle" from type caddr_t to void *; "handle" is several different | dg | 1995-05-10 | 1 | -2/+2 |
* | Add and move declarations to fix all of the warnings from `gcc -Wimplicit' | bde | 1995-03-16 | 1 | -2/+6 |
* | vm_extern.h: removed vm_allocate_with_pager. | dg | 1995-02-21 | 1 | -2/+1 |
* | Removed vm_allocate(), vm_deallocate(), and vm_protect() functions. The | dg | 1995-02-20 | 1 | -4/+1 |
* | vm_inherit function has been deprecated. | dg | 1995-02-20 | 1 | -2/+1 |
* | Killed MACHVMCOMPAT function prototypes as the functions don't exist. | dg | 1995-02-09 | 1 | -5/+1 |
* | These changes embody the support of the fully coherent merged VM buffer cache, | dg | 1995-01-09 | 1 | -79/+75 |
* | Clean up previous commits (format for 80 columns...). | bde | 1994-12-30 | 1 | -7/+8 |
* | 1) New "vm_page_alloc_contig" routine by me. | dg | 1994-09-27 | 1 | -1/+2 |
* | Whoops, accidently left out some pieces of the munmapfd patch. | dg | 1994-09-02 | 1 | -2/+2 |
* | Made idempotent | paul | 1994-08-21 | 1 | -1/+6 |
* | Added $Id$ | dg | 1994-08-02 | 1 | -0/+1 |
* | The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch. | rgrimes | 1994-05-25 | 1 | -1/+11 |
* | BSD 4.4 Lite Kernel Sources | rgrimes | 1994-05-24 | 1 | -0/+125 |