summaryrefslogtreecommitdiffstats
path: root/sys/netipx/spx_usrreq.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Eliminated sloppy common-style declarations. Now there are no duplicatedbde1996-04-131-2/+1
* Uniformized pr_ctlinput protosw functions. The third arg is now `voidbde1995-12-161-3/+5
* Added #include <sys/queue.h>. This will be required when I movebde1995-11-241-1/+2
* Undid bogus cleanups. 0 was mistyped as NULL.bde1995-11-241-3/+3
* Suggested by: bdejulian1995-11-041-1/+3
* Submitted by: Mike Mitchell (mitchell@ref.tfs.com)julian1995-10-311-3/+3
* Submitted by: Mike Mitchelljulian1995-10-311-2/+1
* Reviewed by: julian and jhay@mikom.csir.co.zajulian1995-10-261-0/+1815
OpenPOWER on IntegriCloud