Age | Commit message (Expand) | Author |
1997-12-12 | careful about redefining TRUE and FALSE | Theo de Raadt |
1997-12-10 | Fix for chuck cranor's crashme program. | Constantine Sapuntzakis |
1997-12-02 | Protect some more vnode operation with splbio. Needed for correct interaction | Constantine Sapuntzakis |
1997-11-14 | convert to void *addr | Theo de Raadt |
1997-11-13 | make msync() have 3 args | Theo de Raadt |
1997-11-11 | double MAX_KMAPENT and MAX_KMAP | Todd C. Miller |
1997-11-10 | KNF from NetBSD | Niklas Hallqvist |
1997-11-06 | Updates for VFS Lite 2 + soft update. | Constantine Sapuntzakis |
1997-11-04 | Indentation. | Tobias Weingartner |
1997-10-06 | back out vfs lite2 till after 2.2 | Theo de Raadt |
1997-10-06 | VFS Lite2 Changes | Constantine Sapuntzakis |
1997-09-25 | Add back that XXX i386-specific code as the old isadma code needs it. Sorry! | Niklas Hallqvist |
1997-09-22 | From NetBSD: vm_page_alloc_memory giving continuous memory | Niklas Hallqvist |
1997-09-22 | correct a comment | chuck |
1997-09-17 | Overflow checks | Tobias Weingartner |
1997-08-18 | if no swap has been configured at boot time, swapon could not add | Niklas Hallqvist |
1997-07-30 | backout the curproc dereference change says kstailey@openbsd.org | Niklas Hallqvist |
1997-07-30 | KNF | Niklas Hallqvist |
1997-07-30 | From NetBSD: protect a curproc dereference against NULL | Niklas Hallqvist |
1997-07-25 | tabify | Michael Shalayeff |
1997-05-28 | move vm_cache_max into param.c | Michael Shalayeff |
1997-05-22 | use SWAPSKIPBYTES for miniroot preservation, too | Theo de Raadt |
1997-04-17 | Removal of race conditions. Inspired by Charles Hannum's | Niklas Hallqvist |
1997-04-10 | always skip the first 8K of swap. Yes, 8K, not some manufactured number that ... | Theo de Raadt |
1997-03-29 | Do not include mmap'ed device memory in coredumps; from Matthias Drochner | Thorsten Lockert |
1997-03-26 | Just some initial KNF in preparation for some other changes coming soon | Niklas Hallqvist |
1997-03-05 | Add some good notes from Mike Hibler (via NetBSD) | Niklas Hallqvist |
1997-03-05 | Some minor KNF | Niklas Hallqvist |
1997-02-17 | kill unused variables w/ MINIROOTSIZE defined in config | Michael Shalayeff |
1997-01-07 | Fix for final ptdi panic on i386 | Thorsten Lockert |
1997-01-04 | VM_PAGE_INIT takes an offset as the 3rd arg, not a pointer | Niklas Hallqvist |
1996-12-24 | Make termination of objects wait for possible collapses before altering | Niklas Hallqvist |
1996-11-23 | remrq -> remrunqueue | kstailey |
1996-11-23 | curproc is never NULL when this code is executed | kstailey |
1996-11-06 | Be more restrictive with concurrent uses of the objects involved while | Niklas Hallqvist |
1996-10-23 | sysctl to locate psstrings | Theo de Raadt |
1996-09-20 | do not fool people into thinking VNODEPAGER is an option; netbsd pr#2757, eri... | Theo de Raadt |
1996-09-18 | retry much quicker during vm_pageout_cluster(); from dyson@freebsd.org | Theo de Raadt |
1996-08-19 | A front pager can be lost during pagein, check for this case | Niklas Hallqvist |
1996-08-18 | Restructured vm_object_collapse_aux so sharing object's pageins can go on | Niklas Hallqvist |
1996-08-14 | IMPORTANT FIX: arbitrary page could be removed during collapse. | Niklas Hallqvist |
1996-08-13 | Clean up vm_object_collapse_aux's dirty page game. Pun intended :-) | Niklas Hallqvist |
1996-08-13 | Document PG_CLEANs role in collapse | Niklas Hallqvist |
1996-08-12 | Clarify precedense with parenthesis | Niklas Hallqvist |
1996-08-12 | Another VITAL VM patch. Boundary condition not solid, which last commit | Niklas Hallqvist |
1996-08-12 | Fixed CRITICAL bug hitting in former swap leak scenarios | Niklas Hallqvist |
1996-08-05 | Off by one error, caused rmfree panics on reboot | Niklas Hallqvist |
1996-08-02 | Fix long-standing swap-leak. Add OpenBSD tags. Optimize thread_wakeup. | Niklas Hallqvist |
1996-07-23 | make printf/addlog return 0, for compat to userland | Theo de Raadt |
1996-06-24 | arc and pica needs special alignment | Per Fogelstrom |