summaryrefslogtreecommitdiff
path: root/sys/netatalk
AgeCommit message (Collapse)Author
2003-05-14move ETHERTYPE_xx declarations to <net/ethertypes.h>. meets netbsd practice.Jun-ichiro itojun Hagino
deraadt ok
2002-03-15Kill #if __STDC__ used to do K&R vs. ANSI varargs/stdarg; just do thingsTodd C. Miller
the ANSI way.
2002-03-14First round of __P removal in sysTodd C. Miller
2001-08-19More old timeouts removal, mainly affected unused/unmaintained code.Miod Vallat
2001-08-12#(endif|else) foo is incorrect, make it #endif /* foo */Heikki Korpela
deraadt@ ok
2001-07-06bzero PCB after allocationAngelos D. Keromytis
2001-05-26Use MALLOC/FREE to allocate/free PCBs, instead of using MT_PCBAngelos D. Keromytis
mbuf/clusters. My first commit of this died halfway through, so although it did make it in, there was no message sent to the list.
2001-05-26No such thing as MT_PCB (anymore?) -- just use MALLOC/free to allocateAngelos D. Keromytis
and free PCBs.
2001-05-16No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok)Hakan Olsson
2000-06-16take MIN/MAX from param.h, okay theo@Niels Provos
1998-06-11Remove two incorrect ntoh's which make a comparison of a constant w/ aTheo de Raadt
value from a packet not work right (only one of them needs ntoh!); Fixes a bug reported by David Brownlee; wrstuden
1997-11-07$OpenBSD$Niklas Hallqvist
1997-09-06fix #endif; David.Sainty@MCS.VUW.AC.NZTheo de Raadt
1997-07-24at_control cmd is a u_long.denny
1997-07-24cmd is a u_longTheo de Raadt
1997-07-23netatalk, based on the 1.4a2 dist from the University of Michigan.denny
The sys/netatalk files rely heavily on previous work done on FreeBSD, and to a lesser extent NetBSD.