Age | Commit message (Expand) | Author |
2008-12-11 | export per-interface mbuf cluster pool use statistics out to userland | Theo de Raadt |
2008-12-04 | enable to large clusters again now that arts put the pool allocator for | David Gwynne |
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 |
2008-11-25 | backout large cluster allocators. | David Gwynne |
2008-11-25 | art says he doesnt suck anymore, so enable the really big cluster | David Gwynne |
2008-11-25 | Factor increases are not needed, +1 appears to work as well. | Theo de Raadt |
2008-11-25 | m_cluncount() needs to walk the mbuf chain to correctly uncount all clusters | Claudio Jeker |
2008-11-24 | art isnt handling spls properly in the pool allocator backends for big | David Gwynne |
2008-11-24 | enable the 8k, 9k, 12k, 16k, and 64k backend pools for the cluster | David Gwynne |
2008-11-24 | move MCLPOOLS to if.h and force uipc_mbuf.c to get if.h, there is no | Theo de Raadt |
2008-11-24 | add several backend pools to allocate mbufs clusters of various sizes out | David Gwynne |
2008-10-14 | Change m_devget()'s outdated and unused "offset" argument: It is | Christian Weisgerber |
2008-09-28 | initialize the ether_vtag field like the rest of the packet header | Christian Weisgerber |
2008-08-14 | Kill the _MCLDEREFERENCE() macro it was only used once and it should be only | Claudio Jeker |
2008-08-08 | plug an mbuf leak in m_pullup2(); If we fail to get a cluster for an mbuf, | Thordur I. Bjornsson |
2008-06-11 | store a pointer to the stack side state key in the mbuf packet | Henning Brauer |
2008-05-06 | Rather than clearing particularly dangerous flags when found, just | Kenneth R Westerback |
2008-01-16 | Dont use PR_LIMITFAIL with PR_WAITOK when M_WAIT is passed with | Thordur I. Bjornsson |
2007-11-27 | make the deceptively complicated leading and trailing space into functions. | Ted Unangst |
2007-09-26 | provide m_inithdr(), which takes an mbuf and gives an initialized M_PKTHDR | Henning Brauer |
2007-07-20 | Remove the MFREE() macro and replace it with a call to m_free(). | Claudio Jeker |
2007-06-02 | Initialize pkthdr.rcvif. | Artur Grabowski |
2007-05-28 | set a hiwat mark for mbpool. we spend quite a bit of time bouncing pages | Ted Unangst |
2007-05-28 | double pf performance. | Henning Brauer |
2007-05-27 | Kill the nasty MGET, MGETHDR and MCLGET makros and replace them with normal | Claudio Jeker |
2007-03-15 | m_prepend() works only for sizes smaller than MHLEN. | Claudio Jeker |
2006-12-29 | Avoid void * arithmetic, okay deraadt@, suggestions from millert@ | Pedro Martelletto |
2006-11-29 | We don't use mb_map anymore since a long time already. Remove it. | Miod Vallat |
2006-10-11 | Remove unused variable and simplify m_copym0(). Diff from bret.lambert at gma... | Marco Pfatschbacher |
2006-07-14 | Typo | Pedro Martelletto |
2006-05-07 | remove drain hooks from pool. | Ted Unangst |
2006-03-17 | rev 1.77 | Brad Smith |
2006-03-05 | splimp -> splvm | Brad Smith |
2006-01-05 | ansi/deregister | Jonathan Gray |
2005-12-31 | Nuke unused variable 'space' found by lint. Eliminate some trailing | Kenneth R Westerback |
2004-05-27 | change uvm_km_getpage to take waitok argument and sleep if appropriate. | Ted Unangst |
2004-05-23 | bad stuff escaped by accident | Ted Unangst |
2004-05-23 | according to fork1(9), retval is optional. make it so. | Ted Unangst |
2004-04-19 | introduce a new km_page allocator that gets pages from kernel_map using | Ted Unangst |
2004-04-17 | Don't forget to apply the M_CLUSTER flag when copying flags in m_pullup2(). | Ryan Thomas McBride |
2004-04-01 | use NULL for ptrs. parts from Joris Vink | Ted Unangst |
2004-01-28 | oh, i'll happily steal the commit. ok henning@, markus@, otto@ (iirc) | Daniel Hartmeier |
2003-08-12 | src argument to m_copyback() can be a const; itojun@ ok | Michael Shalayeff |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-06-01 | uvm_km_suballoc passes the 'min' argument untouched to uvm_map. uvm_map | Artur Grabowski |
2003-04-23 | Move m_copyback() to uipc_mbuf where it makes some kinda sense; ok dhartmei | Jason Wright |