aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Update my calendar entry to be more specific now that UTF8 turns out to be fineMateusz Guzik2018-03-191-1/+1
* Use full month in dpv(3), figpar(3), and bsdconfig(8) manualsDevin Teske2018-03-141-1/+1
* Add myself (fernape) to calendar.freebsdFernando ApesteguĂ­a2018-03-111-0/+1
* Make iscsictl(1) display "Disabled" status for disabled sessions.Edward Tomasz Napierala2018-03-101-1/+2
* tftpd: Flush files as soon as they are fully receivedAlan Somers2018-03-091-1/+0
* calendars: update Judaic calendar to 2018+Eitan Adler2018-03-081-677/+807
* Fix build post r330299Brooks Davis2018-03-021-0/+1
* Don't declare union semun in userspace unless _WANT_SEMUN is defined.Brooks Davis2018-03-021-1/+1
* Update to bmake-201802222Simon J. Gerraty2018-03-023-6/+10
|\
* | seq(1): Consistently include 'last' for non-integersConrad Meyer2018-02-274-19/+89
* | .Xr rctl(8) and cpuset(1).Edward Tomasz Napierala2018-02-262-3/+5
* | ministat: disallow negative variance / nan StddevEd Maste2018-02-211-0/+6
* | tail: fix "tail -r" for piped input that begins with '\n'Alan Somers2018-02-192-2/+49
* | Follow r329348 in ipcs for getting rid of the requirement to include SysV IPCLi-Wen Hsu2018-02-162-6/+8
* | Get rid of the requirement to include SysV IPC headers with _KERNELBrooks Davis2018-02-162-6/+7
* | Make lock(1) use PAM. This makes the -p option work again. (Well, kind of,Edward Tomasz Napierala2018-02-112-17/+38
* | Fix uninitialized warning, and work around a bug in gcc over clobberingJustin Hibbits2018-02-101-2/+2
* | Promote llvm-cov to a standalone optionEd Maste2018-02-101-2/+4
* | tftp(1): Clean up leading and trailing whitespaceConrad Meyer2018-02-091-6/+6
* | tftp(1): Fix libedit state corruption involving signalsConrad Meyer2018-02-091-21/+29
* | Temporarily widen count for interrupt rate calculations on 32-bit archsJustin Hibbits2018-02-081-1/+1
* | ld.lld.1: explain long options may use one or two dashesEd Maste2018-02-081-0/+11
* | Update ld.lld.1 based on the version committed upstreamEd Maste2018-02-071-35/+172
* | Fix the WITH_SORT_THREADS build.Mark Johnston2018-02-071-12/+12
* | Fix broken SPDX comment in usr.bin/lex/initparse.cAlex Richardson2018-02-071-1/+1
* | Allow compiling usr.bin/find on Linux and MacAlex Richardson2018-02-066-1/+62
* | ld.lld.1: miscellaneous style improvementsEd Maste2018-02-021-4/+4
* | dtc(1): Revert WARNS change from r328173Kyle Evans2018-01-311-0/+2
* | nfsstat: Add libxo outputEmmanuel Vadot2018-01-303-597/+479
* | awk(1): Don't install tests at allKyle Evans2018-01-291-1/+1
* | fortune(6): Fix gcc80 -Wbool-operation warnings.Pedro F. Giffuni2018-01-271-9/+9
* | time(1): use clock_gettime(2) instead of gettimeofday(2)Alan Somers2018-01-241-17/+21
* | MFV r328323,328324:Martin Matuska2018-01-241-0/+1
* | m4: add annotations to various functionsEitan Adler2018-01-241-5/+5
* | Don't escape '?'s in protocol output.Brooks Davis2018-01-231-3/+3
* | sockstat: add break that was forgot in 328279Emmanuel Vadot2018-01-231-0/+1
* | sockstat: Add -q option to suppress the header lineEmmanuel Vadot2018-01-232-14/+21
* | limits(1): fix always true conditionEitan Adler2018-01-211-1/+1
* | limits(1): add missing breakEitan Adler2018-01-201-0/+1
* | Silence the gcc warning: 'op' may be used uninitialized in this functionLi-Wen Hsu2018-01-201-0/+2
* | od(1): Fix mis-patch from r328188Kyle Evans2018-01-201-45/+0
* | od(1): Fix wrong output for some corner cases in multibyte locales.Kyle Evans2018-01-205-2/+115
* | dtc(1): Update to upstream ea3c233Kyle Evans2018-01-197-80/+439
* | Update various statements in vmstat(8) to match reality.John Baldwin2018-01-181-20/+25
* | Add missing assignment to make sure non-first cmsgs are handled as such.Michael Tuexen2018-01-171-0/+1
* | Allow xinstall and makefs to be crossbuilt on Linux and MacAlex Richardson2018-01-162-1/+23
* | Improve the printing of cmgs when the length is 0. Fix error handling.Michael Tuexen2018-01-161-0/+5
* | Using %p already prints "0x", so don't do it explicitly.Michael Tuexen2018-01-161-6/+6
* | Rename 'recv' to 'receive' to appease shadow warnings from GCC.John Baldwin2018-01-161-8/+8
* | Keep list sorted. Thanks to jhb@ to pointing out that I put it at theMichael Tuexen2018-01-151-2/+2