| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix `stty' on the output of `stty -g'. The changes for the gfmt1 option | Bruce Evans | 1995-04-29 | 1 | -1/+2 |
* | Fix bugs: | Andrey A. Chernov | 1995-04-28 | 3 | -14/+11 |
* | Install with default BINOWN (as it once used to be). | David Greenman | 1995-04-15 | 1 | -2/+1 |
* | Install setgid kmem rather than setuid root. The problem with procfs that | David Greenman | 1995-04-15 | 1 | -2/+3 |
* | Allow root to delete uchg/uappnd files | Andrey A. Chernov | 1995-04-13 | 2 | -30/+68 |
* | date(1) didn't emit a final newline if the format had been specified | Joerg Wunsch | 1995-04-03 | 2 | -5/+5 |
* | Add braces to fix wrong if-if-else-if nesting that broke `cp -pR' for | Bruce Evans | 1995-04-02 | 1 | -4/+6 |
* | Make build work, even if there is no obj subdir. | Poul-Henning Kamp | 1995-03-30 | 1 | -3/+11 |
* | Having BLOCKSIZE=K and using "-k" option ls would use 2K block size... | Poul-Henning Kamp | 1995-03-23 | 1 | -4/+6 |
* | You will find enclosed some changes to make gcc -Wall more happy in | Joerg Wunsch | 1995-03-19 | 25 | -103/+120 |
* | Fix previous fix that removes an unnecessary space; the output is now | David Greenman | 1995-03-09 | 1 | -3/+6 |
* | Allow 0 as a signal number to match the man page. | Jordan K. Hubbard | 1995-03-05 | 1 | -2/+2 |
* | Use `interactive' (foreground) delivery by default. The old behaviour | Joerg Wunsch | 1995-03-05 | 2 | -2/+10 |
* | Fix the deletion of trailing newlines with backquote expansion. | Guido van Rooij | 1995-03-01 | 1 | -2/+4 |
* | 1000000 usec -> 1 sec 0 usec; fix. | Jordan K. Hubbard | 1995-02-16 | 1 | -2/+2 |
* | Include <limits.h> to get the definition of INT_MAX - don't depend on | Bruce Evans | 1995-02-03 | 1 | -1/+2 |
* | Fix bogus format string; fixes problem reported by Wolfram Schneider. | David Greenman | 1995-01-25 | 1 | -2/+2 |
* | More koshering [ul]case fix, don't use pre-initialized tables at all, | Andrey A. Chernov | 1995-01-17 | 2 | -76/+14 |
* | Make conv=[lu]case works with localized ctype (8bit) | Andrey A. Chernov | 1995-01-17 | 1 | -2/+12 |
* | Submitted by: David Muir Sharnoff | Andreas Schulz | 1995-01-14 | 1 | -2/+2 |
* | fixed `s' to set dot to last line affected, not the last line in | Andrew Moore | 1995-01-14 | 1 | -1/+4 |
* | What I think is a more correct fix for the handling of backslashes | Paul Richards | 1995-01-11 | 1 | -3/+3 |
* | Fix a bug with handling backslash escapes inside some quotes. | Paul Richards | 1995-01-09 | 1 | -2/+2 |
* | Don't strip off the last slash in the pathname "/". cp used to | Bruce Evans | 1994-12-30 | 1 | -18/+15 |
* | Document the arch flag. It has always worked in 2.0. | Bruce Evans | 1994-12-27 | 1 | -1/+3 |
* | Obtained from: partly from 1.1.5 | Bruce Evans | 1994-12-26 | 1 | -2/+4 |
* | Obtained from: partly from 386BSD-0.1.2.4 | Bruce Evans | 1994-12-26 | 1 | -14/+17 |
* | Make ls recognize the COLUMNS environmental variable, even | Joerg Wunsch | 1994-12-18 | 1 | -2/+6 |
* | src/bin/ed will never build DES encumbered ed again. That is the job | Jordan K. Hubbard | 1994-12-18 | 1 | -7/+1 |
* | Use lstat() instead of stat() for checking if the final source file exists, | Bruce Evans | 1994-12-06 | 1 | -3/+3 |
* | Re-apply an old patchkit days fix of mine for mempages: | David Greenman | 1994-11-24 | 1 | -1/+2 |
* | Add DISTRIBUTION=krb for Kerberos case. | Garrett Wollman | 1994-11-20 | 1 | -1/+2 |
* | Fix an error to prevent some core dumps from ps. | Andreas Schulz | 1994-11-10 | 1 | -2/+3 |