summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
...
* | Sync manpage's synopsis with program's usage().ru2008-12-131-6/+6
* | Apply the same defaults to https as to http.des2008-12-111-2/+3
* | Add strndup(3) prototype to string.h.kib2008-12-081-1/+1
* | Add a -L option to wc(1), for finger compatibility with the GNUkeramida2008-12-062-11/+60
* | bsdtar is synced up with 2.5.903akientzle2008-12-061-1/+1
* | bsdtar always supports long options now, so we can removekientzle2008-12-061-2/+2
* | Only use GCC-specific __dead2 marker when building with GCC.kientzle2008-12-062-1/+11
* | Custom command line parser for cpio; this is a little morekientzle2008-12-065-119/+198
* | Make the GCC-specific __dead2 markers conditional on whetherkientzle2008-12-062-1/+9
* | Update format string for kve_start/end.peter2008-12-021-2/+3
* | Merge user/peter/kinfo branch as of r185547 into head.peter2008-12-023-64/+16
|\ \
| * | Use libutil wrapper for kinfo_get{file|vmmap}()peter2008-12-013-64/+16
* | | Format the output of -itv for real. In particular:kientzle2008-11-293-13/+225
* | | When deciding which characters (of a filename, for instance)kientzle2008-11-292-49/+119
* | | MFp4:bz2008-11-292-13/+23
|/ /
* | Fix a printing problem when using the -L flag to netstat causedgnn2008-11-281-13/+16
* | After visiting a subdirectory, we use chdir("..") orkientzle2008-11-273-19/+57
* | If we're unable to chdir() to a directory that we know exists,kientzle2008-11-271-1/+3
* | Use strlcpy() where appropriate.delphij2008-11-191-4/+2
* | ANSIfy the wwend function.rdivacky2008-11-181-1/+2
* | Add myselfpho2008-11-181-0/+1
* | Update ZFS from version 6 to 13 and bring some FreeBSD-specific changes.pjd2008-11-171-35/+20
* | Fix the code to conform to the "or more" part of the following POSIXdds2008-11-111-1/+1
* | Include more detailed explanation of this case, since it's prettykientzle2008-11-101-5/+34
* | Test --strip-components and fix it to actually work. Jaakko did akientzle2008-11-103-16/+116
* | Add workaround for a back reference when no correspondinghrs2008-11-091-0/+8
* | New command-line parser for bsdtar.kientzle2008-11-086-356/+455
* | Restore (intmax_t) casts I lost during the last change & unbreak the build.mlaier2008-11-061-4/+6
* | Add two new options to du(1):mlaier2008-11-062-35/+85
* | Merge latest DTrace changes from Perforce.rodrigc2008-11-051-0/+1
* | When comparing, cast to the larger size, off_t in this case.kientzle2008-11-051-1/+1
* | Fix compile warnings building on amd64. This is modified slightlykientzle2008-11-051-4/+5
* | Declare functions and variables static and save a few byte. This is amlaier2008-11-041-9/+9
* | style(9): mostly avoiding line wrap by not indenting cases. No obj change.mlaier2008-11-041-114/+121
* | Fix comment typo that managed to sneak in when I copy pasted somekeramida2008-11-041-1/+1
* | Repeat vmstat header after window.rows instead of a hardcoded 20.keramida2008-11-041-9/+69
|/
* Use strlcpy() when we mean it.delphij2008-10-172-6/+3
* Free old arrays if we increase them.phk2008-10-161-0/+1
* Make ministat(1) vastly faster on huge datasets.phk2008-10-162-51/+36
* ANSIfy, plus constify interfaces where possible.delphij2008-10-134-115/+50
* Use strlcpy() instead of strncpy() when we want the string to bedelphij2008-10-131-3/+2
* Make the CPU column in top always be 2 characters and print in decimaljhb2008-10-011-3/+3
* Since in some cases (when found obsolete) 'make' can be builded earlierache2008-09-291-1/+6
* Support for CPU sets is going to appear in 7.1 before 8.0.jhb2008-09-291-1/+1
* Add back ar(1) which was accidentally decoupled in r183242.marius2008-09-241-0/+1
* add new build knobs and jigger some existing controls to improvesam2008-09-214-32/+95
* Fix build.kaiw2008-09-211-0/+2
* Add support for option "-M", which is used to operate ar(1) in akaiw2008-09-206-47/+864
* Clean up flags support just a tad: FreeBSD support depends onkientzle2008-09-142-28/+30
* Test handling of restores relative to symlinks.kientzle2008-09-142-0/+173
OpenPOWER on IntegriCloud