aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Move _PATH_DEFTAPE to <paths.h> to remove all the duplication of definitons,David E. O'Brien2001-03-082-38/+1
* Fix two bugs in null suffix handling. Both occured only after the suffixThomas Moestl2001-03-081-6/+19
* If SIGINFO is received during the transfer, print a status line similarDag-Erling Smørgrav2001-03-071-5/+29
* Fix a formatting bug (MFC candidate)Dag-Erling Smørgrav2001-03-071-1/+1
* Pick up the environment variable ${NM} if it exists and use that to listDoug Rabson2001-03-061-1/+2
* Add (and document) options for showing only listening or connected sockets.Dag-Erling Smørgrav2001-03-062-11/+39
* Fix ttynames generation broken with strlcatAndrey A. Chernov2001-03-051-1/+1
* Switch from using rand() or random() to a stronger, more appropriate PRNGKris Kennaway2001-03-051-10/+1
* When displaying interface statistics with -i show a '-' for anyJosef Karthauser2001-03-041-15/+64
* BDECFLAGS.Bill Fumerola2001-03-041-9/+7
* Preserve comma as separator when it is not equal to radix characterAndrey A. Chernov2001-03-031-2/+7
* Don't use "," as load avg. separator because it can be precision point in someAndrey A. Chernov2001-03-031-1/+1
* Oops, remove tabs sneaked in wrong placeAndrey A. Chernov2001-03-021-2/+2
* Use AM/PM time only when available in localeAndrey A. Chernov2001-03-023-7/+10
* Add -g group to usage message.Warner Losh2001-03-021-2/+4
* Include -DDEFSHELL=1 in Makefile.dist so people boostrapping willWarner Losh2001-03-011-1/+2
* MAXPATHLEN includes the trailing NUL.Warner Losh2001-03-012-6/+6
* MAXPATHLEN contains the trailing NUL.Warner Losh2001-03-012-2/+2
* MAXPATHLEN is enough.Warner Losh2001-03-011-2/+1
* All temperature scales are centigrades. Use "Celsius" instead.Daniel C. Sobral2001-03-011-1/+1
* MAXPATHLEN already accounts for the trailing NUL, so no need to add one in.Warner Losh2001-03-011-1/+1
* MAXPATHLEN includes the trailing NUL character, so there's no need to add 1Warner Losh2001-03-011-1/+1
* Remove redundant declaration of optind. It has been declared in unistd.hWarner Losh2001-03-011-1/+0
* o Add support for wall -g. This will send a message to all members ofWarner Losh2001-03-013-27/+71
* The secure temporary directory is always created, so always remove it.John Hay2001-02-281-5/+1
* Eliminate mdocNG warnings caused by misplaced or extraneous macro calls.Ruslan Ermilov2001-02-282-3/+3
* Use EV_SET() macro to initialize kevent structure.Jonathan Lemon2001-02-281-7/+5
* Add missing prefix for nano, I presume this was missing 'cos of theDavid Malone2001-02-281-10/+16
* Give units a bit of a cleanup:David Malone2001-02-281-32/+26
* Update HISTORY.David E. O'Brien2001-02-281-1/+5
* Fix indent endless on garbage input (i.e., if it encountered EOF whileDavid E. O'Brien2001-02-271-1/+1
* - An array of 4 32-bit ints for avenrun doesn't work on the alpha becauseAndrew Gallatin2001-02-271-15/+7
* mdoc(7) police: utilize .St macro.Ruslan Ermilov2001-02-261-1/+3
* mdoc(7) police: restore correct order of references in the SEE ALSO.Ruslan Ermilov2001-02-241-1/+1
* Remove directive to install top as group kmem. Remove directive toRobert Watson2001-02-231-2/+1
* Adapt the top utility to not use kmem_read to retrieve variables nowRobert Watson2001-02-231-167/+44
* Implement the following options and primaries:Akinori MUSHA2001-02-237-7/+219
* fix usage statement (add missing [-n devs] option)Alfred Perlstein2001-02-221-4/+5
* Reword the description a little bit more for parallel construction.Garrett Wollman2001-02-211-1/+1
* Destroy the evidence of my misunderstanding of the specification.Garrett Wollman2001-02-212-29/+2
* Introduce support for using OpenSSL ASM optimizations. This is doneKris Kennaway2001-02-191-0/+15
* Have yacc use a prototype for yygrowstack(void) on ANSI compilers.Peter Wemm2001-02-191-0/+4
* Adjust columns for wide nicenesses in 'top -S'.Mark Murray2001-02-181-4/+4
* Preceed/preceeding are not english words. Use precede and preceding.Jeroen Ruigrok van der Werven2001-02-181-1/+3
* Preceed/preceeding are not english words. Use precede and preceding.Jeroen Ruigrok van der Werven2001-02-187-8/+8
* Do not compile INET6 support if RELEASE_CRUNCH is definedLuigi Rizzo2001-02-181-1/+1
* Fixed some style bugs (bogus cloned Id, null overrides of defaults, andBruce Evans2001-02-171-7/+3
* Removed some garbage (genassym(8) and its infrastructure).Bruce Evans2001-02-174-357/+0
* Fix `fstat -m' (show memory-mapped files), which was broken byIan Dowse2001-02-151-2/+2
* Work around the p_comm[] size limit. If the user supplies more thanPeter Wemm2001-02-141-1/+1