bde
2b60d80b5b
Removed unused #includes.
1997-08-02 14:33:27 +00:00
julian
d55a0b9fe8
Actually POINT to the appletalk usrreqs struct.
...
I guess no-one else tried to use this.. (yet)
1997-06-02 20:07:33 +00:00
julian
61ea76b200
First cut at patches to make appletalk compile again
...
after the dissapearance of the USRREQ() entrypoint.
1997-05-13 21:01:45 +00:00
bde
47b1f1340d
Fixed the type of timeout functions and removed casts that hid the
...
type mismatches. There was no problem in practice (at least on 386's).
1997-04-20 15:36:12 +00:00
bde
c9a2e7db06
Don't include <sys/ioctl.h> in the kernel. Stage 2: include
...
<sys/sockio.h> instead of <sys/ioctl.h> in network files.
1997-03-24 11:33:46 +00:00
bde
2e259bce08
Don't include <sys/ioctl.h> in the kernel. Stage 1: don't include
...
it when it is not used. In most cases, the reasons for including it
went away when the special ioctl headers became self-sufficient.
1997-03-24 11:25:10 +00:00
julian
e9944016be
make the netatalk output routine matcy the prtotype used in the
...
protocol structure. Silences a warning from Gcc.
1997-03-05 09:17:38 +00:00
wollman
dcbe1b50a7
Convert the interface address and IP interface address structures
...
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).
1996-12-13 21:29:07 +00:00
julian
ddb25794e5
bzero the entire at_ifaddr struct we malloc, not just the first part of it..
1996-09-11 09:38:52 +00:00
julian
7049b159d5
chnages to bring atlak a bit more into the BSD4.4 world and to
...
(more) properly keep track of the allocation and freeing of
interface address structures.
1996-09-11 04:56:24 +00:00
bde
a77006a164
Updated #includes to 4.4Lite style.
1996-09-10 08:32:01 +00:00
julian
022fbd644c
allow a new loopback route to overwrite an old one..
...
this allows the atalkd to be restarted.. a better fix will come later.
1996-09-03 06:23:13 +00:00
julian
4ca15b1dad
wow we can even make net ranges go away now (how sophisticated!)
1996-08-31 08:56:36 +00:00
julian
4d6dc39541
Add code to automaticall support subnets on ethertalk networks
...
Subnets are represented in the routing table as a set of
binary routing nets using the standard netmask algorythm.
The code produces the minimum possible set of standard netmasks and
net addresses to be able to represent a given netrange.
1996-08-31 06:18:27 +00:00
julian
2ae01c2d4b
Massively COMMENT at_control.c
...
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.
1996-08-29 23:16:34 +00:00
julian
f355d172c9
fix a broken atalk stack..
...
the lat commits (3 weeks ago ) broke this, and I'm only now getting
complaints.. oops!
1996-08-19 02:32:44 +00:00
julian
6841938d0f
Submitted by: archie@whistle.com
...
slight cleanups on yesterday's patches
1996-07-23 22:00:14 +00:00
julian
e5e06da05a
Submitted by: archie@whistle.com
...
appletalk cleanups
1996-07-23 01:18:47 +00:00
julian
df32f8a703
Obtained from: Netatalk distribution.
...
copyright for the appletalk stack just to keep legal
1996-06-18 20:55:13 +00:00
julian
b09e1821c1
remove some debugging printfs left in by mistake
1996-06-18 10:16:29 +00:00
julian
79e83a41ce
Obtained from: netatalk distribution netatalk@itd.umich.edu
...
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.
1996-05-24 01:35:45 +00:00