summaryrefslogtreecommitdiffstats
path: root/sbin/routed/rtquery
Commit message (Collapse)AuthorAgeFilesLines
* routed(8)/rtquery(8) bump/demote to WARNS=3 for all archsuqs2010-02-271-1/+1
| | | | | | | | | - The MACHINE_ARCH check is not exhaustive (missing at least powerpc), and generally not worth maintaining. - While here, fix whitespace and ordering of the Makefile PR: bin/140081 Approved by: ed (co-mentor)
* Removed commented out bitrot.ru2004-08-131-1/+0
|
* Remove advertising clause from University of California Regent's license,markm2004-04-091-4/+0
| | | | | | per letter dated July 22, 1999. Approved by: core, imp
* Sync HEAD sources to vendor branch import of routed v2.27 from rhyolite.com.bms2004-02-252-20/+33
| | | | | | | | Update <protocols/routed.h> for the MD5 changes requested in bin/35843. Preserve local changes. Education by: obrien, markm, pointy-stick PR: bin/35843 (and doubtless others)
* style.Makefile(5):johan2004-02-231-1/+1
| | | | Use WARNS?= instead of WARNS=.
* Fixed style of DPADD and LDADD assignments as per style.Makefile(5).ru2004-02-051-2/+2
|
* The .Xr utilitycharnier2003-06-081-2/+3
|
* mdoc(7) fixes: Mark "gated" with the .Nm macro.ru2003-05-191-6/+6
| | | | Approved by: re (blanket)
* Note that gated is a commercial routing product now, and removemurray2003-05-041-11/+12
| | | | | | | | | references to it's man page, which is almost never installed on a FreeBSD system. The information about using this command with gated has been retained. I have just made it clear that gated is not a part of FreeBSD. PR: docs/51407
* The .Nm utility.charnier2002-07-061-6/+9
|
* o Move NTOHL() and associated macros into <sys/param.h>. These aremike2002-02-181-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Default to WARNS=2.obrien2001-12-041-0/+1
| | | | | | Binary builds that cannot handle this must explicitly set WARNS=0. Reviewed by: mike
* 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 sbin/ to 8.ru2001-03-201-1/+0
|
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-2/+2
|
* Avoid use of direct troff requests in mdoc(7) manual pages.ru2000-11-101-3/+2
|
* $Id$ -> $FreeBSD$peter1999-08-283-6/+6
|
* 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-023-144/+208
|
* Spelling, add rcsid, remove unused #includes.charnier1998-07-282-51/+56
| | | | | | | | 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-221-2/+2
| | | | | | | | | | | 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>
* Use err(3). Change exit(-1). Remove unused #include.charnier1998-01-141-35/+27
|
* 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-291-1/+1
| | | | posix standard on the topic.
* Revert $FreeBSD$ to $Id$peter1997-02-222-2/+2
|
* Some various mdoc cleanup.mpp1997-01-281-1/+1
| | | | 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-142-2/+2
| | | | | | | | 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-131-2/+3
|
* Merge from vendor branch.wollman1996-12-171-2/+2
|
* Merge from vendor branch.wollman1996-12-111-1/+0
|
* Merge from vendor branch and use system MD5 library.wollman1996-11-193-338/+5
|
* This commit was generated by cvs2svn to compensate for changes in r19880,wollman1996-11-193-14/+555
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Latest version of SGI routed courtesy of Vern Schryver. This versionwollman1996-11-193-14/+555
| | | | | | | | | | | | | | adds the capability to use MD5 authentication as defined in the latest documents. Submitted by: Vernon J. Schryver <vjs@mica.denver.sgi.com>
* | Layer on FreeBSD local changes from old routed.wollman1996-09-161-3/+3
| |
* | This commit was generated by cvs2svn to compensate for changes in r18316,wollman1996-09-162-0/+757
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Virgin import of new BSD/SGI routed. This update contains a numberwollman1996-09-162-0/+757
| | | | | | of important bug fixes. Obtained from: Vernon J. Schryver <vjs@mica.denver.sgi.com>
* Virgin import of new BSD/SGI routed. This update contains a numberwollman1996-09-161-0/+8
of important bug fixes. Obtained from: Vernon J. Schryver <vjs@mica.denver.sgi.com>
OpenPOWER on IntegriCloud