| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Handle trailing slashes in source filenames correctly. E.g., rewrite | Bruce Evans | 1995-10-07 | 1 | -5/+11 |
* | Correctly build the secure ed(1) only if secure/ exists. | Mark Murray | 1995-10-03 | 1 | -2/+2 |
* | Preserve sticky bit for `cp -pR'. It was already preserved for `cp -R'. | Bruce Evans | 1995-10-03 | 1 | -2/+3 |
* | Fix exit status. `cat no-such-file >/dev/null' exited with status 0. | Bruce Evans | 1995-10-03 | 1 | -2/+7 |
* | 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 |
* | Define CRYPTOBJDIR if secure is being built | Mark Murray | 1995-10-01 | 1 | -0/+10 |
* | ed/Makefile is able to 'decide' for itself whether to build secure or | Mark Murray | 1995-10-01 | 1 | -8/+2 |
* | Use the same make technique as passwd and xntpd for the secure ed(1). This | Mark Murray | 1995-10-01 | 1 | -2/+9 |
* | Build secure ed if available and allowed | Andrey A. Chernov | 1995-09-29 | 1 | -2/+8 |
* | Correct the alignment of the tty column, which was affected by my change to | Peter Wemm | 1995-09-26 | 2 | -5/+5 |
* | Uncomment out references to FIFOs for the -F and -l options. | Mike Pritchard | 1995-09-26 | 1 | -6/+7 |
* | 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 |
* | If mail is received with no from address, invoke sendmail with | Paul Traina | 1995-09-16 | 1 | -1/+3 |
* | Updating /usr/include/kerberosIV/des.h so eBones will build breaks | Mark Murray | 1995-09-10 | 1 | -1/+3 |
* | Increase the tty column width from 2 to 3 characters. | Peter Wemm | 1995-09-04 | 2 | -5/+5 |
* | Well, it would appear that the "ayes" have it (though by a slim margin). | Jordan K. Hubbard | 1995-08-31 | 2 | -5/+13 |
* | Sigh. This will become a never ending story. :-( | Joerg Wunsch | 1995-08-28 | 1 | -1/+4 |
* | Correct the default format info to indicate "%+". | David Greenman | 1995-08-28 | 1 | -2/+2 |
* | Make the shell handle a null command in a &&/|| sequence correctly. | Joerg Wunsch | 1995-08-27 | 3 | -4/+8 |
* | Clean up compilation warnings. | Paul Traina | 1995-08-23 | 1 | -1/+4 |
* | Fix possible FS corruption caused by extra parameter to pax. | Nate Williams | 1995-08-16 | 1 | -2/+2 |
* | The command to `move' across file system boundaries is actually | Joerg Wunsch | 1995-08-15 | 1 | -2/+2 |
* | sh(1) incorrectly ignored an EOF condition when looking for the | Joerg Wunsch | 1995-08-11 | 1 | -1/+5 |
* | Fix csh to determine event number properly, i.e. stop by ^*-% too. | Andrey A. Chernov | 1995-08-10 | 1 | -2/+2 |
* | Change ctime to strftime %c to use national date/time representation | Andrey A. Chernov | 1995-08-08 | 1 | -3/+3 |
* | Delete bogus referneces to timezone code internal header file `tzfile.h', | Garrett Wollman | 1995-08-07 | 3 | -10/+7 |
* | Fix /bin/sh's broken handling of the builtin getopts(1). The options | Joerg Wunsch | 1995-08-06 | 1 | -3/+2 |
* | Use %+ to print data using LC_TIME | Andrey A. Chernov | 1995-08-05 | 1 | -2/+2 |
* | expr(1) didn't comply to Posix.2 and its own man page: any | Joerg Wunsch | 1995-08-04 | 1 | -1/+13 |
* | Set NOSHARED=true, having this binary static makes it much easier to | Rodney W. Grimes | 1995-07-24 | 1 | -0/+2 |
* | Move first PATH initialization after sensing for interactive, | Andrey A. Chernov | 1995-07-07 | 1 | -10/+12 |
* | Do the same check for interactive shell (PATH warning) | Andrey A. Chernov | 1995-07-07 | 1 | -2/+3 |
* | Produce importpath warning only for true interactive shells, | Andrey A. Chernov | 1995-07-07 | 1 | -2/+3 |
* | Improve the recently changed and an old error message: don't report probe | Bruce Evans | 1995-07-04 | 2 | -7/+5 |
* | stty fails with a non-obvious error message if it's run on a non-tty | Joerg Wunsch | 1995-07-02 | 1 | -3/+5 |
* | Improve the handling of large minor numbers: | Bruce Evans | 1995-06-26 | 1 | -4/+4 |
* | Additionly print strerror(errno), when getwd() fails to start | Andrey A. Chernov | 1995-06-18 | 1 | -2/+2 |
* | Fix error: | Andrey A. Chernov | 1995-06-18 | 1 | -5/+12 |
* | When filec active, TCSANOW was used in any case instead of | Andrey A. Chernov | 1995-06-18 | 1 | -5/+5 |
* | Don't unlink the target file if the copy failed. This behaviour isn't | Bruce Evans | 1995-06-14 | 1 | -8/+7 |
* | Remove trailing whitespace. | Rodney W. Grimes | 1995-05-30 | 1 | -1/+1 |
* | Remove trailing whitespace. | Rodney W. Grimes | 1995-05-30 | 66 | -320/+320 |
* | Describe -m option | Andrey A. Chernov | 1995-05-06 | 1 | -2/+11 |
* | typo there --> their | Adam David | 1995-05-05 | 1 | -9/+16 |
* | From "Philippe Charnier" <charnier@lirmm.fr>: | David Greenman | 1995-05-05 | 1 | -1/+5 |
* | Support nonstandard (not yet all supported) flow control options. `ctsflow' | Bruce Evans | 1995-04-29 | 2 | -7/+32 |