summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
* Print out the two new fields in the ICMP stats. While we're at it, alsowollman1997-08-251-5/+23
| | | | | | convert icmp_stats() to use sysctl(3) to retrieve the information rather than kvm. This makes it easy to also print whether ICMP address mask responses are enabled, so do so.
* While I'm in here, fix address printing for `netstat -f unix' which has beenwollman1997-08-251-12/+8
| | | | broken for a couple of weeks now...
* Use err(3).charnier1997-08-252-8/+15
|
* Sync usage string according to man page. Silent -Wall.charnier1997-08-252-11/+11
|
* Use err(3). Add usage().charnier1997-08-251-31/+30
|
* Typo in usage(). Err -> errx when testing allocations.charnier1997-08-254-15/+24
|
* Use err(3). Add some %d to %ld changes.charnier1997-08-252-47/+38
|
* Use err(3). Add usage() and prototypes.charnier1997-08-253-20/+42
|
* Use err(3). Nm vgrind -> Nm in man page.charnier1997-08-252-15/+18
|
* Change from using sys/param.h and MAXPATHLEN to using limits.h and PATH_MAXimp1997-08-254-11/+11
| | | | | | | to avoid the NOFILE problem. Back out NOFILE kludge. Fix unexploitable buffer overflow in tipout.c. Reviewed by: millert@openbsd.org (tipout.c) Submitted by: millert@openbsd.org (rest of idea)
* Cleanup inconsistencies in the manpage.steve1997-08-231-5/+7
| | | | | PR: docs/3709 Submitted by: Takahiro Yugawa <yugawa@orleans.rim.or.jp>
* Teach ctags(1) how to handle intermediate whitespace in macrossteve1997-08-231-0/+20
| | | | | | | and function definitions. PR: misc/4128 Submitted by: Shigio Yamaguchi <shigio@wafu.netgate.net>
* Open the file r/o if looking only. Make the error message more useful.joerg1997-08-231-3/+3
| | | | | PR: bin/3283 Submitted by: Martin Kammerhofer <dada@freepass.tu-graz.ac.at>
* Fix the .Dd line.joerg1997-08-231-2/+3
| | | | PR: docs/3275
* Prevent a NULL dereferencation when given a garbage command line.joerg1997-08-231-2/+5
| | | | | PR: bin/3206 Submitted by: blank@fox.uni-trier.de
* Fix buffer overflow. prompt didn't get a size for its buffer,imp1997-08-223-20/+25
| | | | | so it could overflow it. Also made some filenames MAXPATHLEN long rather than 80 long.
* Cleanup and remove the not-too-useful examples. The current versionspeter1997-08-227-368/+4
| | | | should be in share/examples if anywhere.
* Merge ppp-2.3.1 changes onto mainlinepeter1997-08-222-119/+614
|
* -I/sys converstion and Id linejmg1997-08-221-1/+2
|
* another -I/sys conversion, and add Id line now it's left the vendor branchjmg1997-08-221-1/+2
|
* Use err(3).charnier1997-08-223-50/+47
|
* Was limited to 200 users. New entry is now allocated as needed.charnier1997-08-222-23/+43
| | | | | Add usage(). Obtained from:OpenBSD.
* Use err(3) instead of local redefinition. Add usage().charnier1997-08-212-46/+23
|
* Use err(3) instead of local redefinition.charnier1997-08-212-46/+20
|
* Use err(3). Cosmetic in usage(). Rewrote man page in mdoc format.charnier1997-08-212-115/+105
|
* Implement "eod" as an alias for "eom". HP-UX uses this name, forjoerg1997-08-212-11/+24
| | | | | | example. Also cleaned up the man page a little.
* Pre-allocate buffer to avoid core dump in corner cases.jlemon1997-08-211-2/+6
| | | | | PR: 2968 Submitted by: Gareth McCaughan <gjm11@dpmms.cam.ac.uk>
* Use err(3). Add usage(). Remove progname.charnier1997-08-202-44/+43
|
* Use err(3) and add usage().charnier1997-08-201-9/+22
|
* Nm uname -> Nm.charnier1997-08-201-5/+5
|
* Use err(3), add usage() and prototypes.charnier1997-08-202-26/+54
| | | | Move setmode() to setnewmode() because of a conflict with setmode(2 or 3).
* Fix example to match ls(1)'s output.steve1997-08-201-1/+1
| | | | | PR: docs/3681 Submitted by: Kazuo Horikawa <k-horik@yk.rim.or.jp>
* Require all compatability options to begin with '-'.jlemon1997-08-191-1/+4
| | | | PR: 4145
* Permit hex/octal parameters to cmp, to match what the manual page says.jlemon1997-08-191-2/+2
| | | | PR: 3850, 3855
* Be consistent with other utilities in spelling "Kbytes". (Actually,asami1997-08-191-3/+3
| | | | | | there even was one of them about ten lines above in the same file.) Reminded by: joerg's commit to usr.bin/ftp/ftp.c rev 1.9
* Fix 1.17 properly by adding ${DESTDIR} in front. (I know this part isasami1997-08-191-2/+2
| | | | not enabled now.)
* divnum is no longer silently restricted to the range 0..9. (cf: 4098)jlemon1997-08-181-3/+7
| | | | | | | | changequote(,) is now a synonym for changequote(). (cf: 803) buffer size for translit() enlarged to handle a full string PR: 803, 4098
* Add doscmd.jlemon1997-08-181-2/+3
|
* Clean up Makefile, make compiling in X support dependent on ${X11BASE}.jlemon1997-08-181-26/+14
|
* use -I${DESTDIR}/usr/include/tcl, not -I/usr/include/tclpeter1997-08-181-2/+2
|
* Add usage().charnier1997-08-182-8/+22
|
* Nm tsort -> Nm.charnier1997-08-181-2/+2
|
* Use err(3) insteadof local redefinition. Sync usage string with man page.charnier1997-08-188-76/+73
|
* Nm true -> Nm.charnier1997-08-181-3/+3
|
* Use err(3) instead of local redefinition. Cosmetic in usage().charnier1997-08-184-50/+30
|
* Cosmetic.charnier1997-08-181-12/+12
|
* Add usage. Use /usr/share/misc/map3270 instead of /etc/map3270.charnier1997-08-187-50/+63
|
* Add prototypes, usage(). Use err(3).charnier1997-08-1817-69/+240
|
* had to add CFLAGS+=-I/usr/include/tclandreas1997-08-181-1/+2
| | | | otherwise it doesn't find tcl.h
* Drop the TCL hook for the time being until the tcl dust settles some more.peter1997-08-181-2/+2
|
OpenPOWER on IntegriCloud