summaryrefslogtreecommitdiffstats
path: root/sys/netatalk/ddp_usrreq.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
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.tanimura2002-05-311-9/+1
* Lock down a socket, milestone 1.tanimura2002-05-201-1/+9
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-041-2/+2
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-1/+1
* Make `options NETATALK' compile after the -fno-common changes.iedowse2002-01-161-0/+3
* Give struct socket structures a ref counting interface similar todillon2001-11-171-1/+1
* KSE Milestone 2julian2001-09-121-13/+13
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-081-2/+1
* Lock down the network interface queues. The queue mutex must be obtainedjlemon2000-11-251-0/+2
* Move suser() and suser_xxx() prototypes and a related #define fromphk2000-10-291-1/+2
* Change suser_xxx() to suser() where it applies.phk1999-04-271-1/+1
* Suser() simplification:phk1999-04-271-1/+1
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-271-1/+1
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-8/+2
* Staticize.eivind1998-02-091-2/+2
* Remove dereference of uninitialized (and unused) variable. This enablesjlemon1997-10-061-3/+0
* Update network code to use poll support.peter1997-09-141-1/+1
* Added used #include - don't depend on <sys/mbuf.h> includingbde1997-09-021-0/+1
* Fix all areas of the system (or at least all those in LINT) to avoid storingwollman1997-08-161-50/+44
* Removed unused #includes.bde1997-08-021-6/+0
* First cut at patches to make appletalk compile againjulian1997-05-131-107/+186
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includebde1997-03-241-1/+0
* make the netatalk output routine matcy the prtotype used in thejulian1997-03-051-1/+1
* Updated #includes to 4.4Lite style.bde1996-09-101-5/+5
* Submitted by: archie@whistle.comjulian1996-07-231-58/+8
* remove some debugging printfs left in by mistakejulian1996-06-181-5/+0
* Obtained from: netatalk distribution netatalk@itd.umich.edujulian1996-05-241-0/+582
OpenPOWER on IntegriCloud