aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* add some string examples, eg. test "" -o ""Wolfram Schneider1996-12-281-12/+16
* Use strcoll instead of strcmp for file names comparationAndrey A. Chernov1996-12-281-3/+3
* Fix handling of -o and -a operators in the 3 argument case.Steve Price1996-12-251-2/+2
* With these changes sh(1)'s trap command should be POSIX-compliant,Steve Price1996-12-241-49/+107
* Oops, it needs little more caulk to get it right.Steve Price1996-12-231-2/+2
* Apply a little dab of bit caulk to keep those beggarsSteve Price1996-12-231-6/+2
* Don't use _POSIX_PATH_MAX to limit the size of the path, insteadSteve Price1996-12-231-3/+3
* Make sh(1) a little braver in the face of adversity. sh(1)Steve Price1996-12-214-169/+21
* This doesn't change any behavior, but may be a slightSteve Price1996-12-211-2/+2
* Remove extra #undef.Steve Price1996-12-211-2/+1
* Fix a problem caused by finger failure on my part. The builtinSteve Price1996-12-211-3/+7
* Merge in NetBSD mods and -Wall cleaning.Steve Price1996-12-1443-491/+908
* -Wall cleaning.Steve Price1996-12-1410-26/+26
* Cleanup man page and -Wall cleaning.Steve Price1996-12-144-16/+27
* -Wall cleaning and implement -p commandline option.Steve Price1996-12-142-23/+61
* Merge Lite2 mods, and -Wall cleaning. Unimplemented undelete(2)Steve Price1996-12-142-38/+113
* -Wall cleaning.Steve Price1996-12-1441-99/+105
* Merge Lite2 mods, cleanup man page, and -Wall cleaning.Steve Price1996-12-142-9/+9
* Cleanup man page and -Wall cleaning.Steve Price1996-12-142-6/+6
* Merge Lite2 mods, and -Wall cleaning. undelete(2) cruftSteve Price1996-12-147-19/+63
* Merge Lite2 mods, and -Wall cleaning.Steve Price1996-12-142-57/+122
* Merge Lite2 mods, -Wall cleaning, and show usage ifSteve Price1996-12-142-12/+22
* Merge Lite2 mods, cleanup man page, and -Wall cleaning.Steve Price1996-12-142-9/+9
* Merge Lite2 mods, fix incorrect default string, cleanupSteve Price1996-12-143-13/+16
* Merge Lite2 mods and -Wall cleaning.Steve Price1996-12-145-20/+26
* Cleanup man page and -Wall cleaning.Steve Price1996-12-142-5/+6
* The manual page of df called cd9660 file systems by the nameJordan K. Hubbard1996-12-112-4/+9
* Fixed `stty [-]extproc'. It set extproc to a semi-random state (alwaysBruce Evans1996-12-071-2/+2
* Bruce says: "You have been programming in the kernel for too long :-)."Poul-Henning Kamp1996-11-135-40/+25
* Increase precision of duration to milliseconds.Poul-Henning Kamp1996-11-125-14/+34
* Back out rev 1.7 which was to fix PR#1206 (to be reopened).Peter Wemm1996-11-121-19/+2
* Remove unneeded #include <sys/proc.h>.Jeffrey Hsu1996-11-101-2/+1
* Replace collate_range_cmp call with its codeAndrey A. Chernov1996-10-311-2/+19
* 1) define STATIC as static and not emptyAndrey A. Chernov1996-10-312-4/+22
* Add the -p (privileged) commandline switchSteve Price1996-10-294-8/+31
* Build intermediate object files for mkinit, mknodes and mksyntaxBruce Evans1996-10-251-6/+19
* Close PR# 1206. sh(1) now ignores SIGINT and SIGQUITSteve Price1996-10-221-3/+19
* Implement a -c option to ps to display the short command name instead ofPeter Wemm1996-10-214-11/+24
* Benign | --> || correction.Steve Price1996-10-161-2/+2
* Fix a problem with sh that conflicts with the -eSteve Price1996-10-061-2/+5
* delete doubled words, e.g.: "the the" -> "the"Wolfram Schneider1996-10-053-6/+6
* re-activate the printf builtin now that src/usr.bin/printf.c has beenPeter Wemm1996-10-011-2/+2
* Activate LC_CTYPE locale and additionly use !isprint() for 8bit charactersAndrey A. Chernov1996-09-301-2/+5
* Merge in the NetBSD changes to cat.c. These appear to have come fromWarner Losh1996-09-281-4/+4
* Close files up to getdtablesize() instead of up to NOFILE.Bruce Evans1996-09-281-3/+3
* add forgotten $Id$Wolfram Schneider1996-09-224-0/+7
* ts_sec -> tv_secNate Williams1996-09-201-3/+3
* Mend 'exit' without breaking 'exit 1'Adam David1996-09-121-3/+4
* Backed out last change. It broke even `exit 1'.Bruce Evans1996-09-121-4/+2
* Ok, lets try this again, shall we? It was definatly my mistake, notPeter Wemm1996-09-102-17/+33