aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Use the constants from <limits.h> for the sizes of integral C typesRobert Drehmel2002-06-115-12/+10
* paste(1) appeared at least as early as 32v.Tim J. Robbins2002-06-111-0/+5
* cut(1) appeared at least as early as System III.Tim J. Robbins2002-06-111-0/+7
* Note that this appeared at least as early as PWB UNIX.Juli Mallett2002-06-1010-12/+22
* Remove -j from synopsis. The form given in the synopsis was incorrect,Tim J. Robbins2002-06-101-1/+0
* When stat(2) fails, put the name of the component it failed on in theTim J. Robbins2002-06-101-1/+2
* Add another example for using paste(1) since tjr seemed to want more examplesJuli Mallett2002-06-101-0/+7
* Add an EXAMPLES section with three examples. Document the problem withTim J. Robbins2002-06-101-0/+17
* Refer to environ(7) for description of COLUMNS instead of describing itTim J. Robbins2002-06-101-10/+9
* The 10 occurrence limit for the `s' command documented here has not existedTim J. Robbins2002-06-101-3/+4
* Newlines are not escaped anymore.Tim J. Robbins2002-06-101-2/+0
* Don't write escape newlines with `l' command (SUSv3)Tim J. Robbins2002-06-101-3/+3
* Correctly handle global substitutions where the pattern is only "$", theTim J. Robbins2002-06-101-0/+3
* Note early appearence of some commands. These actually appeared in PWB, butJuli Mallett2002-06-101-1/+1
* Per previous discussion, and with Mark's blessing, update the valueDoug Barton2002-06-091-1/+1
* Use the Tn macro for COBOL, FORTRAN, PL/1, SNOBOL.Tim J. Robbins2002-06-081-6/+12
* Support the "--" end-of-options marker.Tim J. Robbins2002-06-081-0/+3
* nroff and pr no longer try to disallow messages.Tim J. Robbins2002-06-081-7/+1
* Add an examples section. Avoid beginning a sentence with a lowercase letter.Tim J. Robbins2002-06-081-0/+14
* Document cut(1)'s deficiencies in dealing with multibyte characters in theTim J. Robbins2002-06-081-0/+14
* Don't split multibyte characters when the -n option is specified.Tim J. Robbins2002-06-082-4/+97
* Install a "perl5.6.1" wrapper. I think this is going too far as nowDavid E. O'Brien2002-06-071-0/+1
* style(9): don't initialise variables in their declaration, remove spaceTim J. Robbins2002-06-071-12/+11
* Contrary to what the comments said, rs -H did not recycle storage, it justTim J. Robbins2002-06-071-1/+3
* No need to check for "-" explicitly in getopt() loop.Tim J. Robbins2002-06-071-5/+1
* Exit >1 when an error occurs, regardless of whether -s is specified (SUSv3)Tim J. Robbins2002-06-071-4/+4
* ANSI style function declarations.Juli Mallett2002-06-073-19/+8
* Expand description of environment variables, refer to environ(7) whereTim J. Robbins2002-06-071-8/+18
* Style nit: group together optional flags under the one Fl macro.Tim J. Robbins2002-06-071-3/+1
* Respect LC_CTYPE and LC_COLLATE environment variables, mainly for theirTim J. Robbins2002-06-072-0/+14
* Use size_t or ino_t instead of int, and remove a few warnings.Giorgos Keramidas2002-06-071-4/+4
* Refer to environ(7) for description of COLUMNS. Note the effects of LANG,Tim J. Robbins2002-06-071-11/+9
* debug.{numvnodes,freevnodes} moved to vfs.Dag-Erling Smørgrav2002-06-061-2/+2
* Hook stat into the buildDoug Barton2002-06-061-1/+2
* This commit was generated by cvs2svn to compensate for changes in r97952,Doug Barton2002-06-063-0/+1333
|\
| * Virgin import of NetBSD's stat(1)Doug Barton2002-06-063-0/+1333
* | Factor out some code in preparation for un-kmeming fstat(1).Dag-Erling Smørgrav2002-06-061-18/+43
* | libfetch now depends on libcrypto and libssl.Ruslan Ermilov2002-06-061-1/+1
* | Back out rev 1.19 becauseAndrey A. Chernov2002-06-061-2/+18
* | Support suidperl as well.Dag-Erling Smørgrav2002-06-062-3/+8
* | Added missing DPADD detected by ``make checkdpadd''.Ruslan Ermilov2002-06-061-0/+1
* | Compare lines with strcmp(), not strcoll(). We are interested only inTim J. Robbins2002-06-061-18/+2
* | Sync usage() with manual page synopsis.Tim J. Robbins2002-06-061-1/+1
* | Figures they had to call it NOCRYPT instead of NOCRYPTO.Dag-Erling Smørgrav2002-06-051-1/+1
* | During buildworld, "regular" libraries are built before crypto stuff, soDag-Erling Smørgrav2002-06-051-0/+4
* | Use calculated column widths for the routing table display when -W isKelly Yancey2002-06-051-55/+208
* | Start the (overdue) de-orbit sequence for the -d -C combo,Ruslan Ermilov2002-06-051-8/+1
* | Some things used "#!/usr/bin/perl5" (such as the /usr/local/bin/use.perl onDavid E. O'Brien2002-06-051-0/+1
* | Don't build perl if NO_PERL is defined.Dag-Erling Smørgrav2002-06-041-1/+4
* | Wrap lines correctly for the `l' command.Tim J. Robbins2002-06-041-1/+1