Age | Commit message (Expand) | Author |
2009-07-09 | Remove the VREF() macro and replaces all instances with a call to verf(), | Thordur I. Bjornsson |
2009-06-25 | backout the buf_acquire() does the bremfree() since all callers | Thordur I. Bjornsson |
2009-06-24 | Remove a semicolon at the end of an if statement that made the thread | Jonathan Gray |
2009-06-24 | Remove extra psignal/wakeup in exit1() which can cause the parent to | Kurt Miller |
2009-06-24 | turn off POOL_DEBUG as we go into release; pointed out by mpf | Theo de Raadt |
2009-06-22 | sync m_inithdr() with m_gethdr() after the | Thordur I. Bjornsson |
2009-06-17 | Revert bufq's. this is inline with the major midlayer reverts that | Thordur I. Bjornsson |
2009-06-16 | Backout all changes to uvm after pmemrange (which will be backed out | Owain Ainsworth |
2009-06-15 | No you cannot remove a sysctl mib once you add it. It becomes ABI. That | Theo de Raadt |
2009-06-15 | sync | Theo de Raadt |
2009-06-15 | Back out all the buffer cache changes I committed during c2k9. This reverts t... | Bob Beck |
2009-06-14 | Don't mess with the bounds in the lp if *partoffp is non-NULL, since this | Theo de Raadt |
2009-06-12 | rework pool_get() a bit so that if you call if with a constructor set | Owain Ainsworth |
2009-06-09 | Fix userland regression tests by providing a #define for pool_setipl() | Owain Ainsworth |
2009-06-08 | must calculate iovlen or ktrace panics the machine; diff from blambert | Theo de Raadt |
2009-06-08 | some vnodes have a NULL mountpoint, so strlcpy of the f_mntonname if not advised | Theo de Raadt |
2009-06-07 | Add KERN_FILE2 sysctl analogous to KERN_PROC2 but for file structures, | Todd C. Miller |
2009-06-06 | We need miod's no-coredumps-on-ramdisks diff, because we have grown the | Theo de Raadt |
2009-06-06 | All caller of buf_acquire were doing bremfree before the call. | Artur Grabowski |
2009-06-05 | abort any time adjustment in progress if the clock is set with settimeofday | Chris Kuethe |
2009-06-05 | Dynamic buffer cache sizing. | Bob Beck |
2009-06-05 | %zu is not meant for size_t in the kernel. Change to %lu. | Ray Lai |
2009-06-05 | Clamp the ending bound to the size of the disk. This makes disklabel -A | Theo de Raadt |
2009-06-05 | Initial support for routing domains. This allows to bind interfaces to | Claudio Jeker |
2009-06-04 | obvious shrinkage. | Owain Ainsworth |
2009-06-04 | Recycle four ancient fields in the disklabel structure, replacing them with | Theo de Raadt |
2009-06-04 | add $OpenBSD$ tag | Thordur I. Bjornsson |
2009-06-04 | POOL_DEBUG and DIAGNOSTIC should be better friends | Theo de Raadt |
2009-06-04 | the POOL_DEBUG checks needed to be more friendly with DIAGNOSTIC | Theo de Raadt |
2009-06-04 | enable POOL_DEBUG again just for the hackathon. | Owain Ainsworth |
2009-06-04 | unfuck msleep - fixed by art and ariane after much horror and teeth gnashing | Bob Beck |
2009-06-04 | don't use splvm ourselves, use pool_setipl on the pool we're allocating | Owain Ainsworth |
2009-06-04 | Put readv/writev changes back in, as they no longer hang ckuethe's ntpd. | Bret Lambert |
2009-06-03 | add a flexible buffer queue (bufq) api, based on the never used | Thordur I. Bjornsson |
2009-06-03 | add kern.bufcachepercent sysctl to allow adjusting the buffer cache | Bob Beck |
2009-06-03 | xfs -> nnpfs | Thordur I. Bjornsson |
2009-06-03 | sync | Janne Johansson |
2009-06-03 | remove bad #ifdef from syscall.master | Janne Johansson |
2009-06-03 | Arla client rename from xfs to nnpfs for later upgrades. Tested on various ar... | Janne Johansson |
2009-06-03 | Add a callback specifically for softraid. If you touch this kittens will | Marco Peereboom |
2009-06-03 | Change bufhash from the old grotty hash table to red-black trees hanging | Bob Beck |
2009-06-03 | Revert readv/writev changes, as they trigger an apparent file descriptor | Bret Lambert |
2009-06-03 | remove the never used bufq_ code. | Thordur I. Bjornsson |
2009-06-02 | Change the wait-channel type to 'const volatile void *', eliminating | Philip Guenthe |
2009-06-02 | Instead of the global hash table with the terrible hashfunction and a | Owain Ainsworth |
2009-06-02 | Constipate the second argument to timeout_add_*(). Also, use | Philip Guenthe |
2009-06-02 | Add some extra protection against non-monotonic timestamps. ok stevesk | Chris Kuethe |
2009-06-02 | ANSIfy | Philip Guenthe |
2009-06-02 | truncated format strings; found by Parfait and gcc | Theo de Raadt |
2009-06-02 | msgctl(), shmctl(), semctl() all have operations that are supposed | Philip Guenthe |