summaryrefslogtreecommitdiffstats
path: root/sys/netipx/spx_usrreq.c
Commit message (Expand)AuthorAgeFilesLines
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Acquire the socket buffer receive lock in spx_rcvoob() to permitrwatson2005-01-021-0/+3
* Increase the coverage scope of the receive socket buffer lock inrwatson2005-01-021-10/+9
* Explicitly lock the send socket buffer in spx_reass() to cover the droprwatson2005-01-021-2/+3
* Use KASSERT() in preference to if()panic().rwatson2005-01-021-4/+1
* Trim trailing whitespace.rwatson2005-01-021-13/+13
* Improve handling of SPX session timeout, specifically, make sure torwatson2005-01-021-5/+8
* Compare and assign pointers with NULL in preference to 0.rwatson2005-01-021-2/+2
* Don't cast NULL on return or when passing to another function.rwatson2005-01-021-14/+22
* Marginally reformat copyright statements to remove an excess ','.rwatson2004-12-311-1/+1
* Convert netipx to use queue(9) doubly-linked lists instead of home-brewrwatson2004-12-301-19/+16
* Garbage collect unused (and incompletely implemented) functions:rwatson2004-12-301-50/+0
* Initialize struct pr_userreqs in new/sparse style and fill in commonphk2004-11-081-10/+30
* Constify 'spx_backoff'.rwatson2004-07-121-1/+1
* Acquire the receive socket buffer lock when modifying out-of-bandrwatson2004-06-241-5/+4
* It's now the responsibility of the consumer of soabort() to remove arwatson2004-06-201-1/+12
* Grab the socket buffer send or receive mutex when performing arwatson2004-06-151-1/+6
* The socket field so_state is used to hold a variety of socket relatedrwatson2004-06-141-3/+3
* Rename dup_sockaddr() to sodupsockaddr() for consistency with otherrwatson2004-03-011-1/+1
* Introduce a MAC label reference in 'struct inpcb', which cachesrwatson2003-11-181-2/+2
* Fix a bunch of off-by-one errors in the range checking code.ru2003-09-111-1/+1
* Use __FBSDID().obrien2003-06-111-2/+3
* Back out M_* changes, per decision of the TRB.imp2003-02-191-6/+6
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-6/+6
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.tanimura2002-05-311-67/+13
* Lock down a socket, milestone 1.tanimura2002-05-201-13/+67
* Revert the change of #includes in sys/filedesc.h and sys/socketvar.h.tanimura2002-04-301-2/+4
* Pre-KSE/M3 commit.julian2002-02-071-1/+1
* KSE Milestone 2julian2001-09-121-25/+25
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-0/+2
* * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT.bmilekic2000-12-211-1/+1
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-081-2/+1
* Get rid of the old XNS checksum code and implement it the IPX way.jhay1999-08-281-5/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Don't use the pointer returned by MALLOC before checking if it is NULL.jhay1999-02-061-3/+3
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-281-3/+3
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-271-4/+4
* Remove functions that are no longer in use.eivind1999-01-121-24/+1
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-2/+1
* Yow! Completely change the way socket options are handled, eliminatingwollman1998-08-231-54/+56
* Don't depend on "implicit int".bde1998-05-011-2/+2
* Staticize.eivind1998-02-091-11/+11
* Update network code to use poll support.peter1997-09-141-3/+3
* Added used #include - don't depend on <sys/mbuf.h> includingbde1997-09-021-1/+2
* Fix all areas of the system (or at least all those in LINT) to avoid storingwollman1997-08-161-30/+28
* Removed the #ifdef IPXERRORMSGS'ed code. Fix a lot of style errors that Ijhay1997-06-261-59/+1
* Mega IPX commit.jhay1997-05-101-109/+150
* Make ipx compile again after the network interface changes.jhay1997-05-011-22/+30
* Change IPX to use the pr_usrreqs structure.jhay1997-04-051-226/+346
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
OpenPOWER on IntegriCloud