]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - stand
Followup to r347996
[FreeBSD/FreeBSD.git] / stand /
2018-10-25 kevanslualoader: Improve module loading diagnostics
2018-10-24 kevansmenu.lua: Abort autoboot sequence on failed command
2018-10-24 kevanslualoader: unload upon kernel change if a kernel was...
2018-10-23 kibFix stand/ build after r339671.
2018-10-23 dimMerge ^/head r339015 through r339669.
2018-10-23 tsoomeloader: biosdisk interface should be able to cope with...
2018-10-23 tsoomelibsa: re-send ACK for older data packets in tftp
2018-10-21 dteskeRestore the ability to prevent the user from interrupti...
2018-10-20 emastelibi386: remove CLANG_NO_IAS workaround
2018-10-20 baptUpdate libdialog to 1.3-20180621
2018-10-12 tsoomeloader.efi: add poweroff command
2018-10-11 kevansEnable lualoader's kernel autodetection, disabled on...
2018-10-11 kevanslualoader: Provide a 'menu' command to redraw the menu...
2018-10-10 gjbFix a minor typo in loader.conf(5).
2018-10-10 desUpgrade Unbound to 1.8.0. More to follow.
2018-10-09 jkimUpdate ACPICA to 20181003.
2018-10-09 jhbUpdate Apache Serf to 1.3.9 to support OpenSSL 1.1.1.
2018-10-09 emasteCopy libevent sources to contrib
2018-10-08 gjbMFH r339206-r339212, r339215-r339239
2018-10-08 gjbMFV r339226 (peter): Record merge of serf-1.3.9.
2018-10-07 kevanslualoader: Honor boot_* variables at lua init
2018-10-07 kevanslualoader: Create a module blacklist, add DRM modules...
2018-10-06 emasteopenssh: cherry-pick OpenSSL 1.1.1 compatibility
2018-10-05 gjbMFH r338661 through r339200.
2018-10-05 kevanslualoader: Don't draw loader menu with autoboot_delay=-1
2018-09-29 dimAdd compiler-rt's libFuzzer, not connected to buildworl...
2018-09-27 dimMerge ^/head r338731 through r338987.
2018-09-24 emasteCopy libevent sources to contrib
2018-09-22 traszImprove loader passwords:
2018-09-20 baptImport mandoc 1.14.4
2018-09-13 jkimUpdate OpenSSL to 1.1.1.
2018-09-11 dimMerge ^/head r338392 through r338594.
2018-09-10 desUpgrade to OpenSSH 7.8p1.
2018-09-09 tsoomelibsa: validate tftp_makereq() after we did reset the...
2018-09-08 tsoomelibsa: memory leak in tftp_open()
2018-09-05 impBe a little conservative about when to force size optim...
2018-09-03 brEnable 'C'-compressed ISA extension.
2018-09-03 rwatsonThe kernel DTrace audit provider (dtaudit) relies on...
2018-09-03 kevanslualoader: Handle comma-separated kernels as well
2018-09-01 kevansuserboot: handle guest interpreter mismatches more...
2018-08-31 kevanslualoader: Print error messages from command failures...
2018-08-30 kevanslualoader: fix color usage
2018-08-29 dimMerge ^/head r338298 through r338391.
2018-08-28 markjDocument the cpu_microcode_* tunables.
2018-08-27 andrewEnsure we have a large enough stack for the lua loader
2018-08-25 kevanslualoader: Fix override of module_path on loader prompt
2018-08-24 dimMerge ^/head r338026 through r338297, and resolve confl...
2018-08-23 kevansstand: fdt: Drop some write-only assignments/variables...
2018-08-23 kevanslualoader: Accept that people use unquoted values in...
2018-08-23 kevanslualoader: Fix (add) Xen support
2018-08-23 kevansefiloader: Setup FDT in autoload to fix overlays clobbe...
2018-08-23 manudts: Import DTS for arm64
2018-08-23 kevansfdt_fixups: relocate the /chosen node after applying...
2018-08-22 lidlIncrease the size of the heap size available on sparc64...
2018-08-22 tsoomeloader: bios loader should allow to chain load a file
2018-08-22 kevanslualoader: Fix loader.conf(5) EOL validation for 'exec...
2018-08-21 kevanslualoader: Refactor config line expressions
2018-08-21 kevanslualoader: Just compare expression directly
2018-08-20 impSerial console menus for lua.
2018-08-20 kevanslualoader: Install all manpages
2018-08-20 kevansAdd color.lua(8), password.lua(8), and screen.lua(8)
2018-08-20 kevansAdd drawer.lua(8)
2018-08-19 kevanslualoader: Add drawer-exported variables for default...
2018-08-19 kevanslualoader: Hide the rest of the private interfaces
2018-08-19 kevanslualoader: Hide most of the internal drawing functions
2018-08-19 impTurn back the clock just a little: make userboot.so...
2018-08-19 kevanslualoader: Stop exporting drawer.draw
2018-08-19 kevansAdd config.lua(8) to the tree
2018-08-19 kevanslibsa: Add lshrdi3.c for powerpc* and mips
2018-08-19 kevansstand: Flip the default interpreter to Lua
2018-08-18 dimMerge ^/head r338015 through r338025.
2018-08-18 jhbFix casts between 64-bit physical addresses and pointer...
2018-08-18 dimMerge ^/head r337646 through r338014.
2018-08-16 impAdd ashldi3 and ashrdi3 to mips.
2018-08-16 impInstall links for loader.efi.
2018-08-16 tsoomelibi386: bd_io_workaround() is to be called for reads...
2018-08-16 tsoomelibi386: small style updates in biosdisk
2018-08-15 tsoomelibi386: use BD_RD and BR_WR constants
2018-08-15 tsoomelibi386: remove bd_read() and bd_write() wrappers
2018-08-15 tsoomelibsa: zfs_probe() needs to set spa to NULL
2018-08-15 tsoomelibi386: remove BD_SUPPORT_FRAGS
2018-08-15 kevanspkgfs_init: Initialize pkg
2018-08-15 impstand: Use -Oz/-Os for all loader/stand builds.
2018-08-15 traszImprove formatting.
2018-08-15 traszAdd SECURITY section to loader(8).
2018-08-14 kevansMFV r337586: lua: Update to 5.3.5
2018-08-14 impFor our INT64 implementation, we can compare integers...
2018-08-14 impCreate a loader for each interpreter for x86 BIOS and...
2018-08-14 jkimMerge OpenSSL 1.0.2p.
2018-08-14 traszAdd init_exec kenv(1) variable, to make init(8) execute...
2018-08-13 markjAdd microcode update configuration to the default loade...
2018-08-13 kevanslualoader: Fix parsing of negative number loader.conf...
2018-08-13 traszMove around text in loader(8), in particular stuff...
2018-08-13 manuImport DTS files from Linux 4.18
2018-08-11 kevansMFH @ r337607, in preparation for boarding
2018-08-10 dimMerge ^/head r337286 through r337585.
2018-08-09 kevanslibi386: Fix typo in pxe.h
2018-08-09 kevanslibsa: exit on EOF in ngets
2018-08-09 kevansisoboot, gptboot: Fix WITHOUT_LOADER_GELI (gptboot...
2018-08-08 eadlerfile: update to 5.34
next