aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* o Backout rev. 1.55. Don't waste cpu cycles for bzero(), do notMaxim Konovalov2006-10-181-2/+1
* Avoid a spurious warning for each whiteout found during "ls -lW".Ruslan Ermilov2006-10-181-2/+3
* o Zero out struct stat before usage. lstat(2) can fail andMaxim Konovalov2006-10-181-0/+1
* - Improve description of the -A option.Ruslan Ermilov2006-10-121-7/+12
* Fix style(9) bugs in previous commit.Tom Rhodes2006-10-111-7/+4
* Adhere to POSIX: the -m option only applies to the newly createdRuslan Ermilov2006-10-101-13/+21
* Make -r a synonym for -R, similar to behavior on Linux while being backwardsTom Rhodes2006-10-072-14/+41
* Add the POSIX option -p to the jobs builtin command. It prints the PID of theStefan Farfeleder2006-10-074-22/+40
* o Style(9).Maxim Konovalov2006-10-071-9/+7
* o Avoid division by zero.Maxim Konovalov2006-10-071-3/+8
* o Hold copied bytes counter in off_t. This prevents statisticsMaxim Konovalov2006-10-061-1/+1
* Move the -l option processing to where it belongs.Ruslan Ermilov2006-09-291-4/+4
* Based on The Open Group Base Specifications Issue 6 IEEE Std 1003.1, ourChristian S.J. Peron2006-09-201-2/+11
* Markup fixes.Ruslan Ermilov2006-09-176-10/+14
* - Fix options order.Ruslan Ermilov2006-08-252-7/+7
* Remove a stray -a option that probably sneaked in from julian'sRuslan Ermilov2006-08-251-2/+2
* Add an option to allow copying of a hierarchy while linking he regular files.Julian Elischer2006-08-244-82/+105
* For the sake of clarity, explicitly tell that comma and spaceYaroslav Tykhiy2006-08-211-2/+3
* Prefer strlcpy to strncpy. In one case, this saves us from re-zeroingWarner Losh2006-08-201-2/+2
* Use strlcpy in place of strncpy + setting the last character NUL. ToWarner Losh2006-08-201-2/+2
* Document a detail in the present syntax of "ps -o foo=bar". NowYaroslav Tykhiy2006-08-181-6/+7
* while(0); -> while (0) in multiline macroWarner Losh2006-08-171-1/+1
* Commit the results of the typo hunt by Darren Pilgrim.Yaroslav Tykhiy2006-08-041-1/+1
* Do not forget to increment the input line counterYaroslav Tykhiy2006-07-311-0/+1
* Granting the amount of misunderstanding the last change received,Yaroslav Tykhiy2006-07-311-1/+7
* Tell more of the sh(1) history.Yaroslav Tykhiy2006-07-291-2/+17
* Document that both sides of -a or -o are always evaluated. ThisYaroslav Tykhiy2006-07-271-1/+8
* Make it easier to find that we have test(1) built-in in sh(1).Yaroslav Tykhiy2006-07-261-4/+9
* More inactive maintainers.Mark Murray2006-07-091-2/+0
* o Call fts_close() before exit.Maxim Konovalov2006-07-041-0/+1
* Document the fact that 'true' and 'false' are among sh(1) built-in commands.Yaroslav Tykhiy2006-06-211-1/+5
* Merge NetBSD's revision 1.86: Don't crash on "<cmd> | { }".Stefan Farfeleder2006-06-151-1/+1
* Implement the PS4 variable which is defined by the POSIX User PortabilityStefan Farfeleder2006-06-154-6/+23
* Don't strip a leading ./ from the path for the cd builtin to avoid interpretingStefan Farfeleder2006-06-121-2/+3
* o Fix grammar, format.Maxim Konovalov2006-06-091-3/+3
* Document the way to get list of files to process from the stdin.Konstantin Belousov2006-06-091-1/+3
* Copy filename read from the stdin into the private buffer. Otherwise,Konstantin Belousov2006-06-091-1/+5
* Fix the wording about the blocksize (-b) parameter. The existingColeman Kane2006-05-101-2/+3
* POSIX demands that set's output (when invoked without arguments) should beStefan Farfeleder2006-04-291-9/+47
* Check the buffer size when copying the line returned by el_gets() into ourStefan Farfeleder2006-04-291-4/+13
* Whitespace nits.Jens Schweikhardt2006-04-172-5/+5
* Correct assorted grammos and typos.Jens Schweikhardt2006-04-161-11/+11
* o Be pedantic and do fts_close() when done.Maxim Konovalov2006-04-151-0/+1
* Output something reasonable for regular and expanded here-documents.Jens Schweikhardt2006-04-141-0/+6
* Implement some of the differences between special built-ins and other builtinsStefan Farfeleder2006-04-094-19/+23
* Re-correct commit 1.73, but this time in a way that does not causeGarance A Drosehn2006-04-061-9/+18
* Fix a problem introduced by change 1.73, which causes a seg-fault ifGarance A Drosehn2006-04-051-0/+2
* Issue an error when . (dot) is invoked without a filename. The synopsisStefan Farfeleder2006-04-021-8/+10
* Use -s to flag POSIX's "special built-in" utilities in builtins.def. Add aStefan Farfeleder2006-04-022-22/+30
* Change the -S and -t options to override each other so that the last oneJohn Baldwin2006-03-242-0/+10