summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* 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
* Correct HISTORY section - split(1) appeared at least as early as V3.tjr2002-06-031-1/+1
* Call getmntinfo with MNT_NOWAIT to avoid hanging if any NFS serversiedowse2002-06-031-1/+8
* Skip %pN comes from ncursesache2002-06-031-0/+5
* Connect perl to the build.des2002-06-021-0/+1
* Fix typo in the BSD copyright: s/withough/without/schweikh2002-06-022-2/+2
* Support the SysV-style -exec utility args.. {} + function, required bytjr2002-06-024-8/+95
* Fix a bug in sed(1)'s "s" command wherein if an escape ("\" character)green2002-06-011-4/+24
* We have a version of help(SCCS) in /usr/bin now.jmallett2002-06-011-1/+1
* Remove a stray asterisk in a comment.jmallett2002-06-011-1/+1
* Use %lu instead of %ld when printing rt_use (aka rt_rmx.rmx_pksent)silby2002-05-311-1/+1
* Typo: characer -> characterkeramida2002-05-311-1/+1
* Fix preprocessor directive syntax (text after #endif).wollman2002-05-306-53/+61
* Restructure sanity checks so that -I and -J just override eachother, ratherjmallett2002-05-301-5/+6
* Allow the input line to be NULL, and teach strnsubst() that NULL means to usejmallett2002-05-302-3/+8
* mdoc(7) police: kill hard sentence breaks.ru2002-05-301-3/+5
* mdoc(7) police: pedantry.ru2002-05-301-3/+3
* mdoc(7) police: tidy up the markup.ru2002-05-301-12/+9
* mdoc(7) police: one minor change that was not probably worth a commit.ru2002-05-301-1/+1
* mdoc(7) police: fixed typo, minor markup nits.ru2002-05-301-5/+4
* mdoc(7) police: markup polishing.ru2002-05-301-16/+22
* mdoc(7) police: tidy up.ru2002-05-301-12/+12
* mdoc(7) police: minor markup nits.ru2002-05-301-11/+23
* Document conformance to IEEE Std 1003.1-2001.tjr2002-05-301-0/+5
* Sort sections according to mdoc(7).tjr2002-05-301-8/+8
* Sort entries by locale collating order when -x is specified.tjr2002-05-302-1/+7
* Character 0 is nul not null.fanf2002-05-301-1/+1
* Create tags for typedefs, structs, unions and enums by default (imply thetjr2002-05-302-6/+17
* mdoc(7) police: tidy up.ru2002-05-301-43/+37
* mdoc(7) police: tidy up the markup.ru2002-05-301-84/+101
* Avoid buffer overrun when identifies or filenames are extremely long.tjr2002-05-305-14/+37
* which(1) was once a Perl script.ru2002-05-301-1/+0
* Check for defined(__i386__) instead of just defined(i386) since the compileralfred2002-05-301-1/+1
* mdoc(7) police: tidy up the markup.ru2002-05-301-13/+7
* mdoc(7) police: punctuation, miscellaneous.ru2002-05-301-8/+8
OpenPOWER on IntegriCloud