summaryrefslogtreecommitdiffstats
path: root/sys/kern/uipc_mbuf.c
Commit message (Expand)AuthorAgeFilesLines
* Update M_EXT support in m_copypacket().phk1998-07-031-3/+11
* If we are out of mb_map space and we failed to m_reclaim() anything anddg1998-06-051-7/+15
* Don't depend on "implicit int".bde1998-02-201-2/+2
* Restored used include of <sys/malloc.h>. malloc() is not usedbde1997-12-281-21/+22
* Removed unused #includes.bde1997-10-281-2/+1
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.phk1997-10-121-2/+1
* Removed unused #includes.bde1997-08-021-4/+1
* Create a new branch of the kernel MIB, kern.ipc, to storewollman1997-02-241-3/+19
* uipc_mbuf.c: do a better job of counting how often we have to waitwollman1997-02-181-6/+16
* Provide an alternative mbuf cluster allocator which permits use ofwollman1997-02-131-1/+46
* Fix bug related to map entry allocations where a sleep might be attempteddg1997-01-151-2/+2
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* fix handling of external objects referenced by mbufsjulian1996-08-191-3/+11
* Ups, I removed NMB_INIT too.phk1996-05-121-1/+3
* Nail down NCL_INIT = 1, and put a comment there telling what it is.phk1996-05-111-8/+4
* Allocate mbufs from a separate submap so that NMBCLUSTERS works aswollman1996-05-101-3/+3
* Our new-old mbugf allocator. This is actually something of a blast fromwollman1996-05-081-1/+103
* An old typo MCLBYTES/CLBYTES became more obvious bogus now.phk1996-05-061-3/+3
* removed:phk1996-05-021-5/+5
* A Major staticize sweep. Generates a couple of warnings that I'll dealphk1995-12-141-4/+6
* Untangled the vm.h include file spaghetti.dg1995-12-071-1/+3
* Completed function declarations and/or added prototypes.bde1995-12-021-2/+2
* Finished (?) cleaning up sysinit stuff.bde1995-12-021-8/+3
* Second batch of cleanup changes.phk1995-10-291-2/+1
* Fixed init functions argument type - caddr_t -> void *. Fixed a couple ofdg1995-09-091-4/+4
* Reviewed by: julian with quick glances by bruce and othersjulian1995-08-281-3/+13
* Eliminate sloppy common-style declarations. There should be none left forbde1995-07-291-4/+9
* Special cased the handling of mb_map in the M_WAITOK case. kmem_malloc()dg1995-03-151-7/+16
* Implemented mbstat.m_wait and mbstat.m_drops.dg1995-02-231-1/+9
* Update kmem_malloc() call to new waitflag(s) interface.bde1995-02-051-2/+3
* Got rid of map.h. It's a leftover from the rmap code, and we use rlists.dg1994-10-091-2/+1
* Moved m_copyback into uipc_mbuf.cphk1994-10-041-1/+54
* All of this is cosmetic. prototypes, #includes, printfs and so on. Makesphk1994-10-021-6/+5
* Added $Id$dg1994-08-021-0/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-0/+8
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+655
OpenPOWER on IntegriCloud