summaryrefslogtreecommitdiffstats
path: root/sys/netatalk/ddp_var.h
Commit message (Collapse)AuthorAgeFilesLines
* Clean up DDP layer netatalk code:rwatson2007-01-121-21/+23
| | | | | | | | | - General style(9) cleanup -- white space, braces, line wraps, etc. - Annotate a lack of synchronization the global route cache if the input routine is invoked with parallelism. - Remove unused debugging code.
* /* -> /*- for license, minor formatting changes, insert COPYRIGHT into filesimp2005-01-071-2/+23
|
* Procotol control block locking for netatalk DDP.rwatson2004-07-121-0/+2
|
* Rename 'ddpcb' variable to 'ddpcb_list' to better distinguish it fromrwatson2004-03-221-1/+1
| | | | 'struct ddpcb'.
* Make ddp_ports static, as it's not used outside of ddp_usrreq.c.rwatson2004-03-171-1/+0
| | | | | Inspired by: Day spent hiking to hot springs in Taiwan Powered by: Asia BSDCon 2004
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-1/+3
| | | | | | is an application space macro and the applications are supposed to be free to use it as they please (but cannot). This is consistant with the other BSD's who made this change quite some time ago. More commits to come.
* Moved misplaced extern declarations.bde1997-09-071-0/+2
|
* Fixed another sloppy common-style declaration (staticized it).bde1997-09-071-1/+0
|
* Obtained from: netatalk distribution netatalk@itd.umich.edujulian1996-05-241-0/+36
Kernel Appletalk protocol support both CAP and netatalk can make use of this.. still needs some owrk but it seemd the right tiime to commit it so other can experiment.
OpenPOWER on IntegriCloud