| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove execute permission from the memory allocated by sbrk(). | alc | 2009-04-11 | 1 | -1/+1 |
* | Revert the addition of the freelist argument for the vm_map_delete() | kib | 2009-02-24 | 1 | -4/+1 |
* | Do not call vm_object_deallocate() from vm_map_delete(), because we | kib | 2009-02-08 | 1 | -1/+4 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 1 | -1/+1 |
* | Remove advertising clause from University of California Regent's license, | imp | 2004-04-06 | 1 | -4/+0 |
* | Locking for the per-process resource limits structure. | jhb | 2004-02-04 | 1 | -4/+8 |
* | Add the mlockall() and munlockall() system calls. | bms | 2003-08-11 | 1 | -0/+21 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 1 | -1/+3 |
* | Use the fields in the sysentvec and in the vm map header in place of the | jake | 2002-09-21 | 1 | -1/+1 |
* | Part I of RLIMIT_VMEM implementation. Implement core functionality for | dillon | 2002-06-26 | 1 | -0/+5 |
* | o Remove an incorrect cast from obreak(). This cast would, | alc | 2002-06-20 | 1 | -5/+5 |
* | o Acquire and release the vm_map lock instead of Giant in obreak(). | alc | 2002-06-20 | 1 | -11/+7 |
* | Garbage-collect options ACPI_NO_ENABLE_ON_BOOT, AML_DEBUG, BLEED, | bde | 2002-02-15 | 1 | -1/+0 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -6/+6 |
* | mark obreak() and ovadvise() as being MPSAFE | dillon | 2001-08-31 | 1 | -0/+6 |
* | whitespace / register cleanup | dillon | 2001-07-04 | 1 | -1/+1 |
* | With Alfred's permission, remove vm_mtx in favor of a fine-grained approach | dillon | 2001-07-04 | 1 | -24/+22 |
* | Stick VM syscalls back under Giant if the BLEED option is not defined. | jhb | 2001-05-24 | 1 | -0/+8 |
* | Acquire Giant around vm_map_remove() inside of the obreak() syscall for | jhb | 2001-05-23 | 1 | -2/+7 |
* | Remove duplicate include and sort includes. | jhb | 2001-05-22 | 1 | -3/+2 |
* | Introduce a global lock for the vm subsystem (vm_mtx). | alfred | 2001-05-19 | 1 | -0/+7 |
* | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | markm | 2001-05-01 | 1 | -1/+1 |
* | If a process is over its resource limit for datasize, still allow | dwmalone | 2000-10-06 | 1 | -3/+7 |
* | Revert spelling mistake I made in the previous commit | charnier | 2000-03-27 | 1 | -1/+1 |
* | Spelling | charnier | 2000-03-26 | 1 | -1/+1 |
* | Remove unused #include's. | alc | 1999-11-07 | 1 | -1/+0 |
* | useracc() the prequel: | phk | 1999-10-29 | 1 | -1/+0 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Removed ENOMEM error on swap_pager_full condition which ignored the | dillon | 1999-02-22 | 1 | -4/+2 |
* | Addendum to vm_map coalesce optimization. Also, this was backed-out | dillon | 1999-02-09 | 1 | -1/+1 |
* | Backed out vm_map coalesce optimization - it resulted in 22% more page | dillon | 1999-02-08 | 1 | -2/+2 |
* | The elf loader sets the permissions on bss to VM_PROT_READ|VM_PROT_WRITE | dillon | 1999-02-05 | 1 | -2/+2 |
* | Fixed two potentially serious classes of bugs: | dg | 1998-10-13 | 1 | -2/+2 |
* | Move the "retval" (3rd) parameter from all syscall functions and put | phk | 1997-11-06 | 1 | -5/+3 |
* | Removed unused #includes. | bde | 1997-08-02 | 1 | -2/+1 |
* | 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 |
* | Fix some serious problems with limits checking in the sbrk(2)/brk(2) | dyson | 1996-06-25 | 1 | -13/+25 |
* | Eliminated many redundant vm_map_lookup operations for vm_mmap. | dyson | 1996-01-19 | 1 | -2/+4 |
* | Untangled the vm.h include file spaghetti. | dg | 1995-12-07 | 1 | -1/+5 |
* | Included <sys/sysproto.h> to get central declarations for syscall args | bde | 1995-11-12 | 1 | -1/+6 |
* | Fixed type of obreak(). The args struct member name conflicted with | bde | 1995-11-11 | 1 | -3/+3 |
* | Fix argument passing to the "freeer" routine. Added some prototypes. (bde) | dg | 1995-10-07 | 1 | -3/+2 |
* | Stop using vm_allocate and vm_deallocate. | dg | 1995-02-20 | 1 | -3/+3 |
* | These changes embody the support of the fully coherent merged VM buffer cache, | dg | 1995-01-09 | 1 | -10/+10 |
* | 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 | -34/+7 |
* | BSD 4.4 Lite Kernel Sources | rgrimes | 1994-05-24 | 1 | -0/+137 |