Use more common format for sysctls/tunables descriptions in USB man pages.
[freebsd.git] / libexec /
2018-04-20 manugnu/dts: Update our copy of arm dts from Linux 4.16
2018-04-04 brImport OpenCSD -- an ARM CoreSight(tm) Trace Decode...
2018-03-28 mavMFV r331695, 331700: 9166 zfs storage pool checkpoint
2018-03-24 philipImport tzdata 2018d
2018-03-23 mavMFV r331400: 8484 Implement aggregate sum and use for...
2018-03-22 asomerstftpd: misc Coverity cleanup in the tests
2018-03-19 brImport Intel Processor Trace decoder library from
2018-03-10 asomerstftpd: fix the build of tests on i386 after 330696
2018-03-10 asomerstftpd: reject unknown opcodes
2018-03-10 asomerstftpd: Abort on an WRQ access violation
2018-03-10 asomerstftpd: Verify world-writability for WRQ when using...
2018-03-09 asomerstftpd: Flush files as soon as they are fully received
2018-03-09 asomersAdd some functional tests for tftpd(8)
2018-03-05 asomersrpc.sprayd: raise WARNS to 6
2018-03-02 trasz.Xr pstat(8), so that people have a chance to learn...
2018-03-02 sjgUpdate to bmake-201802222
2018-02-28 delphijMFV r330102: ntp 4.2.8p11
2018-02-27 mmelMake rtld_bind_start() debugger friendly.
2018-02-26 traszFix gettytab(5) to document f0, f1, and f2 as unsupport...
2018-02-25 traszPrevent getty(8) from looping indefinitely if the devic...
2018-02-22 mavMFV r329799, r329800:
2018-02-21 mavMFV r329502: 7614 zfs device evacuation/removal
2018-02-21 traszBuild getty(8) with WARNS=6.
2018-02-18 mavMFV r324198: 8081 Compiler warnings in zdb
2018-02-16 dimUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-02-09 jkimMFV: r329072
2018-02-04 traszSprinkle static; avoid nested externs.
2018-02-04 traszAdd missing initializer.
2018-02-04 traszRename getty's getline() to get_line(), to avoid clash...
2018-02-04 traszDon't cast away the const, it's not been needed since...
2018-02-04 traszInitialize all the fields. This is one of the steps...
2018-02-04 traszReduce code duplication; no functional changes.
2018-02-04 traszRemove unused variable.
2018-02-03 mariuso Let rtld(1) set up psABI user trap handlers prior...
2018-02-02 dimUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-01-24 mmMFV r328323,328324:
2018-01-24 philipImport tzdata 2018c
2018-01-18 kevanslibfdt: Update to 1.4.6, switch to using libfdt for...
2018-01-05 jkimMerge ACPICA 20180105.
2017-12-29 dimMerge ^/head r327169 through r327340.
2017-12-29 dimMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-12-28 pfgrpc.sprayd: Remove 3rd and 4th clauses in christos...
2017-12-28 pfgrpc.sprayd: Bring some changes from NetBSD.
2017-12-27 delphijReplace send-mail with the more standarized sendmail...
2017-12-24 dimMerge compiler-rt trunk r321414 to contrib/compiler-rt.
2017-12-24 dimMerge llvm trunk r321414 to contrib/llvm.
2017-12-20 dimMerge compiler-rt trunk r321017 to contrib/compiler-rt.
2017-12-20 dimMerge lldb trunk r321017 to contrib/llvm/tools/lldb.
2017-12-20 dimMerge lld trunk r321017 to contrib/llvm/tools/lld.
2017-12-20 dimMerge clang trunk r321017 to contrib/llvm/tools/clang.
2017-12-20 dimMerge llvm trunk r321017 to contrib/llvm.
2017-12-07 jkimMerge OpenSSL 1.0.2n.
2017-12-06 emasteUpdate tcpdump to 4.9.2
2017-12-05 delphijUse strlcpy().
2017-11-29 impImport lua 5.3.4 to contrib
2017-11-27 pfglibexec: adoption of SPDX licensing ID tags.
2017-11-23 hselaskyMerge ^/head r325999 through r326131.
2017-11-20 pfgGeneral further adoption of SPDX licensing ID tags.
2017-11-20 delphijMFV r326007: less v529.
2017-11-19 hselaskyMerge ^/head r325842 through r325998.
2017-11-18 manuUpdate our copy of DTS from the ones from Linux 4.14
2017-11-18 pfgspdx: initial adoption of licensing ID tags.
2017-11-18 traszIncrease rtld initial memory pool size from 32kB to...
2017-11-15 hselaskyMerge ^/head r325663 through r325841.
2017-11-14 jhbAppease old GCC by disabling .cfi_sections for GCC...
2017-11-11 baptUpdate to zstd 1.3.2
2017-11-10 hselaskyMerge ^/head r325505 through r325662.
2017-11-10 jhbSome fixups to the CFI directives for PLT stub entry...
2017-11-10 jhbUse NESTED() instead of LEAF() for rtld_start.
2017-11-07 hselaskyMerge ^/head r323559 through r325504.
2017-11-02 sjgUpdate to bmake-20171028
2017-11-02 jkimMerge OpenSSL 1.0.2m.
2017-10-31 mwUpdate ena-com HAL to v1.1.4.3 and update driver accord...
2017-10-31 bdreweryDIRDEPS_BUILD: Update dependencies.
2017-10-31 bdreweryThese values already set by src.libnames.mk.
2017-10-30 traszUse MAP_PRIVATE instead of obsolete MAP_COPY. No funct...
2017-10-29 traszPlug memory leak on error case.
2017-10-28 philipImport tzdata 2017c
2017-10-27 avgMFV r325013,r325034: 640 number_to_scaled_string is...
2017-10-24 traszRemove unneeded calls to access(2) from rtld(1); just...
2017-10-24 traszReplace lseek(2)/read(2) pair with pread(2), removing...
2017-10-24 traszMake find_library() conform to style(9). No functional...
2017-10-24 traszReword the conditional; it was ugly, and adding another...
2017-10-24 traszUse xmalloc and read(2) instead of mmap(2) to read...
2017-10-22 traszDon't call realpath(3) from libmap rtld code. This...
2017-10-21 manudts: Update our device tree sources file fomr Linux...
2017-10-10 jkimMerge ACPICA 20170929 (take 2).
2017-10-06 eugenftpd(8): fix user context handling.
2017-10-06 baptImport 1.14.3
2017-10-06 jlhRemove rcmds.
2017-10-01 avgMFV r323530,r323533,r323534: 7431 ZFS Channel Programs...
2017-10-01 mmMFV r324145,324147:
2017-09-29 jkimMerge ACPICA 20170929.
2017-09-17 gordonMFV r323678: file 5.32
2017-09-13 npMFH @ r323558.
2017-09-13 gordonDeorbit catman. The tradeoff of disk for performance...
2017-09-12 jhbHandle relocations for newer non-PIC MIPS ABI.
2017-09-12 impEnd softfp->hardfp transition period for arm
2017-09-11 jhbAdd CFI directives for _rtld_bind_start.
2017-09-07 dabAdd a new getty/gettytab capability to generate an...
next