only delete space used by inode, on inode deletion; required
[unix-history] / usr / src / sys / vm /
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...
1991-08-30 William Nesheimadded function prototypes, cleaning up.
1991-08-30 William Nesheimadded pmap_bootstrap_alloc() to deal with machine dependant
1991-08-29 Kirk McKusickuse PAGE_MASK macro
1991-08-29 Kirk McKusickadd num_pages macro; add PAGE_MASK macro
1991-08-29 Kirk McKusickvm_stat is merged into vmmeter structure
1991-08-29 Kirk McKusickcan_persist bit field replaced with a flag
1991-08-29 Kirk McKusickinternal bit field replaced with flag
1991-08-29 Kirk McKusickvm_statistics.h is merged into vmmeter.h
1991-08-29 Kirk McKusickvm_stat is merged into vmmeter structure;
1991-08-29 Kirk McKusickdeprecate unused pager_ready; delete can_persist and...
1991-08-29 Kirk McKusickvm_stat is merged into vmmeter structure
1991-08-29 Kirk McKusickpmap_statistics moves in from deprecated vm_statistics.h
1991-08-29 Kirk McKusickvm_stat is merged into vmmeter structure;
1991-08-29 Kirk McKusickvm_stat is merged into vmmeter structure
1991-08-28 Kirk McKusickmove in pmap_statistics structure (from abandoned vm_st...
1991-08-17 Kirk McKusickmove up debugging output to place where it is valid
1991-08-17 Kirk McKusicklint
1991-08-16 William Nesheimtemporary and permanent changes for i386, correcting...
1991-07-31 Kirk McKusickreturn pagesize properly
1991-07-26 Kirk McKusicknumerous statistics move to vm_stat;
1991-07-26 Kirk McKusicknumerous statistics move to vm_stat
1991-07-26 Kirk McKusickvm_page_active_count and vm_page_inactive_count move...
1991-07-26 Kirk McKusickvm_page_free_count moves to vm_stat.free_count
1991-07-26 Kirk McKusickreplace numerous includes with vm.h
1991-07-26 Kirk McKusickvm_page_free_count moves to vm_stat.free_count
1991-07-26 Kirk McKusickadd default software page size; page_size moves to...
1991-07-26 Kirk McKusickfree_count, active_count, inactive_count, wire_count...
1991-07-26 Kirk McKusickset the software page size
1991-07-16 Kirk McKusickavoid illegal &0 definitions (from bowen@cs.Buffalo...
1991-06-29 Mike Hibler(checked in by karels) chose address for mmap if addr...
1991-05-16 Kirk McKusickadd global variable that can be patched to let buufer...
1991-05-13 William Nesheimi386 don't inherit pagetables
1991-05-11 Mike Hiblercorrect buffer-cache address range check
1991-05-08 Mike Hiblerhibler: special checking in kernacc for buffer cache
1991-05-08 Mike Hibleruse pmap_enter/remove instead of hard PTE ops
1991-05-08 Mike Hiblerkeep page frame marked busy while in a pager
1991-05-08 Mike Hiblerpmap_remove_all -> pmap_page_protect
1991-05-08 Mike Hiblerpmap_kernel can be a macro, pmap_remove_all/pmap_copy_o...
1991-05-08 Mike Hiblerget rid of vm_object_pmap_force_copy, vm_object_pmap_copy
1991-05-08 Mike Hiblermove a lot of synchronizing code over to DEBUG since...
1991-05-08 Mike Hiblerdon't perform the "single use" check, it was broken...
1991-05-08 Mike Hiblerpanic if map allocation fails and canwait has been...
1991-05-08 Mike Hibleradded DEBUG version of vm_page_init to init the
1991-05-07 Mike Karelsdefine nswdev, nswap
1991-05-06 Mike Karelsnew file
1991-05-03 Mike Karelsmove pcb, stack copy to cpu_fork; copy only useful...
1991-04-22 Kirk McKusickupdate to new CMU copyright and distribution terms
1991-04-21 Mike Karelsfix includes; new proc struct; rm *_NULL
1991-04-21 Mike Karelsfix includes; new proc struct; rm *_NULL
1991-04-21 Mike Karelsfix includes; new proc struct; rm *_NULL;
1991-04-21 Mike Karelsfix includes; new proc struct; rm *_NULL;
1991-04-21 Mike Karelsfix includes; new proc struct; rm *_NULL;
1991-04-20 Kirk McKusicklint
1991-04-16 Kirk McKusickadd proc pointers to appropriate VOP and uio setup...
1991-04-16 Kirk McKusickadd proc pointers to appropriate VOP operations
1991-04-13 Mike Karelsrm user.h, new proc structure, mv VTEXT'ing of vnode...
1991-04-13 Mike Karelsmv swapinit from main, rm user.h, new proc struct
1991-03-28 Kirk McKusickcopyright revision request from CMU
1991-03-28 Kirk McKusickMike's comments on the copyright notice
1991-03-20 Kirk McKusickupdate CMU copyright and distribution notice
1991-03-05 Kirk McKusickupdate for diskless support
1991-01-11 Kirk McKusickadd dynamically allocated file descriptors
1990-12-06 Kirk McKusickadopted from Mike Hibler at Utah
1990-12-06 Kirk McKusickadopted from Mach 2.5
1990-12-06 Kirk McKusickformerly vm_sw.c; update for new VM
1990-12-06 Kirk McKusickformerly vm_sched.c; update for new VM
1990-06-29 Keith Bosticnew copyright notice
1990-06-29 Mike KarelsRETURN => return, remove syscontext.h
1990-06-22 Kirk McKusicknew system call convention
next