| Commit message (Expand) | Author | Age | Files | Lines |
| * | Output style nit. | Ruslan Ermilov | 2004-05-12 | 1 | -1/+1 |
| * | Do not attempt ro read more than sizeof(buf) from stdin. | Olivier Houchard | 2004-05-10 | 1 | -0/+2 |
| * | It was pointed out[0] that ctags(1) uses some potentially dangerous | Crist J. Clark | 2004-05-07 | 1 | -16/+45 |
| * | Use a proper protoype to declare interp() and move it to tip.h. Fix an | Stefan Farfeleder | 2004-05-06 | 2 | -2/+2 |
| * | Add --unlink and --unlink-first synonyms for -U | Tim Kientzle | 2004-05-05 | 1 | -30/+32 |
| * | Add my birthday. | Stefan Farfeleder | 2004-05-05 | 1 | -0/+1 |
| * | Contrariwise, Linux sys/stat.h doesn't define mode_t and friends, | Tim Kientzle | 2004-05-04 | 1 | -0/+1 |
| * | Include local copies of fts.c and fts.h to be used ONLY on non-FreeBSD | Tim Kientzle | 2004-05-04 | 2 | -0/+1342 |
| * | Add "-M" argument to id(1), which permits the id command to be used | Robert Watson | 2004-05-03 | 2 | -3/+46 |
| * | For portability, don't rely on libc's strmode(3). <sigh> | Tim Kientzle | 2004-05-03 | 3 | -1/+53 |
| * | Correct copy/paste error in Linux nodump support. | Tim Kientzle | 2004-05-03 | 1 | -3/+4 |
| * | Style: Use single tab after #define | Tim Kientzle | 2004-05-02 | 3 | -16/+16 |
| * | More of Juergen Lock's patches for Linux. | Tim Kientzle | 2004-05-02 | 2 | -8/+63 |
| * | More style fixes, per bde. | Tim Kientzle | 2004-05-02 | 1 | -6/+4 |
| * | - style(9) improvements courtesy of bde. | Sean Kelly | 2004-05-02 | 1 | -12/+18 |
| * | Teach rpcgen to generate .h files properly when the input filename contains | Sean Kelly | 2004-05-02 | 1 | -5/+23 |
| * | A security issue: An archive containing a symlink to another | Tim Kientzle | 2004-05-02 | 2 | -13/+71 |
| * | Style fixes, most suggested by bde. | Tim Kientzle | 2004-05-01 | 1 | -24/+19 |
| * | Fix m4 to properly handle bitwise operators &, ^, and |. Fix operator | Sean Kelly | 2004-05-01 | 1 | -154/+173 |
| * | m4 script to test the functionality of math operators in eval(). | Sean Kelly | 2004-05-01 | 1 | -0/+181 |
| * | A new version that does exponents and lots of other neat things. Update | Sean Kelly | 2004-05-01 | 1 | -59/+335 |
| * | Speed up hardlink detection by using a self-sizing hash | Tim Kientzle | 2004-04-30 | 1 | -30/+139 |
| * | -U is now implemented. (It's been recognized by bsdtar for a while; | Tim Kientzle | 2004-04-29 | 1 | -1/+4 |
| * | Refuse to extract entries with '..' in pathname. | Tim Kientzle | 2004-04-28 | 1 | -7/+40 |
| * | Remove information about specific formats; replace with a | Tim Kientzle | 2004-04-28 | 1 | -64/+4 |
| * | Update write.c to follow recent API changes to libarchive. | Tim Kientzle | 2004-04-26 | 1 | -8/+11 |
| * | Add the bad reset statistic (corresponds to tcp_input.c rev 1.235) | Mike Silbersack | 2004-04-26 | 1 | -0/+1 |
| * | Fix username/groupname cache so it returns a name that | Tim Kientzle | 2004-04-23 | 1 | -0/+2 |
| * | Print fork statistics with %u as they are unsigned quantities. | Tim J. Robbins | 2004-04-23 | 1 | -3/+3 |
| * | Eliminate a redundant call to archive_entry_set_pathname() | Tim Kientzle | 2004-04-21 | 1 | -8/+6 |
| * | Clarify and correct some compatibility notes. | Dag-Erling Smørgrav | 2004-04-21 | 1 | -9/+22 |
| * | Treat kevent(2) returning an error EINTR as the non-error it is. | Brian Feldman | 2004-04-20 | 1 | -2/+3 |
| * | Allow brave souls to install bsdtar as the | Tim Kientzle | 2004-04-19 | 1 | -0/+5 |
| * | Handle window resizing better. | Olivier Houchard | 2004-04-19 | 3 | -0/+65 |
| * | Add my birthday. | Marius Strobl | 2004-04-18 | 1 | -0/+1 |
| * | Restore old value of LESSKEYFILE_SYS. | Tim J. Robbins | 2004-04-17 | 1 | -1/+1 |
| * | Regenerate with less 381 configure script. | Tim J. Robbins | 2004-04-17 | 1 | -117/+173 |
| * | --help is only supported if you have getopt_long(). | Tim Kientzle | 2004-04-16 | 1 | -0/+2 |
| * | As suggested by Julian Elischer, use a self-sizing hash | Tim Kientzle | 2004-04-15 | 4 | -127/+277 |
| * | Include <sys/proc.h> instead of depending on namespace pollution in | Bruce Evans | 2004-04-14 | 1 | -11/+9 |
| * | Include <sys/proc.h> for the definition of PS_INMEM instead of | Bruce Evans | 2004-04-14 | 1 | -3/+2 |
| * | A simple cache of uid->uname lookups and gid->gname lookups eliminates | Tim Kientzle | 2004-04-14 | 3 | -12/+60 |
| * | When all the links to a file have been dumped, don't forget | Tim Kientzle | 2004-04-13 | 1 | -1/+3 |
| * | Eliminate a lot of malloc/free calls by using | Tim Kientzle | 2004-04-13 | 1 | -4/+11 |
| * | Manpage changes suggested by Irina Liakh. | Tim Kientzle | 2004-04-13 | 2 | -21/+50 |
| * | Replace ROUNDUP/ADVANCE with SA_SIZE | Luigi Rizzo | 2004-04-13 | 1 | -7/+1 |
| * | The .DEFAULT target with no commands caused a null pointer dereference. | Ruslan Ermilov | 2004-04-12 | 1 | -1/+6 |
| * | Style fixes | Tim Kientzle | 2004-04-12 | 1 | -3/+2 |
| * | Document the new .warning directive. | Ruslan Ermilov | 2004-04-12 | 1 | -2/+8 |
| * | Added the new .warning directive. | Ruslan Ermilov | 2004-04-12 | 1 | -3/+33 |