initialize swpa buffers to use proc0 credential (from Leres)
[unix-history] / usr / src / sys / vm /
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...
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...
next