This commit was generated by cvs2svn to track changes on a CVS vendor
[unix-history] / sys / vm /
1994-02-07 Andrew MooreThis commit was generated by cvs2svn to track changes...
1994-02-07 Andrew MooreThis commit was generated by cvs2svn to track changes...
1994-02-06 David GreenmanPatch from John Dyson to fix bug with paging over NFS.
1994-02-05 Andrey ChernovThis commit was generated by cvs2svn to track changes...
1994-02-04 Garrett WollmanThis commit was generated by cvs2svn to track changes...
1994-02-04 Garrett WollmanThis commit was generated by cvs2svn to track changes...
1994-02-03 Garrett WollmanThis commit was generated by cvs2svn to track changes...
1994-01-31 David GreenmanAdded four pattern memory test routine that is done...
1994-01-31 David GreenmanAdd back page_size variable as vmstat looks it up in...
1994-01-31 David GreenmanVM system performance improvements from John Dyson...
1994-01-29 Nate WillamsThis commit was generated by cvs2svn to track changes...
1994-01-28 Jordan K. HubbardCould someone apply this patch to vm/vm_param.h? gbd...
1994-01-26 Andrey ChernovThis commit was generated by cvs2svn to track changes...
1994-01-24 David Greenman1) base number of cache vm objects on NTEXT. Move initi...
1994-01-24 David GreenmanFix for "cp -R" bug: the object cache count was too...
1994-01-24 Jordan K. HubbardThis commit was generated by cvs2svn to track changes...
1994-01-17 David GreenmanImprovements mostly from John Dyson, with a little...
1994-01-17 David Greenmanchange sleep->tsleep.
1994-01-14 David GreenmanSmall patch that was accidently overlooked...from Marti...
1994-01-14 David GreenmanThis is a list of the changes to the vm system as of...
1994-01-05 Wiljo HeinenThis commit was generated by cvs2svn to track changes...
1994-01-05 Wiljo HeinenThis commit was generated by cvs2svn to track changes...
1994-01-05 Wiljo HeinenThis commit was generated by cvs2svn to track changes...
1994-01-05 Wiljo HeinenThis commit was generated by cvs2svn to track changes...
1994-01-03 David GreenmanFix from John Dyson for potential lost wakeup. Note...
1993-12-24 David GreenmanAdded a comment. I should mention that the previous...
1993-12-24 David GreenmanMore minor optimizations and reorganized code to be...
1993-12-24 David GreenmanMinor optimization; no need to set protection if it...
1993-12-23 David GreenmanNuke a vm_page_deactivate call now that I understand...
1993-12-23 David GreenmanBug fix from John Dyson to remove a "this should never...
1993-12-22 David GreenmanFirst round of changes from John Dyson and myself to...
1993-12-21 Garrett WollmanThis commit was generated by cvs2svn to track changes...
1993-12-21 David GreenmanConverted vm_page bit fields to flags to allow for...
1993-12-19 Garrett WollmanFixed dependence on pseudo-device header files now...
1993-12-19 Garrett WollmanMake everything compile with -Wtraditional. Make it...
1993-12-16 Andrey ChernovThis commit was generated by cvs2svn to track changes...
1993-12-13 David GreenmanDon't put unnamed annonymous objects on the hash list...
1993-12-12 David Greenman1) Added proc file system from Paul Kranenburg with...
1993-11-29 David GreenmanUse slightly less disgusting double cast to quiet compi...
1993-11-29 David GreenmanAdded disgusting kludge to get rid of compiler warning...
1993-11-29 Andrey ChernovWeird bug with kern_kinfo now fixed! (applauds)
1993-11-29 David Greenman Fixed some bugs I introduced when integrating Mike...
1993-11-25 David Greenmanfix from John Dyson for swap space "leak"
1993-11-25 Garrett WollmanMake the LINT kernel compile with -W -Wreturn-type...
1993-11-22 David Greenmanpatches necessary to allow "linear" memory mapping...
1993-11-20 David GreenmanFix address wrapping bug in munmap and smmap.
1993-11-17 Garrett WollmanFixed comments that begin within comments, so code...
1993-11-14 Jordan K. HubbardAdded Paul K's fix to remove backing_object from the...
1993-11-10 Garrett WollmanThis commit was generated by cvs2svn to track changes...
1993-11-07 Garrett WollmanGet rid of use of deprecated sleep() for more user...
1993-11-07 Garrett WollmanMake it compile in the presence of MACHVMCOMPAT (&p...
1993-11-07 Garrett WollmanMade all header files idempotent and moved incorrect...
1993-10-31 Paul RichardsThis commit was generated by cvs2svn to track changes...
1993-10-24 Paul RichardsThis commit was generated by cvs2svn to track changes...
1993-10-19 Nate WillamsAccounting patch:
1993-10-16 Rod GrimesRemoved all patch kit headers, sccsid and rcsid strings...
1993-09-06 Rod GrimesRemoved some patchkit headers and inserted $Id$'s,...
1993-09-05 Rod GrimesAdded #ifdef DIAGNOSTIC around the check for dirty...
1993-09-05 Rod GrimesAdded #ifdef DEBUG around some more debug code to reduc...
1993-08-28 Rod Grimesmaxdmap was defined as a global equal to MAXSSIZ, it...
1993-08-12 Rod GrimesAny of NSWAPPAGER, NVNODEPAGER, and NDEVPAGER being...
1993-08-04 David GreenmanFor reasons that are a mystery to me, the changes from...
1993-07-31 Andrew MooreThis commit was generated by cvs2svn to track changes...
1993-07-30 Andrew MooreThis commit was generated by cvs2svn to track changes...
1993-07-27 David Greenman* Applied fixes from Bruce Evans to fix COW bugs, ...
1993-07-25 David GreenmanAdded call to page_activate before deactivate. This...
1993-07-19 Nate WillamsRemoved un-ncecessary "adding swap" message in vm_swap...
1993-07-18 Paul RichardsTidied up fix in device_pager.c for gcc warnings.
1993-07-18 Paul RichardsFixed last two gcc2 warnings. Passes whole vnode instea...
1993-07-16 David GreenmanUpdated kernel files to move occurances of "struct...
1993-07-15 Chris G. Demetriou7 lines were duplicated wholesale, quite unnecessarily...
1993-07-12 David GreenmanBacked out changes to vm_fault done by SEF w/NetBSD...
1993-07-07 Jordan K. HubbardThis commit was generated by cvs2svn to track changes...
1993-07-05 David Greenmanundid a NetBSD fix because without other support code...
1993-07-02 David GreenmanModified Bruce Evan's patch to useracc to disallow...
1993-06-30 Nate WillamsRemoved previous change due to possible conflict with...
1993-06-29 Nate Willamscgd@lamp.cs.berkeley.edu
1993-06-29 Nate WillamsThis commit was generated by cvs2svn to track changes...
1993-06-29 Nate WillamsThis commit was generated by cvs2svn to track changes...
1993-06-29 Nate WillamsThis commit was generated by cvs2svn to track changes...
1993-06-29 Nate WillamsThis commit was generated by cvs2svn to track changes...
1993-06-29 Nate WillamsThis commit was generated by cvs2svn to track changes...
1993-06-29 Nate WillamsThis commit was generated by cvs2svn to track changes...
1993-06-22 David GreenmanChanged mb_map allocation failure printf to a log(...
1993-06-20 Paul RichardsThis commit was generated by cvs2svn to track changes...
1993-06-20 Rod GrimesThis commit was generated by cvs2svn to track changes...
1993-06-19 Paul RichardsThis commit was generated by cvs2svn to track changes...
1993-06-19 Paul RichardsThis commit was generated by cvs2svn to track changes...
1993-06-18 Nate WillamsThis commit was generated by cvs2svn to track changes...
1993-06-18 Andrew MooreThis commit was generated by cvs2svn to track changes...
1993-06-18 Andrew MooreThis commit was generated by cvs2svn to track changes...
1993-06-18 Jordan K. HubbardThis commit was generated by cvs2svn to track changes...
1993-06-18 Jordan K. HubbardThis commit was generated by cvs2svn to track changes...
1993-06-15 Nate WillamsNetBSD:
1993-06-15 Nate WillamsNetBSD:
1993-06-15 Nate WillamsNetBSD:
1993-06-12 Rod GrimesInitial import, 0.1 + pk 0.2.4-B1