Age | Commit message (Expand) | Author |
2009-11-23 | Make config_activate_children() more useable as a suspend-and-resume | Theo de Raadt |
2009-11-23 | Replace in-line implementation of soqinsque with a call to soqinsque. | Jacek Masiulaniec |
2009-11-22 | Add basic suspend/resume autoconf functionality. | Paul Irofti |
2009-11-19 | Dell's SVR4 apparently mapped page zero to the executable. We don't | Philip Guenthe |
2009-11-13 | >15 year old buffer-read-1-byte-too-far in clrbits() [code I wrote, yeah] | Theo de Raadt |
2009-11-13 | Extend the protosw pr_ctlinput function to include the rdomain. This is | Claudio Jeker |
2009-11-09 | Every selwakeup() should have a matching KNOTE() (even if kqueue isn't | Nicholas Marriott |
2009-11-04 | Get rid of __HAVE_GENERIC_SOFT_INTERRUPTS now that all our platforms support it. | Mark Kettenis |
2009-10-31 | Use suser when possible. Suggested by miod@. | Federico G. Schwindt |
2009-10-30 | pipeclose() calls pileseltimeout() which does the KNOTE(); therefore calling | Theo de Raadt |
2009-10-30 | Add missing KNOTE() calls after selwakeup() in ptcread() (to wake up writers | Nicholas Marriott |
2009-10-28 | For the TIOCSET* ioctls, validate that the tty speeds are positive (since | Theo de Raadt |
2009-10-16 | cancel the timeout upon disabling profiling / virtual timer; so | Martynas Venckus |
2009-10-14 | Remove a redundant if (maxpty == npty) in check_pty - this is also tested by | Nicholas Marriott |
2009-10-13 | Make sure we do not loop when allocating an extent region with EX_CONFLICTOK | Miod Vallat |
2009-10-13 | Get rid of devact enum, substitute it with an int and coresponding defines. | Paul Irofti |
2009-10-05 | Don't drop the big lock at the end of exit1(), but move it into the middle of | Theo de Raadt |
2009-09-29 | Having pty_isfree_locked() be inlined may make pty allocation a tiny | Theo de Raadt |
2009-09-18 | Make sure we handle all possible ways regions can overlap when EX_CONFLICTOK | Mark Kettenis |
2009-09-13 | M_DUP_PKTHDR() define -> m_dup_pkthdr() function to properly deal | Kenneth R Westerback |
2009-09-08 | copyout() the correct size in sys_fhstatfs(), broken since 1.138. | Miod Vallat |
2009-09-05 | sync comment to reality, off-page page headers go into | Thordur I. Bjornsson |
2009-09-02 | check if we have access to the vnode before checking if we can write to | Federico G. Schwindt |
2009-09-02 | when you add a task to a workq, it allocates memory to handle the | David Gwynne |
2009-08-26 | add commented out options for PAGEFASTRECYCLE, KVA_GUARDPAGES, shuffle VFSDEBUG | Thordur I. Bjornsson |
2009-08-25 | If option DIAGNOSTIC, do not bother doing sanity checks, including an | Miod Vallat |
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 |