]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - stand
Typo.
[FreeBSD/FreeBSD.git] / stand /
2019-06-28 Xin LIUpgrade to Bzip2 version 1.0.7.
2019-06-27 Rebecca CranIncrease EFI_STAGING_SIZE to 100MB on x64
2019-06-26 Rebecca CranRe-enable loader efi http boot and fix dv_open bug...
2019-06-25 Rebecca CranDisconnect EFI HTTP support
2019-06-25 Warner LoshRemove NAND and NANDFS support
2019-06-24 Rebecca Cranloader: add HTTP support using UEFI
2019-06-24 Warner LoshMove to using a common kernel path between the boot...
2019-06-19 Matt MacyTell loader to ignore newer features enabled on the...
2019-06-19 Rebecca Cranefinet: Defer exclusively opening the network handles
2019-06-19 Leandro Lupori[PPC] Fix loader input with newer QEMU versions
2019-06-17 Xin LISeparate kernel crc32() implementation to its own heade...
2019-06-17 Martin MatuskaMFV r349134:
2019-06-13 Li-Wen HsuFix gcc build by removing redeclaration
2019-06-12 Dimitry AndricUpgrade our copies of clang, llvm, lld, lldb, compiler...
2019-06-12 Martin MatuskaMFV r348971,r348977:
2019-06-08 Warner LoshAdd stuff to disable warning for %S
2019-06-08 Warner LoshCreate gptboot.efi
2019-06-08 Warner LoshBreak out the disk selection protocol from the rest...
2019-06-07 Warner LoshRework the reporting of the priority.
2019-06-07 Warner LoshRemove left-over status variables
2019-06-06 Warner LoshFix when NOFAT is defined
2019-06-06 Warner LoshUse simple malloc/free instead of dropping down to...
2019-06-06 Toomas Soomeloader: disk_open() should honor D_PARTNONE
2019-06-06 Warner LoshDon't make the efifat thing if NOFAT is defined.
2019-06-05 Warner LoshEliminate unused uuid parameters from gptread and gptre...
2019-06-05 Warner Loshufs_module.c can't currently be compiled with -Wcast...
2019-06-05 Warner LoshDon't shadow a global zfsmount variable.
2019-06-04 Warner LoshUse newly minted efi_devpath_same_disk() instead of
2019-06-04 Warner LoshIntroduce efi_devpath_same_disk
2019-06-03 Alexander MotinMFV r348585: 9683 Allow bypassing devid in vdev_disk_open()
2019-06-03 Alexander MotinMFV r348583: 9847 leaking dd_clones (DMU_OT_DSL_CLONES...
2019-06-03 Alexander MotinMFV r348580: 9559 zfs diff handles files on delete...
2019-06-03 Alexander MotinMFV r348578: 9962 zil_commit should omit cache thrash
2019-06-03 Alexander MotinMFV r348576: 9963 Seperate tunable for disabling ZIL...
2019-06-03 Alexander MotinMFV r348573: 9993 zil writes can get delayed in zio...
2019-06-03 Alexander MotinMFV r348568: 9466 add JSON output support to channel...
2019-06-03 Warner Losh[zfsboot] Fix boot env back compat (#190)
2019-06-03 Alexander MotinMFV r348555: 9690 metaslab of vdev with no space maps...
2019-06-03 Alexander MotinMFC r348554: 9688 aggsum_fini leaks memory
2019-06-03 Alexander MotinMFV r348553: 9681 ztest failure in spa_history_log_inte...
2019-06-03 Alexander MotinMFV r348552: 9682 page fault in dsl_async_clone_destroy...
2019-06-03 Alexander MotinMFV r348551: 9862 fix typo in comment in vdev_impl.h
2019-06-03 Alexander MotinMFV r348550: 1700 Add SCSI UNMAP support
2019-06-03 Alexander MotinMFV r348548: 9617 too-frequent TXG sync causes excessiv...
2019-06-03 Alexander MotinMFV r348537: 8601 memory leak in get_special_prop()
2019-06-03 Alexander MotinMFV r348535: 9677 panic from zio_write_gang_block(...
2019-06-03 Alexander MotinMFV r348534: 9616 Bogus error when attempting to set...
2019-06-02 Warner LoshMerge from upstream at 4189ef5d from https://github...
2019-06-01 Rebecca CranFix comment parsing in interp_simple.c
2019-05-31 Kyle Evansstand: zfs: Free bouncebuf on error path in vdev_read
2019-05-30 Marcin WojtasAdjust ENA driver to the new ena-com
2019-05-30 Xin LIUnexpand be32dec().
2019-05-29 Toomas Soomeloader: malloc+memset is calloc in spa_create
2019-05-29 Toomas Soomeboot1.efi should also provide Calloc
2019-05-29 Toomas Soomeloader: zfs_alloc and zfs_free should use panic
2019-05-28 Jung-uk KimMerge OpenSSL 1.1.1c.
2019-05-24 Simon J. Gerratyficl pfopen: verify file
2019-05-24 Xin LIRemove kgzip and kgzldr.
2019-05-23 Jung-uk KimInitialize a variable to fix build with GCC.
2019-05-23 Jung-uk KimRemove yet another unused variable.
2019-05-23 Emmanuel Vadotloader: Remove unused variable
2019-05-23 Emmanuel Vadotloader: Add pnp functions for autoloading modules based...
2019-05-21 Justin Hibbitsstand: TARGET_ARCH is spelled MACHINE_ARCH in Makefiles
2019-05-21 Justin Hibbitsstand/powerpc: Only build loader.kboot for powerpc64
2019-05-21 Enji CooperUnbreak the build when `ELF_VERBOSE` is defined after...
2019-05-20 Leandro Lupori[PowerPC64] stand: fix build using clang 8 as compiler
2019-05-20 Martin MatuskaMFV r347989:
2019-05-13 Toomas Soomeloader: fix memory handling errors in module.c
2019-05-09 Jung-uk KimMFV: r347413
2019-05-09 Toomas Soomeloader: use DPRINTF in biosdisk.c and define safe DPRINTF
2019-05-09 Toomas Soomeloader: no-TERM_EMU is broken now
2019-05-09 Toomas Soomeloader: ptable_print() needs two tabs sometimes
2019-05-09 Toomas Soomeloader: implement proper 8 char tab stops
2019-05-08 Emmanuel Vadotdts: Import files from Linux 5.1
2019-05-08 Xin LIMove contrib/zlib to sys/contrib/zlib so that we can...
2019-05-07 Toomas Soomecommand_bcache() does not use argv
2019-05-07 Toomas Soomeloader: bcache code does not need to check argument...
2019-05-07 Toomas Soomeloader: use safer DPRINTF body for non-debug case
2019-05-06 Phil ShaferImport libxo-1.0.4:
2019-05-06 Warner LoshSimplify boot1 allocation of handles.
2019-05-06 Warner LoshAbstract out efi_devpath_to_handle to search for a...
2019-05-06 Warner LoshWe only ever need one devinfo per handle. So allocate...
2019-05-06 Warner LoshReach over and pull in devpath.c from libefi
2019-05-05 Toomas Soomeloader: validate sectorsize argument in disk_open()
2019-05-05 Cy SchubertMFV r347136:
2019-05-03 Warner LoshUse SRC+= rather than SRC=
2019-05-03 Warner LoshSubstitute boot1 with ${BOOT1}
2019-05-03 Warner LoshWhen we can't get memory, trying again right away is...
2019-05-03 Warner LoshRemove stray '*'
2019-05-02 Kyle Evansstand: correct mis-merge from r346879
2019-05-01 Warner LoshUse D_PARTISGPT rather than bare 255
2019-04-30 Ian LeporeAdd a paragraph that mentions gptboot having an interac...
2019-04-30 Toomas Soomezfsboot: to detect disk size, use GPT information first
2019-04-29 Warner LoshImplement uefi_ignore_boot_mgr env variable.
2019-04-29 Warner LoshImplement uefi_rootdev
2019-04-29 Warner LoshRead in and parse /efi/freebsd/loader.env from the...
2019-04-26 Toomas Soomeloader: implement map-vdisk and unmap-vdisk commands
2019-04-25 Warner LoshAdd the proper range of years for Netflix's copyright...
2019-04-25 Warner LoshMove initialization of the block device handles earlier...
2019-04-25 Warner LoshAdd efi_freebsd_delenv
next