| Commit message (Expand) | Author | Age | Files | Lines |
* | o Backout rev. 1.55. Don't waste cpu cycles for bzero(), do not | maxim | 2006-10-18 | 1 | -2/+1 |
* | Avoid a spurious warning for each whiteout found during "ls -lW". | ru | 2006-10-18 | 1 | -2/+3 |
* | o Zero out struct stat before usage. lstat(2) can fail and | maxim | 2006-10-18 | 1 | -0/+1 |
* | - Improve description of the -A option. | ru | 2006-10-12 | 1 | -7/+12 |
* | Fix style(9) bugs in previous commit. | trhodes | 2006-10-11 | 1 | -7/+4 |
* | Adhere to POSIX: the -m option only applies to the newly created | ru | 2006-10-10 | 1 | -13/+21 |
* | Make -r a synonym for -R, similar to behavior on Linux while being backwards | trhodes | 2006-10-07 | 2 | -14/+41 |
* | Add the POSIX option -p to the jobs builtin command. It prints the PID of the | stefanf | 2006-10-07 | 4 | -22/+40 |
* | o Style(9). | maxim | 2006-10-07 | 1 | -9/+7 |
* | o Avoid division by zero. | maxim | 2006-10-07 | 1 | -3/+8 |
* | o Hold copied bytes counter in off_t. This prevents statistics | maxim | 2006-10-06 | 1 | -1/+1 |
* | Move the -l option processing to where it belongs. | ru | 2006-09-29 | 1 | -4/+4 |
* | Based on The Open Group Base Specifications Issue 6 IEEE Std 1003.1, our | csjp | 2006-09-20 | 1 | -2/+11 |
* | Markup fixes. | ru | 2006-09-17 | 6 | -10/+14 |
* | - Fix options order. | ru | 2006-08-25 | 2 | -7/+7 |
* | Remove a stray -a option that probably sneaked in from julian's | ru | 2006-08-25 | 1 | -2/+2 |
* | Add an option to allow copying of a hierarchy while linking he regular files. | julian | 2006-08-24 | 4 | -82/+105 |
* | For the sake of clarity, explicitly tell that comma and space | yar | 2006-08-21 | 1 | -2/+3 |
* | Prefer strlcpy to strncpy. In one case, this saves us from re-zeroing | imp | 2006-08-20 | 1 | -2/+2 |
* | Use strlcpy in place of strncpy + setting the last character NUL. To | imp | 2006-08-20 | 1 | -2/+2 |
* | Document a detail in the present syntax of "ps -o foo=bar". Now | yar | 2006-08-18 | 1 | -6/+7 |
* | while(0); -> while (0) in multiline macro | imp | 2006-08-17 | 1 | -1/+1 |
* | Commit the results of the typo hunt by Darren Pilgrim. | yar | 2006-08-04 | 1 | -1/+1 |
* | Do not forget to increment the input line counter | yar | 2006-07-31 | 1 | -0/+1 |
* | Granting the amount of misunderstanding the last change received, | yar | 2006-07-31 | 1 | -1/+7 |
* | Tell more of the sh(1) history. | yar | 2006-07-29 | 1 | -2/+17 |
* | Document that both sides of -a or -o are always evaluated. This | yar | 2006-07-27 | 1 | -1/+8 |
* | Make it easier to find that we have test(1) built-in in sh(1). | yar | 2006-07-26 | 1 | -4/+9 |
* | More inactive maintainers. | markm | 2006-07-09 | 1 | -2/+0 |
* | o Call fts_close() before exit. | maxim | 2006-07-04 | 1 | -0/+1 |
* | Document the fact that 'true' and 'false' are among sh(1) built-in commands. | yar | 2006-06-21 | 1 | -1/+5 |
* | Merge NetBSD's revision 1.86: Don't crash on "<cmd> | { }". | stefanf | 2006-06-15 | 1 | -1/+1 |
* | Implement the PS4 variable which is defined by the POSIX User Portability | stefanf | 2006-06-15 | 4 | -6/+23 |
* | Don't strip a leading ./ from the path for the cd builtin to avoid interpreting | stefanf | 2006-06-12 | 1 | -2/+3 |
* | o Fix grammar, format. | maxim | 2006-06-09 | 1 | -3/+3 |
* | Document the way to get list of files to process from the stdin. | kib | 2006-06-09 | 1 | -1/+3 |
* | Copy filename read from the stdin into the private buffer. Otherwise, | kib | 2006-06-09 | 1 | -1/+5 |
* | Fix the wording about the blocksize (-b) parameter. The existing | cokane | 2006-05-10 | 1 | -2/+3 |
* | POSIX demands that set's output (when invoked without arguments) should be | stefanf | 2006-04-29 | 1 | -9/+47 |
* | Check the buffer size when copying the line returned by el_gets() into our | stefanf | 2006-04-29 | 1 | -4/+13 |
* | Whitespace nits. | schweikh | 2006-04-17 | 2 | -5/+5 |
* | Correct assorted grammos and typos. | schweikh | 2006-04-16 | 1 | -11/+11 |
* | o Be pedantic and do fts_close() when done. | maxim | 2006-04-15 | 1 | -0/+1 |
* | Output something reasonable for regular and expanded here-documents. | schweikh | 2006-04-14 | 1 | -0/+6 |
* | Implement some of the differences between special built-ins and other builtins | stefanf | 2006-04-09 | 4 | -19/+23 |
* | Re-correct commit 1.73, but this time in a way that does not cause | gad | 2006-04-06 | 1 | -9/+18 |
* | Fix a problem introduced by change 1.73, which causes a seg-fault if | gad | 2006-04-05 | 1 | -0/+2 |
* | Issue an error when . (dot) is invoked without a filename. The synopsis | stefanf | 2006-04-02 | 1 | -8/+10 |
* | Use -s to flag POSIX's "special built-in" utilities in builtins.def. Add a | stefanf | 2006-04-02 | 2 | -22/+30 |
* | Change the -S and -t options to override each other so that the last one | jhb | 2006-03-24 | 2 | -0/+10 |