]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - stand
Remove d_type from devdesc. It's not needed as we can fetch it from
[FreeBSD/FreeBSD.git] / stand /
2018-03-12 Warner LoshRemove d_type from devdesc. It's not needed as we can...
2018-03-12 Warner LoshUse the actual struct devdesc at the start of all ...
2018-03-12 Warner LoshMake struct libi386_devdesc match the struct devdesc...
2018-03-12 Warner LoshWe can't use d_opendata for blkio storage.
2018-03-12 Warner LoshMinor cosmetic changes.
2018-03-12 Kyle Evansberi loader: Replace getc/putc with beri_ prefixed...
2018-03-11 Kyle Evansstand/interp_lua: correct errorr => error
2018-03-09 Kyle Evanslualoader: Cache kernel list
2018-03-09 Kyle Evanslualoader: Don't redraw the autoboot message every...
2018-03-09 Kyle Evansstand: Fix copy-paste-o, unbreaks libi386 lualoader...
2018-03-07 Kyle Evanslualoader: Return status in cli_execute_unparsed properly
2018-03-07 Kyle Evansloader.conf(5): Document some other settings
2018-03-07 Kyle Evanslualoader: Use cli_execute_unparsed for commands passed...
2018-03-07 Kyle Evanslualoader: Use cli_execute_unparsed instead of loader...
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 Kyle Evansstand/ficl: Fix testmain
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 Nathan WhitehornWhere we can, pass the kernel an FDT facsimile of the...
2018-03-04 Kyle Evanslualoader: logdef -> logodef typo
2018-03-04 Kyle Evanslualoader: Return meaningful value in cli_execute
2018-03-03 Nathan WhitehornMove "common" Open Firmware parts of the loader used...
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-03 Kyle Evansliblua: Add loader.interpret
2018-03-02 Kyle Evanslualoader: Reset the cursor position after the menu...
2018-03-02 Kyle Evansliblua: Use putc instead of printf for printc
2018-03-02 Kyle Evanslualoader: Use global printc instead of loader.printc
2018-03-02 Kyle Evanslualoader: Register loader.printc as global 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 Kirk McKusickThis change is some refactoring of Mark Johnston's...
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 Evansstand: Fix build after r330249
2018-03-01 Kyle Evansstand: Makefile SUBDIR cleanup
2018-03-01 Warner LoshCreate LOADER_UBOOT, and LOADER_OFW. Move these options...
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 Ian LeporeFix module loading on arm after the metadata.c unificat...
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-27 Warner LoshMove EFI up to common makefile. There's no need for...
2018-02-27 Toomas Soomelibsa: replace remaining _write callbacks by null_write
2018-02-26 John BaldwinFix a typo: "now" -> "no".
2018-02-26 Kyle Evanslibsa: Partially revert r330023
2018-02-26 Kyle Evanslibsa: Move MAXWAIT from net.h to net.c
2018-02-26 Kyle Evanslibsa: Add MAXWAIT to net for establishing max total...
2018-02-26 Warner LoshThese two directories build man pages, so it's incorrec...
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-26 Warner Loshloader.conf is loader agnostic, so remove 4th references.
2018-02-26 Warner LoshTake a meat cleaver to defaults/loader.conf
2018-02-26 Warner LoshGo back to one loader.conf
2018-02-26 Warner LoshAdd NO_OBJ to those directories that don't make anything.
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-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...
next