summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Backout revisions 1.16-1.14.dds2007-05-142-59/+7
* 'netstat -A -p tcp' doesn't print the Socket but the Tcpcb pointer in theandre2007-05-131-1/+1
* Replace rev. 1.9 with patch from OpenBSD.pav2007-05-121-3/+3
* Fix crash when using 'du' capability: NULL return of strpbrk was not handledpav2007-05-121-2/+2
* Expand documentation of -f optionpav2007-05-121-1/+8
* Set the program return value non-zero if we enounterkientzle2007-05-081-0/+1
* Cast to intmax_t to print tv_sec in struct timeval.dwmalone2007-05-072-16/+19
* Use [u]intmax_t to printf unknown integer types.dwmalone2007-05-071-36/+31
* Make logmsg take const char * arguments.dwmalone2007-05-072-3/+5
* ANSIfy function definitions.dwmalone2007-05-076-41/+22
* Fix some warnings by making things const, adding missing headers,dwmalone2007-05-073-5/+6
* Initialise variable size so that reading stdin works deterministically.dwmalone2007-05-032-2/+5
* Add myselfbenjsc2007-05-031-0/+1
* If lstat(2) fails, have bsdtar return a non-zero exit code if thecperciva2007-05-031-0/+10
* Back out all POSIXified *env() changes.ache2007-05-015-13/+12
* limits calls setenv("name=value", "value", 1); which violates POSIX:ache2007-04-301-2/+2
* env calls setenv("name=value", "value", 1); which violates POSIX:ache2007-04-301-3/+3
* Slightly tune previous fix: free memory if !exportache2007-04-301-2/+2
* Prepare for upcoming POSIXed putenv() rewrite:ache2007-04-301-2/+3
* Prepare for upcoming POSIXed putenv() rewrite:ache2007-04-301-1/+1
* o Fill the list of icmp types; make its size depend on ICMP_MAXTYPE.maxim2007-04-301-20/+50
* Eliminate error with -W* strict flags and make putenv() calls conforming toache2007-04-301-3/+3
* Change the date for Daylight Savings in the US.dwmalone2007-04-291-2/+2
* Add some more examples. It always takes me a long time to find the Sbrian2007-04-271-2/+27
* - Added entry for Marcelo S. Araujo.araujo2007-04-271-0/+1
* add myself.nemoliu2007-04-251-0/+1
* Insert explicit space between the output fields to prevent themyar2007-04-231-3/+3
* Don't forget to bump document date after changing the content.yar2007-04-211-1/+1
* Change the semantics of -i (in-place editing) so that it treatsyar2007-04-214-11/+83
* Improve logging when -dm is specified: if the node is consideredfjoe2007-04-203-8/+7
* When remaking makefiles check that mtime has actually changed.fjoe2007-04-201-3/+14
* Change the export option from -w (write) to -X.dds2007-04-182-15/+15
* Complain on write errors.dds2007-04-181-2/+6
* Add export capability through the new -w flag.dds2007-04-182-7/+57
* Ignore trailing '/' when comparing pathnames, so thatkientzle2007-04-181-3/+26
* When testing basic functionality, strip trailing '/' fromkientzle2007-04-181-3/+3
* - Add a new 'j' switch and runtime option to toggle display jail id forrafan2007-04-171-10/+47
* In libarchive: Downgrade ARCHIVE_FATAL and ARCHIVE_FAILED errors whichcperciva2007-04-161-9/+8
* Use proper type cast for ctype macroache2007-04-141-1/+1
* - Add new 'a' switch and runtime option that allows 'top' to display processstas2007-04-141-3/+70
* Portability.kientzle2007-04-131-0/+2
* In .error and .warning, prefer command-line variablesru2007-04-121-1/+1
* Restore the ".Sh BUGS" line that was accidentally removedru2007-04-121-0/+1
* Make it easier to support more platforms.kientzle2007-04-122-8/+7
* Remove irrelevant comment about T/TCP in BUGS.des2007-04-111-8/+0
* Remove -T from getopt() spec and usage string.des2007-04-111-2/+2
* Bump Dd.des2007-04-111-1/+1
* Remove T/TCP support, and the -T option which was needed to disable it.des2007-04-114-16/+3
* Eliminate memory leak from an accidental malloc().emaste2007-04-101-1/+0
* Update to match revision 1.23 of touch.c.grog2007-04-101-36/+18
OpenPOWER on IntegriCloud