summaryrefslogtreecommitdiffstats
path: root/usr.sbin/IPXrouted
Commit message (Collapse)AuthorAgeFilesLines
* Remove useless embedding of kernel struct rtentry into userland one.glebius2014-04-091-5/+0
| | | | | | This is direct commit to stable/10. Sponsored by: Nginx, Inc.
* Fix warning when compiling with gcc46eadler2012-02-161-4/+0
| | | | | Approved by: cperciva MFC after: 3 days
* Spelling fixes for usr.sbin/uqs2011-12-302-2/+2
|
* Fix incorrect usage of 'assure' and 'insure'.brucec2010-08-281-1/+1
| | | | Approved by: rrs (mentor)
* Make IPXrouted compile using Clang by using ANSI function declarations.ed2009-03-041-22/+10
| | | | | | | Because of integer promotion, Clang doesn't allow ANSI prototypes to be mixed with K&R declarations. Submitted by: Pawel Worach <pawel worach gmail com>
* Use printf formats which match the variable types without casts so wejb2007-11-171-4/+4
| | | | can go back to using -Werror in higher WARNS levels.
* Do not use int where socklen_t is expected.kan2006-09-211-1/+2
|
* Declare iftraceinit() at file scope.stefanf2005-08-051-2/+1
|
* Spell SHUT_RD as SHUT_RD not 0 as the how argument to shutdown(2).jmallett2005-05-111-1/+1
|
* Per letter dated July 22, 1999, delete clause 3 from code directlyimp2004-08-071-4/+0
| | | | from Berkeley.
* Mechanically kill hard sentence breaks.ru2004-07-021-1/+1
|
* Markup nits.ru2004-06-051-2/+4
|
* Replace ROUNDUP/ADVANCE with SA_SIZEluigi2004-04-131-6/+2
|
* Drop unused dependencies.ru2004-02-041-3/+0
|
* Make this WARNS 2 clean, and fix up the manual page:trhodes2003-11-1512-32/+59
| | | | | | | | | | | | | 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).
* Make 64 bit safe.peter2003-10-262-6/+6
|
* The .Xr utilitycharnier2003-06-081-2/+3
|
* "Advertizing" is ugly and possibly incorrect; use "Advertising" instead.tjr2003-02-271-1/+1
|
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-011-1/+1
| | | | especially in troff files.
* The .Nm utilitycharnier2002-07-141-2/+4
|
* Fix syntax error (label with no statement).wollman2002-05-301-0/+1
|
* Fix preprocessor directive syntax (text after #else).wollman2002-05-301-3/+5
| | | | This program is not likely to compile if DEBUG is ever defined.
* o Move NTOHL() and associated macros into <sys/param.h>. These aremike2002-02-181-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | deprecated in favor of the POSIX-defined lowercase variants. o Change all occurrences of NTOHL() and associated marcros in the source tree to use the lowercase function variants. o Add missing license bits to sparc64's <machine/endian.h>. Approved by: jake o Clean up <machine/endian.h> files. o Remove unused __uint16_swap_uint32() from i386's <machine/endian.h>. o Remove prototypes for non-existent bswapXX() functions. o Include <machine/endian.h> in <arpa/inet.h> to define the POSIX-required ntohl() family of functions. o Do similar things to expose the ntohl() family in libstand, <netinet/in.h>, and <sys/param.h>. o Prepend underscores to the ntohl() family to help deal with complexities associated with having MD (asm and inline) versions, and having to prevent exposure of these functions in other headers that happen to make use of endian-specific defines. o Create weak aliases to the canonical function name to help deal with third-party software forgetting to include an appropriate header. o Remove some now unneeded pollution from <sys/types.h>. o Add missing <arpa/inet.h> includes in userland. Tested on: alpha, i386 Reviewed by: bde, jake, tmm
* Perform a major cleanup of the usr.sbin Makefiles.obrien2001-07-201-0/+1
| | | | | These are not perfectly in agreement with each other style-wise, but they are orders of orders of magnitude more consistent style-wise than before.
* Remove whitespace at EOL.dd2001-07-151-7/+7
|
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-261-0/+1
| | | | - MAN[1-9] -> MAN.
* Set the default manual section for usr.sbin/ to 8.ru2001-03-201-1/+0
|
* mdoc(7) police: use canonical form of .Dd macro.ru2000-12-111-1/+1
|
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-15/+15
|
* Don't call syslog() without a format string.kris2000-07-121-1/+1
|
* remove extern int errno; include errno.himp2000-04-141-1/+1
|
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-011-1/+2
| | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc.
* $Id$ -> $FreeBSD$peter1999-08-2821-21/+21
|
* Move ipxrouted.dmp from /tmp to /var/log to make it more difficult to hijack.jhay1999-08-242-4/+4
| | | | PR: 13286
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-121-0/+2
| | | | | | | | | | | | | | | | | track. The Id line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde
* Add an option to disable responses to SAP_GETNEAREST_SERVER requests.jhay1999-04-244-4/+16
| | | | Submitted by: Boris Popov <bp@butya.kz>
* Teach IPXrouted to handle the internal net properly.jhay1999-02-062-18/+5
| | | | | PR: 9871 Submitted by: Boris Popov <bp@butya.kz>
* Major IPXrouted rework.jhay1997-07-0615-177/+355
| | | | | | | | | | | | | | | | | | | | | | | | In rt_change() remember to update the interface pointer otherwise we will send the RIP packets to the wrong interface(s) in future. Update the hash generator and increase the size of the hash tables. Only use the network and host parts when comparing IPX interface addresses. Immediately broadscast RIP and SAP changes. Change the alarm code to use the setitimer() call and only set a flag in the alarm signal handler. This gets rid of possible race conditions. Remove the host routing table. IPX RIP cannot do host routes, only net routes. Make the delay between broadcast packets 50ms. It seems that some Netware 4.x servers is very slow and don't have much input buffering. Handle received messages about networks and services that go down, better. Add tracing of RIP and SAP changes. It gets sysloged with a level of LOG_DEBUG.
* Don't depend on <machine/cpufunc.h> including <sys/types.h>. In fact,bde1997-07-012-8/+2
| | | | don't include this kernel-only header at all, since we don't need it.
* Revert $FreeBSD$ to $Id$peter1997-02-2220-20/+20
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-1420-20/+20
| | | | | | | | 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.
* Slow down the RIP and SAP broadcasts. At least some NW4.x machines can'tjhay1996-11-242-2/+16
| | | | | handle them back-to-back. (We couldn't either without my ipx receive buffer enlargement.)
* Accept and use the content of packets received that is bigger than thejhay1996-04-1311-17/+77
| | | | | | Novell spec, but still only transmit according to the spec. Add a feature to dump the RIP and SAP tables when a SIGINFO signal is received.
* Submitted by: John Hay -- John.Hay@csir.co.zajulian1996-02-201-2/+7
| | | | fix broken local routing .. (broken in previous patch)
* Correct a bunch of man page cross references and generallympp1996-02-111-1/+1
| | | | | | try and silence "manck". ncurses, rpc, and some of the gnu stuff are still a big mess, however.
* Submitted by: John Hayjulian1995-12-091-5/+5
| | | | | | | | Ok, I shouldn't have said it was the last one previously. :-)) This fix a stupid bug in the select code. John
* Submitted by: john hayjulian1995-12-052-4/+5
| | | | | | | | | | | | | | | >From jhay@mikom.csir.co.za Mon Dec 4 09:48:12 1995 Subject: Yet another IPXrouted fix I think these should should make IPXrouted fairly stable. These last problems only showed when we had more than one route of the same cost to a net. This will fix some endless loops in the clone code. John -- John Hay -- John.Hay@csir.co.za
* Submitted by: John Hayjulian1995-12-043-5/+9
| | | | patches to allow correct deletion of IPX routes
OpenPOWER on IntegriCloud