| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert all users of IF_ADDR_LOCK to use new locking macros that specify | jhb | 2012-01-05 | 1 | -4/+4 |
* | Reverse misordered unlock and lock in at_control for netatalk phase I | rwatson | 2009-08-12 | 1 | -2/+2 |
* | Use queue(9) instead of hand-crafted link lists for the global netatalk | rwatson | 2009-06-24 | 1 | -43/+25 |
* | Printf fewer warnings when adding a route to an atalk address fails; | rwatson | 2009-06-24 | 1 | -10/+2 |
* | Break at_ifawithnet() into two variants: | rwatson | 2009-06-24 | 1 | -81/+117 |
* | Add a global rwlock, at_ifaddr_rw, to protect the global netatalk | rwatson | 2009-06-22 | 1 | -47/+53 |
* | Clean up common ifaddr management: | rwatson | 2009-06-21 | 1 | -3/+2 |
* | Lock interface address list lock around ifaddr inserts and deletes | rwatson | 2009-04-19 | 1 | -1/+5 |
* | Use privilege PRIV_NET_ADDIFADDR rather than suser() to authorize | rwatson | 2007-02-19 | 1 | -1/+2 |
* | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | rwatson | 2006-11-06 | 1 | -0/+2 |
* | Convert the aa_ifaddr timeout to a callout, and run the aarprobe callout | rwatson | 2005-02-22 | 1 | -4/+8 |
* | /* -> /*- for license, minor formatting changes, insert COPYRIGHT into files | imp | 2005-01-07 | 1 | -1/+22 |
* | Further function forward declaration white space tweaks. | rwatson | 2004-07-19 | 1 | -14/+15 |
* | Re-style at_control.c to bring it closer to style(9), primarily with | rwatson | 2004-07-19 | 1 | -606/+594 |
* | Remove spl's from netatalk in preparation to merge locking. | rwatson | 2004-07-12 | 1 | -7/+1 |
* | Rename 'at_ifaddr' list to 'at_ifaddr_list' so that the variable is | rwatson | 2004-03-22 | 1 | -12/+12 |
* | Compare pointers with NULL rather than 0, or treating them as boolans in | rwatson | 2004-03-22 | 1 | -2/+2 |
* | Since I have my hands all over netatalk adding locking and restructuring | rwatson | 2004-03-22 | 1 | -152/+152 |
* | Spell "(struct foo *)0" as "NULL". | rwatson | 2004-03-21 | 1 | -6/+6 |
* | Eliminate a duplicate free when deleting an interface address. This | sam | 2003-11-28 | 1 | -11/+1 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -1/+1 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -1/+1 |
* | Lock up ifaddr reference counts. | hsu | 2002-12-18 | 1 | -11/+2 |
* | Change the suser() API to take advantage of td_ucred as well as do a | jhb | 2002-04-01 | 1 | -1/+1 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -2/+2 |
* | Convert more malloc+bzero to malloc+M_ZERO. | dwmalone | 2000-12-08 | 1 | -2/+1 |
* | Move suser() and suser_xxx() prototypes and a related #define from | phk | 2000-10-29 | 1 | -1/+2 |
* | Suser() simplification: | phk | 1999-04-27 | 1 | -1/+1 |
* | Fix warnings in preparation for adding -Wall -Wcast-qual to the | dillon | 1999-01-27 | 1 | -2/+2 |
* | Typo fix: teh --> (the|they) | alex | 1998-07-30 | 1 | -1/+1 |
* | This commit fixes various 64bit portability problems required for | dfr | 1998-06-07 | 1 | -1/+1 |
* | Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108. | des | 1998-04-17 | 1 | -1/+1 |
* | Eradicate the variable "time" from the kernel, using various measures. | phk | 1998-03-30 | 1 | -4/+4 |
* | Fix various problems with netatalk kernel support. | julian | 1997-10-29 | 1 | -4/+4 |
* | Update for new callout interface. | gibbs | 1997-09-21 | 1 | -1/+1 |
* | Removed unused #includes. | bde | 1997-09-07 | 1 | -6/+0 |
* | Fixed sloppy common-style declarations. | bde | 1997-09-07 | 1 | -0/+2 |
* | Added used #include - don't depend on <sys/mbuf.h> including | bde | 1997-09-02 | 1 | -0/+1 |
* | Add a per-interface-address pointer to a function that can be supplied | julian | 1997-08-28 | 1 | -1/+43 |
* | First cut at patches to make appletalk compile again | julian | 1997-05-13 | 1 | -1/+2 |
* | Fixed the type of timeout functions and removed casts that hid the | bde | 1997-04-20 | 1 | -1/+1 |
* | Don't include <sys/ioctl.h> in the kernel. Stage 2: include | bde | 1997-03-24 | 1 | -1/+1 |
* | Convert the interface address and IP interface address structures | wollman | 1996-12-13 | 1 | -27/+8 |
* | bzero the entire at_ifaddr struct we malloc, not just the first part of it.. | julian | 1996-09-11 | 1 | -1/+1 |
* | chnages to bring atlak a bit more into the BSD4.4 world and to | julian | 1996-09-11 | 1 | -19/+33 |
* | Updated #includes to 4.4Lite style. | bde | 1996-09-10 | 1 | -4/+4 |
* | allow a new loopback route to overwrite an old one.. | julian | 1996-09-03 | 1 | -5/+10 |
* | wow we can even make net ranges go away now (how sophisticated!) | julian | 1996-08-31 | 1 | -55/+44 |
* | Add code to automaticall support subnets on ethertalk networks | julian | 1996-08-31 | 1 | -98/+56 |
* | Massively COMMENT at_control.c | julian | 1996-08-29 | 1 | -41/+263 |