julian
30b41915f2
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
7963d92bf1
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
e79c0a4ca0
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
117209856b
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
6ba0dbd35a
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
3417f94110
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
8094829bdc
bzero the entire at_ifaddr struct we malloc, not just the first part of it..
1996-09-11 09:38:52 +00:00
julian
9fff8b7ea3
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
25556c3b93
Updated #includes to 4.4Lite style.
1996-09-10 08:32:01 +00:00
julian
c6223a506f
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
fffa354725
wow we can even make net ranges go away now (how sophisticated!)
1996-08-31 08:56:36 +00:00
julian
9bbbb43b68
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
d6528e09bf
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
2b6919aaf3
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
16ad55d2ab
Submitted by: archie@whistle.com
...
slight cleanups on yesterday's patches
1996-07-23 22:00:14 +00:00
julian
7805978130
Submitted by: archie@whistle.com
...
appletalk cleanups
1996-07-23 01:18:47 +00:00
julian
929ebbb5d4
Obtained from: Netatalk distribution.
...
copyright for the appletalk stack just to keep legal
1996-06-18 20:55:13 +00:00
julian
8f301d8e14
remove some debugging printfs left in by mistake
1996-06-18 10:16:29 +00:00
julian
ab2eb71c6f
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