BSD 4_4 release
[unix-history] / usr / src / sys / vm / vm_mmap.c
1995-07-25 CSRGBSD 4_4 release BSD-4_4
1993-06-03 Kirk McKusickmlock/munlock lengths are size_t's
1993-06-03 Mike Hiblermlock returns EAGAIN for requests exceeding one of...
1993-06-03 Mike Hibleradd mlock/munlock calls
1993-04-06 Chris Torekneed getpagesize for COMPAT_SUNOS too
1993-04-05 Kirk McKusickgetpagesize becomes COMPAT
1993-03-31 Kirk McKusickallow write for private mapping even if file desc open...
1993-03-28 Ralph Campbellchanged type of 'len' from int to size_t to match sysca...
1993-03-10 Mike Hiblerpass maxprot parameter to vm_mmap
1993-02-27 Kirk McKusickcheck for anonymous objects in the cache (4.4BSD-alpha...
1993-02-27 Kirk McKusickdo not allow SHARED mappings for non-writable file...
1993-02-21 Kirk McKusickmake complete bounds checks (from donn@bsdi.com)
1993-02-21 Kirk McKusickavoid inappropriate mappings
1993-02-11 Kirk McKusickdo not allow mappings above the top user address
1993-02-04 Kirk McKusickgetpagesize becomes COMPAT_43
1992-07-13 Jan-Simon Pendrynew include location for specdev.h
1992-07-11 Chris Toreklint
1992-07-11 Chris TorekANSIfy syscall args
1992-07-10 Chris Torekget rid of temporary grot
1992-06-25 Kirk McKusickbetter heuristic
1992-06-24 Kirk McKusickadd compatibility mmap call; make MAP_FILE the default...
1992-06-20 Kirk McKusickfix for anonymous objects on hash list when they should...
1992-05-05 Keith Bosticnew include format; lint
1991-10-22 Mike Hiblerreflect change to vm_object_page_clean interface
1991-08-29 Kirk McKusickuse PAGE_MASK macro
1991-08-29 Kirk McKusickvm_stat is merged into vmmeter structure;
1991-07-31 Kirk McKusickreturn pagesize properly
1991-06-29 Mike Hibler(checked in by karels) chose address for mmap if addr...
1991-05-08 Mike Hiblerget rid of vm_object_pmap_force_copy, vm_object_pmap_copy
1991-04-21 Mike Karelsfix includes; new proc struct; rm *_NULL;
1991-01-11 Kirk McKusickadd dynamically allocated file descriptors
1991-01-02 CSRGBSD 4_3_Reno release BSD-4_3_Reno
1990-12-06 Kirk McKusickadopted from Mike Hibler at Utah
1979-09-27 CSRGStart development on BSD 4_4
1979-09-27 CSRGStart development on BSD 4_3_Reno