summaryrefslogtreecommitdiffstats
path: root/sbin/routed
Commit message (Collapse)AuthorAgeFilesLines
...
* mdoc(7) police: GC duplicate VCS ID.ru2002-03-151-3/+0
|
* o Move NTOHL() and associated macros into <sys/param.h>. These aremike2002-02-186-12/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Insert a missing paragraph break (.Pp).schweikh2002-01-241-0/+1
| | | | MFC after: 3 weeks
* Fix typo by s/advertise/advertises/schweikh2002-01-161-1/+1
| | | | MFC after: 4 weeks
* Default to WARNS=2.obrien2001-12-042-0/+2
| | | | | | Binary builds that cannot handle this must explicitly set WARNS=0. Reviewed by: mike
* The directory of the makefile that's including the file is tried first.ru2001-10-251-1/+1
| | | | See section 3.2 of "PMake - A Tutorial" in /usr/share/doc/psd/12.make.
* ftrace is already initializedpeter2001-08-131-1/+1
|
* mdoc(7) police: fixed the "new sentence" bogons.ru2001-08-101-1/+1
|
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-102-2/+2
|
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.dd2001-07-091-1/+0
|
* mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).ru2001-07-061-1/+1
|
* Fix a byteorder problem in a diagnostic message.phk2001-06-061-1/+2
| | | | | PR: 16625 Submitted by: Peter Jeremy <peter.jeremy@ALCATEL.COM.AU>
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-262-0/+2
| | | | - MAN[1-9] -> MAN.
* Set the default manual section for sbin/ to 8.ru2001-03-202-2/+0
|
* Prepare for mdoc(7)NG.ru2001-01-161-4/+4
|
* Prepare for mdoc(7)NG.ru2000-12-181-2/+2
|
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-202-6/+6
|
* Avoid use of direct troff requests in mdoc(7) manual pages.ru2000-11-101-3/+2
|
* Add $FreeBSD$.sheldonh2000-08-111-0/+2
|
* Resolve conflicts.sheldonh2000-08-104-4/+9
|
* Resolve conflicts from vendor merge.sheldonh2000-08-026-17/+19
|
* Fix memory leak when route addition fails.jlemon2000-06-021-0/+1
| | | | Obtained from: NetBSD
* Add new rtmsg types which already defined in kernel.shin2000-03-301-1/+3
|
* Prevent buffer overflow.shin2000-03-301-2/+3
| | | | | PR: bin/17657 Submitted by: tanimura
* Remove dead xrefs to gated(8) and htable(8)kris1999-11-151-2/+0
| | | | Obtained from: OpenBSD
* $Revision$ -> $FreeBSD$ (more cleanup needed here)peter1999-09-0512-12/+12
|
* $Id$ -> $FreeBSD$peter1999-08-2817-32/+32
|
* Various man page cleanup:mpp1999-08-151-8/+12
| | | | | | | | | | | - Sort xrefs - FreeBSD.ORG -> FreeBSD.org - Properly xref RFCs. - Be consistent with section names as outlined in mdoc(7). - Other misc mdoc cleanup. PR: doc/13144 Submitted by: Alexey M. Zelkin <phantom@cris.net>
* Incomplete. Back out until I can revisit.markm1999-05-051-11/+17
|
* Restore perror --> err changes.markm1999-05-051-17/+11
|
* Merge-o-matic and add a bunch of $Id'smarkm1999-05-0217-1350/+1943
|
* Spelling, add rcsid, remove unused #includes.charnier1998-07-2815-168/+183
| | | | | | | | Convert 1000000 usec to 1 sec 0 usec. Use provided safe malloc (rtmalloc()) instead of malloc(): exit on allocation failure. Correct use of .Nm Add usage() and use errx().
* /usr/src/sbin/routed/parms.c and .../routed/rtquery/rtquery.c bothphk1998-07-222-4/+4
| | | | | | | | | | | contain code that compare a char pointer with a char. As this doesn't make much sense, it looks very much as if a '*' has been dropped by mistake. I have made no analysis of the possible consequences of the problem. PR: 7319 Reviewed by: phk Submitted by: Anders Thulin <Anders.X.Thulin@telia.se>
* Remove reference to non-existent htable(8).jkoshy1998-06-171-2/+1
| | | | PR: 6940
* Problem whith "subnet=" statement in /etc/gateways.phk1998-04-191-2/+2
| | | | | | | | | routed discards the first character of the network address. Example: "subnet=10.0.0.0/24,1" The network address is interpreted as 0.0.0.0/24,1. PR: 4825 Reviewed by: phk Submitted by: Mike E. Matsnev <mike@azog.cs.msu.su>
* Use err(3). Change exit(-1). Remove unused #include.charnier1998-01-141-35/+27
|
* Fix typo in comment.danny1997-09-121-1/+1
|
* Check if routed had the same problems that route(1) had.julian1997-07-182-19/+35
| | | | | | | The answer is not really, but almost. it sent data that was ok, though it was a hack, but it was bug-compatible with the kernel on receiving them. This also had been fixed with a hack.. I hacked it better I think.
* Sync man page and usage string. Remove unused -p option from getopt call.charnier1997-06-181-2/+2
|
* Sync man page and usage string.charnier1997-06-181-10/+4
|
* Typo fix.max1997-06-131-2/+2
| | | | | PR: 3854 Submitted by: Takahiro Yugawa <yugawa@orleans.rim.or.jp>
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-292-2/+2
| | | | posix standard on the topic.
* Some minor mdoc cleanup. Partially based on PR# 2959.mpp1997-03-121-10/+7
|
* Revert $FreeBSD$ to $Id$peter1997-02-225-5/+5
|
* Some various mdoc cleanup.mpp1997-01-282-8/+8
| | | | Partially Obtained from: NetBSD-bugs mailing list
* Various minor cleanup.mpp1997-01-191-10/+26
| | | | Partially Obtained from: NetBSD-bugs
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-145-5/+5
| | | | | | | | 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.
* Sort cross references.wosch1997-01-132-4/+6
|
* This commit was generated by cvs2svn to compensate for changes in r21378,wollman1997-01-061-23/+24
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Quoth Vern:wollman1997-01-062-24/+25
| | | | | | | | | | | | | | | | | | ftp.sgi.com:sgi/src/routed.tar.Z has a fix that has been cooking for a week or so and that fixes a problem in the new hash tables for zillions of interface aliases. The bug was that interfaces that come and go, such as for SLIP and PPP, would get permanently lost. Submitted by: Vernon J. Schryver <vjs@mica.denver.sgi.com>
OpenPOWER on IntegriCloud