| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | - Add a new 'j' switch and runtime option to toggle display jail id for | rafan | 2007-04-17 | 1 | -10/+47 |
* | In libarchive: Downgrade ARCHIVE_FATAL and ARCHIVE_FAILED errors which | cperciva | 2007-04-16 | 1 | -9/+8 |
* | Use proper type cast for ctype macro | ache | 2007-04-14 | 1 | -1/+1 |
* | - Add new 'a' switch and runtime option that allows 'top' to display process | stas | 2007-04-14 | 1 | -3/+70 |
* | Portability. | kientzle | 2007-04-13 | 1 | -0/+2 |
* | In .error and .warning, prefer command-line variables | ru | 2007-04-12 | 1 | -1/+1 |
* | Restore the ".Sh BUGS" line that was accidentally removed | ru | 2007-04-12 | 1 | -0/+1 |
* | Make it easier to support more platforms. | kientzle | 2007-04-12 | 2 | -8/+7 |
* | Remove irrelevant comment about T/TCP in BUGS. | des | 2007-04-11 | 1 | -8/+0 |
* | Remove -T from getopt() spec and usage string. | des | 2007-04-11 | 1 | -2/+2 |
* | Bump Dd. | des | 2007-04-11 | 1 | -1/+1 |
* | Remove T/TCP support, and the -T option which was needed to disable it. | des | 2007-04-11 | 4 | -16/+3 |
* | Eliminate memory leak from an accidental malloc(). | emaste | 2007-04-10 | 1 | -1/+0 |
* | Update to match revision 1.23 of touch.c. | grog | 2007-04-10 | 1 | -36/+18 |