Age | Commit message (Expand) | Author |
1999-03-22 | in poll(), constrain nfds better, to avoid kvm starvation; alex | Theo de Raadt |
1999-03-12 | in scheduler, bias parents for child cpu usage; ross@ghs.com | Theo de Raadt |
1999-03-11 | backout | Theo de Raadt |
1999-03-11 | back out unapproved changes | Theo de Raadt |
1999-03-11 | indent | Michael Shalayeff |
1999-03-11 | factor sync+wait operation out into a separate function. | Michael Shalayeff |
1999-03-03 | sync | Theo de Raadt |
1999-03-03 | not using inline functions saves about 120K | Theo de Raadt |
1999-03-03 | vnode_if sync | Theo de Raadt |
1999-03-03 | do not inline. this needs cleanup. from art | Theo de Raadt |
1999-03-02 | RFNOWAIT does not dissociate the child from its parent in any other | Niklas Hallqvist |
1999-03-01 | re-do how copyright messages are done | Theo de Raadt |
1999-02-26 | adapt to uvm vnode pager | Artur Grabowski |
1999-02-26 | a new way of mapping in exec for uvm | Artur Grabowski |
1999-02-26 | mostly name changes and allocation chnges for uvm | Artur Grabowski |
1999-02-26 | kmem allocation changes for uvm | Artur Grabowski |
1999-02-26 | uvm allocation and name changes | Artur Grabowski |
1999-02-26 | vm allocation changes for uvm | Artur Grabowski |
1999-02-26 | vm allocation changes for uvm. | Artur Grabowski |
1999-02-26 | kmem allocation changes for uvm, and vm_fork -> uvm_fork (with one extra argu... | Artur Grabowski |
1999-02-26 | compat with uvm sysctl, some uvm name changes, cnt.foo -> uvmexp.bar | Artur Grabowski |
1999-02-26 | uvm uses kcopy when uiomoving from sysspace | Artur Grabowski |
1999-02-26 | kmem allocation changes for uvm | Artur Grabowski |
1999-02-26 | adaptation to uvm vnode pager | Artur Grabowski |
1999-02-26 | kmem allocation changes for uvm | Artur Grabowski |
1999-02-26 | initialize uvm, make allocations work with uvm, namchanges for uvm, etc | Artur Grabowski |
1999-02-26 | Add newhashinit(), which is identical to hashinit() except it takes a flags | Todd C. Miller |
1999-02-26 | pool allocator from NetBSD (stays until uvm is ready) | Artur Grabowski |
1999-02-24 | Disable encap domain. | Angelos D. Keromytis |
1999-02-23 | update the comment about number of allowed processes | Artur Grabowski |
1999-02-23 | Allow up to 5 (was 1) root processes when the process limit is reached. | Artur Grabowski |
1999-02-23 | Ooops! Move the allocation of the U area to after the limits checks. | Artur Grabowski |
1999-02-22 | We don't need a second prototype for shmexit | Artur Grabowski |
1999-02-19 | Allocate the u-area early in fork1 instead of in vm_fork. | Artur Grabowski |
1999-02-19 | use vfs_register instead of the ugly hack to build vfsconf | Artur Grabowski |
1999-02-19 | Change the vfs lkm interface do it takes a full struct vfsconf instead of | Artur Grabowski |
1999-02-19 | add vfs_register and vfs_unregister functions | Artur Grabowski |
1999-02-19 | fixed patch for accept/select race; mycroft@netbsd.org | Todd C. Miller |
1999-02-18 | undo select/accept patch, which causes full listen queues apparently | Theo de Raadt |
1999-02-18 | oops | Theo de Raadt |
1999-02-17 | missing spl; christos | Theo de Raadt |
1999-02-17 | Always check that the start of our candidate region is within the | Federico G. Schwindt |
1999-02-16 | Move defining of PIPE_NODIRECT to pipe.h and conditionalize more code with it. | Artur Grabowski |
1999-02-15 | regen | Todd C. Miller |
1999-02-15 | sendto(2) takes a socklen_t as well | Todd C. Miller |
1999-02-15 | regen | Todd C. Miller |
1999-02-15 | use socklen_t | Todd C. Miller |
1999-02-15 | reorder some flag handling in unmount for safer locking | Artur Grabowski |
1999-02-15 | Fail correctly when trying to match a filesystem on the old typenum | Artur Grabowski |
1999-02-15 | We don't need to include xfs_extern.h | Artur Grabowski |