Age | Commit message (Expand) | Author |
2009-02-17 | ensure all pi_magic checks are inside DIAGNOSTIC | Theo de Raadt |
2009-02-16 | at tedu's request, bring back the basic single "first word" PI_MAGIC check | Theo de Raadt |
2009-02-16 | Disable pool debug stuff for the release (it has a performance hit, but | Theo de Raadt |
2009-02-13 | use nitems(); dunnoseriously@gmail | Theo de Raadt |
2009-02-10 | Sync with current MI tree. | Alexander Yurchenko |
2009-02-09 | Don't panic if m_copyback() is working on a M_READONLY() mbuf. The old version | Claudio Jeker |
2009-02-09 | two more consistency checks for a disklabel, to prevent havoc later | Otto Moerbeek |
2009-02-04 | Make m_copyback() a lot smarter. Make it use all of the last mbuf | Claudio Jeker |
2009-01-29 | Remove KASSERT() that could trigger when an rthread in sigwait() | Philip Guenthe |
2009-01-29 | Switch struct stat's timespec members to the names standardized in | Philip Guenthe |
2009-01-27 | make drivers tell the mclgeti allocator what their maximum ring size is | David Gwynne |
2009-01-26 | Remove unneeded brackets that where left over from when these were macros. | Claudio Jeker |
2009-01-24 | propagate the O_EXCL flag down to the file systems, by setting | Thordur I. Bjornsson |
2009-01-21 | Pass the new pointer to sysctl_clockrate(), so that trying to change the | Miod Vallat |
2009-01-15 | Fix a memory leak in in the case where semget() is called with a | Owain Ainsworth |
2009-01-15 | Surround WEHOLDIT() macro with braces to make it more safe. | Alexander Yurchenko |
2009-01-14 | correct test when checking the default operation entry. | Federico G. Schwindt |
2009-01-13 | Change sbreserve() to return 0 on success, 1 on failure, as god intended. | Bret Lambert |
2009-01-12 | make compile with #define MSTS_DEBUG; ok mbalmer@ | Kevin Steves |
2009-01-12 | 1) remove invalid comment since first field is not message type | Kevin Steves |
2009-01-12 | comment should be epoch not midnight; ok mbalmer@ | Kevin Steves |
2009-01-11 | backout revision 1.109 | Owain Ainsworth |
2009-01-09 | keep b_proc set to the proccess, | Thordur I. Bjornsson |
2009-01-04 | properly terminate fake argument list. | Thordur I. Bjornsson |
2009-01-01 | copyright_year++; | Miod Vallat |
2009-01-01 | use #define MAXFLDS vs. 4 here; ok mbalmer@ | Kevin Steves |
2008-12-25 | don't need #include <sys/queue.h>; ok mbalmer@ | Kevin Steves |
2008-12-25 | remove unused struct member; ok mbalmer@ | Kevin Steves |
2008-12-25 | spelling in comments; ok mbalmer@ | Kevin Steves |
2008-12-24 | EVFILT_WRITE filters should return the amount of space remaining in the | Mark Kettenis |
2008-12-23 | i got emptypages and fullpages mixed up in pool_walk. this now shows items | David Gwynne |
2008-12-23 | add pool_walk as debug code. | David Gwynne |
2008-12-23 | record the offset into each pool page that item allocations actually begin | David Gwynne |
2008-12-23 | The splvm() protection is way outdated, only splnet is needed to protect | Theo de Raadt |
2008-12-22 | Doh. Correct address in bcopy -- m->m_data not &m->m_data -- this should fix | Claudio Jeker |
2008-12-20 | protect mbstat with spl; ok claudio mikeb | Theo de Raadt |
2008-12-16 | Move the functionality of psignal() to a new function ptsignal() | Philip Guenthe |
2008-12-14 | Make sure the low water mark for cluster pools isn't 0 such that network | Mark Kettenis |
2008-12-13 | note to everyone: nitems(pointer) is 0, not what you want | Theo de Raadt |
2008-12-11 | export per-interface mbuf cluster pool use statistics out to userland | Theo de Raadt |
2008-12-11 | a little bit of paranoia | Theo de Raadt |
2008-12-04 | enable to large clusters again now that arts put the pool allocator for | David Gwynne |
2008-12-04 | Put back the support for pools > PAGE_SIZE. This time the compare function | Artur Grabowski |
2008-12-03 | add vscsi(4), a virtual scsi controller that passes all scsi requests up to | David Gwynne |
2008-11-30 | clarify allocation | Theo de Raadt |
2008-11-29 | need splvm() around the call to m_extfree() in the defragger | Theo de Raadt |
2008-11-26 | Doh, do not commit before compile. Found by sthen@ | Claudio Jeker |
2008-11-26 | Do a quick return if m->m_next is NULL in m_defrag() because there is nothing | Claudio Jeker |
2008-11-26 | only the pool_get() needs to be spl protected; ok claudio dlg | Theo de Raadt |
2008-11-25 | m_defrag() a mbuf chain defragmenter. It will collaps a mbuf chain into a | Claudio Jeker |