Age | Commit message (Expand) | Author |
2009-08-25 | The BUCKETINDX() giant macro is used to compute the base 2 logarithm of its | Miod Vallat |
2009-08-25 | Remove support for packet mode of Metricom Ricochet radios. | Jonathan Gray |
2009-08-24 | garbage collect the nchash variable that used to store the | Thordur I. Bjornsson |
2009-08-17 | dd 'show all bufs' to show all the buffers in the system | Jasper Lievisse Adriaanse |
2009-08-13 | Remove unrelated bit from last commit which breaks at least 2 arches. | Bret Lambert |
2009-08-13 | rwlock assertion functions, currently unused | Bret Lambert |
2009-08-13 | Replace the error strings that were being passed around with much simpler | Theo de Raadt |
2009-08-13 | - remove super-obvious comments from $fs_vnodeop_entries[] | Jasper Lievisse Adriaanse |
2009-08-13 | add a show all vnodes command, use dlg's nice pool_walk() to accomplish | Thordur I. Bjornsson |
2009-08-12 | just bzero the pkthdr instead of setting each and every member of that | Henning Brauer |
2009-08-12 | revert my change to m_cluncount which tries to prevent the system | David Gwynne |
2009-08-12 | Namecache revamp. | Bob Beck |
2009-08-12 | if we get dangerously low on clusters during interrupts, we need | David Gwynne |
2009-08-11 | uvm_scheduler() sounds important, but ``while(1) tsleep()'' is kinda lame | Bret Lambert |
2009-08-11 | optimise m_clget so that it holds spl for even less | Theo de Raadt |
2009-08-11 | Must move the splx() lower in m_clget() so that it protects atomic access | Theo de Raadt |
2009-08-10 | Don't use char arrays for sleep wchans and reuse them. | Thordur I. Bjornsson |
2009-08-10 | At sys_reboot time, bring all the interfaces down so that their xxstop | Theo de Raadt |
2009-08-09 | remove the ancient MCFail / MPFail debugging technique; ok claudio | Theo de Raadt |
2009-08-09 | buf_dealloc_mem can be called without B_BUSY. Don't decrement busymapped in t... | Artur Grabowski |
2009-08-09 | use m_free_unlocked() in m_pullup() to avoid iterative splnet/splx down | Theo de Raadt |
2009-08-09 | Keep track of number of currently mapped and B_BUSY buffers. beck@ ok | Artur Grabowski |
2009-08-09 | Make dk_mmountroot use vnodes instead of d_open/d_close. This does ugly | Marco Peereboom |
2009-08-09 | Use an RB tree instead of a SPLAY tree for the page headers tree. | Thordur I. Bjornsson |
2009-08-09 | make mbuf tags suck a bit less, performance wise. | Henning Brauer |
2009-08-09 | add mpath(4), a driver that steals paths to scsi devices if it | David Gwynne |
2009-08-09 | create a m_free_unlocked which is now used by both m_freem() and m_free(). | Theo de Raadt |
2009-08-09 | do not clear a field before we pool_put it into oblivion; ok henning | Theo de Raadt |
2009-08-09 | MCLGETI() will now allocate a mbuf header if it is not provided, thus | Theo de Raadt |
2009-08-09 | Rototill system V message queues. | Bret Lambert |
2009-08-08 | two things: | Bob Beck |
2009-08-06 | reintroduce the uvm_tree commit. | Owain Ainsworth |
2009-08-03 | timeout_add -> timeout_add_msec | Bret Lambert |
2009-08-02 | Dynamic buffer cache support - a re-commit of what was backed out | Bob Beck |
2009-07-30 | We enable POOL_DEBUG (except in a release) | Theo de Raadt |
2009-07-21 | Handle the case where so_pcb is NULL. | Todd C. Miller |
2009-07-19 | Hook up "text" (executable) output and implement for fuser too. | Todd C. Miller |
2009-07-19 | clalloc() can't fail, so there's no need to handle failure cases. | Bret Lambert |
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 |