| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge r262763, r262767, r262771, r262806 from head: | glebius | 2014-03-21 | 1 | -1/+1 |
* | Mechanically substitute flags from historic mbuf allocator with | glebius | 2012-12-05 | 1 | -2/+2 |
* | Use queue(9) instead of hand-crafted link lists for the global netatalk | rwatson | 2009-06-24 | 1 | -1/+1 |
* | Add a global rwlock, at_ifaddr_rw, to protect the global netatalk | rwatson | 2009-06-22 | 1 | -1/+9 |
* | Don't lock sockets around calls to mac_socket_create_mbuf() -- policies | rwatson | 2009-06-20 | 1 | -2/+0 |
* | Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC | rwatson | 2009-06-05 | 1 | -2/+0 |
* | Annotate two possible bugs in a comment: (1) we allocate and explicitly | rwatson | 2007-11-20 | 1 | -0/+8 |
* | Merge first in a series of TrustedBSD MAC Framework KPI changes | rwatson | 2007-10-24 | 1 | -2/+2 |
* | Clean up DDP layer netatalk code: | rwatson | 2007-01-12 | 1 | -153/+143 |
* | Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h | rwatson | 2006-10-22 | 1 | -1/+2 |
* | Use the correct mbuf type for MGET(). | andre | 2005-08-30 | 1 | -1/+1 |
* | Eliminate MAC entry point mac_create_mbuf_from_mbuf(), which is | rwatson | 2005-07-05 | 1 | -1/+1 |
* | In the ddp_output() path, which can be called in a variety of threading | rwatson | 2005-02-22 | 1 | -2/+2 |
* | /* -> /*- for license, minor formatting changes, insert COPYRIGHT into files | imp | 2005-01-07 | 1 | -1/+1 |
* | Socket MAC labels so_label and so_peerlabel are now protected by | rwatson | 2004-06-13 | 1 | -0/+2 |
* | Rename 'at_ifaddr' list to 'at_ifaddr_list' so that the variable is | rwatson | 2004-03-22 | 1 | -1/+1 |
* | Since I have my hands all over netatalk adding locking and restructuring | rwatson | 2004-03-22 | 1 | -49/+49 |
* | Spell "(struct foo *)0" as "NULL". | rwatson | 2004-03-21 | 1 | -1/+1 |
* | Replace the if_name and if_unit members of struct ifnet with new members | brooks | 2003-10-31 | 1 | -4/+4 |
* | More checking of M_PREPEND() return values: pass through link-layer | rwatson | 2003-08-29 | 1 | -0/+2 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -2/+2 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -2/+2 |
* | Introduce experimental support for MAC in the AppleTalk/EtherTalk stack. | rwatson | 2002-08-15 | 1 | -0/+10 |
* | * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT. | bmilekic | 2000-12-21 | 1 | -2/+2 |
* | Just need to pass the address family to if_simloop(), not the whole sockaddr. | archie | 2000-05-24 | 1 | -1/+3 |
* | fix broken loopback code for ddp (again) | julian | 1998-08-04 | 1 | -4/+37 |
* | Fix braino in last commit. | julian | 1998-07-13 | 1 | -1/+1 |
* | Slight optimisation. Don't do the same calculation twice. | julian | 1998-07-09 | 1 | -17/+14 |
* | Go through the loopback code with a broom.. | julian | 1998-06-12 | 1 | -0/+9 |
* | Remove stray debug message. | steve | 1998-05-24 | 1 | -1/+0 |
* | Fix various problems with netatalk kernel support. | julian | 1997-10-29 | 1 | -3/+3 |
* | Removed unused #includes. | bde | 1997-09-07 | 1 | -6/+0 |
* | Cleaned up a little. | bde | 1997-09-07 | 1 | -1/+0 |
* | Add a per-interface-address pointer to a function that can be supplied | julian | 1997-08-28 | 1 | -3/+19 |
* | make the netatalk output routine matcy the prtotype used in the | julian | 1997-03-05 | 1 | -1/+4 |
* | Updated #includes to 4.4Lite style. | bde | 1996-09-10 | 1 | -5/+5 |
* | Submitted by: archie@whistle.com | julian | 1996-07-23 | 1 | -123/+3 |
* | Obtained from: netatalk distribution netatalk@itd.umich.edu | julian | 1996-05-24 | 1 | -0/+298 |