summaryrefslogtreecommitdiffstats
path: root/sys/netatalk/at_rmx.c
Commit message (Collapse)AuthorAgeFilesLines
* Reduce debugging output for netatalk routing events.rwatson2009-06-241-44/+6
| | | | MFC after: 3 days
* Cleanup of netatalk atalk layer includes, protocol definitions, andrwatson2007-01-121-15/+15
| | | | | | | | | | | | | | | | | | | routing: - style(9) cleanup -- white space, braces, etc. - Make include guards consistent with our more general naming convention. - Rearrange and complete forward structure declarations in at_extern.h, remove testing of guards of various other include files to protect function declarations. This leaves an ifdef _KERNEL in at_var.h, but from inspection it seems likely that this file is not actually safe for inclusion in user space still. However, since it's not included from within src/ so this does not appear to be an issue (ifconfig, etc, have migrated to the generic cross-protocol ioctls for address operations).
* /* -> /*- for license, minor formatting changes, insert COPYRIGHT into filesimp2005-01-071-1/+1
|
* Imperfect synchronization solution to imperfect code: use a static 256rwatson2004-07-121-13/+16
| | | | | byte buffer in the stack for temporary printf results rather than a global buffer without synchronization.
* Compare pointers with NULL rather than 0, or treating them as boolans inrwatson2004-03-221-1/+2
| | | | | | | if statements. at_rmx gets a $FreeBSD$ out of the deal also (this code appears to be unused).
* De-staticize and add prototype for main debug function. I'll turneivind1999-01-121-2/+3
| | | | this into a DDB command in the next staticization run.
* Staticize.eivind1998-11-261-2/+2
|
* Fixed printf format errors.bde1998-08-171-8/+9
|
* Removed unused #includes.bde1998-02-251-9/+0
|
* Submitted by: archie@whistle.comjulian1996-07-231-2/+0
| | | | appletalk cleanups
* Obtained from: netatalk distribution netatalk@itd.umich.edujulian1996-05-241-0/+160
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