Age | Commit message (Expand) | Author |
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 |
2003-02-12 | Remove commons; inspired by netbsd. | Jason Wright |
2002-07-03 | Change all variables definitions (int foo) in sys/sys/*.h to variable | Miod Vallat |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-02-25 | Make pool_sethardlimit() check that it doesn't decrease the limit below | Daniel Hartmeier |
2002-02-17 | Patch from Daniel Lucq <daniel@lucq.org> | Mats O Jansson |
2002-02-05 | Zero-ize ext even if it has a free method defined. | Angelos D. Keromytis |
2002-02-05 | panic if a read-only mbuf is given to m_zero() --- from art@openbsd.org | Angelos D. Keromytis |
2002-02-05 | Fix m_zero() yet again -- yesterday's fix wasn't sufficient. | Angelos D. Keromytis |
2002-02-04 | Also, cleanup any external buffers first (paranoid). | Angelos D. Keromytis |
2002-02-04 | Revision 1.37 was borked... This time, fix the casts and address the | Jason Wright |
2002-01-25 | Add a drain hook to each pool. This hook is called in three cases. | Artur Grabowski |
2002-01-23 | move mb_map allocation to mbinit() | Artur Grabowski |
2002-01-23 | move definition of mb_map from zillions of machdep.c to uipc_mbuf.c | Artur Grabowski |
2002-01-23 | Pool deals fairly well with physical memory shortage, but it doesn't deal | Artur Grabowski |
2002-01-16 | Don't include <sys/map.h> when you don't need what's in it. | Miod Vallat |
2001-12-18 | NRL license cleaning | Theo de Raadt |
2001-11-28 | zap some typedefs. | Artur Grabowski |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat |
2001-09-12 | mbutl no more | Artur Grabowski |
2001-06-27 | remove old vm | Artur Grabowski |
2001-06-27 | Update comment. | Angelos D. Keromytis |
2001-06-27 | Get rid of M_COPY_* macros; either use M_MOVE_* or M_DUP_*, depending | Angelos D. Keromytis |