summaryrefslogtreecommitdiffstats
path: root/sys/netatalk/aarp.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-271-1/+1
| | | | kernel compile
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-1/+0
| | | | and local variables, goto labels, and functions declared but not defined.
* Staticize.eivind1998-02-091-3/+3
|
* Make the debug options new-style.eivind1998-01-311-2/+4
| | | | | This also zaps a DPT option from lint; it wasn't referenced from anywhere.
* Fix various problems with netatalk kernel support.julian1997-10-291-27/+18
| | | | | | | | Some of these changes are a bit rough and will become more polished later. the changes to if_ethersubr should largely be moved to within the appletalk code, but that will happen later. A few of these were related to network-byteorder problems, and more were related to loopback failures.
* Update for new callout interface.gibbs1997-09-211-5/+8
|
* Removed unused #includes.bde1997-09-071-9/+4
|
* Fixed the type of timeout functions and removed casts that hid thebde1997-04-201-3/+4
| | | | type mismatches. There was no problem in practice (at least on 386's).
* Convert the interface address and IP interface address structureswollman1996-12-131-13/+14
| | | | | | to TAILQs. Fix places which referenced these for no good reason that I can see (the references remain, but were fixed to compile again; they are still questionable).
* Massively COMMENT at_control.cjulian1996-08-291-2/+15
| | | | | | | | | and fix some bugs.. also fix a bug in aarp.c that didn't take netranges into account. default routes now work with appletalk, which is a poor-man's way of being able to access netranges if you only have one network :) Hopefully the full netranges fix will happen soon.
* Submitted by: archie@whistle.comjulian1996-07-231-211/+6
| | | | appletalk cleanups
* Obtained from: netatalk distribution netatalk@itd.umich.edujulian1996-05-241-0/+816
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