| Commit message (Expand) | Author | Age | Files | Lines |
* | Contrariwise, Linux sys/stat.h doesn't define mode_t and friends, | kientzle | 2004-05-04 | 1 | -0/+1 |
* | Include local copies of fts.c and fts.h to be used ONLY on non-FreeBSD | kientzle | 2004-05-04 | 2 | -0/+1342 |
* | Add "-M" argument to id(1), which permits the id command to be used | rwatson | 2004-05-03 | 2 | -3/+46 |
* | For portability, don't rely on libc's strmode(3). <sigh> | kientzle | 2004-05-03 | 3 | -1/+53 |
* | Correct copy/paste error in Linux nodump support. | kientzle | 2004-05-03 | 1 | -3/+4 |
* | Style: Use single tab after #define | kientzle | 2004-05-02 | 3 | -16/+16 |
* | More of Juergen Lock's patches for Linux. | kientzle | 2004-05-02 | 2 | -8/+63 |
* | More style fixes, per bde. | kientzle | 2004-05-02 | 1 | -6/+4 |
* | - style(9) improvements courtesy of bde. | smkelly | 2004-05-02 | 1 | -12/+18 |
* | Teach rpcgen to generate .h files properly when the input filename contains | smkelly | 2004-05-02 | 1 | -5/+23 |
* | A security issue: An archive containing a symlink to another | kientzle | 2004-05-02 | 2 | -13/+71 |
* | Style fixes, most suggested by bde. | kientzle | 2004-05-01 | 1 | -24/+19 |
* | Fix m4 to properly handle bitwise operators &, ^, and |. Fix operator | smkelly | 2004-05-01 | 1 | -154/+173 |
* | m4 script to test the functionality of math operators in eval(). | smkelly | 2004-05-01 | 1 | -0/+181 |
* | A new version that does exponents and lots of other neat things. Update | smkelly | 2004-05-01 | 1 | -59/+335 |
* | Speed up hardlink detection by using a self-sizing hash | kientzle | 2004-04-30 | 1 | -32/+141 |
* | -U is now implemented. (It's been recognized by bsdtar for a while; | kientzle | 2004-04-29 | 1 | -1/+4 |
* | Refuse to extract entries with '..' in pathname. | kientzle | 2004-04-28 | 1 | -7/+40 |
* | Remove information about specific formats; replace with a | kientzle | 2004-04-28 | 1 | -64/+4 |
* | Update write.c to follow recent API changes to libarchive. | kientzle | 2004-04-26 | 1 | -8/+11 |
* | Add the bad reset statistic (corresponds to tcp_input.c rev 1.235) | silby | 2004-04-26 | 1 | -0/+1 |
* | Fix username/groupname cache so it returns a name that | kientzle | 2004-04-23 | 1 | -0/+2 |
* | Print fork statistics with %u as they are unsigned quantities. | tjr | 2004-04-23 | 1 | -3/+3 |
* | Eliminate a redundant call to archive_entry_set_pathname() | kientzle | 2004-04-21 | 1 | -8/+6 |
* | Clarify and correct some compatibility notes. | des | 2004-04-21 | 1 | -9/+22 |
* | Treat kevent(2) returning an error EINTR as the non-error it is. | green | 2004-04-20 | 1 | -2/+3 |
* | Allow brave souls to install bsdtar as the | kientzle | 2004-04-19 | 1 | -0/+5 |
* | Handle window resizing better. | cognet | 2004-04-19 | 3 | -0/+65 |
* | Add my birthday. | marius | 2004-04-18 | 1 | -0/+1 |
* | Restore old value of LESSKEYFILE_SYS. | tjr | 2004-04-17 | 1 | -1/+1 |
* | Regenerate with less 381 configure script. | tjr | 2004-04-17 | 1 | -117/+173 |
* | --help is only supported if you have getopt_long(). | kientzle | 2004-04-16 | 1 | -0/+2 |
* | As suggested by Julian Elischer, use a self-sizing hash | kientzle | 2004-04-15 | 4 | -129/+279 |
* | Include <sys/proc.h> instead of depending on namespace pollution in | bde | 2004-04-14 | 1 | -11/+9 |
* | Include <sys/proc.h> for the definition of PS_INMEM instead of | bde | 2004-04-14 | 1 | -3/+2 |
* | A simple cache of uid->uname lookups and gid->gname lookups eliminates | kientzle | 2004-04-14 | 3 | -12/+60 |
* | When all the links to a file have been dumped, don't forget | kientzle | 2004-04-13 | 1 | -1/+3 |
* | Eliminate a lot of malloc/free calls by using | kientzle | 2004-04-13 | 1 | -4/+11 |
* | Manpage changes suggested by Irina Liakh. | kientzle | 2004-04-13 | 2 | -21/+50 |
* | Replace ROUNDUP/ADVANCE with SA_SIZE | luigi | 2004-04-13 | 1 | -7/+1 |
* | The .DEFAULT target with no commands caused a null pointer dereference. | ru | 2004-04-12 | 1 | -1/+6 |
* | Style fixes | kientzle | 2004-04-12 | 1 | -3/+2 |
* | Document the new .warning directive. | ru | 2004-04-12 | 1 | -2/+8 |
* | Added the new .warning directive. | ru | 2004-04-12 | 1 | -3/+33 |
* | Show link-level multicast packet counters with the -a option. | ru | 2004-04-12 | 1 | -2/+14 |
* | Fixed alignment of multicast addresses when printing that got | ru | 2004-04-12 | 1 | -2/+4 |
* | Add DPADD to Makefile (thanks to Andrey for pointing this out). | kientzle | 2004-04-12 | 5 | -24/+2 |
* | Use uint instead of u_int | emax | 2004-04-09 | 1 | -10/+10 |
* | Make sure Bluetooth stuff can be compiled on amd64 | emax | 2004-04-09 | 1 | -16/+16 |
* | Backout previous commit. It seems this comment applied to something | mux | 2004-04-09 | 1 | -4/+0 |