summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Per previous discussion, and with Mark's blessing, update the valuedougb2002-06-091-1/+1
* Use the Tn macro for COBOL, FORTRAN, PL/1, SNOBOL.tjr2002-06-081-6/+12
* Support the "--" end-of-options marker.tjr2002-06-081-0/+3
* nroff and pr no longer try to disallow messages.tjr2002-06-081-7/+1
* Add an examples section. Avoid beginning a sentence with a lowercase letter.tjr2002-06-081-0/+14
* Document cut(1)'s deficiencies in dealing with multibyte characters in thetjr2002-06-081-0/+14
* Don't split multibyte characters when the -n option is specified.tjr2002-06-082-4/+97
* Install a "perl5.6.1" wrapper. I think this is going too far as nowobrien2002-06-071-0/+1
* style(9): don't initialise variables in their declaration, remove spacetjr2002-06-071-12/+11
* Contrary to what the comments said, rs -H did not recycle storage, it justtjr2002-06-071-1/+3
* No need to check for "-" explicitly in getopt() loop.tjr2002-06-071-5/+1
* Exit >1 when an error occurs, regardless of whether -s is specified (SUSv3)tjr2002-06-071-4/+4
* ANSI style function declarations.jmallett2002-06-073-19/+8
* Expand description of environment variables, refer to environ(7) wheretjr2002-06-071-8/+18
* Style nit: group together optional flags under the one Fl macro.tjr2002-06-071-3/+1
* Respect LC_CTYPE and LC_COLLATE environment variables, mainly for theirtjr2002-06-072-0/+14
* Use size_t or ino_t instead of int, and remove a few warnings.keramida2002-06-071-4/+4
* Refer to environ(7) for description of COLUMNS. Note the effects of LANG,tjr2002-06-071-11/+9
* debug.{numvnodes,freevnodes} moved to vfs.des2002-06-061-2/+2
* Hook stat into the builddougb2002-06-061-1/+2
* This commit was generated by cvs2svn to compensate for changes in r97952,dougb2002-06-063-0/+1333
|\
| * Virgin import of NetBSD's stat(1)dougb2002-06-063-0/+1333
* | Factor out some code in preparation for un-kmeming fstat(1).des2002-06-061-18/+43
* | libfetch now depends on libcrypto and libssl.ru2002-06-061-1/+1
* | Back out rev 1.19 becauseache2002-06-061-2/+18
* | Support suidperl as well.des2002-06-062-3/+8
* | Added missing DPADD detected by ``make checkdpadd''.ru2002-06-061-0/+1
* | Compare lines with strcmp(), not strcoll(). We are interested only intjr2002-06-061-18/+2
* | Sync usage() with manual page synopsis.tjr2002-06-061-1/+1
* | Figures they had to call it NOCRYPT instead of NOCRYPTO.des2002-06-051-1/+1
* | During buildworld, "regular" libraries are built before crypto stuff, sodes2002-06-051-0/+4
* | Use calculated column widths for the routing table display when -W iskbyanc2002-06-051-55/+208
* | Start the (overdue) de-orbit sequence for the -d -C combo,ru2002-06-051-8/+1
* | Some things used "#!/usr/bin/perl5" (such as the /usr/local/bin/use.perl onobrien2002-06-051-0/+1
* | Don't build perl if NO_PERL is defined.des2002-06-041-1/+4
* | Wrap lines correctly for the `l' command.tjr2002-06-041-1/+1
* | Document the fact that the `l' command uses the COLUMNS environmenttjr2002-06-041-0/+13
* | Ignore COLUMNS environment variable if it is empty (SUSv3)tjr2002-06-041-1/+1
* | Respect the setting of the COLUMNS environment variable, use it instead oftjr2002-06-042-6/+29
* | Sort options in Description section.tjr2002-06-041-5/+5
* | Note SUSv2 conformance.tjr2002-06-041-0/+5
* | confstr() returns (size_t)-1 on failure. Check for this explicitly insteadtjr2002-06-041-1/+1
* | Add support for non-numeric key lookup via the 'cmds' file, by using the keyjmallett2002-06-041-6/+18
* | Err, duh, free(3) doesn't set its argument to NULL... Fix realloc of a freedjmallett2002-06-041-1/+3
* | Use POSIX macros for wait(2)-style status information instead of themike2002-06-033-10/+9
* | Make the manpage consistent with the code on the subject of comments, as tojmallett2002-06-031-1/+4
* | Correct History: cal(1) appeared in V5, not V6.tjr2002-06-031-1/+1
* | Correct History: nice(1) appeared in V4.tjr2002-06-031-1/+1
* | Correct History: time(1) appeared at least as early as V3.tjr2002-06-031-1/+1
* | Sort sections.tjr2002-06-031-12/+12
OpenPOWER on IntegriCloud