aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* install: Use posix_spawnp() for starting strip and improve error messages.Jilles Tjoelker2014-03-081-20/+29
* Fix compilation for 32-bit machines.Gleb Smirnoff2014-03-061-4/+4
* - Clarify usage of the -f option.Brad Davis2014-03-051-2/+2
* Hide struct rtentry from userland.Gleb Smirnoff2014-03-051-0/+1
* - Remove rt_metrics_lite and simply put its members into rtentry.Gleb Smirnoff2014-03-053-31/+37
* Increase MAXLINE to deal with longer paths.Marcel Moolenaar2014-03-041-1/+1
* Apply fix for lldb not linking after the sparc backend import.Dimitry Andric2014-03-011-0/+6
* ssh-copy-id: add restorecon callEitan Adler2014-03-011-0/+3
* ssh-copy-id: avoid sending private keys; add -v optionEitan Adler2014-03-012-6/+16
* Merge from head up to r262536.Dimitry Andric2014-02-262-7/+3
|\
| * Update LLDB snapshot to upstream r202189Ed Maste2014-02-261-2/+3
| |\
| | * Update LLDB bmake build for r262187Ed Maste2014-02-181-2/+3
| * | There is no need to prevent iscsictl from adding iSER session when thereEdward Tomasz Napierala2014-02-261-5/+0
* | | Merge from head up to r262415.Dimitry Andric2014-02-233-6/+4
|\| |
| * | Capability rights are held by descriptors, not processes.Pawel Jakub Dawidek2014-02-231-1/+1
| * | Fix parsing multiple roots with whitespace between them.David Chisnall2014-02-231-0/+1
| * | Simplify the way the end of a singly linked list is followed (for addingChristian Brueffer2014-02-221-5/+2
* | | Add Makefile glue to build the Sparc backend libraries and link themDimitry Andric2014-02-206-0/+36
|/ /
* | Match our implementation of iconv's inbuf argument.Peter Wemm2014-02-201-1/+1
* | Import svn-1.8.8.Peter Wemm2014-02-201-4/+4
* | Make it clear that there are two ways to add a session using iscsictl(8),Edward Tomasz Napierala2014-02-201-1/+16
|/
* Update lldb for clang/llvm 3.4 importEd Maste2014-02-171-0/+1
* calendar(1): don't segfault in invalid inputEitan Adler2014-02-171-0/+4
* Upgrade our copy of llvm/clang to 3.4 release. This version supportsDimitry Andric2014-02-1630-477/+216
* Mention that rctl(8) was sponsored by the Foundation.Edward Tomasz Napierala2014-02-161-3/+4
* Rework rctl(8) manpageBryan Drewery2014-02-151-55/+135
* Remove mention of minimum password length and upper/lower case checking,Warren Block2014-02-141-19/+3
* Whenever flowtable lookup fails, we do route lookup and then try toGleb Smirnoff2014-02-141-1/+3
* Reword.Adrian Chadd2014-02-141-1/+1
* Don't insert a flowtable entry if the lle isn't yet valid.Adrian Chadd2014-02-141-0/+1
* Fix world build WITHOUT_PF.Gleb Smirnoff2014-02-122-1/+9
* Expose OBJT_MGTDEVICE VM objects used for GEM/TTM with drm2 as anJohn Baldwin2014-02-112-1/+7
* Make iscsictl(8) properly handle (optional) semicolons in iscsi.conf,Edward Tomasz Napierala2014-02-102-1/+5
* Simplify.Edward Tomasz Napierala2014-02-101-22/+22
* Remove unused variable.Edward Tomasz Napierala2014-02-101-2/+0
* Yacc cleanup; no functional changes.Edward Tomasz Napierala2014-02-101-33/+33
* mdoc: minor paragraph fixes.Joel Dahl2014-02-086-7/+1
* Correct example.Joel Dahl2014-02-081-2/+2
* o Revamp API between flowtable and netinet, netinet6.Gleb Smirnoff2014-02-074-3/+87
* Let units deal with Gas Mark and Stufe.David Malone2014-02-061-0/+2
* Print the MD5 signature information introduced in r221023 in theBjoern A. Zeeb2014-02-051-0/+11
* Use the DELTA() macro to tidy the server-side interval stats code a bit.John Baldwin2014-02-051-18/+9
* Partially revert r52493 and change client side interval statistics toJohn Baldwin2014-02-051-17/+18
* Merge mdocml v1.12.3 into headUlrich Spörlein2014-02-011-1/+1
* Merge from CheriBSD:Brooks Davis2014-01-303-3/+16
* Don't build BSDL dtc if the GPL dtc is enabled.Warner Losh2014-01-291-1/+4
* Increase the default (and minimum) buffer size from 4 kB to 16 kB. Also,Dag-Erling Smørgrav2014-01-282-4/+5
* whitespace and bump copyrightDag-Erling Smørgrav2014-01-281-3/+3
* Merge bmake-20140101 from vendorSimon J. Gerraty2014-01-273-5/+9
|\
* | login: Clean up PAM and audit, then exit, on SIGHUP and SIGTERM.Jilles Tjoelker2014-01-261-18/+77