aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Fix style bugs introduced by rev 1.28. No functional changes.Garrett Wollman2001-07-161-11/+12
* Set WARNS=2 on programs which compile cleanly.Dima Dorfman2001-07-154-0/+4
* Remove whitespace at EOL.Dima Dorfman2001-07-1519-135/+135
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-1015-15/+20
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.Dima Dorfman2001-07-092-4/+0
* Fix the type of the NULL arg to execl()Brian Somers2001-07-093-4/+6
* mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).Ruslan Ermilov2001-07-062-3/+3
* Fix warnings on alpha and re-enable WARNS=2.Mike Heffner2001-07-042-13/+18
* Argh...this isn't ready for WARNS=2 on alpha.Mike Heffner2001-07-031-1/+0
* Constify and lockdown with WARNS=2.Mike Heffner2001-07-033-25/+26
* Use __unused for non-used variables.Brian Feldman2001-06-292-2/+2
* Add a note on what happens if the "-p" option is specifiedYaroslav Tykhiy2001-06-291-0/+2
* Back out previous commit: it doesn't help anything since write_file(),Dima Dorfman2001-06-281-2/+2
* Use the correct printf format to print a long.David Malone2001-06-261-1/+1
* Previous commit broke dd(1)'s I/O summary when it's terminated by aDima Dorfman2001-06-251-0/+1
* Include missing header files which define functions for which gcc hasDima Dorfman2001-06-243-0/+3
* Don't call exit(3) from a signal handler.Dima Dorfman2001-06-242-4/+3
* Remove duplicate words.Dima Dorfman2001-06-241-1/+1
* WARNS= -> WARNS?=Dima Dorfman2001-06-2215-15/+15
* Add more headers that are required with -fno-builtin (stdlib and strings)Dag-Erling Smørgrav2001-06-195-0/+6
* <stdlib.h> is needed for exit(3) when building with -fno-builtin.Dag-Erling Smørgrav2001-06-191-0/+1
* Xref zcat(1).Dima Dorfman2001-06-181-0/+1
* Check for the PS_SINTR flag in the right field of struct kinfo_procTor Egge2001-06-161-1/+1
* Removed wrong cast for fts_open()'s third argument.Ruslan Ermilov2001-06-131-1/+1
* Removed the broken code which claimed to lose the set[ug]id bits inBruce Evans2001-06-113-27/+4
* Use new locale namesAndrey A. Chernov2001-06-107-15/+15
* Simplify, with the power of new mdoc(7).Ruslan Ermilov2001-06-091-9/+3
* Add -j to the usage string.Dima Dorfman2001-06-091-1/+1
* Correct a typo.Dima Dorfman2001-06-081-1/+1
* Add parens to get the cast that was meant in previous commit.Jacques Vidrine2001-06-051-2/+2
* Wrong. The size of size_t is *not* the same as the size of an integer.Matt Jacob2001-06-051-2/+4
* Correct a spelling nit (a -> an).Dima Dorfman2001-06-041-1/+1
* Added the -l option to df, so to be compatable with other unicies.Jim Pirzyk2001-06-042-4/+59
* Mention the kern.ps_showallprocs sysctl.Dima Dorfman2001-06-021-0/+4
* Remove vestiges of MFS.Ruslan Ermilov2001-06-011-2/+2
* Fix how /bin/sh handles 'for' and 'case' statements when it is called to doGarance A Drosehn2001-06-011-0/+16
* Fixed the bug from the previous revision.Ruslan Ermilov2001-05-311-1/+1
* Fixed two bugs, first not allowing '.' as a valid login name characterJim Pirzyk2001-05-302-3/+7
* Use PATH_MAX in preference in MAXPATHLEN.Warner Losh2001-05-301-1/+2
* Use PATH_MAX instead of MAXPATHLEN.Warner Losh2001-05-301-3/+4
* PATH_MAX in preference to MAXPATHLEN.Warner Losh2001-05-301-1/+2
* Use PATH_MAX rather than MAXPATHLEN.Warner Losh2001-05-301-1/+1
* Minor comment fixWarner Losh2001-05-301-1/+1
* Use PATH_MAX in preference to MAXPATHLEN.Warner Losh2001-05-291-3/+4
* Use PATH_MAX rather than MAXPATHLEN. Also fix a possible off by oneWarner Losh2001-05-293-16/+11
* Use PATH_MAX in preference to MAXPATHLEN.Warner Losh2001-05-291-1/+2
* Change noop option -h to do the real work. Now mode of symbolic linkRuslan Ermilov2001-05-282-20/+22
* Follow symbolic links named as command line arguments if run without -R.Ruslan Ermilov2001-05-282-4/+6
* Fix warnings to compile with WARNS=2 on i386 and alphaKris Kennaway2001-05-262-27/+43