summaryrefslogtreecommitdiffstats
path: root/sys/netatalk/ddp_input.c
Commit message (Expand)AuthorAgeFilesLines
* Use queue(9) instead of hand-crafted link lists for the global netatalkrwatson2009-06-241-5/+3
* Add a global rwlock, at_ifaddr_rw, to protect the global netatalkrwatson2009-06-221-21/+25
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICrwatson2009-06-051-2/+0
* Add internal 'mac_policy_count' counter to the MAC Framework, which is arwatson2009-06-021-5/+1
* Merge first in a series of TrustedBSD MAC Framework KPI changesrwatson2007-10-241-1/+1
* Clean up DDP layer netatalk code:rwatson2007-01-121-348/+288
* Break out my copyrights with our 2-clause BSD license from the UMichrwatson2007-01-081-2/+1
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hrwatson2006-10-221-1/+2
* /* -> /*- for license, minor formatting changes, insert COPYRIGHT into filesimp2005-01-071-2/+2
* Correct a misspelling in a comment.rwatson2004-12-051-1/+1
* Acquire socket receive buffer mutex before appending and then waking uprwatson2004-12-051-2/+4
* Inline umich license from COPYRIGHT to make it clear what license therwatson2004-08-101-4/+45
* Procotol control block locking for netatalk DDP.rwatson2004-07-121-6/+12
* Socket MAC labels so_label and so_peerlabel are now protected byrwatson2004-06-131-0/+3
* Rename 'at_ifaddr' list to 'at_ifaddr_list' so that the variable isrwatson2004-03-221-3/+3
* Compare pointers with NULL rather than 0, or treating them as boolans inrwatson2004-03-221-2/+2
* Also modify ddp_input.c with the following changes previously appliedrwatson2004-03-221-90/+90
* Spell "(struct foo *)0" as "NULL".rwatson2004-03-211-7/+6
* o add a flags parameter to netisr_register that is used to specifysam2003-11-081-0/+3
* Update netisr handling; Each SWI now registers its queue, and all queuejlemon2003-03-041-61/+26
* Introduce experimental support for MAC in the AppleTalk/EtherTalk stack.rwatson2002-08-151-0/+10
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.tanimura2002-05-311-2/+0
* Lock down a socket, milestone 1.tanimura2002-05-201-0/+2
* Revert the change of #includes in sys/filedesc.h and sys/socketvar.h.tanimura2002-04-301-3/+6
* Make `options NETATALK' compile after the -fno-common changes.iedowse2002-01-161-2/+0
* Clean up some loose ends in the network code, including the X.25 and ISOpeter2000-02-131-1/+7
* Move the *intrq variables into net/intrq.c and unconditionallybrian2000-01-241-2/+5
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-1/+0
* spurious ntohs calls were stopping some packets from being recognisedjulian1998-06-051-6/+6
* Fix various problems with netatalk kernel support.julian1997-10-291-49/+146
* Removed unused #includes.bde1997-09-071-5/+0
* Staticicized.bde1997-09-071-7/+5
* Fixed another sloppy common-style declaration (staticized it).bde1997-09-071-0/+2
* Fixed sloppy common-style declarations.bde1997-09-071-0/+2
* Updated #includes to 4.4Lite style.bde1996-09-101-5/+5
* Submitted by: archie@whistle.comjulian1996-07-231-46/+5
* Obtained from: netatalk distribution netatalk@itd.umich.edujulian1996-05-241-0/+413
OpenPOWER on IntegriCloud