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