summaryrefslogtreecommitdiffstats
path: root/sys/netatalk/at_extern.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove __P.alfred2002-03-201-15/+15
|
* KSE Milestone 2julian2001-09-121-2/+5
| | | | | | | | | | | | | | Note ALL MODULES MUST BE RECOMPILED make the kernel aware that there are smaller units of scheduling than the process. (but only allow one thread per process at this time). This is functionally equivalent to teh previousl -current except that there is a thread associated with each process. Sorry john! (your next MFC will be a doosie!) Reviewed by: peter@freebsd.org, dillon@freebsd.org X-MFC after: ha ha ha ha
* This commit fixes various 64bit portability problems required fordfr1998-06-071-1/+1
| | | | | | | | | | FreeBSD/alpha. The most significant item is to change the command argument to ioctl functions from int to u_long. This change brings us inline with various other BSD versions. Driver writers may like to use (__FreeBSD_version == 300003) to detect this change. The prototype FreeBSD/alpha machdep will follow in a couple of days time.
* Forward declare some structs so that this file is more self-sufficient.bde1998-02-031-0/+6
|
* Make INET a proper option.eivind1998-01-081-1/+1
| | | | | | | | | | | | This will not make any of object files that LINT create change; there might be differences with INET disabled, but hardly anything compiled before without INET anyway. Now the 'obvious' things will give a proper error if compiled without inet - ipx_ip, ipfw, tcp_debug. The only thing that _should_ work (but can't be made to compile reasonably easily) is sppp :-( This commit move struct arpcom from <netinet/if_ether.h> to <net/if_arp.h>.
* Fix various problems with netatalk kernel support.julian1997-10-291-2/+1
| | | | | | | | 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.
* Cleaned up a little.bde1997-09-071-2/+1
|
* First cut at patches to make appletalk compile againjulian1997-05-131-5/+2
| | | | after the dissapearance of the USRREQ() entrypoint.
* Fixed the type of timeout functions and removed casts that hid thebde1997-04-201-1/+1
| | | | type mismatches. There was no problem in practice (at least on 386's).
* make the netatalk output routine matcy the prtotype used in thejulian1997-03-051-1/+3
| | | | protocol structure. Silences a warning from Gcc.
* Convert the interface address and IP interface address structureswollman1996-12-131-1/+1
| | | | | | 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).
* Obtained from: netatalk distribution netatalk@itd.umich.edujulian1996-05-241-0/+41
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