aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* The -newerXB option was being interpreted the same as the -newerXm optionGavin Atkinson2010-02-141-0/+2
* Make manpage's SYNOPSIS match program's usage().Ruslan Ermilov2010-02-122-2/+5
* Remove unneeded CFLAGS.Ed Schouten2010-02-101-1/+0
* Add new -o option (r203042) to manpage synopsis and usage().Ed Maste2010-02-102-2/+2
* Don't let find(1) depend on struct timeb.Ed Schouten2010-02-093-42/+31
* As it turns out, fmt(1) is being used by the base system as well as theXin LI2010-02-091-2/+1
* - pt_BR.ISO8859-1 catalogGabor Kovesdan2010-02-092-1/+188
* Initialize the execfile argument to NULL instead of _PATH_DEVNULL. This allow...Rebecca Cran2010-02-081-1/+2
* Simplify, remove unnecessary code.Tim Kientzle2010-02-071-30/+10
* Merge a bunch of refactoring from Joerg Sonnenberger toTim Kientzle2010-02-0713-433/+724
* Style & Portability: Use archive_entry methods to examineTim Kientzle2010-02-072-40/+24
* Various portability workarounds for non-FreeBSD platforms.Tim Kientzle2010-02-072-6/+49
* Restructure the logic that determines when we're crossing a mountTim Kientzle2010-02-071-8/+29
* Minor code rework.Tim Kientzle2010-02-071-21/+8
* Trim out some unused configuration variables, removeTim Kientzle2010-02-074-65/+0
* Fill in some missing error handling, be a little more careful aboutTim Kientzle2010-02-062-17/+18
* bsdtar doesn't actually know what compression is supported by libarchiveTim Kientzle2010-02-062-42/+11
* Refactor the siginfo/sigusr1 handling. The read/write reportingTim Kientzle2010-02-067-202/+146
* Remove all traces of an experiment for handling "root" on Windows systems.Tim Kientzle2010-02-062-7/+6
* Reformat the Makefile slightly.Tim Kientzle2010-02-061-1/+11
* Allow -b up to 8192. I've had reports from people who routinelyTim Kientzle2010-02-061-2/+2
* Diff reduction compared to portable bsdtar 2.8: Move theTim Kientzle2010-02-0612-184/+271
* - Cast intptr_t, pid_t and time_t values to intmax_t and use %jd withJaakko Heinonen2010-02-061-16/+19
* Document one more file descriptor type and two more vnode types.Antoine Brodin2010-02-061-0/+6
* Fix gcore so that it can have the '-s' flag without hanging.Matt Jacob2010-02-052-27/+19
* Fix a bug in previous revision.Xin LI2010-02-051-1/+1
* Use libedit when interacting with tty, which provided historyXin LI2010-02-044-1/+65
* - style(9)Gabor Kovesdan2010-02-038-202/+206
* - Remove dead variable assignmentsGabor Kovesdan2010-02-032-12/+6
* - style.Makefile(5)Gabor Kovesdan2010-02-032-6/+7
* This fix makes it so the args are malloc'd beforeRandall Stewart2010-02-031-1/+1
* - Add support for CVSup authentication mechanisms to csup.Ulf Lilleengen2010-02-021-0/+4
* Support -V option to print a dot for each file processed.Tim Kientzle2010-01-303-3/+21
* Add my birthday.Rebecca Cran2010-01-291-0/+1
* Eliminated nits from last commit.Ruslan Ermilov2010-01-271-15/+15
* Partial merge of man page cleanups from NetBSD:Craig Rodrigues2010-01-271-16/+16
* Add my birthday to the calendar.Beat Gaetzi2010-01-261-0/+1
* Add myself.Alberto Villa2010-01-261-0/+1
* Allow -o as a synonym for -s, for compatibility with other systems.Ed Maste2010-01-262-2/+7
* - Add myself. I forgot to do this when I got my commit bit.Wesley Shields2010-01-261-0/+1
* Connect smbfs related libraries and tool on sparc64.Pyun YongHyeon2010-01-251-0/+4
* Unbreak world WITHOUT_OPENSSL:Antoine Brodin2010-01-231-2/+4
* - Collapase short and long options together;Xin LI2010-01-221-15/+11
* - Remove --debug option and intentionally undocument -d, which is onlyXin LI2010-01-222-15/+10
* Move USD documents from /usr/share/doc/papers to to /usr/share/doc/usd.Xin LI2010-01-224-32/+0
* Makefile cleanups:Xin LI2010-01-212-9/+2
* Remove stale references to utmp(5) and its corresponding filenames.Ed Schouten2010-01-218-33/+32
* Replace GNU bc/dc with BSDL versions ported from OpenBSD. They have a goodGabor Kovesdan2010-01-2021-0/+7784
* Also print UNIX timestamps in getent utmpx output.Ed Schouten2010-01-201-2/+5
* Fix portability to 64 bit platforms.Tony Finch2010-01-191-1/+1