Age | Commit message (Expand) | Author |
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 |
2001-05-16 | Introduce a new kernel option "SMALL_KERNEL" that will be used to keep the | Artur Grabowski |
2001-05-05 | Get rid of CLSIZE and all related stuff. | Artur Grabowski |
2001-04-05 | From angelos: (he can't commit this himself right now) | Artur Grabowski |
2001-03-30 | Be consistent when adjusting pkthdr.len; it doesn't matter currently, | Angelos D. Keromytis |
2001-03-28 | Allow tdbi's to appear in mbufs throughout the stack; this allows | Angelos D. Keromytis |
2001-03-25 | Not really a bug but one day panic might throw an exception or something. THa... | Constantine Sapuntzakis |
2000-03-03 | Style. | Angelos D. Keromytis |
2000-03-03 | Remove extraneous newline. | Angelos D. Keromytis |
2000-03-02 | New function: m_getptr(), takes as argument an mbuf chain and an | Angelos D. Keromytis |
1999-12-31 | copy pkthdr correctly in m_split, okay angelos@ | Niels Provos |
1999-12-05 | Add an m_inject() | Angelos D. Keromytis |
1999-10-01 | remove dependency on external storage managed by mclusters and | Jason Wright |
1999-09-12 | style(9) | Niklas Hallqvist |
1999-08-17 | There was a line missing in the commit from rev 1.6 that resulted in | Todd C. Miller |
1999-08-09 | make panic messages unique | Theo de Raadt |
1999-07-02 | Added a simple but potentially very useful new mbuf function, m_apply(). | cmetz |
1999-05-14 | OpenBSD has no ext_func, so that test is bogus. | cmetz |
1999-05-14 | m_zero will no longer zero the contents of a cluster if there's an alias to it. | cmetz |
1999-05-12 | Fix problem with data corruption for retransmitted TCP packets | Hakan Olsson |
1999-02-26 | kmem allocation changes for uvm | Artur Grabowski |
1999-01-07 | new APIs: m_pullup2, m_copym2, m_zero, MCL_ALIGN; NRL/cmetz | Theo de Raadt |