]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - stand/lua/core.lua
Purely whitespace changes bringing this file closer to style(9).
[FreeBSD/FreeBSD.git] / stand / lua / core.lua
2018-02-21 Kyle Evanslualoader: Make kernel autodetection contingent on...
2018-02-21 Alexander MotinMFV r329502: 7614 zfs device evacuation/removal
2018-02-21 Kyle Evanslualoader: Add boot environment support
2018-02-21 Andriy GaponMFV r329718: 8520 7198 lzc_rollback_to should support...
2018-02-21 Andriy GaponMFV r329715: 8997 ztest assertion failure in zil_lwb_wr...
2018-02-21 Andriy GaponMFV r329713: 8731 ASSERT3U(nui64s, <=, UINT16_MAX)...
2018-02-21 Andriy GaponMFV r329710: 8966 Source file zfs_acl.c, function zfs_a...
2018-02-21 Kyle Evanslualoader: Don't autodetect kernels if 'kernels' is...
2018-02-21 Alexander MotinMFV r324198: 8081 Compiler warnings in zdb
2018-02-21 Kyle Evanslualoader: Return only argstr if with_kernel not requested
2018-02-21 Alexander MotinMFV r322231:
2018-02-21 Alexander MotinMFV r319737: 6939 add sysevents to zfs core for commands
2018-02-21 Kyle Evanslualoader: Drop explicit boolean tests; b or not b
2018-02-21 Kyle Evanslualoader: Drop excessive parenthesizing
2018-02-21 Kyle Evanslualoader: Drop terminating semicolons
2018-02-21 Alexander MotinMFV r319736: 6396 remove SVM
2018-02-21 Alexander MotinMFV r318941: 7446 zpool create should support efi syste...
2018-02-20 Kyle Evanslualoader: Intercept the 'autoboot' cli command
2018-02-20 Kyle Evanslualoader: Intercept boot cli command
2018-02-20 Kyle Evanslualoader: Prepare for interception of "boot" CLI cmd
2018-02-20 Alexander MotinMFV r316918: 7990 libzfs: snapspec_cb() does not need...
2018-02-20 Alexander MotinMFV r316902: 7745 print error if lzc_* is called before...
2018-02-20 Alexander MotinMFV r316901:
2018-02-20 Alexander MotinMFV r316893:
2018-02-20 Alexander MotinMFV r316876: 7542 zfs_unmount failed with EZFS_UNSHAREN...
2018-02-20 Alexander MotinMFV r316875: 7336 vfork and O_CLOEXEC causes zfs_mount...
2018-02-20 Alexander MotinMFV r316873: 7233 dir_is_empty should open directory...
2018-02-20 Alexander MotinMFV r316872: 7502 ztest should run zdb with -G (debug...
2018-02-20 Kyle Evanslualoader: Ignore ACPI bits on !i386
2018-02-20 Kyle Evansstand/lua: Consistently organize modules
2018-02-20 Alexander MotinMFC r316910: 7812 Remove gender specific language
2018-02-20 Alexander MotinMFV r307315:
2018-02-20 Alexander MotinMFV r302649: 7016 arc_available_memory is not 32-bit...
2018-02-20 Kyle Evansstand/lua: Don't set ACPI off just because we can't...
2018-02-19 Kyle Evansstand/lua: Change boot menu items' names when swapped
2018-02-19 Kyle Evansstand/lua: Add core.isSingleUserBoot
2018-02-19 Kyle Evansstand/lua: Rename bootserial for clarity
2018-02-19 Kyle Evansstand/lua: Defer kernel/module loading until boot or...
2018-02-19 Xin LIMFV r329552: less v530.
2018-02-18 Alexander MotinMFV r324198: 8081 Compiler warnings in zdb
2018-02-18 Alexander MotinMFV r323911:
2018-02-18 Conrad Meyerlua loader: Auto detect eligible list of kernels to...
2018-02-17 Kyle Evansstand/lua: Style pass
2018-02-16 Dimitry AndricUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-02-16 Kyle Evansstand/lua: Correct usage and acceptance of BACKSPACE...
2018-02-16 Kyle Evansstand/lua: Remove sneaky kernel assignment
2018-02-16 Kyle Evansstand/lua: Create/use some MENU_ constants where applicable
2018-02-16 Kyle Evansstand/lua: Set ACPI's default the proper way (setACPI)
2018-02-16 Kyle Evansstand/lua: Remove a magic number/string (not a trivial...
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: Reduce magic numbers
2018-02-15 Andriy GaponMFV r329313: 8857 zio_remove_child() panic due to alrea...
2018-02-12 Warner LoshAdd the lua scripts from the lua-bootloader SoC