checkpoint almost working version of kernel TP0/X.25; TP4/Cons seems
[unix-history] / usr / src / sys / vm /
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
1990-05-16 Kirk McKusickupdate for hp300 support from Utah
1990-05-03 Kirk McKusickdo not count processes in load average sleeping over...
1990-03-28 Kirk McKusickbreak specinfo structure out of vnode.h into specdev.h
1990-01-14 Kirk McKusickhave to account for rawread (that does not use a b_vp)
1990-01-05 Kirk McKusickaccount for I/O's in progress
1989-12-31 Kirk McKusickVREF => VHOLD as buffers hold holdcnts not usecounts
1989-10-16 Kirk McKusicksanity check for unswapon'ed swpa partitions (from...
1989-06-28 Kirk McKusickupdate reference counts on vnodes using VREF
1989-05-30 Kirk McKusickeliminate floating point from the kernel (from forys...
1989-05-10 Kirk McKusickmerge in vnodes
1989-04-27 Kirk McKusickuse new form of suser()
1988-05-07 Keith Bosticremove sw{read,write} for raw{read,write} changes
1987-08-09 Mike Karelsclean up after wnj
1987-04-04 Keith Bosticbug report 4.1BSD/sys/25
1987-04-03 Mike Karelsworking with pack labels
1987-04-03 Mike Karelsadd ifdefs for dev_bsize (almost working)
1986-12-01 Mike Karelsstopped, neg. nice jobs aren't "load"
1986-06-05 Kirk McKusick4.3BSD release version
1985-11-21 Mike Karelsno swkill in swapout, callers handle failure; move...
1985-06-09 Kirk McKusickAdd copyright
1985-05-23 Kirk McKusickonly allow the super-user to do swapon()
1985-03-19 Mike Karelsdegenerate test; purge spl6!
1985-03-04 Kirk McKusicksetup of paging constants is now done in the paging...
1985-02-23 Kirk McKusicklotsfree is now 512KB but at most 1/4 of memory
1985-01-30 Jim Bloomcheck if swapping on default device so swapon won't...
1984-08-30 Jim BloomChange to includes. no more ../h
1984-08-23 Kirk McKusickuse IMIN macro to save call overhead
1984-07-09 Kirk McKusickrework `namei' interface to eliminate global variables
1984-05-23 Mike Karelslinked lists of active, zombie and free procs; avoid...
1983-07-29 Sam Leffler4.2 distribution
1983-06-15 Sam Lefflercleanup
1983-06-15 Sam Lefflercleanup
1983-05-18 Sam Lefflersun's need different paramters than vax; fix this on...
1983-05-18 Sam Lefflerchanges from sun to do swapping on variable sized devices
1983-05-11 Sam Lefflerswapon, swapoff, and unmount aren't going to be impleme...
1983-04-04 Sam Lefflerno more NOPAGING (yeah)
1983-02-14 Sam Lefflerincrease size of mini root so there's space to build...
1983-01-18 Sam Lefflersun crap
1983-01-09 Sam Lefflerlost paging (boo hiss)
1982-11-14 Sam Lefflermerge of 4.1b and 4.1c
1982-11-03 Bill Joytypo
1982-11-01 Bill Joyfixes from 68k
1982-11-01 Bill Joyfixes from 68k for NOPAGING
1982-10-22 Bill Joylint
1982-10-22 Bill Joylint
1982-10-22 Bill Joylint
1982-10-18 Bill Joymore lint
1982-09-07 Bill Joy(no message)
1982-08-23 Bill Joyuio'd
1982-07-16 Bill Joyadd mini root for new bootstrap style
next