aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* patch(1): give /dev/null patches special treatmentKyle Evans2019-11-046-16/+184
* truss: centralize pointer-constructing casts.Brooks Davis2019-10-311-107/+104
* Fix column title alignment.Edward Tomasz Napierala2019-10-291-3/+3
* Grammar fix.Jeremie Le Hen2019-10-281-1/+1
* dtc: Allow multiple dts-v1 tagEmmanuel Vadot2019-10-261-2/+2
* exit requires stdlib.h to be included to use.Warner Losh2019-10-231-0/+1
* Correct spelling, apply appropriate respect.Greg Lehey2019-10-231-1/+1
* Add the fstat -s option to display socket information.Jeremie Le Hen2019-10-192-7/+95
* Remove IS_INADDR_ANY().Jeremie Le Hen2019-10-191-2/+1
* Improve the way we calculate variance to reduce the rounding errorsPoul-Henning Kamp2019-10-181-22/+39
* Ensure lld respects the WITH/WITHOUT_SHARED_TOOLCHAIN optionDimitry Andric2019-10-161-0/+4
* rpcgen: make compiler arglist allocation dynamicBrooks Davis2019-10-151-31/+30
* Add myself (samm) to calendar.freebsdOleksii Samorukov2019-10-131-0/+1
* gcore: Add powerpc64 32-bit gcore supportJustin Hibbits2019-10-112-1/+15
* gcore: Add aarch64 32-bit core supportJustin Hibbits2019-10-112-2/+12
* Add a missing macro for the previous commit (IS_INADDR_ANY()).Jeremie Le Hen2019-10-091-0/+1
* Use inet_ntop(3) instead of inet_ntoa(3) for AF_INET socket details.Jeremie Le Hen2019-10-091-2/+7
* Merge ^/head r353316 through r353350.Dimitry Andric2019-10-091-1/+1
|\
| * Fix various -Wpointer-compare warningsBrooks Davis2019-10-081-1/+1
* | Merge ^/head r352764 through r353315.Dimitry Andric2019-10-087-28/+54
|\|
| * tftp: fix two minor Coverity CIDsAlan Somers2019-10-031-1/+2
| * Restore description of packets dropped due to full reassembly queue.John Baldwin2019-10-031-2/+2
| * Fix a typo in a comment.John Baldwin2019-10-031-1/+1
| * clang: use -mxgot for 32-bit mipsKyle Evans2019-10-021-0/+5
| * Revert r352953: Convert pnmatch to single element array in regexec callsAlexander Kabaev2019-10-022-11/+11
| * Convert pnmatch to single element array in regexec callsAlexander Kabaev2019-10-022-11/+11
| * Capsicumize nm(1).Mark Johnston2019-09-301-0/+6
| * Allow entering fractional delays in top(1) interactive mode.Dimitry Andric2019-09-271-4/+14
| * Make fractional delays for top(1) work for interactive mode.Dimitry Andric2019-09-272-24/+28
| * Correct the final argument name in the top(1) manpage.Dimitry Andric2019-09-271-1/+1
* | Merge ^/head r352587 through r352763.Dimitry Andric2019-09-265-39/+66
|\|
| * Add an shm_rename syscallDavid Bright2019-09-261-0/+2
| * bspatch: add integer overflow checksEd Maste2019-09-261-9/+26
| * sysent: regenerate after r352705Kyle Evans2019-09-251-1/+3
| * bsdgrep(1): various fixes of empty pattern/exit code/-c behaviorKyle Evans2019-09-252-29/+35
* | Merge ^/head r352537 through r352586.Dimitry Andric2019-09-217-35/+26
|\|
| * jot.1: Explain default argument values more preciselyMateusz Piotrowski2019-09-211-5/+7
| * Impove wording and move descriptions aboutHiroki Sato2019-09-211-5/+10
| * Add a workaround for servers which respond RPC_PROGNOTREGISTEREDHiroki Sato2019-09-211-1/+1
| * top(1): support multibyte characters in command names (ARGV array)Daichi GOTO2019-09-205-29/+13
* | Merge ^/head r352436 through r352536.Dimitry Andric2019-09-192-0/+73
|\|
| * truss: decode sysctl names.Konstantin Belousov2019-09-182-0/+73
* | Merge ^/head r352319 through r352435.Dimitry Andric2019-09-171-0/+1
|\|
| * Add myself (dmgk) to calendar.freebsdDmitri Goutnik2019-09-161-0/+1
* | Merge ^/head r352105 through r352307.Dimitry Andric2019-09-1331-2685/+667
|\|
| * Remove remnant from the pre LIBADD eraBaptiste Daroussin2019-09-131-1/+0
| * locale: initialize variables to make gcc happyYuri Pankov2019-09-111-1/+1
| * locale: more output fixesYuri Pankov2019-09-1110-142/+286
| * locale: handle day, abday, mon, abmon, am_pm keywordsYuri Pankov2019-09-108-133/+472
| * Remove mklocale(1) and colldef(1) which are deprecated since FreeBSD 11Baptiste Daroussin2019-09-1014-2498/+0