| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix some issues with quoted output and shorten it in some cases. | Jilles Tjoelker | 2009-06-19 | 1 | -9/+15 |
| * | Properly flush input after an error in backquotes in interactive mode. | Jilles Tjoelker | 2009-06-17 | 1 | -1/+1 |
| * | Avoid leaving unnecessary waiting shells in many forms of sh -c COMMAND. | Jilles Tjoelker | 2009-06-13 | 5 | -9/+35 |
| * | Don't skip forking for an external command if any traps are active. | Jilles Tjoelker | 2009-06-13 | 3 | -1/+17 |
| * | Mention the range for the exit status for the exit special builtin. | Jilles Tjoelker | 2009-06-07 | 1 | -0/+1 |
| * | Make "human-readable" (-H/-h) output also "humanize" inode counts. | Simon L. B. Nielsen | 2009-06-07 | 2 | -6/+37 |
| * | use explicit 'unsigned int' instead of just the implicit-style 'unsigned' to ... | Ralf S. Engelschall | 2009-06-01 | 1 | -1/+1 |
| * | align coding style with style(9) to avoid misunderstandings | Ralf S. Engelschall | 2009-06-01 | 1 | -1/+2 |
| * | correctly test for __GNUC__ macro (non-GCC compilers do not have it defined a... | Ralf S. Engelschall | 2009-06-01 | 3 | -4/+4 |
| * | be more type correct and align local ckmalloc() with its underlying malloc(3)... | Ralf S. Engelschall | 2009-06-01 | 4 | -5/+7 |
| * | sh: Make read's timeout (-t) apply to the entire line, not only the first | Jilles Tjoelker | 2009-05-31 | 2 | -19/+2 |
| * | Fix the eval command in combination with set -e. Before this change the shell | Stefan Farfeleder | 2009-05-31 | 5 | -9/+11 |
| * | rm, find -delete: fix removing symlinks with uchg/uappnd set. | Jilles Tjoelker | 2009-05-30 | 1 | -3/+3 |
| * | Preserve file flags on symlinks in cp -Rp. | Jilles Tjoelker | 2009-05-30 | 1 | -1/+1 |
| * | Fix various cases with 3 or 4 parameters in test(1) to be POSIX compliant. | Jilles Tjoelker | 2009-05-26 | 2 | -9/+99 |
| * | Fix elapsed (etime) field for swapped out processes in ps: | Jilles Tjoelker | 2009-05-24 | 1 | -0/+4 |
| * | Fix chflags -h in various cases: do not use link target's flags as original. | Jilles Tjoelker | 2009-05-24 | 1 | -1/+1 |
| * | Make 'struct acl' larger, as required to support NFSv4 ACLs. Provide | Edward Tomasz Napierala | 2009-05-22 | 1 | -1/+1 |
| * | Remove redundant whitespace | Brian Somers | 2009-05-18 | 1 | -3/+2 |
| * | When finding processes, ignore ourself and our ancestors. It is almost | Brian Somers | 2009-05-17 | 2 | -5/+40 |
| * | Add a -d option to ps to display descendant info with the output. | Brian Somers | 2009-05-17 | 4 | -15/+167 |
| * | Implement ^T support for rm: now it will report the next file it | Warner Losh | 2009-04-29 | 1 | -0/+29 |
| * | Parse 'cmd1 && ! cmd2 | cmd3' correctly, the bang should apply to the entire | Stefan Farfeleder | 2009-04-13 | 1 | -0/+1 |
| * | Add reference to strmode(3). | Edward Tomasz Napierala | 2009-04-13 | 1 | -0/+1 |
| * | Don't let trailing empty lines overwrite the result of the last command with 0. | Stefan Farfeleder | 2009-04-04 | 1 | -1/+2 |
| * | Fix the behaviour of the read built-in when IFS is unset. | Stefan Farfeleder | 2009-03-22 | 1 | -1/+1 |
| * | Improve the IFS handling of the read built-in. | Stefan Farfeleder | 2009-03-22 | 1 | -10/+68 |
| * | - Apply the r190270 changes to printing of single aliases too. | Stefan Farfeleder | 2009-03-22 | 1 | -23/+48 |
| * | Make the output of the alias built-in POSIX-compliant: Drop the leading 'alias' | Stefan Farfeleder | 2009-03-22 | 1 | -1/+6 |
| * | cat(1) compiles fine at WARNS level 6. | Dag-Erling Smørgrav | 2009-03-16 | 1 | -0/+1 |
| * | Don't disable CR-to-NL translation when waiting for data to arrive. | Ed Schouten | 2009-03-08 | 1 | -0/+1 |
| * | [1] When showing threads, the thread name just appears if the comm | Attilio Rao | 2009-02-26 | 3 | -11/+37 |
| * | Before this fix, pax would stop the restore sequence for | Tim Kientzle | 2009-02-01 | 1 | -36/+4 |
| * | Bump .Dd for r187609 | Giorgos Keramidas | 2009-01-30 | 1 | -1/+1 |
| * | Make the Monty Python quote more google friendly instead of | Tom Rhodes | 2009-01-26 | 1 | -3/+2 |
| * | Note the implication of setting the 'w' permission on directories, | Tom Rhodes | 2009-01-23 | 1 | -2/+7 |
| * | Add an example of using bs=2048 to duplicate data CD-ROMs. | Giorgos Keramidas | 2009-01-23 | 1 | -0/+5 |
| * | o Fix a typo. Bump .Dd for the previous delta. | Maxim Konovalov | 2009-01-13 | 1 | -2/+2 |
| * | Clean up a bit of confusing language and improve .Nd. | Tom Rhodes | 2009-01-13 | 1 | -4/+9 |
| * | fix typo | Luigi Rizzo | 2009-01-13 | 1 | -1/+1 |
| * | Document how kernel environment can be statically compiled in, | Luigi Rizzo | 2009-01-13 | 1 | -0/+20 |
| * | - rename the RETURN VALUES section to EXIT STATUS | Daniel Gerzo | 2009-01-07 | 1 | -1/+1 |
| * | Report error messages of the builtins 'type' and 'command -V' to stderr instead | Stefan Farfeleder | 2008-11-28 | 1 | -12/+11 |
| * | Fix $? at the first command of a function. The previous exit status was saved | Stefan Farfeleder | 2008-11-23 | 1 | -0/+1 |
| * | Implement -T option as found in Linux df(1). When given, file system type | Pawel Jakub Dawidek | 2008-11-23 | 2 | -7/+19 |
| * | Fix whitespace. | Ed Maste | 2008-11-13 | 1 | -3/+2 |
| * | When running a "chio return" operation using a physical source unit | Joerg Wunsch | 2008-10-30 | 1 | -4/+6 |
| * | Teach cat(1) and cp(1) to use a larger buffer if enough memory is present | Ivan Voras | 2008-10-30 | 2 | -4/+50 |
| * | Remove superfluous va_end which was left there in rev 1.38. | Roman Divacky | 2008-10-28 | 1 | -2/+0 |
| * | Add fallback when mmap fails on regular files. Some filesystems, | Diomidis Spinellis | 2008-10-27 | 1 | -30/+28 |