| Commit message (Expand) | Author | Age | Files | Lines |
* | bsdtar 2.2.3: | kientzle | 2007-05-29 | 6 | -20/+39 |
* | Add a '-k' flag which is similar with its bzip2(1) counterpart, | delphij | 2007-05-28 | 2 | -4/+15 |
* | Update for the 4.21 import (manuals didn't change). | ru | 2007-05-25 | 2 | -2/+2 |
* | FreeBSD has <limits.h>. | obrien | 2007-05-24 | 1 | -0/+3 |
* | Update for the 'file' 4.21 import. | obrien | 2007-05-24 | 1 | -1/+1 |
* | Fix handling of filenames containing whitespace. | le | 2007-05-24 | 1 | -3/+3 |
* | Update for the 'file' 4.19 import. | obrien | 2007-05-24 | 1 | -1/+10 |
* | Don't want a stray systrace_args.c in objdir. | ru | 2007-05-22 | 2 | -2/+6 |
* | Increase precision of time values in the process accounting | dds | 2007-05-22 | 3 | -67/+260 |
* | Remove duplicate ' 2' manpage section number. | keramida | 2007-05-21 | 1 | -1/+1 |
* | Mention the formats supported by bsdtar; include an | kientzle | 2007-05-20 | 1 | -0/+6 |
* | Fix typo. | jmallett | 2007-05-17 | 1 | -1/+1 |
* | o) Correct for missing whitespace. | jmallett | 2007-05-17 | 1 | -4/+4 |
* | Fix confusing misindentation of a closing-brace. (It goes with the switch, not | jmallett | 2007-05-17 | 1 | -1/+1 |
* | Backout revisions 1.16-1.14. | dds | 2007-05-14 | 2 | -59/+7 |
* | 'netstat -A -p tcp' doesn't print the Socket but the Tcpcb pointer in the | andre | 2007-05-13 | 1 | -1/+1 |
* | Replace rev. 1.9 with patch from OpenBSD. | pav | 2007-05-12 | 1 | -3/+3 |
* | Fix crash when using 'du' capability: NULL return of strpbrk was not handled | pav | 2007-05-12 | 1 | -2/+2 |
* | Expand documentation of -f option | pav | 2007-05-12 | 1 | -1/+8 |
* | Set the program return value non-zero if we enounter | kientzle | 2007-05-08 | 1 | -0/+1 |
* | Cast to intmax_t to print tv_sec in struct timeval. | dwmalone | 2007-05-07 | 2 | -16/+19 |
* | Use [u]intmax_t to printf unknown integer types. | dwmalone | 2007-05-07 | 1 | -36/+31 |
* | Make logmsg take const char * arguments. | dwmalone | 2007-05-07 | 2 | -3/+5 |
* | ANSIfy function definitions. | dwmalone | 2007-05-07 | 6 | -41/+22 |
* | Fix some warnings by making things const, adding missing headers, | dwmalone | 2007-05-07 | 3 | -5/+6 |
* | Initialise variable size so that reading stdin works deterministically. | dwmalone | 2007-05-03 | 2 | -2/+5 |
* | Add myself | benjsc | 2007-05-03 | 1 | -0/+1 |
* | If lstat(2) fails, have bsdtar return a non-zero exit code if the | cperciva | 2007-05-03 | 1 | -0/+10 |
* | Back out all POSIXified *env() changes. | ache | 2007-05-01 | 5 | -13/+12 |
* | limits calls setenv("name=value", "value", 1); which violates POSIX: | ache | 2007-04-30 | 1 | -2/+2 |
* | env calls setenv("name=value", "value", 1); which violates POSIX: | ache | 2007-04-30 | 1 | -3/+3 |
* | Slightly tune previous fix: free memory if !export | ache | 2007-04-30 | 1 | -2/+2 |
* | Prepare for upcoming POSIXed putenv() rewrite: | ache | 2007-04-30 | 1 | -2/+3 |
* | Prepare for upcoming POSIXed putenv() rewrite: | ache | 2007-04-30 | 1 | -1/+1 |
* | o Fill the list of icmp types; make its size depend on ICMP_MAXTYPE. | maxim | 2007-04-30 | 1 | -20/+50 |
* | Eliminate error with -W* strict flags and make putenv() calls conforming to | ache | 2007-04-30 | 1 | -3/+3 |
* | Change the date for Daylight Savings in the US. | dwmalone | 2007-04-29 | 1 | -2/+2 |
* | Add some more examples. It always takes me a long time to find the S | brian | 2007-04-27 | 1 | -2/+27 |
* | - Added entry for Marcelo S. Araujo. | araujo | 2007-04-27 | 1 | -0/+1 |
* | add myself. | nemoliu | 2007-04-25 | 1 | -0/+1 |
* | Insert explicit space between the output fields to prevent them | yar | 2007-04-23 | 1 | -3/+3 |
* | Don't forget to bump document date after changing the content. | yar | 2007-04-21 | 1 | -1/+1 |
* | Change the semantics of -i (in-place editing) so that it treats | yar | 2007-04-21 | 4 | -11/+83 |
* | Improve logging when -dm is specified: if the node is considered | fjoe | 2007-04-20 | 3 | -8/+7 |
* | When remaking makefiles check that mtime has actually changed. | fjoe | 2007-04-20 | 1 | -3/+14 |
* | Change the export option from -w (write) to -X. | dds | 2007-04-18 | 2 | -15/+15 |
* | Complain on write errors. | dds | 2007-04-18 | 1 | -2/+6 |
* | Add export capability through the new -w flag. | dds | 2007-04-18 | 2 | -7/+57 |
* | Ignore trailing '/' when comparing pathnames, so that | kientzle | 2007-04-18 | 1 | -3/+26 |
* | When testing basic functionality, strip trailing '/' from | kientzle | 2007-04-18 | 1 | -3/+3 |