summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* - Fix options order.ru2006-08-252-7/+7
* Remove a stray -a option that probably sneaked in from julian'sru2006-08-251-2/+2
* Add an option to allow copying of a hierarchy while linking he regular files.julian2006-08-244-82/+105
* For the sake of clarity, explicitly tell that comma and spaceyar2006-08-211-2/+3
* Prefer strlcpy to strncpy. In one case, this saves us from re-zeroingimp2006-08-201-2/+2
* Use strlcpy in place of strncpy + setting the last character NUL. Toimp2006-08-201-2/+2
* Document a detail in the present syntax of "ps -o foo=bar". Nowyar2006-08-181-6/+7
* while(0); -> while (0) in multiline macroimp2006-08-171-1/+1
* Commit the results of the typo hunt by Darren Pilgrim.yar2006-08-041-1/+1
* Do not forget to increment the input line counteryar2006-07-311-0/+1
* Granting the amount of misunderstanding the last change received,yar2006-07-311-1/+7
* Tell more of the sh(1) history.yar2006-07-291-2/+17
* Document that both sides of -a or -o are always evaluated. Thisyar2006-07-271-1/+8
* Make it easier to find that we have test(1) built-in in sh(1).yar2006-07-261-4/+9
* More inactive maintainers.markm2006-07-091-2/+0
* o Call fts_close() before exit.maxim2006-07-041-0/+1
* Document the fact that 'true' and 'false' are among sh(1) built-in commands.yar2006-06-211-1/+5
* Merge NetBSD's revision 1.86: Don't crash on "<cmd> | { }".stefanf2006-06-151-1/+1
* Implement the PS4 variable which is defined by the POSIX User Portabilitystefanf2006-06-154-6/+23
* Don't strip a leading ./ from the path for the cd builtin to avoid interpretingstefanf2006-06-121-2/+3
* o Fix grammar, format.maxim2006-06-091-3/+3
* Document the way to get list of files to process from the stdin.kib2006-06-091-1/+3
* Copy filename read from the stdin into the private buffer. Otherwise,kib2006-06-091-1/+5
* Fix the wording about the blocksize (-b) parameter. The existingcokane2006-05-101-2/+3
* POSIX demands that set's output (when invoked without arguments) should bestefanf2006-04-291-9/+47
* Check the buffer size when copying the line returned by el_gets() into ourstefanf2006-04-291-4/+13
* Whitespace nits.schweikh2006-04-172-5/+5
* Correct assorted grammos and typos.schweikh2006-04-161-11/+11
* o Be pedantic and do fts_close() when done.maxim2006-04-151-0/+1
* Output something reasonable for regular and expanded here-documents.schweikh2006-04-141-0/+6
* Implement some of the differences between special built-ins and other builtinsstefanf2006-04-094-19/+23
* Re-correct commit 1.73, but this time in a way that does not causegad2006-04-061-9/+18
* Fix a problem introduced by change 1.73, which causes a seg-fault ifgad2006-04-051-0/+2
* Issue an error when . (dot) is invoked without a filename. The synopsisstefanf2006-04-021-8/+10
* Use -s to flag POSIX's "special built-in" utilities in builtins.def. Add astefanf2006-04-022-22/+30
* Change the -S and -t options to override each other so that the last onejhb2006-03-242-0/+10
* Fix a bug such that if you enabled sorting by size (-S) and enabled ajhb2006-03-241-4/+4
* Add a few more references to -U.jhb2006-03-241-4/+4
* Add a new -U flag to instruct ls to use the birthtime for printing orjhb2006-03-247-4/+49
* Fix spelling.ru2006-03-191-1/+1
* Reimplementation of world/kernel build options. For details, see:ru2006-03-174-7/+15
* Add "-q" argument to getfacl(1), which suppresses the per-file headerrwatson2006-03-132-11/+20
* Use .Cm for all key words, not just the ones I added. More in line withtrhodes2006-03-101-12/+12
* Collapse strncpy/strncat/strncat into a single snprintf, as suggestedgad2006-03-081-3/+1
* Fix the case where the user specifies an alternate heading for somegad2006-03-081-6/+13
* Slightly better markup.trhodes2006-03-061-8/+8
* Instead of just hinting at available octets, list some.trhodes2006-03-041-1/+43
* For pts, print the pts number, instead of the full name. As it was, we endedcognet2006-02-211-0/+2
* Enable NLS catalog of csh(1).ume2006-02-194-1/+136
* Add '-F' option which allows to delete existing empty directories, whenglebius2006-02-142-8/+50
OpenPOWER on IntegriCloud