]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - stand
Add stuff to disable warning for %S
[FreeBSD/FreeBSD.git] / stand /
2019-06-08 impAdd stuff to disable warning for %S
2019-06-08 impCreate gptboot.efi
2019-06-08 impBreak out the disk selection protocol from the rest...
2019-06-07 impRework the reporting of the priority.
2019-06-07 impRemove left-over status variables
2019-06-06 impFix when NOFAT is defined
2019-06-06 impUse simple malloc/free instead of dropping down to...
2019-06-06 tsoomeloader: disk_open() should honor D_PARTNONE
2019-06-06 impDon't make the efifat thing if NOFAT is defined.
2019-06-05 impEliminate unused uuid parameters from gptread and gptre...
2019-06-05 impufs_module.c can't currently be compiled with -Wcast...
2019-06-05 impDon't shadow a global zfsmount variable.
2019-06-04 impUse newly minted efi_devpath_same_disk() instead of
2019-06-04 impIntroduce efi_devpath_same_disk
2019-06-03 imp[zfsboot] Fix boot env back compat (#190)
2019-06-02 impMerge from upstream at 4189ef5d from https://github...
2019-06-01 bcranFix comment parsing in interp_simple.c
2019-05-31 kevansstand: zfs: Free bouncebuf on error path in vdev_read
2019-05-30 delphijUnexpand be32dec().
2019-05-29 tsoomeloader: malloc+memset is calloc in spa_create
2019-05-29 tsoomeboot1.efi should also provide Calloc
2019-05-29 tsoomeloader: zfs_alloc and zfs_free should use panic
2019-05-24 sjgficl pfopen: verify file
2019-05-24 delphijRemove kgzip and kgzldr.
2019-05-23 jkimInitialize a variable to fix build with GCC.
2019-05-23 jkimRemove yet another unused variable.
2019-05-23 manuloader: Remove unused variable
2019-05-23 manuloader: Add pnp functions for autoloading modules based...
2019-05-21 jhibbitsstand: TARGET_ARCH is spelled MACHINE_ARCH in Makefiles
2019-05-21 jhibbitsstand/powerpc: Only build loader.kboot for powerpc64
2019-05-21 ngieUnbreak the build when `ELF_VERBOSE` is defined after...
2019-05-20 luporl[PowerPC64] stand: fix build using clang 8 as compiler
2019-05-20 mmMFV r347989:
2019-05-13 tsoomeloader: fix memory handling errors in module.c
2019-05-09 tsoomeloader: use DPRINTF in biosdisk.c and define safe DPRINTF
2019-05-09 tsoomeloader: no-TERM_EMU is broken now
2019-05-09 tsoomeloader: ptable_print() needs two tabs sometimes
2019-05-09 tsoomeloader: implement proper 8 char tab stops
2019-05-08 manudts: Import files from Linux 5.1
2019-05-08 delphijMove contrib/zlib to sys/contrib/zlib so that we can...
2019-05-07 tsoomecommand_bcache() does not use argv
2019-05-07 tsoomeloader: bcache code does not need to check argument...
2019-05-07 tsoomeloader: use safer DPRINTF body for non-debug case
2019-05-06 impSimplify boot1 allocation of handles.
2019-05-06 impAbstract out efi_devpath_to_handle to search for a...
2019-05-06 impWe only ever need one devinfo per handle. So allocate...
2019-05-06 impReach over and pull in devpath.c from libefi
2019-05-05 tsoomeloader: validate sectorsize argument in disk_open()
2019-05-03 impUse SRC+= rather than SRC=
2019-05-03 impSubstitute boot1 with ${BOOT1}
2019-05-03 impWhen we can't get memory, trying again right away is...
2019-05-03 impRemove stray '*'
2019-05-02 kevansstand: correct mis-merge from r346879
2019-05-01 impUse D_PARTISGPT rather than bare 255
2019-04-30 ianAdd a paragraph that mentions gptboot having an interac...
2019-04-30 tsoomezfsboot: to detect disk size, use GPT information first
2019-04-29 impImplement uefi_ignore_boot_mgr env variable.
2019-04-29 impImplement uefi_rootdev
2019-04-29 impRead in and parse /efi/freebsd/loader.env from the...
2019-04-26 tsoomeloader: implement map-vdisk and unmap-vdisk commands
2019-04-25 impAdd the proper range of years for Netflix's copyright...
2019-04-25 impMove initialization of the block device handles earlier...
2019-04-25 impAdd efi_freebsd_delenv
2019-04-25 manuloader: fdt: Add fdt_is_setup function
2019-04-25 ianRestore the ability to open a raw disk or partition...
2019-04-23 cyMFV r346563:
2019-04-22 impCreate boot_img as a global variable
2019-04-22 impMove setting of console earlier in boot.
2019-04-20 impStart to reduce the number of #ifdef EFI_ZFS_BOOT
2019-04-19 impAdd wrapper functions to convert strings to EFI_DEVICE_PATH
2019-04-19 impAdd UEFI definitions related to converting string to...
2019-04-19 impAdd define for CONST.
2019-04-19 cemUpdate to Zstandard 1.4.0
2019-04-18 impMinor tweak to the debug
2019-04-18 impAdd efi_delenv
2019-04-18 impAdd a more generic efi_setenv function.
2019-04-12 baptUpdate mandoc to 1.14.5
2019-04-11 kevansstand: refactor overlay loading a little bit
2019-04-10 manuImport DTS files from Linux 5.0
2019-04-07 tsoomeloader: command_lsefi: ret can be used uninitialized
2019-04-07 tsoomeloader: add file_remove() function to undo file_insert_...
2019-04-07 tsoomeloader: mod_loadkld() error: we previously assumed...
2019-04-07 tsoomeloader: file_addmetadata() should check for memory...
2019-04-07 tsoomeloader: remove pointer checks before free() in module.c
2019-04-07 tsoomeloader: file_addmodule should check for memory allocation
2019-04-07 tsoomeloader: malloc+bzero is calloc
2019-04-03 philImport libxo-1.0.2
2019-04-03 mwCreate kernel module to parse Veriexec manifest based...
2019-04-01 ngieIntegrate capsicum-test into the FreeBSD test suite
2019-03-26 emastestand: remove CLANG_NO_IAS from zfsldr
2019-03-26 kevanslualoader: Fix up some luacheck concerns
2019-03-26 kevanslualoader: Clear the screen before prompting for password
2019-03-25 mmMFV r345495:
2019-03-24 ianDistinguish between "no partition" and "choose best...
2019-03-20 asomersgoogletest: backport GTEST_SKIP to googletest 1.8.1
2019-03-20 emasteloader: fix loading of kernels with . in path
2019-03-19 mwAdd missing boot.4th verification
2019-03-18 asomersMFHead@r345275
2019-03-16 dimAdd LLVM openmp trunk r351319 (just before the release_...
2019-03-15 ngieInitial googlemock/googletest integration into the...
next