| Commit message (Expand) | Author | Age | Files | Lines |
* | Use queue(9) instead of hand-crafted link lists for the global netatalk | rwatson | 2009-06-24 | 1 | -5/+3 |
* | Add a global rwlock, at_ifaddr_rw, to protect the global netatalk | rwatson | 2009-06-22 | 1 | -21/+25 |
* | Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC | rwatson | 2009-06-05 | 1 | -2/+0 |
* | Add internal 'mac_policy_count' counter to the MAC Framework, which is a | rwatson | 2009-06-02 | 1 | -5/+1 |
* | Merge first in a series of TrustedBSD MAC Framework KPI changes | rwatson | 2007-10-24 | 1 | -1/+1 |
* | Clean up DDP layer netatalk code: | rwatson | 2007-01-12 | 1 | -348/+288 |
* | Break out my copyrights with our 2-clause BSD license from the UMich | rwatson | 2007-01-08 | 1 | -2/+1 |
* | Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h | rwatson | 2006-10-22 | 1 | -1/+2 |
* | /* -> /*- for license, minor formatting changes, insert COPYRIGHT into files | imp | 2005-01-07 | 1 | -2/+2 |
* | Correct a misspelling in a comment. | rwatson | 2004-12-05 | 1 | -1/+1 |
* | Acquire socket receive buffer mutex before appending and then waking up | rwatson | 2004-12-05 | 1 | -2/+4 |
* | Inline umich license from COPYRIGHT to make it clear what license the | rwatson | 2004-08-10 | 1 | -4/+45 |
* | Procotol control block locking for netatalk DDP. | rwatson | 2004-07-12 | 1 | -6/+12 |
* | Socket MAC labels so_label and so_peerlabel are now protected by | rwatson | 2004-06-13 | 1 | -0/+3 |
* | Rename 'at_ifaddr' list to 'at_ifaddr_list' so that the variable is | rwatson | 2004-03-22 | 1 | -3/+3 |
* | Compare pointers with NULL rather than 0, or treating them as boolans in | rwatson | 2004-03-22 | 1 | -2/+2 |
* | Also modify ddp_input.c with the following changes previously applied | rwatson | 2004-03-22 | 1 | -90/+90 |
* | Spell "(struct foo *)0" as "NULL". | rwatson | 2004-03-21 | 1 | -7/+6 |
* | o add a flags parameter to netisr_register that is used to specify | sam | 2003-11-08 | 1 | -0/+3 |
* | Update netisr handling; Each SWI now registers its queue, and all queue | jlemon | 2003-03-04 | 1 | -61/+26 |
* | Introduce experimental support for MAC in the AppleTalk/EtherTalk stack. | rwatson | 2002-08-15 | 1 | -0/+10 |
* | Back out my lats commit of locking down a socket, it conflicts with hsu's work. | tanimura | 2002-05-31 | 1 | -2/+0 |
* | Lock down a socket, milestone 1. | tanimura | 2002-05-20 | 1 | -0/+2 |
* | Revert the change of #includes in sys/filedesc.h and sys/socketvar.h. | tanimura | 2002-04-30 | 1 | -3/+6 |
* | Make `options NETATALK' compile after the -fno-common changes. | iedowse | 2002-01-16 | 1 | -2/+0 |
* | Clean up some loose ends in the network code, including the X.25 and ISO | peter | 2000-02-13 | 1 | -1/+7 |
* | Move the *intrq variables into net/intrq.c and unconditionally | brian | 2000-01-24 | 1 | -2/+5 |
* | The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static | archie | 1998-12-07 | 1 | -1/+0 |
* | spurious ntohs calls were stopping some packets from being recognised | julian | 1998-06-05 | 1 | -6/+6 |
* | Fix various problems with netatalk kernel support. | julian | 1997-10-29 | 1 | -49/+146 |
* | Removed unused #includes. | bde | 1997-09-07 | 1 | -5/+0 |
* | Staticicized. | bde | 1997-09-07 | 1 | -7/+5 |
* | Fixed another sloppy common-style declaration (staticized it). | bde | 1997-09-07 | 1 | -0/+2 |
* | Fixed sloppy common-style declarations. | bde | 1997-09-07 | 1 | -0/+2 |
* | Updated #includes to 4.4Lite style. | bde | 1996-09-10 | 1 | -5/+5 |
* | Submitted by: archie@whistle.com | julian | 1996-07-23 | 1 | -46/+5 |
* | Obtained from: netatalk distribution netatalk@itd.umich.edu | julian | 1996-05-24 | 1 | -0/+413 |