summaryrefslogtreecommitdiffstats
path: root/sys/net/raw_cb.c
Commit message (Expand)AuthorAgeFilesLines
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* o Untangle the confusion with the malloc flags {M_WAITOK, M_NOWAIT} andbmilekic2002-12-191-1/+1
* Back out some style changes. They are not urgent,luigi2002-11-201-5/+11
* Fix function headers, remove 'register' from variable declarations.luigi2002-11-171-11/+5
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.tanimura2002-05-311-8/+1
* Include <sys.systm.h> for the declaration of some atomic functions -- don'tbde2002-05-221-0/+1
* Lock down a socket, milestone 1.tanimura2002-05-201-3/+10
* Give struct socket structures a ref counting interface similar todillon2001-11-171-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Added a used include (in ifdefed code).bde1998-06-071-1/+3
* Removed unused #includes.bde1997-10-281-8/+1
* Added used #include - don't depend on <sys/mbuf.h> includingbde1997-09-021-1/+2
* The long-awaited mega-massive-network-code- cleanup. Part I.wollman1997-04-271-1/+1
* Use LIST macros instead of insque/remquephk1997-04-141-4/+5
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Move or add #include <queue.h> in preparation for upcoming struct socketdg1996-03-111-2/+2
* Another mega commit to staticize things.phk1995-12-141-3/+3
* Moved inline functions for insque() and remque() to <sys/queue.h>.bde1995-12-031-1/+2
* Eliminate sloppy common-style declarations. There should be none left forbde1995-07-291-1/+2
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
* Cosmetics: to silence gcc -wall.phk1994-10-081-2/+3
* Added $Id$dg1994-08-021-0/+1
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+144
OpenPOWER on IntegriCloud