aboutsummaryrefslogtreecommitdiff
path: root/sys/netatalk/at_control.c
Commit message (Expand)AuthorAgeFilesLines
* Convert the aa_ifaddr timeout to a callout, and run the aarprobe calloutRobert Watson2005-02-221-4/+8
* /* -> /*- for license, minor formatting changes, insert COPYRIGHT into filesWarner Losh2005-01-071-1/+22
* Further function forward declaration white space tweaks.Robert Watson2004-07-191-14/+15
* Re-style at_control.c to bring it closer to style(9), primarily withRobert Watson2004-07-191-606/+594
* Remove spl's from netatalk in preparation to merge locking.Robert Watson2004-07-121-7/+1
* Rename 'at_ifaddr' list to 'at_ifaddr_list' so that the variable isRobert Watson2004-03-221-12/+12
* Compare pointers with NULL rather than 0, or treating them as boolans inRobert Watson2004-03-221-2/+2
* Since I have my hands all over netatalk adding locking and restructuringRobert Watson2004-03-221-152/+152
* Spell "(struct foo *)0" as "NULL".Robert Watson2004-03-211-6/+6
* Eliminate a duplicate free when deleting an interface address. ThisSam Leffler2003-11-281-11/+1
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-1/+1
* Lock up ifaddr reference counts.Jeffrey Hsu2002-12-181-11/+2
* Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin2002-04-011-1/+1
* KSE Milestone 2Julian Elischer2001-09-121-2/+2
* Convert more malloc+bzero to malloc+M_ZERO.David Malone2000-12-081-2/+1
* Move suser() and suser_xxx() prototypes and a related #define fromPoul-Henning Kamp2000-10-291-1/+2
* Suser() simplification:Poul-Henning Kamp1999-04-271-1/+1
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-271-2/+2
* Typo fix: teh --> (the|they)Alexander Langer1998-07-301-1/+1
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-1/+1
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.Dag-Erling Smørgrav1998-04-171-1/+1
* Eradicate the variable "time" from the kernel, using various measures.Poul-Henning Kamp1998-03-301-4/+4
* Fix various problems with netatalk kernel support.Julian Elischer1997-10-291-4/+4
* Update for new callout interface.Justin T. Gibbs1997-09-211-1/+1
* Removed unused #includes.Bruce Evans1997-09-071-6/+0
* Fixed sloppy common-style declarations.Bruce Evans1997-09-071-0/+2
* Added used #include - don't depend on <sys/mbuf.h> includingBruce Evans1997-09-021-0/+1
* Add a per-interface-address pointer to a function that can be suppliedJulian Elischer1997-08-281-1/+43
* First cut at patches to make appletalk compile againJulian Elischer1997-05-131-1/+2
* Fixed the type of timeout functions and removed casts that hid theBruce Evans1997-04-201-1/+1
* Don't include <sys/ioctl.h> in the kernel. Stage 2: includeBruce Evans1997-03-241-1/+1
* Convert the interface address and IP interface address structuresGarrett Wollman1996-12-131-27/+8
* bzero the entire at_ifaddr struct we malloc, not just the first part of it..Julian Elischer1996-09-111-1/+1
* chnages to bring atlak a bit more into the BSD4.4 world and toJulian Elischer1996-09-111-19/+33
* Updated #includes to 4.4Lite style.Bruce Evans1996-09-101-4/+4
* allow a new loopback route to overwrite an old one..Julian Elischer1996-09-031-5/+10
* wow we can even make net ranges go away now (how sophisticated!)Julian Elischer1996-08-311-55/+44
* Add code to automaticall support subnets on ethertalk networksJulian Elischer1996-08-311-98/+56
* Massively COMMENT at_control.cJulian Elischer1996-08-291-41/+263
* fix a broken atalk stack..Julian Elischer1996-08-191-3/+16
* Submitted by: archie@whistle.comJulian Elischer1996-07-231-10/+11
* Submitted by: archie@whistle.comJulian Elischer1996-07-231-197/+235
* Obtained from: netatalk distribution netatalk@itd.umich.eduJulian Elischer1996-05-241-0/+614