indir => syscall; __indir => __syscall
[unix-history] / usr / src / sys / vm /
1993-06-15 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-06-15 Keith Bosticmake system call names match function call names
1993-06-12 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
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 Hiblerfix up vm_map_pageable for mlock/munlock (changes from...
1993-06-03 Mike Hibleradd mlock/munlock calls
1993-06-03 Mike Hiblerhack: initialize vm_page_max_wired (max wired user...
1993-06-03 Mike Hiblerfix minor typo
1993-05-25 Chris Torekpedantically ANSI, i.e., nothing after #else/#endif
1993-05-25 Chris Torekpedantically ANSI, i.e., nothing after #else/#endif
1993-05-13 Kirk McKusickget rid of old vaxisms
1993-04-30 Ralph Campbelloops, fix \n in panic string.
1993-04-30 Ralph Campbellkmem_alloc*() can return zero if no more kernel virtual...
1993-04-29 Kirk McKusickset RLIMIT_RSS initial limit to currently available...
1993-04-28 Kirk McKusicksysctl.h needs vm/vm.h
1993-04-20 Chris Torekterminate swap list with NODEV, not 0 (0 is a valid...
1993-04-18 Kirk McKusickspecify types for sysctl names
1993-04-18 Chris Torekall pagers change from pseudo-devices to options
1993-04-18 Chris Torekfrom pseudo-device to option
1993-04-06 Chris Torekneed getpagesize for COMPAT_SUNOS too
1993-04-05 Kirk McKusickgetpagesize becomes COMPAT
1993-04-02 Mike Hiblereliminate LockHolder field to get vm_object size down...
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-03-10 Mike Hiblerattempt to recover from failure of vm_fault in vm_fault...
1993-03-10 Mike Hiblerattempt to recover from vm_fault_wire failure in vm_map...
1993-03-10 Mike Hiblerprototype changes: new param for vm_mmap, return type...
1993-03-05 Keith Bosticchange buffer lengths of sysctl(2) to be size_t's
1993-03-03 Kirk McKusickadd proc parameter to vm_sysctl
1993-03-03 Kirk McKusickavoid sleeps in page daemon calls to vm_map_entry_creat...
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-11 Kirk McKusickhave to account for one extra needed page
1993-02-04 Kirk McKusickadd CTL_VM definitions
1993-02-04 Kirk McKusickadd vm_sysctl framwork; kinfo_loadavg becomes sysctl_lo...
1993-02-04 Kirk McKusickavoid panic's on msync'ing active pages
1993-02-04 Kirk McKusickgetpagesize becomes COMPAT_43
1993-01-03 Mike Hiblerfix a stupid typo
1992-12-28 Mike Hiblerhack chgkprot to attempt to allow writing ktext without...
1992-11-30 Mike Hiblerno more page_lock, PG_ABSENT
1992-11-30 Mike Hiblercleanup
1992-11-30 Mike Hiblermach 2.5/3.0 inspired changes:
1992-11-30 Mike Hibleronly force wakeup of pageout daemon if we are short...
1992-11-30 Mike Hiblerremove unused page_lock and unlock_request fields
1992-11-25 Kirk McKusickcleanups from Torek; new constants for future interface
1992-10-23 Mike Hiblerhave to explicitly set vnode pointer to NOLIST
1992-10-12 Keith Bosticmake kernel includes standard
1992-10-08 Kirk McKusicknew queue link names; fix queue_end
1992-10-08 Kirk McKusicknew cache link names
1992-10-08 Margo SeltzerAdd argument to VOP_BMAP.
1992-10-07 Kirk McKusickqueue.h moves to /sys/sys; old MACH queue compatibility...
1992-10-07 Kirk McKusickdo not need to include <vm/queue.h> as it comes in...
1992-10-02 Kirk McKusickav_forw/av_back are gone; now use b_actf/b_actb for...
1992-10-02 Kirk McKusickconvert vm_page bit fields to flags
1992-09-22 Mike Hiblerdeal with VM_PAGER_ERROR
1992-09-22 Mike Hiblerbe prepared to handle VM_PAGER_ERROR
1992-09-22 Mike Hiblerreturn VM_PAGER_ERROR not VM_PAGER_FAIL on IO errors
1992-09-22 Mike Hibleradded VM_PAGER_ERROR to reflect pager IO errors
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-07-09 Chris Torekgot to return *some* value, FALSE is probably right...
1992-07-09 Chris Torekreturn more likely values, not just random junk
1992-07-08 Chris Torekvolatile poison
1992-07-08 Chris Torekvolatile poison; splclock => splstatclock
1992-07-03 Kirk McKusickdelete USES
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-06-06 Mike Hiblercorrect incorrect comment
1992-06-05 Kirk McKusickadd support for luna68k from Omron
1992-06-04 Mike Hiblerremove misplaced simple_unlock call
1992-06-03 Kirk McKusickit is not really a panic, just a thought
1992-05-15 John Heidemannvnode interface conversion
1992-05-15 John Heidemannvnode interface conversion
1992-05-15 John Heidemannvnode.h/specdev.h swapped to avoid prototype warnings
1992-05-14 John Heidemannvnode interface conversion
1992-05-14 Kirk McKusickexported routines cannot be static
1992-05-13 Keith Bosticuser programs get to this through vm.h
1992-05-12 Kirk McKusickinitialize swpa buffers to use proc0 credential (from...
1992-05-05 Keith Bosticquiet the warnings
1992-05-05 Keith Bosticnew include format; lint
1992-05-05 Keith Bosticnew include format; lint; function prototypes
1992-05-05 Keith Bosticnew include format; lint
1992-05-05 Keith Bosticnew include format; lint; function prototype
1992-05-05 Keith Bosticnew include format; lint
1992-05-05 Keith Bosticnew include format
1992-05-05 Keith Bosticdate and time created 92/05/04 17:19:52 by bostic
1992-05-05 Keith Bosticdefinition of pagerops moves to vnode_pager.c where...
1992-05-05 Keith Bosticadd function prototypes; new include format; define...
1992-05-05 Keith Bosticdefinition of pagerops moves to swap_pager.c where...
1992-05-05 Keith Bosticdefinition of pagerops moves to device_pager.c where...
1992-05-05 Keith Bosticadd function prototypes; new include format; define...
1992-05-05 Keith Bosticadd function prototypes
next