summaryrefslogtreecommitdiffstats
path: root/sys/netatalk/at_control.c
Commit message (Expand)AuthorAgeFilesLines
* Add const qualifier to the dst parameter of the ifnet if_output method.glebius2013-04-261-1/+1
* Convert all users of IF_ADDR_LOCK to use new locking macros that specifyjhb2012-01-051-4/+4
* Reverse misordered unlock and lock in at_control for netatalk phase Irwatson2009-08-121-2/+2
* Use queue(9) instead of hand-crafted link lists for the global netatalkrwatson2009-06-241-43/+25
* Printf fewer warnings when adding a route to an atalk address fails;rwatson2009-06-241-10/+2
* Break at_ifawithnet() into two variants:rwatson2009-06-241-81/+117
* Add a global rwlock, at_ifaddr_rw, to protect the global netatalkrwatson2009-06-221-47/+53
* Clean up common ifaddr management:rwatson2009-06-211-3/+2
* Lock interface address list lock around ifaddr inserts and deletesrwatson2009-04-191-1/+5
* Use privilege PRIV_NET_ADDIFADDR rather than suser() to authorizerwatson2007-02-191-1/+2
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-0/+2
* Convert the aa_ifaddr timeout to a callout, and run the aarprobe calloutrwatson2005-02-221-4/+8
* /* -> /*- for license, minor formatting changes, insert COPYRIGHT into filesimp2005-01-071-1/+22
* Further function forward declaration white space tweaks.rwatson2004-07-191-14/+15
* Re-style at_control.c to bring it closer to style(9), primarily withrwatson2004-07-191-606/+594
* Remove spl's from netatalk in preparation to merge locking.rwatson2004-07-121-7/+1
* Rename 'at_ifaddr' list to 'at_ifaddr_list' so that the variable isrwatson2004-03-221-12/+12
* Compare pointers with NULL rather than 0, or treating them as boolans inrwatson2004-03-221-2/+2
* Since I have my hands all over netatalk adding locking and restructuringrwatson2004-03-221-152/+152
* Spell "(struct foo *)0" as "NULL".rwatson2004-03-211-6/+6
* Eliminate a duplicate free when deleting an interface address. Thissam2003-11-281-11/+1
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* Lock up ifaddr reference counts.hsu2002-12-181-11/+2
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-1/+1
* KSE Milestone 2julian2001-09-121-2/+2
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-081-2/+1
* Move suser() and suser_xxx() prototypes and a related #define fromphk2000-10-291-1/+2
* Suser() simplification:phk1999-04-271-1/+1
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-271-2/+2
* Typo fix: teh --> (the|they)alex1998-07-301-1/+1
* This commit fixes various 64bit portability problems required fordfr1998-06-071-1/+1
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.des1998-04-171-1/+1
* Eradicate the variable "time" from the kernel, using various measures.phk1998-03-301-4/+4
* Fix various problems with netatalk kernel support.julian1997-10-291-4/+4
* Update for new callout interface.gibbs1997-09-211-1/+1
* Removed unused #includes.bde1997-09-071-6/+0
* Fixed sloppy common-style declarations.bde1997-09-071-0/+2
* Added used #include - don't depend on <sys/mbuf.h> includingbde1997-09-021-0/+1
* Add a per-interface-address pointer to a function that can be suppliedjulian1997-08-281-1/+43
* First cut at patches to make appletalk compile againjulian1997-05-131-1/+2
* Fixed the type of timeout functions and removed casts that hid thebde1997-04-201-1/+1
* Don't include <sys/ioctl.h> in the kernel. Stage 2: includebde1997-03-241-1/+1
* Convert the interface address and IP interface address structureswollman1996-12-131-27/+8
* bzero the entire at_ifaddr struct we malloc, not just the first part of it..julian1996-09-111-1/+1
* chnages to bring atlak a bit more into the BSD4.4 world and tojulian1996-09-111-19/+33
* Updated #includes to 4.4Lite style.bde1996-09-101-4/+4
* allow a new loopback route to overwrite an old one..julian1996-09-031-5/+10
* wow we can even make net ranges go away now (how sophisticated!)julian1996-08-311-55/+44
* Add code to automaticall support subnets on ethertalk networksjulian1996-08-311-98/+56
OpenPOWER on IntegriCloud