Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-04-17 | Removal of race conditions. Inspired by Charles Hannum's | Niklas Hallqvist | |
<mycroft@netbsd.org> reorganization of the vm_collapse logic, although not used verbatim. We no longer collapse objects from the pagedaemon as that is not necessary anymore with the more aggressive collapses that gets done. This also increases performance of loaded systems. Much KNF too. | |||
1997-01-07 | Fix for final ptdi panic on i386 | Thorsten Lockert | |
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-10 | If we use GCC, tell the compiler that scheduler() do not return | Niklas Hallqvist | |
1996-05-02 | proto more stuff | Theo de Raadt | |
1996-03-03 | From NetBSD: merge with 960217 | Niklas Hallqvist | |
1996-01-07 | add minherit() system call | Theo de Raadt | |
1995-12-14 | from netbsd: | Theo de Raadt | |
Extend use of vm_object_prefer() to vm_allocate_with_pager(). Make vm_object_prefer() call MD aligner for "pageless" objects too, so we can have more control over the virtual address to be used. Implementation could be simpler if we by-pass the object to mapped, but we'd loose the ability to adapt alignment to objects that were previously mmap'ed with MAP_FIXED on. Only expect vm_fork() to return if __FORK_BRAINDAMAGE is defined. Eliminate unused third arg to vm_fork(). | |||
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |