| Commit message (Expand) | Author | Age | Files | Lines |
| * | This commit was manufactured by cvs2svn to create tagrelease/2.2.2 | cvs2svn | 1997-05-19 | 1 | -34/+0 |
| * | Merge a fix from current to correct an invalid return | Steve Price | 1997-05-13 | 1 | -2/+2 |
| * | YAMFC: | Mike Pritchard | 1997-02-28 | 1 | -50/+106 |
| * | 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 |
| * | 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 |
| * | Bring back-out of r1.7 to 2.2. | Jordan K. Hubbard | 1996-11-12 | 1 | -19/+2 |
| * | 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 |
| * | 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 |
| * | re-activate the printf builtin now that src/usr.bin/printf.c has been | Peter Wemm | 1996-10-01 | 1 | -2/+2 |
| * | 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 | 1 | -1/+6 |
| * | Take out 0201-0207 range - those characters abused by sh | Andrey A. Chernov | 1996-08-12 | 2 | -5/+6 |
| * | Convert to newly added collate compare function | Andrey A. Chernov | 1996-08-12 | 1 | -40/+4 |
| * | Simplify expression | Andrey A. Chernov | 1996-08-12 | 1 | -2/+2 |
| * | Localize it | Andrey A. Chernov | 1996-08-11 | 4 | -11/+95 |
| * | Bring in my changes for removing the pestilent obj links (unless you | Jordan K. Hubbard | 1996-06-24 | 2 | -7/+7 |
| * | Backup yacc changes. | Poul-Henning Kamp | 1996-06-02 | 2 | -5/+4 |
| * | Use new yacc rules. (I'm fixing the tree as fast as I can :-) | Poul-Henning Kamp | 1996-05-30 | 2 | -6/+7 |
| * | This commit was generated by cvs2svn to compensate for changes in r15920, | Peter Wemm | 1996-05-27 | 3 | -0/+168 |
| |\ |
|
| | * | Import the 4.4BSD-Lite2 /bin/sh sources | Peter Wemm | 1996-05-27 | 66 | -0/+17490 |
| * | Fix the borokeness that crept in with rev 1.10 of parser.c, the sh | Joerg Wunsch | 1996-02-03 | 2 | -3/+6 |
| * | Restored formatting from the old printf/printf.c. | Bruce Evans | 1995-12-14 | 1 | -5/+5 |
| * | The shell incorrectly gave & precedence over ;. This breaks the | Joerg Wunsch | 1995-12-10 | 1 | -23/+19 |
| * | Move out some of the shell builtin bogosity from printf's source to | Joerg Wunsch | 1995-12-10 | 1 | -1/+10 |
| * | A fix for the "cd -" coredump on a brand new /bin/sh. The problem was | Peter Wemm | 1995-11-14 | 1 | -2/+5 |
| * | Implement allowing 'set -v' in the middle of a script to work. | Peter Wemm | 1995-11-03 | 1 | -78/+103 |
| * | o rename ulimit -p into ulimit -u, so we are in agreement with bash | Joerg Wunsch | 1995-10-21 | 3 | -7/+12 |
| * | Implement the "ulimit" builtin. This is the analogon to csh's "limit" | Joerg Wunsch | 1995-10-19 | 3 | -3/+269 |
| * | Fix my breakage of the $0 handling during $ENV processing. | Joerg Wunsch | 1995-10-09 | 1 | -2/+2 |
| * | Make the mkinit internal command issue an #undef for each #define, to | Joerg Wunsch | 1995-10-01 | 1 | -3/+15 |
| * | Posixize: | Joerg Wunsch | 1995-10-01 | 1 | -1/+4 |
| * | Fix relocation of job table. | Bruce Evans | 1995-09-21 | 1 | -1/+8 |
| * | Don't dereference a NULL pointer in the case of a null pipe. | David Greenman | 1995-09-20 | 1 | -2/+3 |
| * | Sigh. This will become a never ending story. :-( | Joerg Wunsch | 1995-08-28 | 1 | -1/+4 |