summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* DIRDEPS_BUILD: Connect MK_TESTS.bdrewery2016-03-0984-0/+946
* Use ptrace(2) LWP events to track threads reliably in truss.jhb2016-03-093-54/+163
* Fix reporting of the CloudABI ABI in kdump.jhb2016-03-091-6/+5
* DIRDEPS_BUILD: Update clang dependencies after r296417.bdrewery2016-03-0822-90/+106
* Record command exit status in the typescript file when running simple commands.bdrewery2016-03-081-3/+9
* Just exit in the child if execve(2) fails.bdrewery2016-03-081-9/+1
* Filemon: Attach from the child to avoid racing with the parent attach.bdrewery2016-03-081-4/+10
* Upgrade our copies of clang, llvm, lldb and compiler-rt to 3.8.0dim2016-03-0547-703/+961
|\
| * Merge ^/head r296007 through r296368.dim2016-03-037-41/+55
| |\
| * | Regenerate llvm and clang manpages.dim2016-03-0318-519/+786
| * | Merge ^/head r295902 through r296006.dim2016-02-2458-1052/+772
| |\ \
| * \ \ Merge ^/head r295601 through r295844.dim2016-02-2136-45/+1215
| |\ \ \
| * \ \ \ Merge ^/head r295544 through r295600.dim2016-02-131-3/+4
| |\ \ \ \
| * \ \ \ \ Merge ^/head r295351 through r295543.dim2016-02-111-7/+7
| |\ \ \ \ \
| * \ \ \ \ \ Merge ^/head r294961 through r295350.dim2016-02-0618-30/+31
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge ^/head r294777 through r294960.dim2016-01-2723-197/+98
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge ^/head r294599 through r294776.dim2016-01-265-197/+178
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge ^/head r294169 through r294598.dim2016-01-228-76/+156
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge ^head r294090 through r294168.dim2016-01-164-147/+103
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge ^/head r293850 through r294089.dim2016-01-153-5/+13
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Update llvm, clang and lldb to trunk r257626, and update build glue.dim2016-01-141-3/+0
| * | | | | | | | | | | | 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
OpenPOWER on IntegriCloud