]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - stand/lua
Make the minimal clang executable build.
[FreeBSD/FreeBSD.git] / stand / lua /
2018-03-07 Kyle Evanslualoader: Fix name, cli.execute_unparsed -> cli_execut...
2018-03-07 Kyle Evanslualoader: Expose loader.parse and add cli_execute_unparsed
2018-03-07 Andriy GaponMFV r330591: 8984 fix for 6764 breaks ACL inheritance
2018-03-07 Kyle Evanslualoader: Only loadelf before boot/autoboot if no...
2018-03-05 Kyle Evanslualoader: Use FILESDIR instead of BINDIR
2018-03-05 Kyle Evanslualoader: Add note about importance of including the...
2018-03-04 Dimitry AndricUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-03-04 Kyle Evanslualoader: logdef -> logodef typo
2018-03-04 Kyle Evanslualoader: Return meaningful value in cli_execute
2018-03-03 Kyle Evanslualoader: Shift menu+brand even for logo=none with...
2018-03-03 Kyle Evanslualoader: Tweak positioning and fix an off-by-one
2018-03-03 Kyle Evanslualoader: Respect loader_menu_title_align
2018-03-03 Kyle Evanslualoader: Respect loader_menu_title, prepare for align
2018-03-03 Kyle Evanslualoader: Execute menu_timeout_command at the end...
2018-03-02 Kyle Evanslualoader: Reset the cursor position after the menu...
2018-03-02 Kyle Evanslualoader: Use global printc instead of loader.printc
2018-03-02 Kyle Evanslualoader: Steamroll the box-drawing
2018-03-02 Kyle Evanscore.lua(8): Add missing note about core.KEYSTR_CSI
2018-03-02 Kyle EvansAdd menu.lua(8), but do not add to distribution
2018-03-02 Kyle EvansAdd core.lua(8), but do not add to distribution
2018-03-02 Kyle Evanslualoader: Use string literal \xNN instead of string...
2018-03-02 Kyle Evanslualoader: Use #str instead of tracking length with 'n'
2018-03-02 Kyle Evanslualoader: Fix some lint-mentioned errors
2018-03-02 Simon J. GerratyUpdate to bmake-201802222
2018-03-01 Kyle Evanslualoader: config: Pull some messages out into constants
2018-03-01 Kyle Evanslualoader: Dedup these "Return to main menu" entries
2018-02-28 Xin LIMFV r330102: ntp 4.2.8p11
2018-02-28 Kyle Evanslualoader: Add note that \027 is a decimal representation
2018-02-28 Kyle Evanslualoader: Remove debug function
2018-02-28 Kyle Evanslualoader: Further screen cleanup
2018-02-28 Kyle Evanslualoader: Re-do twiddle
2018-02-27 Kyle Evanslualoader: Correct test sense, comments, and add some...
2018-02-27 Kyle Evanslualoader: Convert instances of KEYSTR_ESCAPE .. "...
2018-02-27 Kyle Evanslualoader: Replace instances of \027 with KEYSTR_ESCAPE
2018-02-27 Kyle Evanslualoader: Remove remnants of testing...
2018-02-27 Kyle Evanslualoader: Add a twiddle at password prompt
2018-02-26 Kyle Evanslualoader: Re-work menu skipping bits
2018-02-26 Kyle Evanslualoader: screen argument fixes
2018-02-26 Kyle Evanslualoader: More argument name expansion, part 2
2018-02-26 Kyle Evanslualoader: A little more general menu cleanup
2018-02-25 Kyle Evanslualoader: Track the menu currently drawn, instead...
2018-02-25 Kyle Evanslualoader: Invalidate the screen from menu perspective...
2018-02-25 Dimitry AndricUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-02-25 Kyle Evanslualoader: Explain deviation from naming guidelines
2018-02-25 Kyle Evanslualoader: Pull autoboot handling out into menu.run()
2018-02-25 Kyle Evanslualoader: Pull menu redrawing specifics out of menu...
2018-02-25 Kyle Evanslualoader: Clean up menu handling a little bit
2018-02-25 Kyle Evanslualoader: menu: Terminate final values in tables with...
2018-02-25 Kyle Evanslualoader: Don't explicitly index tables without reason
2018-02-24 Kyle Evanslualoader: Remove inaccurate part of comment
2018-02-24 Kyle Evanslualoader: Clean up naming conventions a little bit
2018-02-24 Kyle Evanslualoader: throw out nextboot's usage of standard confi...
2018-02-24 Kyle Evanslualoader: Strip config.parse of its I/O privileges
2018-02-24 Kyle Evanslualoader: Split config file I/O out into a separate...
2018-02-24 Kyle Evanslualoader: Explain nextboot stuff a little bit more
2018-02-24 Kyle Evanslualoader: Remove unused variable; we now use the effec...
2018-02-24 Kyle Evanslualoader: Add comment on trailing space, don't operate...
2018-02-24 Kyle Evanslualoader: Correct test and name
2018-02-24 Kyle Evanslualoader: Plug file handle not properly closed
2018-02-24 Kyle Evanslualoader: Add nextboot support
2018-02-23 Kyle Evanslualoader: Track effective line number, use it for...
2018-02-23 Kyle Evanslualoader: Use "local function x()" instead of "local...
2018-02-23 Kyle Evanslualoader: shallowCopyTable => deepCopyTable
2018-02-23 Kyle EvansAdd copyright notice to core.lua
2018-02-23 Kyle EvansAdd SPDX tags to lua files
2018-02-23 Kyle Evanslualoader: Drop unused return values; we'll only use...
2018-02-22 Kyle Evanslualoader: Attend to some 80-col issues, pointed out...
2018-02-22 Kyle Evanslualoader: Clear up an empty conditional branch
2018-02-22 Kyle Evanslualoader: Address some 'luacheck' concerns
2018-02-22 Alexander MotinMFV r329807:
2018-02-22 Kyle Evanslualoader: Consistently use double quotes
2018-02-22 Alexander MotinMFV r329803:
2018-02-22 Kyle Evanslualoader: Eliminate some unused locals
2018-02-22 Alexander MotinMFV r329799, r329800:
2018-02-22 Alexander MotinMFV r329793, r329795:
2018-02-22 Kyle Evanslualoader: Attach cli command functions to cli module
2018-02-22 Kyle Evanslualoader: Pull argument extraction for cli functions...
2018-02-22 Alexander Motin8942 zfs promote .../%recv should be an error
2018-02-22 Kyle Evanslualoader: Unbreak 'boot [kernel]' by including config
2018-02-22 Kyle Evanslualoader: Split cli bits out into a cli module
2018-02-22 Alexander MotinMFV r329776: 8477 Assertion failed in vdev_state_dirty...
2018-02-22 Alexander MotinMFV r329774:
2018-02-22 Alexander MotinMFV r329770: 9035 zfs: this statement may fall through
2018-02-22 Alexander MotinMFV r329766: 8962 zdb should work on non-idle pools
2018-02-22 Alexander MotinMFV r329762: 8961 SPA load/import should tell us why...
2018-02-21 Alexander MotinMFV r329760: 7638 Refactor spa_load_impl into several...
2018-02-21 Alexander Motin9018 Replace kmem_cache_reap_now() with kmem_cache_reap...
2018-02-21 Kyle Evanslualoader: Remove nasty hack for not printing out ".0"
2018-02-21 Alexander MotinMFV r329753: 8809 libzpool should leverage work done...
2018-02-21 Kyle Evanslualoader: Drop password length restrictions
2018-02-21 Kyle Evanslualoader: Replace 8-space indentation with a single tab
2018-02-21 Alexander MotinMFV r329736: 8969 Cannot boot from RAIDZ with parity > 1
2018-02-21 Kyle Evanslualoader: Don't execute menu.autoboot() for every...
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 Kyle Evanslualoader: Use the key that interrupts autoboot as...
2018-02-21 Andriy GaponMFV r329713: 8731 ASSERT3U(nui64s, <=, UINT16_MAX)...
next