summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Update write.c to follow recent API changes to libarchive.kientzle2004-04-261-8/+11
* Add the bad reset statistic (corresponds to tcp_input.c rev 1.235)silby2004-04-261-0/+1
* Fix username/groupname cache so it returns a name thatkientzle2004-04-231-0/+2
* Print fork statistics with %u as they are unsigned quantities.tjr2004-04-231-3/+3
* Eliminate a redundant call to archive_entry_set_pathname()kientzle2004-04-211-8/+6
* Clarify and correct some compatibility notes.des2004-04-211-9/+22
* Treat kevent(2) returning an error EINTR as the non-error it is.green2004-04-201-2/+3
* Allow brave souls to install bsdtar as thekientzle2004-04-191-0/+5
* Handle window resizing better.cognet2004-04-193-0/+65
* Add my birthday.marius2004-04-181-0/+1
* Restore old value of LESSKEYFILE_SYS.tjr2004-04-171-1/+1
* Regenerate with less 381 configure script.tjr2004-04-171-117/+173
* --help is only supported if you have getopt_long().kientzle2004-04-161-0/+2
* As suggested by Julian Elischer, use a self-sizing hashkientzle2004-04-154-129/+279
* Include <sys/proc.h> instead of depending on namespace pollution inbde2004-04-141-11/+9
* Include <sys/proc.h> for the definition of PS_INMEM instead ofbde2004-04-141-3/+2
* A simple cache of uid->uname lookups and gid->gname lookups eliminateskientzle2004-04-143-12/+60
* When all the links to a file have been dumped, don't forgetkientzle2004-04-131-1/+3
* Eliminate a lot of malloc/free calls by usingkientzle2004-04-131-4/+11
* Manpage changes suggested by Irina Liakh.kientzle2004-04-132-21/+50
* Replace ROUNDUP/ADVANCE with SA_SIZEluigi2004-04-131-7/+1
* The .DEFAULT target with no commands caused a null pointer dereference.ru2004-04-121-1/+6
* Style fixeskientzle2004-04-121-3/+2
* Document the new .warning directive.ru2004-04-121-2/+8
* Added the new .warning directive.ru2004-04-121-3/+33
* Show link-level multicast packet counters with the -a option.ru2004-04-121-2/+14
* Fixed alignment of multicast addresses when printing that gotru2004-04-121-2/+4
* Add DPADD to Makefile (thanks to Andrey for pointing this out).kientzle2004-04-125-24/+2
* Use uint instead of u_intemax2004-04-091-10/+10
* Make sure Bluetooth stuff can be compiled on amd64emax2004-04-091-16/+16
* Backout previous commit. It seems this comment applied to somethingmux2004-04-091-4/+0
* Reintroduce a comment that was wrongly removed in revision 1.34.mux2004-04-091-0/+4
* Improve robustness of multibyte character handling (-m option), andtjr2004-04-091-19/+23
* Allow arguments to appear in any order.kientzle2004-04-082-66/+113
* Document the newly-implemented -T option.kientzle2004-04-081-2/+10
* Add support for -T option on create.kientzle2004-04-083-6/+60
* Correct signature in alternative stub implementation of setup_acls()kientzle2004-04-071-1/+3
* Add -acl and a small blurb about it to the options list.trhodes2004-04-071-1/+8
* Archive both access and default ACLs.kientzle2004-04-061-6/+19
* Connect bsdtar to the build.kientzle2004-04-061-0/+1
* Workaround for servers that ignore byte ranges when using chunkeddes2004-04-061-1/+1
* Initial commit for bsdtar.kientzle2004-04-059-0/+2977
* Unbreak compilation on RELENG_4.ru2004-04-051-1/+1
* Sort #includes, remove <sys/types.h> (made redundant by <sys/param.h>),des2004-04-051-4/+6
* Be consistant while reporting error conditions.charnier2004-04-041-2/+2
* Add FBSDID. Use %ld to printf(3) a long (even if the number is small).charnier2004-04-041-3/+6
* Add FBSDID. Do not dot terminate errx(3) string.charnier2004-04-041-5/+6
* I can't believe that we had the Queen's birthday but not the King's...jmg2004-04-041-0/+1
* Give find(1) the option -acl to locate files with extendedbmilekic2004-04-033-0/+54
* From the list of calendars, remove some duplicate entries which were addedcperciva2004-03-301-9/+3
OpenPOWER on IntegriCloud