aboutsummaryrefslogtreecommitdiff
path: root/sys/netatalk
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed printf format errors.Bruce Evans1998-08-171-8/+9
* fix broken loopback code for ddp (again)Julian Elischer1998-08-041-4/+37
* Typo fix: teh --> (the|they)Alexander Langer1998-07-301-1/+1
* Fix braino in last commit.Julian Elischer1998-07-131-1/+1
* Slight optimisation. Don't do the same calculation twice.Julian Elischer1998-07-091-17/+14
* Go through the loopback code with a broom..Julian Elischer1998-06-121-0/+9
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-072-2/+2
* spurious ntohs calls were stopping some packets from being recognisedJulian Elischer1998-06-051-6/+6
* Remove stray debug message.Steve Price1998-05-241-1/+0
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.Dag-Erling Smørgrav1998-04-171-1/+1
* Eradicate the variable "time" from the kernel, using various measures.Poul-Henning Kamp1998-03-301-4/+4
* Removed unused #includes.Bruce Evans1998-02-251-1/+1
* Removed unused #includes.Bruce Evans1998-02-251-9/+0
* Staticize.Eivind Eklund1998-02-093-7/+7
* Fixed pedantic syntax errors.Bruce Evans1998-02-032-2/+2
* Forward declare some structs so that this file is more self-sufficient.Bruce Evans1998-02-031-0/+6
* Make the debug options new-style.Eivind Eklund1998-01-311-2/+4
* Make INET a proper option.Eivind Eklund1998-01-081-1/+1
* Fix various problems with netatalk kernel support.Julian Elischer1997-10-295-85/+172
* Remove dereference of uninitialized (and unused) variable. This enablesJonathan Lemon1997-10-062-6/+0
* Update for new callout interface.Justin T. Gibbs1997-09-213-14/+18
* Update network code to use poll support.Peter Wemm1997-09-142-2/+2
* Removed unused #includes.Bruce Evans1997-09-075-33/+4
* Cleaned up a little.Bruce Evans1997-09-072-3/+1
* Moved misplaced extern declarations.Bruce Evans1997-09-072-1/+2
* Staticicized.Bruce Evans1997-09-073-14/+8
* Fixed another sloppy common-style declaration (staticized it).Bruce Evans1997-09-072-1/+2
* Removed unused variable.Bruce Evans1997-09-071-1/+0
* Fixed sloppy common-style declarations.Bruce Evans1997-09-073-2/+6
* Added used #include - don't depend on <sys/mbuf.h> includingBruce Evans1997-09-023-0/+3
* Add a per-interface-address pointer to a function that can be suppliedJulian Elischer1997-08-282-4/+62
* Fix all areas of the system (or at least all those in LINT) to avoid storingGarrett Wollman1997-08-162-100/+88
* Removed unused #includes.Bruce Evans1997-08-022-12/+0
* Actually POINT to the appletalk usrreqs struct.Julian Elischer1997-06-022-0/+2
* First cut at patches to make appletalk compile againJulian Elischer1997-05-135-222/+378
* Fixed the type of timeout functions and removed casts that hid theBruce Evans1997-04-203-5/+6
* Don't include <sys/ioctl.h> in the kernel. Stage 2: includeBruce Evans1997-03-241-1/+1
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includeBruce Evans1997-03-242-2/+0
* make the netatalk output routine matcy the prtotype used in theJulian Elischer1997-03-054-4/+9
* Convert the interface address and IP interface address structuresGarrett Wollman1996-12-133-41/+23
* bzero the entire at_ifaddr struct we malloc, not just the first part of it..Julian Elischer1996-09-111-1/+1
* chnages to bring atlak a bit more into the BSD4.4 world and toJulian Elischer1996-09-111-19/+33
* Updated #includes to 4.4Lite style.Bruce Evans1996-09-106-28/+28
* allow a new loopback route to overwrite an old one..Julian Elischer1996-09-031-5/+10
* wow we can even make net ranges go away now (how sophisticated!)Julian Elischer1996-08-311-55/+44
* Add code to automaticall support subnets on ethertalk networksJulian Elischer1996-08-313-105/+68
* Massively COMMENT at_control.cJulian Elischer1996-08-292-43/+278
* fix a broken atalk stack..Julian Elischer1996-08-191-3/+16
* Submitted by: archie@whistle.comJulian Elischer1996-07-233-12/+13
* Submitted by: archie@whistle.comJulian Elischer1996-07-2313-891/+276