]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - stand
iwm: Implement the new receive path.
[FreeBSD/FreeBSD.git] / stand /
2019-11-07 Phil ShaferImport libxo-1.3.1:
2019-11-07 Andriy GaponMFV r354377: 10554 Implemented zpool sync command
2019-11-07 Toomas Soomeloader: implement fallback efi_devpath_to_name()
2019-11-07 Phil ShaferImport libxo-1.3.0:
2019-11-06 Toomas Soomeloader.efi: HARDDRIVE_DEVICE_PATH may have subpaths
2019-11-06 Ed Masteblacklist: update to NetBSD snapshot on 20191106
2019-11-05 Toomas Soomeloader: clean up the noise around log device
2019-11-05 Toomas Soomeloader: populate nvl with data even when label_txg...
2019-11-04 Toomas Soomeloader: show APFS partition type name
2019-11-03 Toomas Soomeloader: allow booting from pool with log device
2019-11-03 Toomas Soomeloader: factor out label and uberblock load from vdev_p...
2019-11-03 Toomas Soomeloader: zfs.c is missing malloc checks, fix it
2019-11-03 Toomas Soomeloader: we do not support booting from pool with log...
2019-11-03 Toomas Soomeloader: should check malloc in zfs_dev_open
2019-11-03 Toomas Soomeloader: calculate physical vdev psize from asize
2019-11-03 Toomas Soomeloader: userboot/test should accept more than one disk
2019-11-03 Cy SchubertMFV r354257:
2019-11-02 Toomas SoomeRemove duplicate lz4 implementations
2019-11-02 Toomas Soomeloader: libi386/comconsole.c cstyle cleanup
2019-11-02 Toomas Soomeloader: fall back to term_emu on efi console with seria...
2019-11-02 Kyle Evanslualoader: rewrite try_include using lfs + dofile
2019-11-02 Kyle Evansliblua: add loader.lua_path
2019-11-02 Kyle Evansstand: consolidate knowledge of lua path
2019-11-01 Warner LoshWe don't support configuring serial PCI cards in EFI...
2019-11-01 Toomas Soomeloader: asprinf does crash arm64 due to missing NULL...
2019-10-26 Toomas Soomeloader: rs_alloc() may return NULL
2019-10-24 Simon J. GerratyGuard reference to x86_hypervisor
2019-10-24 Simon J. GerratyAdd support for hypervisor check on x86
2019-10-24 Simon J. GerratyAllow loader.efi to identify non-standard boot setup
2019-10-24 Toomas Soomeuserboot/test should use PRIx64 as one would expect...
2019-10-21 Brooks DavisUpdate tcsh to git revision 83c5be0 bringing in a numbe...
2019-10-21 Kyle Evanslualoader: fix setting of loader_color=NO in loader...
2019-10-21 Kyle Evanslualoader: don't botch disabling of color
2019-10-19 Jung-uk KimMerge ACPICA 20191018.
2019-10-19 Toomas Soomeloader: zfs_fmtdev can crash when pool discovery did...
2019-10-17 Simon J. GerratyAllow loader.efi to identify non-standard boot setup
2019-10-16 Andriy GaponMFV r353637: 10844 Serialize ZTHR operations to elimina...
2019-10-16 Andriy GaponMFV r353630: 10809 Performance optimization of AVL...
2019-10-16 Andriy GaponMFV r348596: 9689 zfs range lock code should not be...
2019-10-16 Andriy GaponMFV r353628:
2019-10-16 Andriy GaponMFV r353623: 10473 zfs(1M) missing cross-reference...
2019-10-16 Andriy GaponMFV r353619: 9691 fat zap should prefetch when iterating
2019-10-16 Andriy GaponMFV r353617: 9425 allow channel programs to be stopped...
2019-10-16 Andriy GaponMFV r353615: 9485 Optimize possible split block search...
2019-10-16 Andriy GaponMFV r353613: 10731 zfs: NULL pointer errors
2019-10-16 Andriy GaponMFC r353611: 10330 merge recent ZoL vdev and metaslab...
2019-10-16 Andriy GaponMFV r353608: 10165 libzpool: passing argument 1 to...
2019-10-16 Andriy GaponMFV r353606: 10067 Miscellaneous man page typos
2019-10-15 Andriy GaponMFV r353561: 10343 ZoL: Prefix all refcount functions...
2019-10-15 Andriy GaponMFV r353558: 10572 10579 Fix race in dnode_check_slots_...
2019-10-15 Andriy GaponMFV r353551: 10452 ZoL: merge in large dnode feature...
2019-10-15 Toomas Soomeboot1.efi: provide generic exit() and stub getchar()
2019-10-08 Brooks DavisUpdate tcsh to 6.21.00.
2019-10-08 Dimitry AndricMerge ^/head r352764 through r353315.
2019-10-08 Justin Hibbitsloader/powerpc64: Include generic PVR values in CAS...
2019-10-07 Andriy GaponMFV r350898, r351075: 8423 8199 7432 Implement large_dn...
2019-10-07 Kyle EvansRevert r352557: powerpc/loader: Install ubldr without...
2019-10-07 Justin Hibbitsloader/powerpc64: Fix HV check for CAS usage
2019-10-06 Toomas Soomeloader.efi: for text mode, use STM to scroll the whole...
2019-09-28 Emmanuel VadotImport DTS files from Linux 5.3
2019-09-28 Emmanuel VadotImport DTS files from Linux 5.2
2019-09-26 Dimitry AndricMerge ^/head r352587 through r352763.
2019-09-26 Kyle EvansFurther normalize copyright notices
2019-09-26 Martin MatuskaMFV r352731:
2019-09-25 Toomas Soomeloader: fix indentation in efi_console and vidconsole
2019-09-25 Toomas Soomeloader: add teken.fg_color and teken.bg_color variables
2019-09-22 Toomas Soomeloader_lua: lua color changes should end with reset
2019-09-22 Toomas Soomeloader_4th: menu items need to reset color attribute...
2019-09-21 Dimitry AndricMerge ^/head r352537 through r352586.
2019-09-20 Kyle Evansloader: Respect loader_color=YES for serial consoles
2019-09-20 Justin Hibbitspowerpc/loader: Install ubldr without stripping
2019-09-20 Toomas Soomeloader: fix typo in zalloc.
2019-09-19 Dimitry AndricMerge ^/head r352436 through r352536.
2019-09-19 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2019-09-18 Kyle Evansmips: ubldr: use truncated load address for mips32
2019-09-17 Toomas Soomeloader: provide u> and xemit words if needed
2019-09-17 Toomas Soomeloader: revert r352421
2019-09-17 Toomas Soomeloader.efi: efipart needs to use ioalign
2019-09-17 Toomas Soomeloader: add memalign() to libsa
2019-09-17 Toomas Soomeloader: stand.h should define reallocf as Reallocf
2019-09-17 Toomas Soomeloader: cstyle cleanup libsa zalloc sources
2019-09-17 Toomas Soomeloader: factor out guard location setup from Realloc
2019-09-17 Dimitry AndricMerge ^/head r352319 through r352435.
2019-09-16 Toomas Soomeloader: Malloc(0) should return NULL.
2019-09-16 Toomas Soomeloader_4th: scan_buffer can leave empty string on stack
2019-09-14 Dimitry AndricMerge ^/head r352308 through r352318.
2019-09-14 Kyle Evanslualoader: Add reload-conf loader command
2019-09-13 Dimitry AndricMerge ^/head r352105 through r352307.
2019-09-10 Toomas Soomeloader: vidconsole should set LINES and COLUMNS
2019-09-10 Kyle Evanslualoader: Revert to ASCII menu frame for serial console
2019-09-10 Jung-uk KimMerge OpenSSL 1.1.1d.
2019-09-10 Baptiste DaroussinImport libedit 2019-09-10
2019-09-09 Dimitry AndricMerge ^/head r351732 through r352104.
2019-09-08 Toomas Soomeloader: --gc-sections needs sections to work with
2019-09-07 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2019-09-06 Toomas Soomeloader.efi: UEFI text mode background colors are only...
2019-09-06 Justin HibbitsLoader: Add load offset to powerpc kernel entry point
2019-09-05 Toomas Soomeloader: use teken teminal emulator for x86 and uefi
2019-09-05 Toomas Soomeficl: add xemit word
2019-09-05 Toomas Soomeficl: add uIsGreater word
next