summaryrefslogtreecommitdiffstats
path: root/sys/netatalk/ddp_pcb.c
Commit message (Collapse)AuthorAgeFilesLines
* Suser() simplification:phk1999-04-271-1/+1
| | | | | | | | | | | | | | | | | | | 1: s/suser/suser_xxx/ 2: Add new function: suser(struct proc *), prototyped in <sys/proc.h>. 3: s/suser_xxx(\([a-zA-Z0-9_]*\)->p_ucred, \&\1->p_acflag)/suser(\1)/ The remaining suser_xxx() calls will be scrutinized and dealt with later. There may be some unneeded #include <sys/cred.h>, but they are left as an exercise for Bruce. More changes to the suser() API will come along with the "jail" code.
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-271-1/+1
| | | | kernel compile
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-8/+2
| | | | and local variables, goto labels, and functions declared but not defined.
* Staticize.eivind1998-02-091-2/+2
|
* Remove dereference of uninitialized (and unused) variable. This enablesjlemon1997-10-061-3/+0
| | | | netatalk to work again.
* 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
| | | | <sys/malloc.h> (unless we only use the bogusly shared M*WAIT flags).
* Fix all areas of the system (or at least all those in LINT) to avoid storingwollman1997-08-161-50/+44
| | | | | | | | socket addresses in mbufs. (Socket buffers are the one exception.) A number of kernel APIs needed to get fixed in order to make this happen. Also, fix three protocol families which kept PCBs in mbufs to not malloc them instead. Delete some old compatibility cruft while we're at it, and add some new routines in the in_cksum family.
* Removed unused #includes.bde1997-08-021-6/+0
|
* First cut at patches to make appletalk compile againjulian1997-05-131-107/+186
| | | | after the dissapearance of the USRREQ() entrypoint.
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includebde1997-03-241-1/+0
| | | | | it when it is not used. In most cases, the reasons for including it went away when the special ioctl headers became self-sufficient.
* make the netatalk output routine matcy the prtotype used in thejulian1997-03-051-1/+1
| | | | protocol structure. Silences a warning from Gcc.
* Updated #includes to 4.4Lite style.bde1996-09-101-5/+5
|
* Submitted by: archie@whistle.comjulian1996-07-231-58/+8
| | | | appletalk cleanups
* remove some debugging printfs left in by mistakejulian1996-06-181-5/+0
|
* Obtained from: netatalk distribution netatalk@itd.umich.edujulian1996-05-241-0/+582
Kernel Appletalk protocol support both CAP and netatalk can make use of this.. still needs some owrk but it seemd the right tiime to commit it so other can experiment.
OpenPOWER on IntegriCloud