try to make sure that path-addrs always have <angle brackets>
[unix-history] / usr / src / sys / vm /
1994-01-05 Keith Bosticlint
1993-12-31 Kirk McKusickconvert to use new queue structures
1993-12-14 Kirk McKusickconvert page list to use <sys/queue.h>
1993-12-14 Kirk McKusickconvert pager list to use <sys/queue.h>
1993-12-14 Kirk McKusickpitch <sys/queue.h> compatibility code
1993-12-14 Kirk McKusickconvert free list, hash list, and object list to use...
1993-12-14 Kirk McKusickconvert resident memory list, object list, object cache...
1993-11-22 Mike Hiblervm_page_insert should be done with paging queues locked...
1993-11-15 Mike Hiblerin io, check right off if page exists in object
1993-11-15 Mike Hiblerkeep indices constant even if a pager is not configured
1993-11-15 Mike Hiblereliminate unneeded cast
1993-11-15 Mike Hiblersupport for sequential swap devices (SEQSWAP ifdef)
1993-11-15 Mike Hiblerconvert mmaps of /dev/zero to anon memory requests
1993-11-11 Chris Torekfinish up new device pager: all pagers get offsets
1993-10-25 Mike Hiblernew improved version: dynamic allocation of fake pages
1993-10-02 Mike Hiblerwhen making copy of a page, make sure original is deact...
1993-09-24 Keith Bosticchanges for 4.4BSD-Lite requested by USL
1993-09-21 Keith Bosticchanges for 4.4BSD-Lite requested by USL
1993-09-06 Keith BosticCleanups for 4.4BSD-Lite
1993-07-16 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-07-16 Mike Hiblerfix off-by-one errors (from cgd)
1993-07-16 Mike Hiblerprint a warning if no swap space found, don't use the...
1993-07-07 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-07-07 Kirk McKusickwaste less of the swap map (from Hibler)
1993-06-19 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-06-19 Kirk McKusicklint
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...
next