summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | Merge ^/head r293430 through r293685.dim2016-01-111-3/+23
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge ^/head r293280 through r293429.dim2016-01-084-9/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge ^/head r293175 through r293279.dim2016-01-061-0/+5
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Some additional llvm tools need libz. While here, consistently usedim2016-01-0617-14/+20
| * | | | | | | | | | | | | | | Update build infrastructure for LLDB 3.8emaste2016-01-041-1/+5
| * | | | | | | | | | | | | | | Next part of updating llvm/clang build glue: getting thedim2015-12-3123-124/+134
| * | | | | | | | | | | | | | | First part of updating llvm/clang build glue: getting llvm-tblgen,dim2015-12-315-14/+16
* | | | | | | | | | | | | | | | Fix "files" argumentsbapt2016-03-051-1/+1
| |_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Implement process-shared locks support for libthr.so.3, withoutkib2016-02-282-3/+9
* | | | | | | | | | | | | | | Update dependencies.bdrewery2016-02-261-1/+3
* | | | | | | | | | | | | | | talk(1): Replace select(2) with poll(2)pfg2016-02-252-20/+16
* | | | | | | | | | | | | | | Convert casperd(8) daemon to the libcasper.oshogbo2016-02-252-17/+20
* | | | | | | | | | | | | | | Add simple support for CloudABI processes to kdump(1).jhb2016-02-251-0/+7
| |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | DIRDEPS_BUILD: Regenerate without local dependencies.bdrewery2016-02-2427-204/+0
* | | | | | | | | | | | | | DIRDEPS_BUILD: Update dependencies.bdrewery2016-02-243-0/+32
* | | | | | | | | | | | | | Properly fix these builds by adding NO_WMISSING_VARIABLE_DECLARATIONS from r2...bdrewery2016-02-242-6/+2
* | | | | | | | | | | | | | Obsolete mkulzma(8) and geom_uncompress(4), their functionalitysobomax2016-02-245-466/+0
* | | | | | | | | | | | | | Improve mkuzip(8) and geom_uzip(4), merge in LZMA support from mkulzma(8)sobomax2016-02-2311-70/+717
* | | | | | | | | | | | | | Add handling for non-native error values to libsysdecode.jhb2016-02-239-283/+10
* | | | | | | | | | | | | | Add support for displaying thread IDs to truss(1).jhb2016-02-236-72/+60
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
* | | | | | | | | | | | | Remove O_SYNC from the options passed to dbmopen().se2016-02-191-1/+1
* | | | | | | | | | | | | DIRDEPS_BUILD: Add dependencies somehow missed in r295681.bdrewery2016-02-191-0/+66
* | | | | | | | | | | | | Fix installation of makewhatis.local(1) since r283777.bdrewery2016-02-181-5/+0
* | | | | | | | | | | | | DIRDEPS_BUILD: Hookup CLANG_EXTRAS.bdrewery2016-02-1623-0/+1140
* | | | | | | | | | | | | Remove an unused variable that snuck into the previous revision.jhb2016-02-161-1/+0
* | | | | | | | | | | | | Fetch the current thread and it's syscall state from the trussinfo objectjhb2016-02-163-24/+27
* | | | | | | | | | | | | Fix naive use of ftell(3).pfg2016-02-161-1/+1
* | | | | | | | | | | | | Add myself as ports committer (including calendar)olivier2016-02-161-0/+1
* | | | | | | | | | | | | DIRDEPS_BUILD: Update dependencies.bdrewery2016-02-163-12/+1
* | | | | | | | | | | | | Test directories can build in parallel fine.bdrewery2016-02-161-0/+3
* | | | | | | | | | | | | Correct the ABI name for Linux/i386 binaries under FreeBSD/i386.jhb2016-02-151-1/+1
* | | | | | | | | | | | | Sign extend the error value for failing Linux/i386 system calls. Thisjhb2016-02-151-0/+2
* | | | | | | | | | | | | Fix a bug that caused nothing to be skipped when skipping exactly thekevlo2016-02-141-1/+1
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | elfcopy: enable PE and EFI supportemaste2016-02-121-3/+4
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | Rename variable to reflect the condition.kib2016-02-091-4/+4
* | | | | | | | | | | Rename P_KTHREAD struct proc p_flag to P_KPROC.kib2016-02-091-4/+4
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Increase max allowed backlog for listen socketsalfred2016-02-023-9/+10
* | | | | | | | | | Add a SYSDECODE_ABI_ prefix to the ABI enums to avoid potential collisions.jhb2016-01-3015-21/+21
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Augment struct tcpstat with tcps_states[], which is used for book-keepingglebius2016-01-271-1/+1
* | | | | | | | | Bump copyrightdteske2016-01-271-1/+1
* | | | | | | | | Add `-k' for dpv(3) `keep_tite' config optiondteske2016-01-262-4/+13
* | | | | | | | | Add support to libsysdecode for decoding system call names.jhb2016-01-2620-191/+83
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Disable gprof and users on RISC-V, they don't build.br2016-01-251-1/+4
* | | | | | | | elfdump: handle STT_SPARC_REGISTERemaste2016-01-251-4/+24
* | | | | | | | We don't support a.out executables on RISC-V.br2016-01-241-2/+2
* | | | | | | | Fix a regression in the .de and .dk whois special casesfanf2016-01-231-7/+15
* | | | | | | | A lot of the cleverness in whois is no longer needed!fanf2016-01-232-189/+139
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Update whois synopsis and usage with new optionsfanf2016-01-222-2/+2
* | | | | | | Bump .Dd after r294575bjk2016-01-221-1/+1
* | | | | | | A few `whois` usability improvementsfanf2016-01-222-56/+80
OpenPOWER on IntegriCloud