Age | Commit message (Expand) | Author |
1999-05-31 | regen | Todd C. Miller |
1999-05-31 | New struct statfs with mount options. NOTE: this replaces statfs(2), | Todd C. Miller |
1999-05-24 | correct return value of poll(); noted by d@ | Theo de Raadt |
1999-05-22 | Sync syscalls.master | Tobias Weingartner |
1999-05-22 | Add swapctl(2) system call. | Tobias Weingartner |
1999-05-14 | OpenBSD has no ext_func, so that test is bogus. | cmetz |
1999-05-14 | m_zero will no longer zero the contents of a cluster if there's an alias to it. | cmetz |
1999-05-12 | Fix problem with data corruption for retransmitted TCP packets | Hakan Olsson |
1999-05-06 | put a sanity check behind DIAGNOSTIC and give it a better panic message | Artur Grabowski |
1999-05-06 | factor out sync+wait code into vfa_syncwait() routine for | Michael Shalayeff |
1999-04-30 | in vput, simple_unlock the v_interlock before VOP_INACTIVE, not after | Artur Grabowski |
1999-04-28 | add autoconfig_verbose toggling command to boot_config | Theo de Raadt |
1999-04-28 | zap the newhashinit hack. | Artur Grabowski |
1999-04-22 | we don't need to include buf.h | Artur Grabowski |
1999-04-22 | uvmspace_exec can change p_vmspace! | Artur Grabowski |
1999-04-22 | better panic message | Artur Grabowski |
1999-04-21 | Improved ps formatting. | Alex Feldman |
1999-04-18 | incorrect range checking, output buf oflow; futatuki@fureai.or.jp | Theo de Raadt |
1999-04-16 | ln bug fix | Theo de Raadt |
1999-03-30 | make option IPSEC imply option KEY | Niklas Hallqvist |
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 |