summaryrefslogtreecommitdiff
path: root/sys/vm/vm_unix.c
Commit message (Expand)AuthorAgeFilesLines
* KSE Milestone 2Julian Elischer2001-09-121-6/+6
* mark obreak() and ovadvise() as being MPSAFEMatthew Dillon2001-08-311-0/+6
* whitespace / register cleanupMatthew Dillon2001-07-041-1/+1
* With Alfred's permission, remove vm_mtx in favor of a fine-grained approachMatthew Dillon2001-07-041-24/+22
* Stick VM syscalls back under Giant if the BLEED option is not defined.John Baldwin2001-05-241-0/+8
* Acquire Giant around vm_map_remove() inside of the obreak() syscall forJohn Baldwin2001-05-231-2/+7
* Remove duplicate include and sort includes.John Baldwin2001-05-221-3/+2
* Introduce a global lock for the vm subsystem (vm_mtx).Alfred Perlstein2001-05-191-0/+7
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-011-1/+1
* If a process is over its resource limit for datasize, still allowDavid Malone2000-10-061-3/+7
* Revert spelling mistake I made in the previous commitPhilippe Charnier2000-03-271-1/+1
* SpellingPhilippe Charnier2000-03-261-1/+1
* Remove unused #include's.Alan Cox1999-11-071-1/+0
* useracc() the prequel:Poul-Henning Kamp1999-10-291-1/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Removed ENOMEM error on swap_pager_full condition which ignored theMatthew Dillon1999-02-221-4/+2
* Addendum to vm_map coalesce optimization. Also, this was backed-outMatthew Dillon1999-02-091-1/+1
* Backed out vm_map coalesce optimization - it resulted in 22% more pageMatthew Dillon1999-02-081-2/+2
* The elf loader sets the permissions on bss to VM_PROT_READ|VM_PROT_WRITEMatthew Dillon1999-02-051-2/+2
* Fixed two potentially serious classes of bugs:David Greenman1998-10-131-2/+2
* Move the "retval" (3rd) parameter from all syscall functions and putPoul-Henning Kamp1997-11-061-5/+3
* Removed unused #includes.Bruce Evans1997-08-021-2/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlandJohn Dyson1997-02-101-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Fix some serious problems with limits checking in the sbrk(2)/brk(2)John Dyson1996-06-251-13/+25
* Eliminated many redundant vm_map_lookup operations for vm_mmap.John Dyson1996-01-191-2/+4
* Untangled the vm.h include file spaghetti.David Greenman1995-12-071-1/+5
* Included <sys/sysproto.h> to get central declarations for syscall argsBruce Evans1995-11-121-1/+6
* Fixed type of obreak(). The args struct member name conflicted withBruce Evans1995-11-111-3/+3
* Fix argument passing to the "freeer" routine. Added some prototypes. (bde)David Greenman1995-10-071-3/+2
* Stop using vm_allocate and vm_deallocate.David Greenman1995-02-201-3/+3
* These changes embody the support of the fully coherent merged VM buffer cache,David Greenman1995-01-091-10/+10
* Added $Id$David Greenman1994-08-021-0/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.Rodney W. Grimes1994-05-251-34/+7
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+137