]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - stand
Merge compiler-rt trunk r338150, and resolve conflicts.
[FreeBSD/FreeBSD.git] / stand /
2018-08-02 dimMerge compiler-rt trunk r338150, and resolve conflicts.
2018-08-02 dimMerge libc++ trunk r338150, and resolve conflicts.
2018-07-31 dimMerge lldb trunk r338150, and resolve conflicts.
2018-07-31 dimMerge lld trunk r338150, and resolve conflicts.
2018-07-31 dimMerge clang trunk r338150, and resolve conflicts.
2018-07-30 dimMerge llvm trunk r338150, and resolve conflicts.
2018-07-29 mmMFV r336851:
2018-07-28 impBe more conservative about setting hw.uart.console
2018-07-27 impUse % for printf, not a dollar sign
2018-07-27 impStyle nits noted by rpokala
2018-07-27 impIn the BootXXXX message, use the actual boot variable.
2018-07-27 impAdd some additional debug to loader.efi
2018-07-27 impstand debug
2018-07-27 kevanslualoader: "nextboot_file" should be spelled "nextboot_...
2018-07-26 impIgnore Device Paths in the Boot Info that don't have...
2018-07-25 brDisable 'C'-compressed ISA extension.
2018-07-23 impFinalize the boot manager protocol support for next...
2018-07-23 impImplement efiblk_get_pdinfo_by_device_path
2018-07-23 impImplement efi_devpath_length
2018-07-23 impImplement efi_devpath_match_node
2018-07-23 impStore the number of handles we get back in efipart_nhan...
2018-07-23 impImplement efi_devpath_to_media_path
2018-07-23 impFix the attempt to see if we're overriding the console...
2018-07-23 impOlder zfs boot blocks don't support symlinks. install...
2018-07-20 impHoist EFI_TARGET and SOURCE_DATE_EPOCH up into efi...
2018-07-20 impNM and OBJCOPY are already defined for all builds....
2018-07-20 impEliminate zfsloader man page.
2018-07-20 impCollapse zfsloader functionality back down into loader.
2018-07-18 impIf the console is already set, don't override it.
2018-07-18 impIf rootdev is set, use it as currdev.
2018-07-17 impRemove bogus attempt to simulate scrolling. It's not...
2018-07-17 impMore typos
2018-07-17 impFix typo in the command summary.
2018-07-16 lwhsuzfsboot: fix build with WITHOUT_LOADER_GELI
2018-07-14 impMinor adjustments:
2018-07-14 impAdd reporting of whether or not a keyboard is detected...
2018-07-14 impuefi stand: Guess the console better
2018-07-13 impDefine ADR subtype of ACPI type for a device path.
2018-07-13 impCatch up to the inflate renaming.
2018-07-13 ianFix glitched indentation (and rewrap as needed due...
2018-07-13 impUse if rather than case for a simple boolean. gcc think...
2018-07-13 ianExtend loader(8) geli support to all architectures...
2018-07-13 impThere's two files in the sys tree named inflate.c,...
2018-07-13 impFix sparc64 builds
2018-07-13 impTransition to boot_env_to_howto and boot_howto_to_env...
2018-07-13 impEliminate boot loader copies of boot arg parsing.
2018-07-13 impCreate helper functions for parsing boot args.
2018-07-11 cyMFV r324714:
2018-07-08 impStop using ../zfs/libzfs.h but instead use libzfs.h.
2018-07-08 impMove ZFS files into libsa
2018-07-04 manuloader: fdt: Try to load every possible DTB from u...
2018-07-03 allanjudestand/common/disk.c: dev->d_offset still needs to be...
2018-07-02 mavCut currdev dev and path fields for ZFS on the last...
2018-07-02 manustand: uboot: Do not panic if we can't find a boot...
2018-07-02 allanjudestand/common/disk.c: Read partition table relative...
2018-06-28 impRevert preference to be an int.
2018-06-27 bdreweryDon't use CCACHE for linking.
2018-06-24 dteskecheck-password.4th(8): Fix manual [in]accuracy
2018-06-20 allanjudeRevert r335276
2018-06-19 kevanslualoader: Correct kernel_options handling
2018-06-18 impRemove stray debugging line.
2018-06-18 impstand: move libgeliboot into libsa.
2018-06-17 allanjudestand/common/disk.c: Update debug printf
2018-06-17 allanjudegptboot, zfsboot, gptzfsboot: Enable the video and...
2018-06-17 impMany netboot scenarios don't have /boot/defaults/loader...
2018-06-16 allanjudeAvoid reading past the end of the disk in zfsboot.c...
2018-06-16 allanjudebiosdisk.c: fix type in debug printf
2018-06-16 allanjudebiosdisk.c: add missing \n to error message
2018-06-16 allanjudebiosdisk.c remove redundant variable
2018-06-16 allanjudeCorrect logic error in biosdisk.c:bd_realstrategy()
2018-06-15 impThere's no need to walk through the tables looking...
2018-06-15 impMove arg parsing into its own routine for possible...
2018-06-15 impProvide a more direct interface to tell ZFS what the...
2018-06-15 impMigrate has_keyboard to bool.
2018-06-14 tsoomelibsa: open() should use NULL instead of typecasted 0
2018-06-14 tsoomelibsa: remobe unneeded check before free()
2018-06-14 tsoomelibsa: f_rabuf could be NULL
2018-06-14 tsoomelibsa: cstyle cleanup for open/close/read/write sources
2018-06-14 manudts: Update our copy to Linux 4.17
2018-06-14 impbootprog_info is generated in vers.c. Move it's definit...
2018-06-14 impUse bool for vargood, since it's a boolean.
2018-06-14 impRemove redundant defs.mk includes. They aren't needed.
2018-06-13 impInitialize variables we later free so they aren't used
2018-06-13 impRemove unused variables.
2018-06-13 impRemove fail: label. It's unused.
2018-06-12 kevanslualoader: Match Forth module-loading behavior w.r...
2018-06-12 kevanslualoader: More black-on-white fixes
2018-06-11 kevanslualoader: Allow brand-*.lua for adding new brands
2018-06-10 kevanslualoader: Support variable substitution in env var...
2018-06-10 kevanslualoader: Process loader_conf_files properly
2018-06-09 kevanslualoader: Add cli.lua(8) to the tree
2018-06-09 kevansstand: One more trivial consolidation (setting environm...
2018-06-09 kevansstand: Fix build after r334882
2018-06-09 kevansstand: Consolidate checking for boot flags driven by...
2018-06-09 kevanslualoader: Add hook.lua(8) to tree
2018-06-09 kevanslibsa(3): Correct statement about FS Write-support...
2018-06-09 sjgAdd st_mtime, st_ino and st_dev for ufs_stat
2018-06-06 kevanslualoader: Add a loaded hook for others to execute...
2018-06-05 ianRemove comments and assertions that are no longer valid...
2018-06-05 ianMake the v*printf() functions in libsa return int inste...
next