| Commit message (Expand) | Author | Age | Files | Lines |
| * | This commit was manufactured by cvs2svn to create tagrelease/2.2.0 | cvs2svn | 1997-03-17 | 1 | -34/+0 |
| * | YAMFC: correct info on the "tabs" option. | Mike Pritchard | 1997-03-12 | 1 | -2/+2 |
| * | Fix buffer overflow | Guido van Rooij | 1997-03-10 | 1 | -2/+3 |
| * | Fix buffer overflow. | Guido van Rooij | 1997-03-10 | 1 | -2/+2 |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_2_2'. | cvs2svn | 1997-03-09 | 5 | -0/+966 |
| * | YAMFC (rev 1.7: activate chio(1), which has been tagged into the branch) | Joerg Wunsch | 1997-03-07 | 1 | -2/+2 |
| * | YAMFC: typo fix. | Mike Pritchard | 1997-03-07 | 1 | -2/+2 |
| * | YAMFC: | Mike Pritchard | 1997-02-28 | 13 | -100/+159 |
| * | YAMFC: From rev 1.11: add missing period; document depreciated -g option. | Mike Pritchard | 1997-02-25 | 1 | -3/+10 |
| * | YAMFC (rev 1.15: fix expansion bug) | Joerg Wunsch | 1997-02-22 | 1 | -3/+6 |
| * | YAMFC (workaround for fg pipelines failing on tcsetpgrp) | Joerg Wunsch | 1997-01-12 | 1 | -3/+2 |
| * | YAMFC (use strcoll() instead of strcmp()) | Joerg Wunsch | 1996-12-29 | 1 | -3/+3 |
| * | YAMFC (rev 1.15) | Joerg Wunsch | 1996-12-26 | 1 | -2/+2 |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_2_2'. | cvs2svn | 1996-12-23 | 1 | -0/+34 |
| * | Fix a bug i've introduced in rev 1.4 of options.c. A missing trailing | Joerg Wunsch | 1996-12-21 | 1 | -1/+2 |
| * | YAMFC | Joerg Wunsch | 1996-12-13 | 2 | -4/+9 |
| * | YAMFC | Joerg Wunsch | 1996-12-10 | 1 | -2/+2 |
| * | YAMFC | Poul-Henning Kamp | 1996-11-21 | 5 | -19/+24 |
| * | Bring back-out of r1.7 to 2.2. | Jordan K. Hubbard | 1996-11-12 | 1 | -19/+2 |
| * | Merge from -current | Poul-Henning Kamp | 1996-11-11 | 1 | -2/+1 |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_2_2'. | cvs2svn | 1996-11-02 | 3 | -314/+0 |
| * | Replace collate_range_cmp call with its code | Andrey A. Chernov | 1996-10-31 | 1 | -2/+19 |
| * | 1) define STATIC as static and not empty | Andrey A. Chernov | 1996-10-31 | 2 | -4/+22 |
| * | Add the -p (privileged) commandline switch | Steve Price | 1996-10-29 | 4 | -8/+31 |
| * | Build intermediate object files for mkinit, mknodes and mksyntax | Bruce Evans | 1996-10-25 | 1 | -6/+19 |
| * | Close PR# 1206. sh(1) now ignores SIGINT and SIGQUIT | Steve Price | 1996-10-22 | 1 | -3/+19 |
| * | Implement a -c option to ps to display the short command name instead of | Peter Wemm | 1996-10-21 | 4 | -11/+24 |
| * | Benign | --> || correction. | Steve Price | 1996-10-16 | 1 | -2/+2 |
| * | Fix a problem with sh that conflicts with the -e | Steve Price | 1996-10-06 | 1 | -2/+5 |
| * | delete doubled words, e.g.: "the the" -> "the" | Wolfram Schneider | 1996-10-05 | 3 | -6/+6 |
| * | re-activate the printf builtin now that src/usr.bin/printf.c has been | Peter Wemm | 1996-10-01 | 1 | -2/+2 |
| * | Activate LC_CTYPE locale and additionly use !isprint() for 8bit characters | Andrey A. Chernov | 1996-09-30 | 1 | -2/+5 |
| * | Merge in the NetBSD changes to cat.c. These appear to have come from | Warner Losh | 1996-09-28 | 1 | -4/+4 |
| * | Close files up to getdtablesize() instead of up to NOFILE. | Bruce Evans | 1996-09-28 | 1 | -3/+3 |
| * | add forgotten $Id$ | Wolfram Schneider | 1996-09-22 | 4 | -0/+7 |
| * | ts_sec -> tv_sec | Nate Williams | 1996-09-20 | 1 | -3/+3 |
| * | Mend 'exit' without breaking 'exit 1' | Adam David | 1996-09-12 | 1 | -3/+4 |
| * | Backed out last change. It broke even `exit 1'. | Bruce Evans | 1996-09-12 | 1 | -4/+2 |
| * | Ok, lets try this again, shall we? It was definatly my mistake, not | Peter Wemm | 1996-09-10 | 2 | -17/+33 |
| * | ack! back these out so I can see what I did wrong. It looks like a | Peter Wemm | 1996-09-10 | 2 | -31/+15 |
| * | Fix for PR#1248, sh doesn't expand past ${9} | Peter Wemm | 1996-09-10 | 2 | -17/+33 |
| * | let the "exit" command return status when it is implicit | Adam David | 1996-09-08 | 1 | -2/+4 |
| * | eek, how did that happen? I must have committed something left over from | Peter Wemm | 1996-09-03 | 1 | -4/+4 |
| * | Fix for PR#1287. This makes sh behave sensibly in case statements in the | Peter Wemm | 1996-09-03 | 13 | -49/+56 |
| * | Misc cleanups and fixes from Bruce: | Peter Wemm | 1996-09-03 | 4 | -29/+40 |
| * | oops, I didn't mean for the unconditional DEBUG code to go in, it's been | Peter Wemm | 1996-09-01 | 2 | -5/+5 |
| * | Merge of 4.4-Lite2 sh source, plus some gcc -Wall cleaning. This is a | Peter Wemm | 1996-09-01 | 72 | -2032/+2128 |
| * | [HISTORY] command appeared in Version 1 AT&T UNIX | Wolfram Schneider | 1996-08-29 | 12 | -15/+60 |
| * | set error status on exit, to be consistent with manpage and standard commands. | Adam David | 1996-08-27 | 1 | -2/+6 |
| * | sync copyright with /usr/share/examples/etc/bsd-style-copyright | Wolfram Schneider | 1996-08-27 | 1 | -2/+25 |