summaryrefslogtreecommitdiffstats
path: root/sys/kern/uipc_mbuf.c
Commit message (Expand)AuthorAgeFilesLines
* Big mbuf subsystem diff #1: incorporate mutexes and fix things up somewhatbmilekic2000-09-301-254/+207
* m_mballoc_wait() had a spl/tsleep race. mbufs can be freed in interruptpeter2000-08-251-0/+2
* Replace the mbuf external reference counting code with somethingdwmalone2000-08-191-27/+57
* mbstat should be a read-only sysctl.alfred2000-07-311-1/+1
* Make mbstat.m_mtypes seperate and viewable via sysctl, alsoalfred2000-07-151-0/+4
* sync with kame tree as of july00. tons of bug fixes/improvements.itojun2000-07-041-0/+9
* Actively limit the allocation of mbufs to NMBUFS/nmbufs and mbuf clustersmsmith1999-12-281-2/+22
* Make m_print const correct (avoids a warning)eivind1999-12-201-1/+1
* Woops, I'm so sorry I forgot this! From the last mbuf.h change:green1999-12-181-2/+2
* Bug fix:green1999-12-141-0/+2
* This is Bosko Milekic's mbuf allocation waiting code. Basically, thisgreen1999-12-121-22/+138
* The functions m_copym() and m_copypacket() return read-only copies,archie1999-12-011-0/+78
* Fix a warning.peter1999-11-181-1/+1
* New function:phk1999-11-011-0/+16
* change identical and "programming error" panic("mcopy*")'s intoalfred1999-10-131-12/+9
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Move the initialisation/tuning of nmbclusters from param.c/machdep.cmsmith1999-07-051-1/+11
* Slight reorganization of kernel thread/process creation. Instead of usingpeter1999-07-011-2/+2
* Typo in comment.des1999-04-121-2/+2
* * Change sysctl from using linker_set to construct its tree using SLISTs.dfr1999-02-161-1/+2
* Only call m_reclaim() if M_WAIT since calling it from an interrupt candg1998-07-271-3/+11
* 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
OpenPOWER on IntegriCloud