summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
...
* style(9): use err() instead of perror() + exit().tjr2002-05-271-20/+11
* Claim conformance to IEEE Std 1003.1-2001.tjr2002-05-271-0/+6
* Allow "-" to be specified as an operand as well as an option.tjr2002-05-272-2/+10
* Avoid overflowing `fname' if the file name prefix given on the commandtjr2002-05-271-1/+2
* Exit non-zero if the tags file cannot be opened.tjr2002-05-271-1/+1
* From NetBSD:tjr2002-05-271-3/+1
* Initialise the `positions' array correctly before use.tjr2002-05-271-0/+3
* Add Standards, Diagnostics and History sections.tjr2002-05-261-0/+17
* If a file operand cannot be processed, go on to process any remaining filestjr2002-05-261-3/+8
* Make it work for a different endianness binary.ru2002-05-252-47/+31
* Move elf2aout to usr.sbin/.ru2002-05-251-1/+0
* Sync usage message with manual page synopsis.tjr2002-05-251-2/+2
* Bad numeric arguments or usernames should cause non-zero exit status.tjr2002-05-251-3/+8
* Determine exit status to use before writing diagnostic message; warn()tjr2002-05-251-6/+1
* Typo: use plural now that we have more than one option.tjr2002-05-251-1/+1
* If a file cannot be processed, try to process any remaining filestjr2002-05-251-3/+5
* Add the word ``fields'' to the description, and change an instance fromtrhodes2002-05-241-2/+2
* Back out the ``run shell from $PATH'' change; this was an overkillru2002-05-245-29/+7
* If a file argument cannot be processed, process the remaining onestjr2002-05-241-6/+14
* When a file name of "-" is given, read from standard input (SUSv3)tjr2002-05-242-8/+17
* Allow byte/character positions >_POSIX2_LINE_MAX to be specified bytjr2002-05-241-6/+24
* Use fgetln(3) to handle lines of unlimited length instead of atjr2002-05-241-15/+15
* P1003.2 forbids imposing any limit on line lengths; read character bytjr2002-05-241-24/+22
* Exit with non-zero status if any files specified could not be openedtjr2002-05-241-9/+15
* If processing of one file fails, try to process the remaining files andtjr2002-05-241-4/+8
* If processing of one file fails, try to process the remaining files andtjr2002-05-241-3/+9
* Sync with upstream version:fanf2002-05-231-67/+88
* Handle numeric keys by checking a "default" file. Handle number-less keysjmallett2002-05-231-1/+17
* Set the MAKEFILE variable to the value passed to ReadMakefile(), not the fulljmallett2002-05-231-2/+5
* Make my style consistent.jmallett2002-05-231-5/+5
* Taking a leap of faith, tie the help command in to the build.jmallett2002-05-221-0/+1
* Add my PD implementation of the SCCS help command, which prints help fromjmallett2002-05-222-0/+146
* Tie sccs(1) in to the build, as it now does one thing right: sccs whatjmallett2002-05-221-0/+1
* Remove mention of the GNU version of ptx, it is dead.jmallett2002-05-221-1/+1
* Add a usage().jmallett2002-05-221-2/+19
* Remove #ifndef's on V6.jmallett2002-05-221-4/+0
* Put braces around the command table properly.jmallett2002-05-221-36/+36
* Use what(1) here, in /usr/bin/what. It doesn't print error 26 correctly, butjmallett2002-05-221-1/+1
* str_concat() doesn't really take const arguments.jmallett2002-05-222-4/+4
* Do not run shell from /bin, run it from $PATH.ru2002-05-225-7/+29
* Added the MAKE_VERSION global that could be useful in determiningru2002-05-222-0/+7
* Format internal commands properly.jmallett2002-05-221-8/+8
* Clean up the manual page by leaps and bounds in terms of formatting.jmallett2002-05-221-110/+101
* Make the guarded string functions take a const "from" addr, and make thejmallett2002-05-221-8/+8
* Remove register qualifier.jmallett2002-05-221-29/+29
* Use function prototypes.jmallett2002-05-221-95/+71
* Clean up formatting.jmallett2002-05-221-9/+11
* Replace the evil that is __DECONST() with (void *). This is one of the leastjmallett2002-05-221-2/+2
* Make sccs(1) compile cleanly by fixing syntax errors such as #endif followedjmallett2002-05-221-9/+14
* Unroff all forms of \f and \*, and the simplest form of \s.ru2002-05-221-8/+14
OpenPOWER on IntegriCloud