aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Fix vmstat -M after r263620 renamed 'cnt' to 'vm_cnt'.Bryan Drewery2014-07-111-1/+11
* Make this compile on older FreeBSD versions that don't haveMarcel Moolenaar2014-07-111-0/+3
* Fix a couple of style nits.Ed Schouten2014-07-101-4/+3
* Don't use auto, as we also need to support GCC 4.2.Ed Schouten2014-07-101-1/+1
* Let users(1) use an std::set, instead of std::{vector,sort,unique}.Ed Schouten2014-07-101-14/+11
* Reimplements users(1) in C++.Pietro Cerutti2014-07-102-65/+26
* Update to bmake-20140620Simon J. Gerraty2014-07-082-4/+14
|\
* | Make synopsis version of -3 flag match other uses in the page.Warren Block2014-07-081-1/+2
* | Remove ia64.Marcel Moolenaar2014-07-078-425/+1
* | Dominion Day became Canada Day in 1982, update the holiday calendar.Gavin Atkinson2014-07-051-1/+1
* | units(1): Clean upEitan Adler2014-07-051-18/+14
* | units(1): Convert units.lib to use '#' instead of '/'.Eitan Adler2014-07-051-31/+31
* | units: Support start of line comments with '#'Eitan Adler2014-07-052-2/+2
* | units(1): Add 'terse' supportEitan Adler2014-07-052-11/+24
* | units(1): Add 'help' flagEitan Adler2014-07-042-2/+8
* | units(1): Fix man pageEitan Adler2014-07-041-3/+5
* | units(1): add long optionsEitan Adler2014-07-042-7/+17
* | Document the -y option as a unit test option.Marcel Moolenaar2014-07-042-2/+15
* | look: implement long optionsEitan Adler2014-07-042-5/+16
* | Add VHD support to mkimg(1). VHD is used by Xen and Microsoft's Hyper-VMarcel Moolenaar2014-07-039-14/+364
* | More sed(1) usage fixing: the extension -i is not optional.Pedro F. Giffuni2014-07-031-1/+1
* | Fix sed(1) usage: the extension -i is not an optional.Pedro F. Giffuni2014-07-021-1/+1
* | vtfontcvt: correct width calculation (.hex files and commandline)Ed Maste2014-07-021-8/+13
* | Add a ful stop after FreeBSD's version in the history section.Marcel Moolenaar2014-07-021-2/+2
* | Add documentation for svnlite.Eitan Adler2014-07-021-2/+4
* | Prepare for merging to stable/10: update the history section.Marcel Moolenaar2014-07-021-3/+3
* | Rename the WITHOUT_VT_SUPPORT knob to WITHOUT_VTEd Maste2014-06-301-1/+1
* | MFV r267843: update file/libmagic to 5.19.Xin LI2014-06-261-1/+2
|\ \
* | | Correct buffer size.Xin LI2014-06-261-1/+1
* | | Use correct length for buffer.Xin LI2014-06-251-1/+1
* | | Introduce $RA_SERVER to set default whois server.Hajimu UMEMOTO2014-06-251-4/+6
* | | Remove csup(1) and its associated cpasswd(1) tool.Gavin Atkinson2014-06-2563-20672/+0
* | | use .Mt to mark up email addresses consistently (part3)Baptiste Daroussin2014-06-2343-65/+64
* | | Drop ifdef nonsense: just use setvbuf(3).Pedro F. Giffuni2014-06-211-9/+3
* | | Fix a bug in bsdgrep(1) where patterns are not correctlyGlen Barber2014-06-201-1/+1
* | | Add -u (unbuffered output) after GNU sed.Pedro F. Giffuni2014-06-202-6/+19
* | | Cap the percent CPU of individual threads at 100% to fix some of theJohn Baldwin2014-06-201-0/+2
* | | Don't dump core when the ELF file has no section headers. The ELFMarcel Moolenaar2014-06-191-9/+24
* | | Rename a variable; no functional changes.Edward Tomasz Napierala2014-06-181-16/+16
* | | Add "iscsictl -M", which allows one to change session parametersEdward Tomasz Napierala2014-06-182-9/+155
* | | Add a stub send-pr that simply points people towards the online supportGavin Atkinson2014-06-173-0/+17
* | | patch: add dry-run alias for compatibility with other implementations.Pedro F. Giffuni2014-06-152-2/+3
* | | Fix date.Joel Dahl2014-06-151-1/+1
* | | patch: unsign the line length to avoid overflows.Pedro F. Giffuni2014-06-153-11/+15
* | | patch: cleanup some unnecessary cruft.Pedro F. Giffuni2014-06-141-16/+7
* | | Added:Stephen Hurd2014-06-141-0/+1
* | | - Make invalids variable local to do_conv such that it prints the numberTijl Coosemans2014-06-131-13/+14
* | | Avoid zeroing during allocation.Pedro F. Giffuni2014-06-122-22/+11
* | | Add myself to the calendarRodrigo Osorio2014-06-121-0/+1
* | | Avoid leaking file pointer on errorEd Maste2014-06-111-2/+9