| Commit message (Expand) | Author | Age | Files | Lines |
* | Disable U area swapping and remove the routines that create, destroy, | das | 2004-11-20 | 1 | -2/+0 |
* | For years, kmem_alloc_pageable() has been misused. Now that the last of | alc | 2004-07-25 | 1 | -1/+0 |
* | To date, unwiring a fictitious page has produced a panic. The reason | alc | 2004-05-22 | 1 | -2/+2 |
* | Remove advertising clause from University of California Regent's license, | imp | 2004-04-06 | 1 | -4/+0 |
* | Revert to the original vslock() and vsunlock() API with the following | truckman | 2004-03-15 | 1 | -2/+2 |
* | Undo the merger of mlock()/vslock and munlock()/vsunlock() and the | truckman | 2004-03-05 | 1 | -2/+2 |
* | Split the mlock() kernel code into two parts, mlock(), which unpacks | truckman | 2004-02-26 | 1 | -2/+2 |
* | Remove vm_page_alloc_contig(). It's now unused. | alc | 2004-01-14 | 1 | -1/+0 |
* | Remove long dead code, specifically, code related to munmapfd(). | alc | 2004-01-11 | 1 | -1/+0 |
* | Revert previous commit. Come back vslock(), all is forgiven. | bms | 2003-10-05 | 1 | -0/+2 |
* | Retire vslock() and vsunlock() with extreme prejudice. | bms | 2003-10-05 | 1 | -2/+0 |
* | Make swaponvp() static to the swap_pager. | phk | 2003-08-15 | 1 | -1/+0 |
* | Migrate the thread stack management functions from the machine-dependent | alc | 2003-06-14 | 1 | -1/+5 |
* | Move the *_new_altkstack() and *_dispose_altkstack() functions out of the | alc | 2003-06-14 | 1 | -0/+2 |
* | - Add vm_paddr_t, a physical address type. This is required for systems | jake | 2003-03-25 | 1 | -1/+1 |
* | use 'void *' instead of 'caddr_t' for useracc, kernacc, vslock and vsunlock. | alfred | 2003-01-21 | 1 | -4/+4 |
* | o Merge vm_fault_wire() and vm_fault_user_wire() by adding a new parameter, | alc | 2002-07-24 | 1 | -2/+1 |
* | Infrastructure tweaks to allow having both an Elf32 and an Elf64 executable | peter | 2002-07-20 | 1 | -1/+1 |
* | Collect all the (now equivalent) pmap_new_proc/pmap_dispose_proc/ | peter | 2002-07-07 | 1 | -0/+2 |
* | o Eliminate the use of grow_stack() and useracc() from sendsig(), osendsig(), | alc | 2002-04-05 | 1 | -1/+0 |
* | Remove an unused prototype. | alc | 2002-03-26 | 1 | -1/+0 |
* | Remove __P. | alfred | 2002-03-19 | 1 | -48/+48 |
* | - Remove a number of extra newlines that do not belong here according to | eivind | 2002-03-10 | 1 | -3/+1 |
* | Pre-KSE/M3 commit. | julian | 2002-02-07 | 1 | -1/+1 |
* | Fix a race with free'ing vmspaces at process exit when vmspaces are | alfred | 2002-02-05 | 1 | -0/+1 |
* | Move the code that computes the system load average from vm_meter.c | iedowse | 2001-10-20 | 1 | -1/+0 |
* | 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 |