summaryrefslogtreecommitdiff
path: root/sys/netatalk
AgeCommit message (Expand)Author
2010-01-13instead of fiddling with the per-interface address lists directly inHenning Brauer
2009-11-13Use TAILQ_ macros instead of handrolling them self. Tested by myself.Claudio Jeker
2008-10-15Second pass of simple timeout_add -> timeout_add_sec conversionsBret Lambert
2008-06-08One last rtrequest() was hiding here but it could not hide from grep.Claudio Jeker
2008-05-23Make this compile again, by adding a struct proc * argumentThordur I. Bjornsson
2008-04-18use arc4random_uniform() for random number requests that are not aDamien Miller
2007-12-14add sysctl entry points into various network layers, in particular toTheo de Raadt
2007-10-06Oops. Forgot to do FREE -> free when I did MALLOC -> malloc.Kenneth R Westerback
2007-10-03MALLOC+bzero -> malloc+M_ZERO.Kenneth R Westerback
2007-10-01Last of the really easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...'Kenneth R Westerback
2007-05-26De-common a few variables by moving the definition into a .c file.Claudio Jeker
2007-04-10``it's'' -> ``its'' when the grammar gods require this change.Miod Vallat
2006-06-17adopt to extended rtrequest / rtalloc1 apiHenning Brauer
2006-04-25fix endian issue. netbsd pr31051 via ian mcwilliamTed Unangst
2006-03-04With the exception of two other small uncommited diffs this movesBrad Smith
2005-12-11bitfields must be off an int or such typeTheo de Raadt
2004-06-21Use arc4random() instead of time-based node start idThorsten Lockert
2003-11-07adress -> address, and a few more; all from Jonathon Gray;Jason McIntyre
2003-09-02fix suser() calls, pr3430Ted Unangst
2003-06-06avoid M_WAIT in network stack; netbsd revision 1.13Jun-ichiro itojun Hagino
2003-06-06don't use M_WAIT in network stack. use M_PREPEND to keep m_pkthdr.Jun-ichiro itojun Hagino
2003-05-14move ETHERTYPE_xx declarations to <net/ethertypes.h>. meets netbsd practice.Jun-ichiro itojun Hagino
2002-03-15Kill #if __STDC__ used to do K&R vs. ANSI varargs/stdarg; just do thingsTodd C. Miller
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
2001-07-06bzero PCB after allocationAngelos D. Keromytis
2001-05-26Use MALLOC/FREE to allocate/free PCBs, instead of using MT_PCBAngelos D. Keromytis
2001-05-26No such thing as MT_PCB (anymore?) -- just use MALLOC/free to allocateAngelos D. Keromytis
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
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