]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - usr.sbin
Workaround Spectre Variant 2 on arm64.
[FreeBSD/FreeBSD.git] / usr.sbin /
2018-01-10 impRemove vestiges of digi(4) driver, first attempted...
2018-01-06 impSanity check media size and sector counts to ensure...
2018-01-06 impThere's no need / benefit from deleting the variable...
2018-01-06 impFix usage strings. -d and -p were removed before this...
2018-01-05 jkimMerge ACPICA 20180105.
2018-01-05 kibMake it possible to re-evaluate cpu_features.
2018-01-05 lwhsuFix typo & build
2018-01-05 impRemove dead code (comma is either 0 or 1 for sure,...
2018-01-05 impbits is never null when we call ot. Add an assert to...
2018-01-05 impTag 'a' case as one we're intentionally falling through to
2018-01-05 impAdd a number of sanity checks to the data that we're...
2018-01-05 impSet dp to NULL when we free it, and tree a NULL dp...
2018-01-05 impFree options before setting them. This will prevent...
2018-01-05 impEnsure that we have a description string. When unspecif...
2018-01-05 impDon't close fd twice. This line should have been delete...
2018-01-05 impFix cut and paste error from devinfo.8 origin of this...
2018-01-03 traszFix warnings from "mandoc -Tlint -Wwarning".
2018-01-02 emastekldxref: correct function names in warning messages
2018-01-02 cemrpcbind: Fix race in signal termination
2018-01-02 baptRevert r326844
2018-01-02 nwhitehornAdd installer support for PS3 and PowerNV systems,...
2018-01-02 nwhitehornSkip errors from being unable to set modification and...
2018-01-02 cemrpcbind: Fix build
2018-01-02 cemrpcbind: Do not use signal-unsafe functions in SIGTERM...
2018-01-01 eadlerbsdinstall: inform users that typing will not be visible
2018-01-01 delphijRemove unused includes.
2017-12-31 eadlernewsyslog: implement 'p' flag
2017-12-31 nwhitehornTeach bsdinstall partedit/sade how to format FAT partit...
2017-12-30 traszImprove usbconfig(8) manual page by adding descriptions...
2017-12-28 kibStyle. Remove useless return.
2017-12-28 kibComplete r327264 by fixing yet another return without...
2017-12-28 impClose fd when we're done dv-sending the file.
2017-12-28 impDon't leak outfile. Free it before we return from bincvt.
2017-12-28 impFree zbuf when kflag is true too.
2017-12-28 impUse proper failure path rather than just returning.
2017-12-28 impExplicitly ignore return value from remove. We wouldn...
2017-12-28 impDon't leak resources on duplicate -m or -M arguments...
2017-12-28 eadlerFix a few more speelling errors
2017-12-28 nwhitehornFix bug introduced in r326674, in which efi boot partit...
2017-12-27 impUse strl* here too.
2017-12-27 impFix a bunch of issues (and a few non-issues but appease...
2017-12-27 eadleruserland: Fix several typos and minor errors
2017-12-26 jillesnandtool: Add missing mode for open() with O_CREAT
2017-12-26 impFix typo
2017-12-25 impDoh! Never test in one tree and commit from another:
2017-12-25 impMatch unattached devices on the system to potential...
2017-12-24 kanRemove write-only opt and useless optlen variables.
2017-12-21 impWhen -v is specified with -p dev, print the same verbos...
2017-12-21 impFix markup and bump .Dd.
2017-12-21 impImplement "-p dev" to print the path to the given devic...
2017-12-20 pfgRevert r327005 - SPDX tags for license similar to BSD...
2017-12-19 pfgSPDX: These are fundamentally BSD-2-Clause.
2017-12-18 baptnewsyslog: Fix issues after r326616
2017-12-16 markjFix a logic bug in makefs lazy inode initialization.
2017-12-15 eugenpw(8): r326738 broke expiration arithmetic in case...
2017-12-14 baptReplace usage of fparselen(3) by a getline(3)
2017-12-13 pfgSPDX: mostly fixes to previous changes.
2017-12-12 impActually insert the free(d) call missed in r326802.
2017-12-12 impIniailize str so ucs2_to_utf8 won't free stack garbage.
2017-12-12 impAdd sanity testing against maximum sane lengths for...
2017-12-12 impFree load_opt_buf after we're done with it.
2017-12-12 impFix resource leak. Free converted description after...
2017-12-12 impDon't leak new_data.
2017-12-12 impCheck return value for set_bootvar and give a good...
2017-12-11 impUnbreak gcc build by using (void) for functions that...
2017-12-09 eugenpw(8): correct expiration period handling and command...
2017-12-09 zeisingImprove options and error handling.
2017-12-09 impIndent multiple device path entries correctly.
2017-12-09 impRemove vestiges of -d and -p commands.
2017-12-09 impForgotten in 326725
2017-12-09 impImport Netflix's efibootmgr to help manage UEFI boot...
2017-12-08 nwhitehornSupport mounted boot partitions in the installer. This...
2017-12-07 jkimMerge OpenSSL 1.0.2n.
2017-12-06 baptReally fix typo and improve wording of the comment
2017-12-06 baptFix typo
2017-12-06 baptAllow newsyslog to execute compression commands which
2017-12-06 impDe-const to match changes in userboot.h
2017-12-06 emasteUpdate tcpdump to 4.9.2
2017-12-06 impMake putenv and getenv match the userland definition...
2017-12-05 glebiusWhen parsing remote messages, require them to have...
2017-12-05 cyfdformat is a sysadmin command and thus its man page...
2017-12-02 impAdd forgotten libgeom.
2017-12-02 impAdd -u (--to-unix) and -e (--to-efi) to convert unix...
2017-12-02 impRead multiple lines when parsing the data. Allow multip...
2017-11-30 pfgSPDX: use the Beerware identifier.
2017-11-30 pfgSPDX: Fix some cases wrongly attributed to MIT.
2017-11-29 impImport lua 5.3.4 to contrib
2017-11-28 glebiusRevert r325558 as it is incorrect.
2017-11-28 glebiusFix obvious NULL pointer dereference from r310350.
2017-11-27 asomersdiskinfo(8): Delete dead code in slog test
2017-11-27 mavFix integer overflow in SLOG test.
2017-11-27 emasteefivar: add missing getopt 'u' option
2017-11-27 pfgvarious: general adoption of SPDX licensing ID tags.
2017-11-27 pfgshare and pc-sysinstall: adoption of SPDX licensing...
2017-11-27 trasz.Xr pmcstat(8) from kgmon(8) and gprof(1).
2017-11-27 traszRevert r326125.
2017-11-27 delphijDon't assign rs as we will assign it later.
2017-11-23 hselaskyMerge ^/head r325999 through r326131.
2017-11-23 traszMark kgmon(8) obsolete, redirecting users to pmcstat(8).
2017-11-22 manubsdinstall: Add ntpdate option
next