summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Bring in mbuma to replace mballoc.bmilekic2004-05-315-241/+21
* Correction: -h should be a synonym for -L, not -H.kientzle2004-05-312-3/+3
* Use miligram rather than mg in the definition of carats.dwmalone2004-05-301-2/+2
* Permit (but ignore) -Z with -x or -t, now that libarchivekientzle2004-05-301-2/+9
* Include <sys/uio.h> for the complete type of struct iovec.stefanf2004-05-281-0/+2
* - introduce a new primary `-depth n', which tests whethereik2004-05-286-28/+91
* Minor corrections to error handling and user notifications:kientzle2004-05-271-23/+26
* Provide framework for exiting with non-zero value on non-critical errors.kientzle2004-05-272-1/+3
* Use humanize_number(3) to format sizes into a human readable form.pjd2004-05-242-69/+11
* Mark du(1) as WARNS6 clean.pjd2004-05-241-0/+1
* Include <string.h> for prototypes of various string functions.stefanf2004-05-244-0/+7
* Include <netinet/in.h> for ntoh*() and hton*() prototypes.stefanf2004-05-241-0/+2
* Add localized calendar file for holidays in Austria.josef2004-05-231-0/+62
* Add --no-same-owner as a synonym for -o.kientzle2004-05-221-0/+1
* Add a "-r" flag to ktrdump(1) to print relative timestamps when usedrwatson2004-05-222-6/+22
* Add a quiet mode to ktrdump(1): if the "-q" flag is used, don't printrwatson2004-05-212-21/+30
* When the 'f' flag is passed to ktrdump(1), use 40 characters for therwatson2004-05-211-1/+1
* Add --dereference as a synonym for -Hkientzle2004-05-211-0/+1
* Remove unneeded lseek(2) hack to position past the 2GB point,hmp2004-05-201-18/+9
* Fix a couple of warnings:dwmalone2004-05-192-2/+6
* Add missing %s so that all of the usage message gets printed.dwmalone2004-05-192-1/+2
* Fix integer overflow in the file size output when dealing withle2004-05-191-3/+3
* Added pgrep to the SYNOPSIS.ru2004-05-191-14/+21
* Clean up language and markup.ru2004-05-192-61/+66
* Language and markup polishing.ru2004-05-191-11/+14
* Bumped the document date.ru2004-05-192-2/+2
* Bumped the document date.ru2004-05-191-2/+2
* Bumped document date.ru2004-05-191-2/+2
* Bumped document date.ru2004-05-191-2/+2
* Markup nits.ru2004-05-191-7/+7
* Bumped document date.ru2004-05-191-6/+8
* Fixed document date.ru2004-05-191-1/+1
* Bumped document date.ru2004-05-191-16/+16
* Restore part of the word that got (accidentally) removed.ru2004-05-191-2/+2
* Markup nits.ru2004-05-191-8/+5
* Bumped document date.ru2004-05-191-2/+3
* Default is to restore timestamps, even when operating as root. <sigh>kientzle2004-05-191-1/+1
* Fix a segfault when looking up a non-existent group.kientzle2004-05-181-1/+1
* Bump document date on behalf of the -e option.ru2004-05-181-2/+2
* Bump document date on behalf of the -E option.ru2004-05-181-1/+1
* Added -u to the SYNOPSIS.ru2004-05-181-0/+1
* Bump document date on behalf of the -u option.ru2004-05-181-2/+2
* Bump document date on behalf of the -M option.ru2004-05-181-1/+1
* Build/install gprof on amd64 as well, after repocopying the MD bits.peter2004-05-182-1/+4
* Accept (but ignore) GNU tar's -B option. bsdtar neverkientzle2004-05-181-2/+8
* Don't depend on NULL's expansion being a pointer, cast it before it is passedstefanf2004-05-181-1/+1
* Set errno to 0 before calling getpwuid/getgrgid, so that errorkientzle2004-05-171-0/+2
* Speed up safe_fprintf by copying to a temp buffer, then writingkientzle2004-05-171-13/+32
* Propagate struct bsdtar down into a lot more places.kientzle2004-05-176-138/+137
* Refactor name caching to use a common piece of code for uname_cache andkientzle2004-05-172-88/+113
OpenPOWER on IntegriCloud