aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* 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
* ack! back these out so I can see what I did wrong. It looks like aPeter Wemm1996-09-102-31/+15
* Fix for PR#1248, sh doesn't expand past ${9}Peter Wemm1996-09-102-17/+33
* let the "exit" command return status when it is implicitAdam David1996-09-081-2/+4
* eek, how did that happen? I must have committed something left over fromPeter Wemm1996-09-031-4/+4
* Fix for PR#1287. This makes sh behave sensibly in case statements in thePeter Wemm1996-09-0313-49/+56
* Misc cleanups and fixes from Bruce:Peter Wemm1996-09-034-29/+40
* oops, I didn't mean for the unconditional DEBUG code to go in, it's beenPeter Wemm1996-09-012-5/+5
* Merge of 4.4-Lite2 sh source, plus some gcc -Wall cleaning. This is aPeter Wemm1996-09-0172-2040/+2136
* [HISTORY] command appeared in Version 1 AT&T UNIXWolfram Schneider1996-08-2912-15/+60
* set error status on exit, to be consistent with manpage and standard commands.Adam David1996-08-271-2/+6
* sync copyright with /usr/share/examples/etc/bsd-style-copyrightWolfram Schneider1996-08-271-2/+25
* [HISTORY]Wolfram Schneider1996-08-221-3/+7
* Take out 0201-0207 range - those characters abused by shAndrey A. Chernov1996-08-122-5/+6
* Convert to newly added collate compare functionAndrey A. Chernov1996-08-121-36/+4
* Convert to newly added collate compare functionAndrey A. Chernov1996-08-121-40/+4
* Simplify expressionAndrey A. Chernov1996-08-121-2/+2
* Use collate for alpha character rangesAndrey A. Chernov1996-08-121-3/+37
* Fix unsetenv of locale variableAndrey A. Chernov1996-08-111-5/+5
* Localize itAndrey A. Chernov1996-08-114-12/+96
* Pick collate info for RE character rangesAndrey A. Chernov1996-08-111-2/+2
* Localize itAndrey A. Chernov1996-08-112-12/+14
* chmod(2) directories once only (was twice)Adam David1996-08-101-6/+5
* Updated to match kernel changes for timer/run queue.David Greenman1996-07-311-2/+2
* add a reference to killall(1)Wolfram Schneider1996-07-031-1/+2
* The default swap device is /dev/drum, not /dev/swapMike Pritchard1996-07-031-2/+2
* Fix some minor formatting problems in some examples.Mike Pritchard1996-07-031-3/+3
* Make %CPU add up closer to 100%.. At least, it now agrees with top.. :-)Peter Wemm1996-06-291-3/+4
* Fix (I think) the %MEM count in 'ps -u'. It was bogusly taking thePeter Wemm1996-06-291-2/+2
* Bring in my changes for removing the pestilent obj links (unless youJordan K. Hubbard1996-06-243-9/+9
* Add a better TEST script. I was surprised how much can be wrongWolfram Schneider1996-06-192-0/+133
* Backup yacc changes.Poul-Henning Kamp1996-06-022-5/+4
* Backout yacc changesPoul-Henning Kamp1996-06-021-2/+6
* Use new yacc rules. (I'm fixing the tree as fast as I can :-)Poul-Henning Kamp1996-05-302-6/+7
* Use default yacc rule.Poul-Henning Kamp1996-05-301-7/+3
* This commit was generated by cvs2svn to compensate for changes in r15920,Peter Wemm1996-05-273-0/+168
|\
| * Import the 4.4BSD-Lite2 /bin/sh sourcesPeter Wemm1996-05-2766-0/+17490
* Nuke the undocumented -F flag, since it doesn't do anything anymore.Peter Wemm1996-05-241-9/+6
* Output line count to stdout. Complies to POSIX.2.Thomas Gellekum1996-05-231-3/+3
* ``mv'' -> ``mv -f''Wolfram Schneider1996-05-071-2/+2
* CLSIZE -> getpagesize()Poul-Henning Kamp1996-05-021-2/+2