]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - usr.bin
Tentatively apply https://reviews.llvm.org/D41635:
[FreeBSD/FreeBSD.git] / usr.bin /
2017-12-29 Dimitry AndricMerge ^/head r327169 through r327340.
2017-12-29 Dimitry AndricMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-12-28 Warner LoshFree mp on a couple of error paths.
2017-12-28 Warner LoshClose the fp rather than the fd since we fdopen the...
2017-12-28 Warner LoshClose cpfrom in an error case.
2017-12-28 Warner LoshFree data after we're done with it.
2017-12-28 Warner LoshFree inb on error return.
2017-12-28 Warner LoshFree some variables before they go out of scope.
2017-12-28 Warner LoshPlug two resource leaks.
2017-12-27 Xin LIReplace send-mail with the more standarized sendmail...
2017-12-27 Xin LIDon't initialize lastlong before assigning it.
2017-12-27 Eitan Adleruserland: Fix several typos and minor errors
2017-12-24 Dimitry AndricMerge ^/head r327165 through r327168.
2017-12-24 Dimitry AndricMerge ^/head r327150 through r327164.
2017-12-24 Dimitry AndricMerge ^/head r326936 through r327149.
2017-12-24 Dimitry AndricRegenerate clang manpage.
2017-12-24 Dimitry AndricRegenerate llvm tools manpages, and add one for llvm...
2017-12-24 Dimitry AndricMinimize library dependencies for some llvm tools.
2017-12-24 Dimitry AndricAdd new llvm-objcopy utility, enabled when MK_CLANG_EXT...
2017-12-24 Dimitry AndricUpdate clang, lld and llvm version numbers for r321414...
2017-12-24 Dimitry AndricMerge libc++ trunk r321414 to contrib/libc++.
2017-12-24 Dimitry AndricMerge compiler-rt trunk r321414 to contrib/compiler-rt.
2017-12-24 Dimitry AndricMerge lldb trunk r321414 to contrib/llvm/tools/lldb.
2017-12-24 Dimitry AndricMerge lld trunk r321414 to contrib/llvm/tools/lld.
2017-12-24 Dimitry AndricMerge clang trunk r321414 to contrib/llvm.
2017-12-24 Dimitry AndricMerge llvm trunk r321414 to contrib/llvm.
2017-12-23 Eitan Adlercalendar: add missing header file
2017-12-23 Eitan Adlerldd: avoid statically linked executables in example
2017-12-22 Dimitry AndricNext step in updating llvm/clang build glue: make lld...
2017-12-22 Dimitry AndricNext step in updating llvm/clang build glue: make the...
2017-12-21 Dimitry AndricFirst step in updating llvm/clang build glue: make...
2017-12-21 Pedro F. Giffunipatch: further cleanup to git-style diffs.
2017-12-21 Pedro F. Giffunipatch: rejname[] is also -r option buffer, and should...
2017-12-21 Ed SchoutenMake truss work for CloudABI executables on i386.
2017-12-20 Dimitry AndricMerge libc++ trunk r321017 to contrib/libc++.
2017-12-20 Dimitry AndricMerge compiler-rt trunk r321017 to contrib/compiler-rt.
2017-12-20 Dimitry AndricMerge lldb trunk r321017 to contrib/llvm/tools/lldb.
2017-12-20 Dimitry AndricMerge lld trunk r321017 to contrib/llvm/tools/lld.
2017-12-20 Dimitry AndricMerge clang trunk r321017 to contrib/llvm/tools/clang.
2017-12-20 Dimitry AndricMerge llvm trunk r321017 to contrib/llvm.
2017-12-20 Ed SchoutenMake truss(8) work for 32-bit CloudABI executables...
2017-12-16 Ed SchoutenMake truss(8) work for i686-unknown-cloudabi binaries...
2017-12-16 Dimitry AndricUpgrade our copies of clang, llvm, lld, lldb, compiler...
2017-12-14 Jung-uk KimMFC: r326864
2017-12-14 Mark JohnstonRe-add spaces lost in r326436.
2017-12-13 Baptiste DaroussinReplace homemade equivalent of tolower(3) by towlower(3)
2017-12-13 Eitan Adlerfind(1): remove unused variable
2017-12-12 Mark JohnstonMFV r326785: 8880 improve DTrace error checking
2017-12-12 Xin LIClose the correct file descriptor.
2017-12-12 Conrad Meyergzip(1): Remove duplicate close()
2017-12-11 Baptiste DaroussinRemove hard coded number of lun definition
2017-12-10 Conrad Meyerwc(1): Restore regular file char count fast path
2017-12-09 Conrad Meyerwc(1): Extend non-controversial optimizations to '...
2017-12-08 Alan Somersat(1): annotate some intended switch-case fallthroughs
2017-12-08 Pedro F. GiffuniSPDX: license IDs for some ISC-related files.
2017-12-07 Michael TuexenRetire SCTP_WITH_NO_CSUM option.
2017-12-07 Jung-uk KimMerge OpenSSL 1.0.2n.
2017-12-07 Alan Somersdc(1): fix modulo operations with fractional inputs
2017-12-06 Baptiste Daroussinsdiff(1) can now be built defaults warning level
2017-12-06 Baptiste DaroussinRename variables confusing gcc 4.2.1
2017-12-06 Baptiste DaroussinFix -Wincompatible-pointer-types-discards-qualifiers...
2017-12-06 Ed Mastetcpdump: remove undesired svn:keywords property from...
2017-12-06 Gleb SmirnoffFix crash with a dotless hostname.
2017-12-06 Eitan Adlersponge(1): revert
2017-12-06 Ed MasteUpdate tcpdump to 4.9.2
2017-12-05 Cy SchubertFix build after r326554; reconnect sponge to build...
2017-12-05 Gleb SmirnoffGenerate fully RFC3164 compliant messages, with timesta...
2017-12-05 Dimitry AndricFor now, disconnect usr.bin/sponge from the build,...
2017-12-05 Xin LIUse strlcpy().
2017-12-05 Xin LICreate links for xzdiff.
2017-12-05 Eitan Adlersponge(1): fix my tests
2017-12-05 Alan Somersdc(1): fix input of non-decimal fractional numbers
2017-12-05 Eitan Adlersponge(1) Minor commit for commit log
2017-12-05 Eitan Adlersponge(1): initial commit
2017-12-04 Baptiste DaroussinOnly skip looking for manpages if both man directory...
2017-12-04 Baptiste DaroussinIn case man(1) found a catpage to display skip looking...
2017-12-03 Dimitry AndricUpgrade our copies of clang, llvm, lldb and libc++...
2017-12-03 Kyle Evansgrep test: Fix copyright notice
2017-12-02 Alan SomersReap dead code
2017-12-01 Konstantin Belousovvmstat: fix style(9) violations and bump WARNS.
2017-12-01 Eitan Adlerfmt(1): Fix usage of Nm macro
2017-12-01 Eitan AdlerRevert license change.
2017-11-30 Pedro F. GiffuniSPDX: use the Beerware identifier.
2017-11-30 Pedro F. GiffuniSPDX: Fix some cases wrongly attributed to MIT.
2017-11-30 Eitan AdlerFinish cleaning up license :\
2017-11-30 Eitan AdlerRemove advertising clause from pr(1)
2017-11-29 Xin LIRemove unused include.
2017-11-29 John BaldwinReplace a reference to a license in another file with...
2017-11-29 Warner LoshImport lua 5.3.4 to contrib
2017-11-28 Brooks DavisUpdate vis(3) the latest from NetBSD.
2017-11-27 Alan SomersAdd basic tests for ctfconvert(1), fold(1) and rs(1)
2017-11-27 Pedro F. Giffunivarious: general adoption of SPDX licensing ID tags.
2017-11-27 Alexander MotinMake ctlstat -n option work reasonably for sparse LUN...
2017-11-27 Dave Cottlehuberadd myself as ports committer, mentor jrm + swills
2017-11-27 Edward Tomasz Napi... .Xr pmcstat(8) from kgmon(8) and gprof(1).
2017-11-25 Xin LISet errno to EFTYPE instead of EINVAL to be more consis...
2017-11-25 John BaldwinDecode kevent structures logged via ktrace(2) in kdump.
2017-11-24 Hans Petter SelaskyMerge ^/head r326132 through r326161.
2017-11-23 Konstantin Belousovvmstat: use 64-bit counters from struct vmtotal.
2017-11-23 Konstantin BelousovUse C standard spelling uint64_t for u_int64_t.
next