]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - usr.sbin
Recognize mchk_calltrap as a trapframe generator.
[FreeBSD/FreeBSD.git] / usr.sbin /
2018-01-18 Kyle Evanslibfdt: Update to 1.4.6, switch to using libfdt for...
2018-01-18 John BaldwinAdjust format string to fix build.
2018-01-18 John BaldwinTidy some whitespace.
2018-01-17 John BaldwinSave and restore guest debug registers.
2018-01-17 Ed Mastekldxref: additional sytle(9) cleanup
2018-01-17 Ed Mastekldxref: improve style(9)
2018-01-17 Fabien ThomasOnly call flush in pipe mode.
2018-01-16 Alex RichardsonAllow xinstall and makefs to be crossbuilt on Linux...
2018-01-16 Kyle Evansservice(8): Reset OPTIND properly now that we're parsin...
2018-01-16 Philip PaepsImport tzdata 2018a
2018-01-16 Ed Mastekldxref: handle modules with md_cval at the end of...
2018-01-16 John BaldwinSort the list of flags in newsyslog.conf entries.
2018-01-15 Kyle Evansservice(8): Add support for interfacing with services...
2018-01-14 Dimitry AndricUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-01-13 Eitan Adlertimed: slave is an infinite loop, mark it as such
2018-01-13 Dimitry AndricMerge ^/head r327886 through r327930.
2018-01-12 Ed Mastebsdinstall: disable SUJ by default
2018-01-12 Dimitry AndricMerge ^/head r327624 through r327885.
2018-01-12 Warner LoshFix error in determining the next available boot slot.
2018-01-10 Warner LoshRemove vestiges of digi(4) driver, first attempted...
2018-01-08 Dimitry AndricAdd explanatory comment for r327622: clang 6.0.0 and...
2018-01-06 Dimitry AndricMerge llvm, clang, lld, lldb, compiler-rt and libc...
2018-01-06 Dimitry AndricMerge ^/head r327341 through r327623.
2018-01-06 Dimitry AndricRevert r327338, undoing the changes to the ACPI_ADD_PTR...
2018-01-06 Warner LoshSanity check media size and sector counts to ensure...
2018-01-06 Warner LoshThere's no need / benefit from deleting the variable...
2018-01-06 Warner LoshFix usage strings. -d and -p were removed before this...
2018-01-05 Jung-uk KimMerge ACPICA 20180105.
2018-01-05 Konstantin BelousovMake it possible to re-evaluate cpu_features.
2018-01-05 Li-Wen HsuFix typo & build
2018-01-05 Warner LoshRemove dead code (comma is either 0 or 1 for sure,...
2018-01-05 Warner Loshbits is never null when we call ot. Add an assert to...
2018-01-05 Warner LoshTag 'a' case as one we're intentionally falling through to
2018-01-05 Warner LoshAdd a number of sanity checks to the data that we're...
2018-01-05 Warner LoshSet dp to NULL when we free it, and tree a NULL dp...
2018-01-05 Warner LoshFree options before setting them. This will prevent...
2018-01-05 Warner LoshEnsure that we have a description string. When unspecif...
2018-01-05 Warner LoshDon't close fd twice. This line should have been delete...
2018-01-05 Warner LoshFix cut and paste error from devinfo.8 origin of this...
2018-01-03 Edward Tomasz Napi... Fix warnings from "mandoc -Tlint -Wwarning".
2018-01-02 Ed Mastekldxref: correct function names in warning messages
2018-01-02 Conrad Meyerrpcbind: Fix race in signal termination
2018-01-02 Baptiste DaroussinRevert r326844
2018-01-02 Nathan WhitehornAdd installer support for PS3 and PowerNV systems,...
2018-01-02 Nathan WhitehornSkip errors from being unable to set modification and...
2018-01-02 Conrad Meyerrpcbind: Fix build
2018-01-02 Conrad Meyerrpcbind: Do not use signal-unsafe functions in SIGTERM...
2018-01-01 Eitan Adlerbsdinstall: inform users that typing will not be visible
2018-01-01 Xin LIRemove unused includes.
2017-12-31 Eitan Adlernewsyslog: implement 'p' flag
2017-12-31 Nathan WhitehornTeach bsdinstall partedit/sade how to format FAT partit...
2017-12-30 Edward Tomasz Napi... Improve usbconfig(8) manual page by adding descriptions...
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 Konstantin BelousovStyle. Remove useless return.
2017-12-28 Konstantin BelousovComplete r327264 by fixing yet another return without...
2017-12-28 Warner LoshClose fd when we're done dv-sending the file.
2017-12-28 Warner LoshDon't leak outfile. Free it before we return from bincvt.
2017-12-28 Warner LoshFree zbuf when kflag is true too.
2017-12-28 Warner LoshUse proper failure path rather than just returning.
2017-12-28 Warner LoshExplicitly ignore return value from remove. We wouldn...
2017-12-28 Warner LoshDon't leak resources on duplicate -m or -M arguments...
2017-12-28 Eitan AdlerFix a few more speelling errors
2017-12-28 Nathan WhitehornFix bug introduced in r326674, in which efi boot partit...
2017-12-27 Warner LoshUse strl* here too.
2017-12-27 Warner LoshFix a bunch of issues (and a few non-issues but appease...
2017-12-27 Eitan Adleruserland: Fix several typos and minor errors
2017-12-26 Jilles Tjoelkernandtool: Add missing mode for open() with O_CREAT
2017-12-26 Warner LoshFix typo
2017-12-25 Warner LoshDoh! Never test in one tree and commit from another:
2017-12-25 Warner LoshMatch unattached devices on the system to potential...
2017-12-24 Dimitry AndricMerge ^/head r327150 through r327164.
2017-12-24 Alexander KabaevRemove write-only opt and useless optlen variables.
2017-12-24 Dimitry AndricMerge ^/head r326936 through r327149.
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-21 Warner LoshWhen -v is specified with -p dev, print the same verbos...
2017-12-21 Warner LoshFix markup and bump .Dd.
2017-12-21 Warner LoshImplement "-p dev" to print the path to the given devic...
2017-12-20 Pedro F. GiffuniRevert r327005 - SPDX tags for license similar to BSD...
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-19 Pedro F. GiffuniSPDX: These are fundamentally BSD-2-Clause.
2017-12-18 Baptiste Daroussinnewsyslog: Fix issues after r326616
2017-12-16 Mark JohnstonFix a logic bug in makefs lazy inode initialization.
2017-12-16 Dimitry AndricUpgrade our copies of clang, llvm, lld, lldb, compiler...
2017-12-15 Eugene Grosbeinpw(8): r326738 broke expiration arithmetic in case...
2017-12-14 Jung-uk KimMFC: r326864
2017-12-14 Baptiste DaroussinReplace usage of fparselen(3) by a getline(3)
2017-12-13 Pedro F. GiffuniSPDX: mostly fixes to previous changes.
2017-12-12 Mark JohnstonMFV r326785: 8880 improve DTrace error checking
2017-12-12 Warner LoshActually insert the free(d) call missed in r326802.
next