]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - usr.sbin
Need to convert '/' back to '\' when creating a path. Ideally, this
[FreeBSD/FreeBSD.git] / usr.sbin /
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-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 Alexander KabaevRemove write-only opt and useless optlen variables.
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-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.
2017-12-12 Warner LoshIniailize str so ucs2_to_utf8 won't free stack garbage.
2017-12-12 Warner LoshAdd sanity testing against maximum sane lengths for...
2017-12-12 Warner LoshFree load_opt_buf after we're done with it.
2017-12-12 Warner LoshFix resource leak. Free converted description after...
2017-12-12 Warner LoshDon't leak new_data.
2017-12-12 Warner LoshCheck return value for set_bootvar and give a good...
2017-12-11 Warner LoshUnbreak gcc build by using (void) for functions that...
2017-12-09 Eugene Grosbeinpw(8): correct expiration period handling and command...
2017-12-09 Niclas ZeisingImprove options and error handling.
2017-12-09 Warner LoshIndent multiple device path entries correctly.
2017-12-09 Warner LoshRemove vestiges of -d and -p commands.
2017-12-09 Warner LoshForgotten in 326725
2017-12-09 Warner LoshImport Netflix's efibootmgr to help manage UEFI boot...
2017-12-08 Nathan WhitehornSupport mounted boot partitions in the installer. This...
2017-12-07 Jung-uk KimMerge OpenSSL 1.0.2n.
2017-12-06 Ed Mastetcpdump: remove undesired svn:keywords property from...
2017-12-06 Baptiste DaroussinReally fix typo and improve wording of the comment
2017-12-06 Baptiste DaroussinFix typo
2017-12-06 Baptiste DaroussinAllow newsyslog to execute compression commands which
2017-12-06 Warner LoshDe-const to match changes in userboot.h
2017-12-06 Ed MasteUpdate tcpdump to 4.9.2
2017-12-06 Warner LoshMake putenv and getenv match the userland definition...
2017-12-05 Gleb SmirnoffWhen parsing remote messages, require them to have...
2017-12-05 Cy Schubertfdformat is a sysadmin command and thus its man page...
2017-12-03 Dimitry AndricUpgrade our copies of clang, llvm, lldb and libc++...
2017-12-02 Warner LoshAdd forgotten libgeom.
2017-12-02 Warner LoshAdd -u (--to-unix) and -e (--to-efi) to convert unix...
2017-12-02 Warner LoshRead multiple lines when parsing the data. Allow multip...
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-29 Warner LoshImport lua 5.3.4 to contrib
2017-11-28 Gleb SmirnoffRevert r325558 as it is incorrect.
2017-11-28 Gleb SmirnoffFix obvious NULL pointer dereference from r310350.
2017-11-28 Brooks DavisUpdate vis(3) the latest from NetBSD.
2017-11-27 Alan Somersdiskinfo(8): Delete dead code in slog test
2017-11-27 Alexander MotinFix integer overflow in SLOG test.
2017-11-27 Ed Masteefivar: add missing getopt 'u' option
2017-11-27 Pedro F. Giffunivarious: general adoption of SPDX licensing ID tags.
2017-11-27 Pedro F. Giffunishare and pc-sysinstall: adoption of SPDX licensing...
2017-11-27 Edward Tomasz Napi... .Xr pmcstat(8) from kgmon(8) and gprof(1).
2017-11-27 Edward Tomasz Napi... Revert r326125.
2017-11-27 Xin LIDon't assign rs as we will assign it later.
2017-11-23 Hans Petter SelaskyMerge ^/head r325999 through r326131.
2017-11-23 Edward Tomasz Napi... Mark kgmon(8) obsolete, redirecting users to pmcstat(8).
2017-11-22 Emmanuel Vadotbsdinstall: Add ntpdate option
2017-11-22 Ed MasteFix indentation in bsdinstall-created wpa_supplicant...
2017-11-22 Ed Mastefreebsd-update: do not duplicate patchlist entries
2017-11-21 Ed Mastevidcontrol: correct history size error message
2017-11-21 Warner LoshThis program is more useful if it skips leading whitesp...
2017-11-21 Warner LoshDocument what the command line arguments actually do...
next