Age | Commit message (Expand) | Author |
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 |
2001-06-26 | Appease gcc by not using void pointers in arithmetic operations; art@ ok | Aaron Campbell |
2001-06-25 | Don't reset M_PKTHDR before we copy the mbuf flags (bad Federico!) | Angelos D. Keromytis |
2001-06-25 | Move common post M_COPY_HDR manipulation to the macro itself; angelos@ ok. | Federico G. Schwindt |
2001-05-26 | Use m_tag_init() and M_COPY_HDR(). | Angelos D. Keromytis |
2001-05-26 | Fix backpointer. | Angelos D. Keromytis |
2001-05-24 | If the copied tag container is empty, initialize it properly. | Angelos D. Keromytis |
2001-05-20 | m_tag_* routines, plus minor changes (convert from tdbi to tags) | Angelos D. Keromytis |
2001-05-18 | Use pool_page_alloc_nointr() and pool_page_free_nointr() since they | Todd C. Miller |
2001-05-17 | convert mbuf and cluster allocation to pool, mostly from NetBSD | Niels Provos |