summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Output style nit.ru2004-05-121-1/+1
* Do not attempt ro read more than sizeof(buf) from stdin.cognet2004-05-101-0/+2
* It was pointed out[0] that ctags(1) uses some potentially dangerouscjc2004-05-071-16/+45
* Use a proper protoype to declare interp() and move it to tip.h. Fix anstefanf2004-05-062-2/+2
* Add --unlink and --unlink-first synonyms for -Ukientzle2004-05-051-30/+32
* Add my birthday.stefanf2004-05-051-0/+1
* Contrariwise, Linux sys/stat.h doesn't define mode_t and friends,kientzle2004-05-041-0/+1
* Include local copies of fts.c and fts.h to be used ONLY on non-FreeBSDkientzle2004-05-042-0/+1342
* Add "-M" argument to id(1), which permits the id command to be usedrwatson2004-05-032-3/+46
* For portability, don't rely on libc's strmode(3). <sigh>kientzle2004-05-033-1/+53
* Correct copy/paste error in Linux nodump support.kientzle2004-05-031-3/+4
* Style: Use single tab after #definekientzle2004-05-023-16/+16
* More of Juergen Lock's patches for Linux.kientzle2004-05-022-8/+63
* More style fixes, per bde.kientzle2004-05-021-6/+4
* - style(9) improvements courtesy of bde.smkelly2004-05-021-12/+18
* Teach rpcgen to generate .h files properly when the input filename containssmkelly2004-05-021-5/+23
* A security issue: An archive containing a symlink to anotherkientzle2004-05-022-13/+71
* Style fixes, most suggested by bde.kientzle2004-05-011-24/+19
* Fix m4 to properly handle bitwise operators &, ^, and |. Fix operatorsmkelly2004-05-011-154/+173
* m4 script to test the functionality of math operators in eval().smkelly2004-05-011-0/+181
* A new version that does exponents and lots of other neat things. Updatesmkelly2004-05-011-59/+335
* Speed up hardlink detection by using a self-sizing hashkientzle2004-04-301-32/+141
* -U is now implemented. (It's been recognized by bsdtar for a while;kientzle2004-04-291-1/+4
* Refuse to extract entries with '..' in pathname.kientzle2004-04-281-7/+40
* Remove information about specific formats; replace with akientzle2004-04-281-64/+4
* 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
OpenPOWER on IntegriCloud