- warn() -> warnx(). The global variable errno will not be set.
[dragonfly.git] / sys / kern / kern_slaballoc.c
2005-03-29 David RhodusMerge from vendor branch HEIMDAL:
2005-03-28 Joerg SonnenbergerSeparate M_NULLOK from M_RNOWAIT.
2005-03-28 David RhodusMerge from vendor branch HEIMDAL:
2005-03-28 Joerg SonnenbergerRemove redundant panic.
2005-03-12 Eirik NygaardMerge from vendor branch NCURSES:
2005-03-08 Simon SchubertMerge from vendor branch CVS:
2005-03-02 Eirik NygaardMerge from vendor branch NCURSES:
2005-03-02 Joerg SonnenbergerMerge from vendor branch GCC:
2005-02-25 Joerg SonnenbergerMerge from vendor branch NTPD:
2005-01-16 Eirik NygaardMerge from vendor branch HEIMDAL:
2005-01-04 Joerg SonnenbergerMerge from vendor branch DHCP:
2004-12-20 Joerg SonnenbergerMerge from vendor branch GCC:
2004-12-18 Jeroen Ruigrok/asmodaiMerge from vendor branch CVS:
2004-12-18 Jeroen Ruigrok/asmodaiMerge from vendor branch BINUTILS:
2004-12-18 Jeroen Ruigrok/asmodaiMerge from vendor branch FILE:
2004-12-18 Jeroen Ruigrok/asmodaiMerge from vendor branch OPENSSL:
2004-12-14 Joerg SonnenbergerMerge from vendor branch NTPD:
2004-12-01 Joerg SonnenbergerMerge from vendor branch NTPD:
2004-12-01 Joerg SonnenbergerMerge from vendor branch NTPD:
2004-11-17 Matthew DillonRemove unused junk from the slab allocator.
2004-11-14 Joerg SonnenbergerMerge from vendor branch GDB:
2004-11-10 Joerg SonnenbergerMerge from vendor branch LIBARCHIVE:
2004-11-10 Joerg SonnenbergerMerge from vendor branch BSDTAR:
2004-11-09 Joerg SonnenbergerMerge from vendor branch NTPD:
2004-11-09 Joerg SonnenbergerMerge from vendor branch NTPD:
2004-10-24 Joerg SonnenbergerMerge from vendor branch GDB:
2004-10-23 Joerg SonnenbergerMerge from vendor branch READLINE:
2004-10-23 Joerg SonnenbergerMerge from vendor branch ZLIB:
2004-09-20 Jeroen Ruigrok/asmodaiMerge from vendor branch BIND:
2004-08-31 Jeroen Ruigrok/asmodaiMerge from vendor branch OPENSSL:
2004-08-30 Scott UllrichMerge from vendor branch OPENSSH:
2004-08-29 Jeroen Ruigrok/asmodaiMerge from vendor branch OPENSSL:
2004-08-03 Matthew DillonMerge from vendor branch CVS:
2004-07-31 Scott UllrichMerge from vendor branch OPENSSH:
2004-07-31 Scott UllrichMerge from vendor branch OPENSSH:
2004-07-31 Scott UllrichMerge from vendor branch OPENSSH:
2004-07-29 Matthew DillonImplement a kernel strdup() function (API synch with...
2004-07-16 Matthew DillonUpdate all my personal copyrights to the Dragonfly...
2004-06-26 Matthew DillonCleanup a comment.
2004-06-24 Joerg SonnenbergerMerge from vendor branch GCC:
2004-06-20 Matthew DillonMerge from vendor branch GCC:
2004-05-15 Eirik NygaardMerge from vendor branch TCPDUMP:
2004-05-15 Eirik NygaardMerge from vendor branch LIBPCAP:
2004-05-10 Hiten PandyaRemove newline from panic(9) message, it is redundant.
2004-04-20 Eirik NygaardMerge from vendor branch LESS:
2004-04-17 Eirik NygaardMerge from vendor branch AWK:
2004-04-13 Eirik NygaardMerge from vendor branch DIFFUTILS:
2004-03-15 Matthew DillonThe kernel realloc() does not support M_ZERO, assert...
2004-03-12 Joerg SonnenbergerThe free(9) implementation based on the slab allocator...
2004-03-02 Joerg SonnenbergerThe slab allocator has been in for while now. Change...
2004-02-14 Matthew DillonGet rid of some old cruft and add a failsafe for M_WAIT...
2004-02-12 Matthew DillonChange lwkt_send_ipiq() and lwkt_wait_ipiq() to take...
2004-02-02 Matthew DillonMerge from vendor branch BINUTILS:
2004-01-22 Joerg SonnenbergerMerge from vendor branch LIBSTDC++:
2004-01-20 Matthew DillonRetool the M_* flags to malloc() and the VM_ALLOC_...
2003-10-25 Matthew DillonInterrupt threads could block in free waiting for kerne...
2003-10-20 Matthew DillonFix a bug introduced by recent INVARIANTS debugging...
2003-10-19 Matthew DillonFix the INVARIANTS memuse test, the memuse for each...
2003-10-19 Matthew DillonEntirely remove the old kernel malloc and kmem_map...
2003-10-18 Matthew DillonDon't try to call an ipiq function with a UP build...
2003-10-18 Matthew DillonMake malloc_type statistics per-cpu, which fixes statis...
2003-10-02 Matthew DillonAddendum: Many thanks for continuing to Galen Sampson...
2003-10-02 Matthew DillonFix a number of interrupt related issues.
2003-09-26 Matthew DillonRemove the NO_KMEM_MAP and USE_SLAB_ALLOCATOR kernel...
2003-09-25 Matthew DillonDo not attempt to access kernel_map in free(). It...
2003-09-22 Matthew DillonAdd notation on the alignment requirement for the twe...
2003-08-28 Matthew DillonAt Jeffrey Hsu's suggestion (who follows USENIX papers...
2003-08-27 Matthew DillonCleanup some debugging junk and fix a bug in the M_ZERO...
2003-08-27 Matthew DillonSLAB ALLOCATOR Stage 1. This brings in a slab allocato...