summaryrefslogtreecommitdiffstats
path: root/usr.sbin/IPXrouted/startup.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove directory which should not have been re-added.eadler2014-03-141-278/+0
|
* multiple: Remove 3rd clause from BSD license where approved by theeadler2014-03-141-0/+278
| | | | | | | | | regents and renumber. This patch skips files in contrib/ and crypto/ Acked by: imp Discussed with: emaste
* Remove IPX support.glebius2014-03-141-278/+0
| | | | | | | | | | | IPX was a network transport protocol in Novell's NetWare network operating system from late 80s and then 90s. The NetWare itself switched to TCP/IP as default transport in 1998. Later, in this century the Novell Open Enterprise Server became successor of Novell NetWare. The last release that claimed to still support IPX was OES 2 in 2007. Routing equipment vendors (e.g. Cisco) discontinued support for IPX in 2011. Thus, IPX won't be supported in FreeBSD 11.0-RELEASE.
* Replace ROUNDUP/ADVANCE with SA_SIZEluigi2004-04-131-6/+2
|
* Make this WARNS 2 clean, and fix up the manual page:trhodes2003-11-151-2/+3
| | | | | | | | | | | | | Avoid implicit function calls by adding the proper include files. Use const char copyright. Fix some fprint formatting. In the manual page: Use the .Pa macro for filenames and locations. Kill hard setence breaks. Make use of the .Tn and .Dq macros. Add some to text to the otherwise blank HISTORY section (taken from CVS).
* remove extern int errno; include errno.himp2000-04-141-1/+1
|
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Teach IPXrouted to handle the internal net properly.jhay1999-02-061-4/+4
| | | | | PR: 9871 Submitted by: Boris Popov <bp@butya.kz>
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Fix up programs which expect <net/if.h> to include <sys/time.h> to insteadwollman1996-12-101-1/+2
| | | | | | do it themselves. (Some of these programs actually depended on this beyond compiling the definition of struct ifinfo!) Also fix up some other #include messes while we're at it.
* Submitted by: John Hay -- John.Hay@csir.co.zajulian1996-02-201-2/+7
| | | | fix broken local routing .. (broken in previous patch)
* Submitted by: John Hay <jhay@mikom.csir.co.za>julian1995-11-131-3/+1
| | | | | | | | Here is some patches to IPXrouted. It does the following: Always use the sap port in the destination address of sap broadcasts. Clear the host part of network addresses so that routes will really be deleted in the kernel.
* Reviewed by: julian and Mike Mitcheljulian1995-10-261-0/+277
Submitted by: john Hay (John.Hay@csir.co.za) John's IPXrouted.. this has not yet been seen to run correctly with Mike's IPX/SPX code (he has his own) bringing them both in is the first step in merging the two packages for 2.2
OpenPOWER on IntegriCloud