]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - stand
stand/lua: Allow menu items to not have explicit aliases
[FreeBSD/FreeBSD.git] / stand /
2018-02-16 Kyle Evansstand/lua: Allow menu items to not have explicit aliases
2018-02-16 Kyle Evansstand/lua: Move kernel selection into main menu
2018-02-16 Kyle Evansstand/lua: Consistently use semicolons for line endings
2018-02-16 Kyle Evansstand/lua: Set reasonable ACPI default based on presence
2018-02-16 Kyle Evansstand/lua: Don't descend into an empty kernels submenu
2018-02-16 Kyle Evansstand/lua: Reduce magic numbers
2018-02-16 Warner LoshEliminate bsd.stand.mk and -fPIC 32-bit intel builds
2018-02-15 Kyle Evanslibsa: Consolidate tftp sendrecv into net.c sendrecv
2018-02-15 Kyle Evansstand/lua: Always boot on 'enter' keypress in menus
2018-02-15 Kyle Evansstand: Fix ubldr after r329190
2018-02-15 Andriy GaponMFV r329313: 8857 zio_remove_child() panic due to alrea...
2018-02-14 Kyle Evansstand/lua: Exit sub-menus on backspace
2018-02-14 Benno RiceReformat to come significantly closer to style(9).
2018-02-14 Emmanuel Vadotefi: Only scan the BLKIO MEDIA once
2018-02-14 Kyle Evanslibsa: Fix IP recv timeout
2018-02-13 Justin HibbitsUnify metadata load files for arm, mips, powerpc, sparc64
2018-02-12 Warner LoshAdd the lua scripts from the lua-bootloader SoC
2018-02-12 Warner LoshAdd Lua as a scripting langauge to /boot/loader
2018-02-09 Jung-uk KimMFV: r329072
2018-02-09 Roger Pau Monnéloader: fix endianness conversion
2018-02-09 Warner LoshSet script.lang in the environment to either 'forth...
2018-02-08 Warner LoshFix build of userboot.so
2018-02-08 Jung-uk KimMFV: r329021
2018-02-08 Warner LoshMove to tabs for indentation and to 8-space notches...
2018-02-07 Warner LoshMove simple interpreter 'perform' into interp.c and...
2018-02-07 Warner LoshFix indentation to FreeBSD standard for interp files
2018-02-07 Hans Petter SelaskyMove the stand/usb test loader into its own directory.
2018-02-07 Hans Petter SelaskyA more definitions to kernel emulation shim in order...
2018-02-07 Hans Petter SelaskyFix relative location of USB sources after recent move.
2018-02-05 John BaldwinIgnore relocation tables for non-memory-resident sections.
2018-02-04 Kyle EvansRemove now-unused variable after r328809
2018-02-03 Nathan WhitehornFix regression introduced in r328806, preventing boot...
2018-02-03 Ed MasteMake cross-endian loader changes apply only to powerpc
2018-02-02 Dimitry AndricUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-02-02 Warner LoshImplement strcoll as strcmp.
2018-02-02 Warner LoshWe need more heap space to properly load newer powerpc...
2018-02-02 Warner LoshInvent new LDR_INTERP for the loader interpreter to...
2018-02-02 Warner LoshNow that we no longer conditionally compile some files...
2018-02-02 Warner LoshRemove pcibios forth support.
2018-02-02 Warner LoshThese 4th words were an attempt to allow integration...
2018-02-02 Warner LoshRetire pnp.4th and the code needed only for 4th words...
2018-02-02 Warner LoshCentralize several variables.
2018-02-01 Dimitry AndricUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-02-01 Kyle EvansD14130: stand/fdt: Rip out FDT VA tracking
2018-01-31 Warner LoshBreak out the interpreters (simple and forth) w/o ifdef...
2018-01-31 Warner LoshUpdate stand.h for changes for strto*l
2018-01-31 Warner LoshMove libstand.3 to libsa.3. Update libsa.3 to include...
2018-01-31 Warner LoshKill copies of strtol and strtoul. Use the ones that...
2018-01-30 Sean BrunoAdd missing non-POWERPC case to give the scr value...
2018-01-30 Kyle Evansstand/fdt: Remove unused write-only new_fdtp, correct...
2018-01-29 Wojciech Macekloader: support for mixed-endianness ELF/loader and...
2018-01-28 Kyle Evansstand/fdt: Check /compatible property on overlay if...
2018-01-28 Kyle Evansstand/fdt: Consolidate overlay handling a little further
2018-01-27 Kyle EvansMFV r328490: Update libfdt to github:f1879e1
2018-01-26 Warner LoshTag unreachable places as such. I left the while (1...
2018-01-26 Warner LoshMake exit() never return until host_exit can be written.
2018-01-26 Warner LoshBERI isn't BTX, so we don't have to provide exit()...
2018-01-26 Warner LoshNow that exit is __dead2, we need to tag ub_exit()...
2018-01-26 Warner Loshabort() should be marked __dead2 since it won't return.
2018-01-26 Warner LoshProvide abs form stdlib.h.
2018-01-26 Warner LoshImplement abort() as a call to panic.
2018-01-26 Warner LoshSplit panic routine
2018-01-26 Kirk McKusickRefactoring of reading and writing of the UFS/FFS super...
2018-01-25 Ed Masteloader.efi: add missing EFI GUIDs
2018-01-24 Dimitry AndricUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-01-24 Martin MatuskaMFV r328323,328324:
2018-01-24 Philip PaepsImport tzdata 2018c
2018-01-23 Kyle Evansstand/fdt: Fallback to `name` + ".dtbo" if we fail...
2018-01-23 Warner LoshThere's no tainted data here, tag it as such to avoid...
2018-01-23 Warner Loshgetenv does not return tainted data in the boot loader...
2018-01-23 Warner LoshOn malloc failure, be sure to close the include file...
2018-01-23 Warner LoshDon't leak memory when displaying help.
2018-01-23 Warner LoshFix some resource leaks.
2018-01-22 Alexander MotinMFV r328255: 8972 zfs holds: In scripted mode, do not...
2018-01-22 Alexander MotinMFV r328253: 8835 Speculative prefetch in ZFS not worki...
2018-01-22 Alexander MotinMFV r328251: 8652 Tautological comparisons with ZPROP_INVAL
2018-01-22 Alexander MotinMFV r328249:
2018-01-22 Alexander MotinMFV r328247: 8959 Add notifications when a scrub is...
2018-01-22 Alexander MotinMFV r328245: 8856 arc_cksum_is_equal() doesn't take...
2018-01-22 Alexander MotinMFV r328233:
2018-01-21 Alexander MotinMFV r328231: 8897 zpool online -e fails assertion when...
2018-01-21 Alexander MotinMFV r328229:
2018-01-21 Alexander MotinMFV r328227: 8909 8585 can cause a use-after-free kerne...
2018-01-21 Alexander MotinMFV r328225: 8603 rename zilog's "zl_writer_lock" to...
2018-01-21 Alexander MotinMFV r328220: 8677 Open-Context Channel Programs
2018-01-19 Warner LoshRemove extra copy of bootinfo.c. It's a bit rotted...
2018-01-18 Kyle Evansstand: Move sections around to fix stand/ build with...
2018-01-18 Kyle Evansstand: Add /boot/overlays to allow separation of overla...
2018-01-18 Kyle Evanslibfdt: Update to 1.4.6, switch to using libfdt for...
2018-01-17 John BaldwinRequire the SHF_ALLOC flag for program sections from...
2018-01-16 Toomas Soomeutf8_to_ucs2() should check for malloc failure
2018-01-16 Philip PaepsImport tzdata 2018a
2018-01-15 Warner LoshNeed to free uv after we're done using it.
2018-01-15 Warner LoshCheck the return value from utf8_to_ucs2 instead of...
2018-01-15 Warner LoshWhen returning an error and freeing allocated memory...
2018-01-15 Kyle Evansstand/fdt: Don't leak next_fdtp if we fail to open...
2018-01-15 Andrew TurnerFix booting on some arm64 systems after r327879 by...
2018-01-15 Kyle Evansstand/fdt: don't send clobbered FDT to the kernel
2018-01-12 Dimitry AndricMerge ^/head r327624 through r327885.
2018-01-12 Warner LoshAllow this file to be included
next