| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unneeded #include <sys/proc.h>. | hsu | 1996-11-10 | 1 | -2/+1 |
* | Replace collate_range_cmp call with its code | ache | 1996-10-31 | 1 | -2/+19 |
* | 1) define STATIC as static and not empty | ache | 1996-10-31 | 2 | -4/+22 |
* | Add the -p (privileged) commandline switch | steve | 1996-10-29 | 4 | -8/+31 |
* | Build intermediate object files for mkinit, mknodes and mksyntax | bde | 1996-10-25 | 1 | -6/+19 |
* | Close PR# 1206. sh(1) now ignores SIGINT and SIGQUIT | steve | 1996-10-22 | 1 | -3/+19 |
* | Implement a -c option to ps to display the short command name instead of | peter | 1996-10-21 | 4 | -11/+24 |
* | Benign | --> || correction. | steve | 1996-10-16 | 1 | -2/+2 |
* | Fix a problem with sh that conflicts with the -e | steve | 1996-10-06 | 1 | -2/+5 |
* | delete doubled words, e.g.: "the the" -> "the" | wosch | 1996-10-05 | 3 | -6/+6 |
* | re-activate the printf builtin now that src/usr.bin/printf.c has been | peter | 1996-10-01 | 1 | -2/+2 |
* | Activate LC_CTYPE locale and additionly use !isprint() for 8bit characters | ache | 1996-09-30 | 1 | -2/+5 |
* | Merge in the NetBSD changes to cat.c. These appear to have come from | imp | 1996-09-28 | 1 | -4/+4 |
* | Close files up to getdtablesize() instead of up to NOFILE. | bde | 1996-09-28 | 1 | -3/+3 |
* | add forgotten $Id$ | wosch | 1996-09-22 | 4 | -0/+7 |
* | ts_sec -> tv_sec | nate | 1996-09-20 | 1 | -3/+3 |
* | Mend 'exit' without breaking 'exit 1' | adam | 1996-09-12 | 1 | -3/+4 |
* | Backed out last change. It broke even `exit 1'. | bde | 1996-09-12 | 1 | -4/+2 |
* | Ok, lets try this again, shall we? It was definatly my mistake, not | peter | 1996-09-10 | 2 | -17/+33 |
* | ack! back these out so I can see what I did wrong. It looks like a | peter | 1996-09-10 | 2 | -31/+15 |
* | Fix for PR#1248, sh doesn't expand past ${9} | peter | 1996-09-10 | 2 | -17/+33 |
* | let the "exit" command return status when it is implicit | adam | 1996-09-08 | 1 | -2/+4 |
* | eek, how did that happen? I must have committed something left over from | peter | 1996-09-03 | 1 | -4/+4 |
* | Fix for PR#1287. This makes sh behave sensibly in case statements in the | peter | 1996-09-03 | 13 | -49/+56 |
* | Misc cleanups and fixes from Bruce: | peter | 1996-09-03 | 4 | -29/+40 |
* | oops, I didn't mean for the unconditional DEBUG code to go in, it's been | peter | 1996-09-01 | 2 | -5/+5 |
* | Merge of 4.4-Lite2 sh source, plus some gcc -Wall cleaning. This is a | peter | 1996-09-01 | 72 | -2040/+2136 |
* | [HISTORY] command appeared in Version 1 AT&T UNIX | wosch | 1996-08-29 | 12 | -15/+60 |
* | set error status on exit, to be consistent with manpage and standard commands. | adam | 1996-08-27 | 1 | -2/+6 |
* | sync copyright with /usr/share/examples/etc/bsd-style-copyright | wosch | 1996-08-27 | 1 | -2/+25 |
* | [HISTORY] | wosch | 1996-08-22 | 1 | -3/+7 |
* | Take out 0201-0207 range - those characters abused by sh | ache | 1996-08-12 | 2 | -5/+6 |
* | Convert to newly added collate compare function | ache | 1996-08-12 | 1 | -36/+4 |
* | Convert to newly added collate compare function | ache | 1996-08-12 | 1 | -40/+4 |
* | Simplify expression | ache | 1996-08-12 | 1 | -2/+2 |
* | Use collate for alpha character ranges | ache | 1996-08-12 | 1 | -3/+37 |
* | Fix unsetenv of locale variable | ache | 1996-08-11 | 1 | -5/+5 |
* | Localize it | ache | 1996-08-11 | 4 | -12/+96 |
* | Pick collate info for RE character ranges | ache | 1996-08-11 | 1 | -2/+2 |
* | Localize it | ache | 1996-08-11 | 2 | -12/+14 |
* | chmod(2) directories once only (was twice) | adam | 1996-08-10 | 1 | -6/+5 |
* | Updated to match kernel changes for timer/run queue. | dg | 1996-07-31 | 1 | -2/+2 |
* | add a reference to killall(1) | wosch | 1996-07-03 | 1 | -1/+2 |
* | The default swap device is /dev/drum, not /dev/swap | mpp | 1996-07-03 | 1 | -2/+2 |
* | Fix some minor formatting problems in some examples. | mpp | 1996-07-03 | 1 | -3/+3 |
* | Make %CPU add up closer to 100%.. At least, it now agrees with top.. :-) | peter | 1996-06-29 | 1 | -3/+4 |
* | Fix (I think) the %MEM count in 'ps -u'. It was bogusly taking the | peter | 1996-06-29 | 1 | -2/+2 |
* | Bring in my changes for removing the pestilent obj links (unless you | jkh | 1996-06-24 | 3 | -9/+9 |
* | Add a better TEST script. I was surprised how much can be wrong | wosch | 1996-06-19 | 2 | -0/+133 |
* | Backup yacc changes. | phk | 1996-06-02 | 2 | -5/+4 |