aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Add "-M" argument to id(1), which permits the id command to be usedRobert Watson2004-05-032-3/+46
* For portability, don't rely on libc's strmode(3). <sigh>Tim Kientzle2004-05-033-1/+53
* Correct copy/paste error in Linux nodump support.Tim Kientzle2004-05-031-3/+4
* Style: Use single tab after #defineTim Kientzle2004-05-023-16/+16
* More of Juergen Lock's patches for Linux.Tim Kientzle2004-05-022-8/+63
* More style fixes, per bde.Tim Kientzle2004-05-021-6/+4
* - style(9) improvements courtesy of bde.Sean Kelly2004-05-021-12/+18
* Teach rpcgen to generate .h files properly when the input filename containsSean Kelly2004-05-021-5/+23
* A security issue: An archive containing a symlink to anotherTim Kientzle2004-05-022-13/+71
* Style fixes, most suggested by bde.Tim Kientzle2004-05-011-24/+19
* Fix m4 to properly handle bitwise operators &, ^, and |. Fix operatorSean Kelly2004-05-011-154/+173
* m4 script to test the functionality of math operators in eval().Sean Kelly2004-05-011-0/+181
* A new version that does exponents and lots of other neat things. UpdateSean Kelly2004-05-011-59/+335
* Speed up hardlink detection by using a self-sizing hashTim Kientzle2004-04-301-30/+139
* -U is now implemented. (It's been recognized by bsdtar for a while;Tim Kientzle2004-04-291-1/+4
* Refuse to extract entries with '..' in pathname.Tim Kientzle2004-04-281-7/+40
* Remove information about specific formats; replace with aTim Kientzle2004-04-281-64/+4
* Update write.c to follow recent API changes to libarchive.Tim Kientzle2004-04-261-8/+11
* Add the bad reset statistic (corresponds to tcp_input.c rev 1.235)Mike Silbersack2004-04-261-0/+1
* Fix username/groupname cache so it returns a name thatTim Kientzle2004-04-231-0/+2
* Print fork statistics with %u as they are unsigned quantities.Tim J. Robbins2004-04-231-3/+3
* Eliminate a redundant call to archive_entry_set_pathname()Tim Kientzle2004-04-211-8/+6
* Clarify and correct some compatibility notes.Dag-Erling Smørgrav2004-04-211-9/+22
* Treat kevent(2) returning an error EINTR as the non-error it is.Brian Feldman2004-04-201-2/+3
* Allow brave souls to install bsdtar as theTim Kientzle2004-04-191-0/+5
* Handle window resizing better.Olivier Houchard2004-04-193-0/+65
* Add my birthday.Marius Strobl2004-04-181-0/+1
* Restore old value of LESSKEYFILE_SYS.Tim J. Robbins2004-04-171-1/+1
* Regenerate with less 381 configure script.Tim J. Robbins2004-04-171-117/+173
* --help is only supported if you have getopt_long().Tim Kientzle2004-04-161-0/+2
* As suggested by Julian Elischer, use a self-sizing hashTim Kientzle2004-04-154-127/+277
* Include <sys/proc.h> instead of depending on namespace pollution inBruce Evans2004-04-141-11/+9
* Include <sys/proc.h> for the definition of PS_INMEM instead ofBruce Evans2004-04-141-3/+2
* A simple cache of uid->uname lookups and gid->gname lookups eliminatesTim Kientzle2004-04-143-12/+60
* When all the links to a file have been dumped, don't forgetTim Kientzle2004-04-131-1/+3
* Eliminate a lot of malloc/free calls by usingTim Kientzle2004-04-131-4/+11
* Manpage changes suggested by Irina Liakh.Tim Kientzle2004-04-132-21/+50
* Replace ROUNDUP/ADVANCE with SA_SIZELuigi Rizzo2004-04-131-7/+1
* The .DEFAULT target with no commands caused a null pointer dereference.Ruslan Ermilov2004-04-121-1/+6
* Style fixesTim Kientzle2004-04-121-3/+2
* Document the new .warning directive.Ruslan Ermilov2004-04-121-2/+8
* Added the new .warning directive.Ruslan Ermilov2004-04-121-3/+33
* Show link-level multicast packet counters with the -a option.Ruslan Ermilov2004-04-121-2/+14
* Fixed alignment of multicast addresses when printing that gotRuslan Ermilov2004-04-121-2/+4
* Add DPADD to Makefile (thanks to Andrey for pointing this out).Tim Kientzle2004-04-125-24/+2
* Use uint instead of u_intMaksim Yevmenkin2004-04-091-10/+10
* Make sure Bluetooth stuff can be compiled on amd64Maksim Yevmenkin2004-04-091-16/+16
* Backout previous commit. It seems this comment applied to somethingMaxime Henrion2004-04-091-4/+0
* Reintroduce a comment that was wrongly removed in revision 1.34.Maxime Henrion2004-04-091-0/+4
* Improve robustness of multibyte character handling (-m option), andTim J. Robbins2004-04-091-19/+23