summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Print out the two new fields in the ICMP stats. While we're at it, alsowollman1997-08-251-5/+23
* While I'm in here, fix address printing for `netstat -f unix' which has beenwollman1997-08-251-12/+8
* 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
* Cleanup inconsistencies in the manpage.steve1997-08-231-5/+7
* Teach ctags(1) how to handle intermediate whitespace in macrossteve1997-08-231-0/+20
* Open the file r/o if looking only. Make the error message more useful.joerg1997-08-231-3/+3
* Fix the .Dd line.joerg1997-08-231-2/+3
* Prevent a NULL dereferencation when given a garbage command line.joerg1997-08-231-2/+5
* Fix buffer overflow. prompt didn't get a size for its buffer,imp1997-08-223-20/+25
* Cleanup and remove the not-too-useful examples. The current versionspeter1997-08-227-368/+4
* 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
* 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
* Pre-allocate buffer to avoid core dump in corner cases.jlemon1997-08-211-2/+6
* 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
* Fix example to match ls(1)'s output.steve1997-08-201-1/+1
* Require all compatability options to begin with '-'.jlemon1997-08-191-1/+4
* Permit hex/octal parameters to cmp, to match what the manual page says.jlemon1997-08-191-2/+2
* Be consistent with other utilities in spelling "Kbytes". (Actually,asami1997-08-191-3/+3
* Fix 1.17 properly by adding ${DESTDIR} in front. (I know this part isasami1997-08-191-2/+2
* divnum is no longer silently restricted to the range 0..9. (cf: 4098)jlemon1997-08-181-3/+7
* 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
* Drop the TCL hook for the time being until the tcl dust settles some more.peter1997-08-181-2/+2
OpenPOWER on IntegriCloud