aboutsummaryrefslogtreecommitdiff
path: root/sys/netatalk/aarp.c
Commit message (Expand)AuthorAgeFilesLines
* Remove 'Not used' comment: at_org_code is used, just not in netatalk/.Robert Watson2004-07-121-3/+0
* This commit does two things:Luigi Rizzo2004-04-251-36/+33
* Lock down the netatalk AARP code, which is responsible for appletalkRobert Watson2004-04-091-11/+30
* Rename 'at_ifaddr' list to 'at_ifaddr_list' so that the variable isRobert Watson2004-03-221-1/+1
* Compare pointers with NULL rather than 0, or treating them as boolans inRobert Watson2004-03-221-5/+5
* Since I have my hands all over netatalk adding locking and restructuringRobert Watson2004-03-221-217/+217
* Const-poison atmulticastaddr, which should be read but not modified.Robert Watson2004-03-131-9/+9
* o add a flags parameter to netisr_register that is used to specifySam Leffler2003-11-081-0/+2
* Remove unnecessary casts to (caddr_t) for if_broadcastaddr.Warner Losh2003-10-231-3/+3
* More checking of M_PREPEND() return values: pass through link-layerRobert Watson2003-08-291-0/+6
* - Use if_broadcastaddr from struct ifnet rather than relying onMatthew N. Dodd2003-03-211-4/+4
* Update netisr handling; Each SWI now registers its queue, and all queueJonathan Lemon2003-03-041-2/+3
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-5/+5
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-5/+5
* Introduce experimental support for MAC in the AppleTalk/EtherTalk stack.Robert Watson2002-08-151-0/+8
* Fix warning; Extra tokens after #endifPeter Wemm2002-05-241-1/+1
* Mechanical change to use <sys/queue.h> macro API instead ofPoul-Henning Kamp2001-02-041-2/+2
* * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT.Bosko Milekic2000-12-211-2/+2
* Slight cleanup of aarp codeJulian Elischer2000-03-291-11/+13
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-271-1/+1
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticArchie Cobbs1998-12-071-1/+0
* Staticize.Eivind Eklund1998-02-091-3/+3
* Make the debug options new-style.Eivind Eklund1998-01-311-2/+4
* Fix various problems with netatalk kernel support.Julian Elischer1997-10-291-27/+18
* Update for new callout interface.Justin T. Gibbs1997-09-211-5/+8
* Removed unused #includes.Bruce Evans1997-09-071-9/+4
* Fixed the type of timeout functions and removed casts that hid theBruce Evans1997-04-201-3/+4
* Convert the interface address and IP interface address structuresGarrett Wollman1996-12-131-13/+14
* Massively COMMENT at_control.cJulian Elischer1996-08-291-2/+15
* Submitted by: archie@whistle.comJulian Elischer1996-07-231-211/+6
* Obtained from: netatalk distribution netatalk@itd.umich.eduJulian Elischer1996-05-241-0/+816