]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - stand
Add UPDATING entries and bump version.
[FreeBSD/FreeBSD.git] / stand /
2021-10-08 Toomas Soomeloader: dev_net.c should use __func__ with printf
2021-10-08 Toomas Soomelibsa: cstyle cleanup of dosfs.c
2021-10-08 Toomas Soomeloader: cstyle cleanup of userboot/devicename.c
2021-10-08 Toomas Soomeloader: cstyle cleanup of libsa/lseek.c
2021-10-08 Warner Loshloader(8): fix path to be correct loader.4th.
2021-10-08 Daniel Gerzoloader: update autoboot description and move to loader...
2021-10-08 Marcin WojtasDisable PIE for MIPS BERI boot loader
2021-10-08 Marcin WojtasDisable PIE for MIPS ubldr
2021-10-08 Marcin WojtasDisable PIE for powerpc bootloaders.
2021-10-08 Mateusz PiotrowskiFix date
2021-10-08 Alex RichardsonLink efi programs with -pie rather than -shared
2021-10-08 Andrew TurnerIgnore the .interp section in the arm64 EFI loader
2021-10-08 John BaldwinQuiet int-to-pointer-cast warnings on i386 with GCC 9.
2021-10-08 Warner LoshUpdate to today's date
2021-10-08 Warner LoshVery preliminary loader.efi(8) man page
2021-10-08 Alex Richardsonstand: use portable ln -n instead of ln -h
2021-10-08 Allan JudeLoader: explain the syntax of currdev
2021-10-08 Toomas Soomeloader: implement GELI writes
2021-10-08 Toomas Soomeloader: update zfsimpl.c from illumos review suggestions
2021-10-08 Toomas Soomeloader: provide u> and xemit words if needed
2021-10-08 Colin PercivalEFI loader: Don't free bcache for DEVT_DISK devs
2021-10-08 Simon J. Gerratypkgfs_open: follow symlinks
2021-10-08 Brandon Bergrenstand/ficl 64-bit compatibility
2021-10-08 Toomas Soomeloader: cstyle cleanup
2021-10-08 Toomas Soomeloader: crc32 is provided by libsa
2021-10-08 Brandon BergrenFix 64-bit build of libofw.
2021-10-08 Warner Loshloader.efi: remove extra extern ST
2021-10-08 Toomas Soomeloader: we should support pools without features
2021-10-08 Alex Richardsonlibsa: Remove conflicting .global/.weak directive
2021-10-08 Mark Johnstonstand: Load INIT_ARRAY and FINI_ARRAY sections
2021-10-08 Guangyuan Yangpxeboot(8): remove antiquated information
2021-10-08 Eric van Gyzenefi loader: fix typos in a comment
2021-10-08 Toomas Soomeloader: allow loader to accept zfs feature com.delphix...
2021-10-08 Toomas Soomeloader: allow loader to accept zfs feature com.datto...
2021-10-08 Jessica Clarkeloader: Print autoboot countdown immediately, not at 9
2021-10-08 Toomas Soomeficl: make dump a bit friendlier
2021-10-08 Toomas Soomeficl: instead of pad, emit can use local variable
2021-10-08 Toomas Soomezfsboot: add prototype for main()
2021-10-08 Toomas Soomeloader: cstyle cleanup of console.c
2021-10-08 Toomas Soomeloader: cstyle cleanup of bootstrap.h did miss a bit
2021-10-08 Toomas Soomeloader: cstyle cleanup of bootstrap.h
2021-10-08 Toomas Soomeloader: revert r342161 and r342151
2021-10-08 Andrew TurnerUse adrp in the arm64 efi loader
2021-10-08 Toomas Soomeloader: edd_device_path_v3 is too small
2021-10-08 Warner LoshImplement some time variables from kernel
2021-10-08 Toomas Soomeloader: zfs_probe_dev should pick first matching zfs...
2021-10-08 Warner LoshCreate CFLAGS_EARLY.file for boot loader.
2021-10-08 Warner LoshDeclare time()
2021-10-08 Toomas Soomelibsa: only skein_block.c is using SKEIN_LOOP
2021-10-08 Gleb SmirnoffWhen we have a command returned by zfs_nextboot() that...
2021-10-08 Emmanuel Vadotlibsa: smbios: Parse the chassis type and export it...
2021-10-08 Toomas Soomelibsa: remove leftover whitespace
2021-10-08 Toomas Soomelibsa: make env_discard() public
2021-10-08 Toomas Soomelibsa: cstyle cleanup for environment.c
2021-10-08 Toomas Soomeloader: setting vdev size based on label asize is not...
2021-10-08 Toomas Soomeloader: zfs reader does not need BOOT2 bits
2021-10-08 Toomas Soomeloader: potential memory leak and check return values
2021-10-08 Toomas Soomeboot1.efi: use malloc family from libsa
2021-10-08 Toomas Soomeloader: can not read zfs pool with slog removed
2021-10-08 Toomas Soomeloader: create single zfs nextboot implementation
2021-10-08 Toomas Soomeloader: r362262 did miss the pathlen check
2021-10-08 Toomas Soomeloader: strings in nvlist are counted strings, not...
2021-10-08 Toomas Soomeboot2: need to expand tab output and mask getchar
2021-10-08 Toomas Soomeloader: zfs_cmd.c does not really compile without libzfs.h
2021-10-08 Toomas Soomeloader: variable i is unused without MBR/GPT support...
2021-10-08 Toomas Soomezfsboot: cstyle cleanup
2021-10-08 Alex RichardsonAvoid using non-portable dd conv=osync option
2021-10-08 Andrew TurnerFix the EFI_DEBUG case, prio_str is only used when...
2021-10-08 Toomas Soomeloader: use #elif defined() in stand.h
2021-10-08 Toomas Soomeloader: typo did slip into 359408
2021-10-08 Toomas Soomeloader: strdup name strings from dataset walker
2021-10-08 Toomas Soomeloader: add knob to build with user malloc
2021-10-08 Toomas Soomeloader: remove libsa/crc32.c and use version from zlib
2021-10-08 Toomas Soomeloader: replace zfs_alloc/zfs_free with malloc/free
2021-10-08 Warner LoshMove smbios.c to libsa.
2021-10-08 Warner LoshCreate ptov() function.
2021-10-08 Toomas Soomefollowup on r357497: clean obsolete comment and use...
2021-10-08 Toomas Soomezfsboot: vdev_read_pad2 does allocate buffer with wrong...
2021-10-08 Toomas Soomevdev_read_pad2: freeing wrong pointer
2021-10-08 Toomas Soomeloader: rewrite zfs reader zap code to use malloc
2021-10-08 Warner LoshRemove comment. We're just going to the next node here.
2021-10-08 Toomas Soomecstyle cleanup for i386_copy.c
2021-10-08 Toomas Soomeuserboot/test should use PRIx64 as one would expect...
2021-10-08 Patrick KelseyRemove whole-disk vdev support from zfsboot
2021-10-08 Rebecca CranWait a maximum of 300 seconds for network send/recv...
2021-10-08 Maxim SobolevNuke out buffer overflow safety marker code.
2021-10-08 Toomas Soomeloader: zfsimpl.c cstyle cleanup
2021-10-08 Toomas Soomeloader: tftp client should use server address from...
2021-10-08 Warner Loshloader: Don't reserve space for symbols twice.
2021-10-08 Emmanuel Vadotloader: Fix dtb loading
2021-10-08 Andrew TurnerUpdate the EFI timer to be called once a second
2021-10-08 Yongbo YaoLoader: support booting OS from memory disk (MD)
2021-10-08 Andrew TurnerReuse the amd64 loader relocation code on arm64
2021-10-08 Emmanuel Vadotloader: Partial revert of 987eabdc2ae1
2021-10-08 D Scott Phillipsstand/reloc_elf: Handle relative relocations for arm...
2021-10-08 D Scott Phillipsstand/efihttp: Work around a bug in edk2 http instance...
2021-10-08 Matt MacyZFS: remove duplicate "com.datto:encryption" from loader
2021-10-08 Alex RichardsonFix stand/newvers.sh with zsh in sh mode
2021-10-08 Stephen J. KiernanFix compilation error for install.c in loader
2021-10-08 Toomas Soomeloader: geli_dev_ioctl does return huge mediasize
next