]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - stand
lualoader: Invalidate the screen from menu perspective upon mnu exit
[FreeBSD/FreeBSD.git] / stand /
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-24 Kyle Evansliblua: Implement write support
2018-02-24 Conrad Meyerlibsa: Change write(2)-alike prototype to match definition
2018-02-23 Conrad Meyerlibsa: Const-ify buffer argument of write(2) analog
2018-02-23 Kyle Evanslualoader: Track effective line number, use it for...
2018-02-23 Warner LoshFloaty McFloatface is funnier...
2018-02-23 Warner LoshDo not include float interfaces when using libsa.
2018-02-23 Warner LoshCentralize lua defines
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 EvansFix userboot w/ ZFS after r329725
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 Marius StroblFix compilation with LOADER_DEBUG defined after r329725.
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 Ed Masteload_elf.c: Use consistent indentation
2018-02-21 Benno RiceFurther style(9) changes.
2018-02-21 Alexander MotinMFV r329736: 8969 Cannot boot from RAIDZ with parity > 1
2018-02-21 Benno RicePurely whitespace changes bringing this file closer...
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 Kyle Evansstand/zfs: Unbreak build, 'truct' ~= 'struct'
2018-02-21 Kyle Evansstand/zfs: Add all bootenvs to environment
2018-02-21 Warner LoshHonor settings for including / excluding cd9660, ufs...
2018-02-21 Warner LoshConsolidate three copies of ZFS commands into a central...
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)...
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 Kyle Evanslualoader: Allow carousel 'items' to be a table as...
2018-02-21 Kyle Evanslualoader: Simplify menu definitions a little further
2018-02-21 Kyle Evanslualoader: Directly reference submenu definition with...
2018-02-21 Kyle Evanslualoader: Drop name requirement for menu separators
2018-02-21 Kyle Evanslualoader: Add "menu.default", initialized to menu...
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 Kyle Evanslualoader: Bring in local.lua module if it exists
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: Output "Failed to parse" messages
2018-02-21 Kyle Evanslualoader: Don't return false for failure to open confi...
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: When restoring environment, only restore...
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 Kyle Evanslualoader: Don't try so hard to load a kernel
2018-02-20 Kyle Evanslualoader: Prefer selected kernel to currently loaded
2018-02-20 Alexander MotinMFV r316918: 7990 libzfs: snapspec_cb() does not need...
next