summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revive the SCCS front-end, sccs(1), back from the Attic, since it's somethingjmallett2002-05-226-0/+3700
* Build pathchk(1).tjr2002-05-221-0/+1
* Add the pathchk utility, which checks pathnames for validity ortjr2002-05-223-0/+321
* Make ReadMakefile() operate using the realpath(3) name for the file handed tojmallett2002-05-211-3/+7
* Reword a small part of the uniq(1) manual page to help reduce wordtrhodes2002-05-211-3/+3
* Mark argc as __unused to silence GCC.tjr2002-05-211-1/+1
* Build the tabs(1) utility.tjr2002-05-211-0/+1
* Add an implementation of the tabs(1) utility, as required by SUSv3.tjr2002-05-213-0/+388
* Style.ru2002-05-201-3/+2
* Bootstrap elf2aout(1) for sparc64; used to build sys/boot/sparc64/boot1.ru2002-05-201-1/+29
* Kill the stray #include line.ru2002-05-201-1/+0
* s/u_int/u_int32_t/ru2002-05-201-8/+9
* Mark a warning as such. Without this, it isn't obvious whetherdd2002-05-201-2/+2
* Fix a late-night buglet in MLINKS ordering.jmallett2002-05-191-1/+1
* Synch usage() and manpage for b64encode/b64decode.jmallett2002-05-193-3/+11
* Add b64decode & b64encode as synonyms for uudecode and uuencode -m,jmallett2002-05-194-2/+29
* elf2aout can be useful to have on all platformsobrien2002-05-181-4/+1
* Don't build getconf if you don't have a full C++ installation.obrien2002-05-181-1/+1
* Fix markup.ru2002-05-181-11/+19
* More whitespace fixes.ru2002-05-181-1/+3
* Remove Perl and TCL/TK bits, neither of which are in the base systemmarkm2002-05-181-94/+1
* Fixed spacing.ru2002-05-181-0/+1
* Look into machine specific subdirs.ru2002-05-182-1/+13
* Add C rewrites of catman and makewhatis. These aren't quite asmarkm2002-05-187-0/+2035
* WARNS 6 this.obrien2002-05-182-0/+2
* Add a perl wrapper. mergmaster(8) is broken with out it.obrien2002-05-182-0/+68
OpenPOWER on IntegriCloud