fix auto-quoting screwup
[unix-history] / usr / src / sys / vm /
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
1992-05-05 Keith Bosticadd function pprototypes
1992-05-05 Keith Bosticmove function prototypes to vm_extern.h
1992-05-05 Keith Bosticmove definition of vm_inherit_t to vm.h
1992-05-05 Keith Bosticmove in definitions of vm exported types
1992-05-05 Keith Bosticcleanup function prototypes
1992-05-05 Keith Bosticadd function prototypes
1992-05-05 Keith Bosticupdate function prototypes
1992-05-05 Keith Bosticnew include format
1992-04-26 Ralph Campbellset page clean after vm_pager_get().
1992-04-21 Kirk McKusickset dirty offset (from Macklem)
1992-03-10 Kirk McKusickfix from Donn Seeley to make shadow pages pageable
1992-03-04 Mike Hibleravoid NULL object pointer dereference in vmtotal
1992-03-02 Kirk McKusickallow subset of pagers to be defined (net2/sys/7)
1992-02-26 Kirk McKusickadd kinfo_loadavg to get loadavg through getkerninfo
1992-02-25 Kirk McKusicklint
1992-02-20 Chris Torekvm_map_findspace returns 0 on success, not failure
1992-02-20 Kirk McKusicklint
1992-02-20 Kirk McKusickcleanup the buggies
1992-02-20 Kirk McKusickadd void decls
1992-02-20 Chris Toreksplit vm_map_findspace out of vm_map_find
1992-02-20 Chris Torekprototype for new function
1992-02-20 Chris Torekprototypes
1992-02-20 Chris Torekmisc cleanups
1992-02-20 Chris Torekeliminate pmap_kernel()
1992-02-20 Chris Torekeliminate variable kernel_pmap and function pmap_kernel
1992-02-20 Chris Torekreplace vm_page_init with VM_PAGE_INIT macro
1992-02-20 Chris Torekmove definition of vm_page_init into vm_page.h so can...
1992-02-20 Chris Torekdefine VM_PAGE_INIT as vm_page_init was only used in...
1992-02-04 Kirk McKusicknew namei calling convention
1992-01-15 Marc Teitelbaumneed to pass kernel size when init'ing on the MIPS
1992-01-15 Marc Teitelbaumhave to avoid use of dequeue which causes problems...
1991-12-15 Kirk McKusickstatfs.f_bsize => statfs.f_iosize; statfs.f_fsize ...
1991-11-21 Marc Teitelbaum3100 changes (from ralph)
1991-11-21 Marc Teitelbaum3100 changes (from ralph)
1991-11-21 Marc Teitelbaummerge in 7.7.1.1 (ralphs 3100 changes)
1991-11-21 Marc Teitelbaum3100 changes (from ralph)
1991-10-22 Mike Hiblerreflect change to vm_object_page_clean interface
1991-10-22 Mike Hiblerin vm_object_page_clean avoid races with pageout daemon
1991-09-13 Marc Teitelbaumwhoopsey daisey, pamp_enter() has another arg ralphie
1991-09-08 Ralph Campbellforgot some proto defs.
1991-09-07 Ralph Campbelladd ANSI prototypes for pmap functions.
1991-09-04 Kirk McKusickfirst cut at new VM statistics gathering
1991-08-30 William Nesheimadded pmap_bootstrap_alloc() to deal with machine dependent
1991-08-30 William Nesheimchanged interface to vm_page_startup function, due...
next