aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* MFV r338519:Martin Matuska2018-09-113-3/+3
* remove doubled name in objcopy manpageEd Maste2018-09-111-1/+1
* Through a combination of insufficient variable initialization andDag-Erling Smørgrav2018-09-101-41/+69
* Add kbowling to ports committer list and calendarKevin Bowling2018-09-051-0/+1
* Move fbtab, login.conf, and motd to usr.bin/login/Brad Davis2018-08-304-0/+356
* sed: Fix -i option behavior with 'q' command.Mark Johnston2018-08-294-6/+31
* Dynamically allocate IRQ ranges on x86.John Baldwin2018-08-281-3/+33
* Add libxo(3) support to last(1).Philip Paeps2018-08-283-29/+67
* When doing a -S "safe copy", the install command should do anKirk McKusick2018-08-271-0/+6
* Fix column alignment in per-thread mode.Mark Johnston2018-08-251-0/+2
* Don't use absolute path to sed when building usr.bin/joinAlex Richardson2018-08-231-1/+1
* tftp(1): switch default transfer mode to binaryAlan Somers2018-08-232-3/+3
* Add an lld option to emit PC-relative relocations for ifunc calls.Mark Johnston2018-08-231-1/+8
* dtc(1): Update to 0892ec7; HACKING and implicit header fixesKyle Evans2018-08-233-2/+6
* top(1): Use warnx and errx instead of fprintfEitan Adler2018-08-224-56/+22
* top(1): issue warning on invalid delayEitan Adler2018-08-221-1/+8
* minor grammar nit, to what? between them..John-Mark Gurney2018-08-211-1/+1
* Adjust formatting of grep and zgrep manual pages.Mateusz Piotrowski2018-08-202-79/+116
* Fully retire the unimplemented -t option from vmstat(8).John Baldwin2018-08-201-43/+2
* send-pr: wave goodbyeEitan Adler2018-08-194-28/+0
* diff(1): Refactor -B a little bitKyle Evans2018-08-191-31/+23
* diff(1): Implement -B/--ignore-blank-linesKyle Evans2018-08-1910-12/+72
* Use 'bool' instead of 'int' for various boolean flags.John Baldwin2018-08-181-20/+21
* dtc(1): Update to 97d2d5715eeb45108cc60367fdf6bd5b2046b050Kyle Evans2018-08-172-94/+104
* Revert r337419.Pedro F. Giffuni2018-08-161-3/+3
* indent(1): bug fix after r336333Piotr Pawel Stefaniak2018-08-153-1/+4
* tftp: Close a resource leak when putting filesAlan Somers2018-08-141-0/+1
* printf: Add test for width and precision in %b formatJilles Tjoelker2018-08-133-1/+4
* Chasing r337661, fix systat after arc accounting change.Cy Schubert2018-08-121-1/+6
* fix top after arc accounting changeMatt Macy2018-08-111-1/+5
* indent(1): revert r334640 and r334632Piotr Pawel Stefaniak2018-08-112-6/+6
* - Correct the description when jobs are executed related to load avgAlexander Leidinger2018-08-111-3/+4
* Move cron.d/at to usr.bin/at/Brad Davis2018-08-112-0/+10
* printf: Fix \c in %b in printf builtin exiting the shell after r337458Jilles Tjoelker2018-08-111-1/+1
* stat(1): cache id->name resolutionConrad Meyer2018-08-111-8/+4
* apply(1): Fix magic number substitution with magic character ' 'Kyle Evans2018-08-081-24/+17
* Switch the default pager for most commands to lessAlan Somers2018-08-087-12/+12
* Fix printf(1) ignores width and precision in %b format.Pedro F. Giffuni2018-08-081-4/+8
* Revert r337440: the log message is wrong.Pedro F. Giffuni2018-08-081-8/+4
* top(1): hide THR column in separate-thread mode.Eitan Adler2018-08-081-1/+4
* Fix printf(1) ignores width and precision in %b format.Pedro F. Giffuni2018-08-071-4/+8
* sed(1): partial fix for the case of the regex delimited with '['.Pedro F. Giffuni2018-08-071-3/+3
* Remove spurious ABI tags from kdump output.John Baldwin2018-08-071-47/+35
* wc(1): Fix 'wc -L'Conrad Meyer2018-08-022-13/+12
* Add a rudimentary test for procstat kstack.Mark Johnston2018-08-021-0/+15
* sed: compile with the default WARNS level.Pedro F. Giffuni2018-07-301-2/+0
* sed: unsign some indexes to fix sign-compare warnings.Pedro F. Giffuni2018-07-302-9/+9
* Make timespecadd(3) and friends publicAlan Somers2018-07-303-23/+5
* truncate: delintifyEitan Adler2018-07-291-2/+0
* truncate: use better type for 'round'Eitan Adler2018-07-291-2/+1