summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
* Retire error(1). This is no longer useful as it applies only to the 4.xBSDkris1999-12-1111-3267/+0
| | | | | | | toolchain. Reviewed by: current@freebsd.org Axe kindly supplied by: Institute of Danish Surgeons
* fix the same typo as in uniqache1999-12-101-1/+1
|
* fix fatal typoache1999-12-101-1/+1
|
* sys/dkbad.h is no more.phk1999-12-081-1/+0
|
* udp IPv6 support, IPv6/IPv4 tunneling support in kernel,shin1999-12-078-107/+1649
| | | | | | | | | | packet divert at kernel for IPv6/IPv4 translater daemon This includes queue related patch submitted by jburkhol@home.com. Submitted by: queue related patch from jburkhol@home.com Reviewed by: freebsd-arch, cvs-committers Obtained from: KAME project
* Mention the '6' flag in the flags summary. (Forgotten in the last commit).joe1999-12-061-1/+1
|
* Add braces ({}) to all the places that they're missing.joe1999-12-061-18/+34
|
* Rewrite of the manual page to make it clear that NSI and InterNICjoe1999-12-061-2/+8
| | | | | | are no longer the same organisation. Submitted by: Szilveszter Adam <sziszi@petra.hos.u-szeged.hu>
* Add "-v" to usage().obrien1999-12-061-3/+3
|
* Document the "-v" flag. [It was like that when I got here.. honestly.]obrien1999-12-061-2/+16
|
* Added a -6 option to lookup information using the whois.6bone.netjoe1999-12-052-2/+10
| | | | | | database. PR: misc/10803 misc/10804
* Minimal use of .Ar and .Nm.charnier1999-12-057-20/+38
| | | | | | | | Add section number to .Xr reference. Add DIAGNOSTICS section name. Remove unused #includes. Be consistant in the parsing of flags and add missing option in usage string. Add rcsid.
* Typo. Standard list of flagcharnier1999-12-052-4/+4
| | | | Add ``c89: '' in front of error messages to be errx()-like.
* Correct use of .Nm, .Em, .Evcharnier1999-12-056-127/+120
| | | | | Add rcsid. Use errx instead of fprintf + exit. Various spelling fixes.
* Do not dot terminate errx() strings. Add rcsid.charnier1999-12-052-11/+14
| | | | Document -d flag. Rework SYNOPSIS section
* Make '||' visible.cracauer1999-12-051-1/+1
| | | | | PR: docs/15265 Submitted by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp>
* The -s option was broken (missing braces around an else clause).kris1999-12-041-5/+7
| | | | | Noticed by: Thomas Stromberg <tstromberg@rtci.com> Obtained from: OpenBSD
* Fix off-by-one error leading to a segfault.kris1999-12-041-1/+5
| | | | Noticed by: Thomas Stromberg <tstromberg@rtci.com>
* Fix buffer overflow & add $FreeBSD$kris1999-12-041-2/+13
| | | | Reviewed by: imp
* Fix for the new usage of mkioctlsmarcel1999-12-031-1/+1
|
* Change -i host to whois.networksolutions.comache1999-12-031-1/+1
|
* Avoid hardcoding any paths and variables. The include directory mustmarcel1999-12-032-8/+19
| | | | | | | | | | now be specified on the command line. Accept a '-s' option which controls whether a switch-statement is to be used instead of a series of if-statements. Replace cpp with gcc -E. Discussed with: bde
* Replace the -q option to pwd_mkdb with a test for PW_SCAN_BIG_IDS insheldonh1999-12-021-0/+6
| | | | | | | | | | | the environment. This allows big ID warnings to be suppressed for vipw and chpass as well. Since the environment variable test is only performed for callers of pw_scan() that do not set pw_big_ids_warning, the test can still be overriden. Currently, chpass and pwd_mkdb are the only users of pw_scan() and neither of them overrides the environment variable test.
* Make sure DESTDIR is set in the environment of mkioctls. This fixesmarcel1999-12-021-1/+2
| | | | | | | the breakage people have encountered at certain times (for example when the altq_*.h files were removed). $FreeBSD$ tag added.
* Use %EF instead of hardcoded order for each countryache1999-11-301-41/+37
|
* %Ex -> %Efache1999-11-301-1/+1
|
* Change meaning of newly introduced -L option - it helps lpr laterache1999-11-302-10/+15
|
* Localize itache1999-11-303-13/+26
|
* Reactivate bind and add dnskeygen.peter1999-11-301-1/+2
|
* New program in the bind suite. I'm not sure that it's worth much whilepeter1999-11-301-0/+13
| | | | cylink/dnssafe is missing, but here it is anyway.
* Use libbind to get to the extended resolver and headers.peter1999-11-303-0/+3
|
* Move named and associated tools into a seperate makefile section andpeter1999-11-301-3/+6
| | | | disable them pending an import and cleanup of bind 8.2.2.p5.
* Fix a buffer overflow due to sending strings >1k in length. This is unlikelykris1999-11-251-7/+9
| | | | | | to be a security problem, but it's not totally impossible. OpenBSD take note Reviewed by: imp
* Adjust man page: if command is specified, file name is mandatoryguido1999-11-241-2/+1
|
* Unbreak build world by readding the necessary ipfilter includes.guido1999-11-241-0/+6
|
* Improve backward compatibility.marcel1999-11-231-1/+5
| | | | | | | | | | | make(1) uses sysctlbyname() to find out if it is running on a PC98 machine. This check has been added on 1998/9/9. The MIB variable was added on 1998/8/31. At that time __FreeBSD_version was 300003. So, only perform the check *if* __FreeBSD_version is defined and if it's greater than 300003. For the record: sysctlbyname was added on 1997/5/30 so this change automaticly handles that...
* Make better use of .Ar. Use DIAGNOSTICS instead of incorrect section name.charnier1999-11-212-17/+17
| | | | Add rcsid. Remove unused #includes. Cosmetic in error messages.
* Correct use of .Nm. Add DIAGNOSTICS section. Add rcsidcharnier1999-11-212-8/+12
|
* Generate skel.c at build time.dt1999-11-202-1550/+4
|
* mdoc(7)'fyphantom1999-11-181-33/+40
| | | | Mostly submitted by: "Philippe Charnier" <charnier@xp11.frmug.org>
* purity change for name length checking codeache1999-11-171-1/+1
|
* Merge with OpenBSD whois (with bugfixes missed there)ache1999-11-173-38/+173
| | | | | | | | | | | New features are: Automatic lookup using *.whois-servers.net Recursive lookup using Registrar's name Fallback to InterNIC for non-domains -m for RADB database -Q to turn recursion/fallback off Obtained from: OpenBSD
* Reduce max length of user names to 15 characters to reflect reality.davidn1999-11-171-2/+2
| | | | | This also prevents the line-wrap and messed up display that occurs when there happens to be one or more names with 15 chars.
* Use the same technique as ps(1) to avoid the need for setgid. (ie: usepeter1999-11-172-5/+9
| | | | | /dev/null as the default kernel and /dev/mem filenames, but still allow the usual overrides)
* Fixed sorting on time. On i386's, time differences of more than 2147bde1999-11-171-9/+9
| | | | | | | | | | | | seconds caused overflow. Use a type-safe but slightly slower comparison. Comparisons for other fields are still fragile. Fixed rounding of cputime (don't do extra work to get it slightly wrong by first converting without rounding to milliseconds). Removed dead code for setting cputime. Fixed comments about cputime.
* Remove CROSS_MAKE_FLAGS.marcel1999-11-151-1/+1
|
* Typokris1999-11-151-1/+1
| | | | Obtained from: OpenBSD
* ${MACHINE} -> ${MACHINE_ARCH}marcel1999-11-143-4/+8
| | | | | | | | | | | | | | | | All Makefiles now use MACHINE_ARCH for the target architecture. Unification is required for cross-building. Tags added to: sys/boot/Makefile sys/boot/arc/loader/Makefile sys/kern/Makefile usr.bin/cpp/Makefile usr.bin/gcore/Makefile usr.bin/truss/Makefile usr.bin/gcore/Makefile: fixed typo: MACHINDE -> MACHINE_ARCH
* Add reference to the share/examples/nwclient directory.bp1999-11-142-10/+5
|
* Make fstat work with file arguments again after being broken by dev_tgreen1999-11-131-1/+28
| | | | | | changes. Thanks, Mr. Edwards! Submitted by: Peter Edwards <peter.edwards@ireland.com>
OpenPOWER on IntegriCloud