Modify rc.d/fsck to handle new status from fsck/fsck_ffs
[freebsd.git] / stand /
2018-03-15 tsoomelibefi: UEFI_BOOT_VAR_GUID duplicates EFI_GLOBAL_VARIABLE
2018-03-14 kevansubldr: Bump heap size from 512K to 1M
2018-03-13 glebiusFix typo that misteriously passes compilation.
2018-03-13 kevansEFIRT: SetVirtualAddressMap with 1:1 mapping after...
2018-03-13 impPrefer uintXX_t to u_intXX_t
2018-03-13 tsoomebiosdisk.c should not set d_opendata.
2018-03-13 kevanslualoader: Sprinkle some verbose_loading salt
2018-03-12 impPrint the load and device path as well as BootCurrent...
2018-03-12 impStar BootCurrent entry when booting.
2018-03-12 impMove the env convenience routines out of boot1.c.
2018-03-12 impUse the one-line-per-file pattern here, and sort the...
2018-03-12 impGC unused routines.
2018-03-12 impRemove d_type from devdesc. It's not needed as we can...
2018-03-12 impUse the actual struct devdesc at the start of all ...
2018-03-12 impMake struct libi386_devdesc match the struct devdesc...
2018-03-12 impWe can't use d_opendata for blkio storage.
2018-03-12 impMinor cosmetic changes.
2018-03-12 kevansberi loader: Replace getc/putc with beri_ prefixed...
2018-03-11 kevansstand/interp_lua: correct errorr => error
2018-03-09 kevanslualoader: Cache kernel list
2018-03-09 kevanslualoader: Don't redraw the autoboot message every...
2018-03-09 kevansstand: Fix copy-paste-o, unbreaks libi386 lualoader...
2018-03-07 kevanslualoader: Return status in cli_execute_unparsed properly
2018-03-07 kevansloader.conf(5): Document some other settings
2018-03-07 kevanslualoader: Use cli_execute_unparsed for commands passed...
2018-03-07 kevanslualoader: Use cli_execute_unparsed instead of loader...
2018-03-07 kevanslualoader: Fix name, cli.execute_unparsed -> cli_execut...
2018-03-07 kevanslualoader: Expose loader.parse and add cli_execute_unparsed
2018-03-07 kevansstand/ficl: Fix testmain
2018-03-07 kevanslualoader: Only loadelf before boot/autoboot if no...
2018-03-05 kevanslualoader: Use FILESDIR instead of BINDIR
2018-03-05 kevanslualoader: Add note about importance of including the...
2018-03-04 nwhitehornWhere we can, pass the kernel an FDT facsimile of the...
2018-03-04 kevanslualoader: logdef -> logodef typo
2018-03-04 kevanslualoader: Return meaningful value in cli_execute
2018-03-03 nwhitehornMove "common" Open Firmware parts of the loader used...
2018-03-03 kevanslualoader: Shift menu+brand even for logo=none with...
2018-03-03 kevanslualoader: Tweak positioning and fix an off-by-one
2018-03-03 kevanslualoader: Respect loader_menu_title_align
2018-03-03 kevanslualoader: Respect loader_menu_title, prepare for align
2018-03-03 kevanslualoader: Execute menu_timeout_command at the end...
2018-03-03 kevansliblua: Add loader.interpret
2018-03-02 kevanslualoader: Reset the cursor position after the menu...
2018-03-02 kevansliblua: Use putc instead of printf for printc
2018-03-02 kevanslualoader: Use global printc instead of loader.printc
2018-03-02 kevanslualoader: Register loader.printc as global printc
2018-03-02 kevanslualoader: Steamroll the box-drawing
2018-03-02 kevanscore.lua(8): Add missing note about core.KEYSTR_CSI
2018-03-02 kevansAdd menu.lua(8), but do not add to distribution
2018-03-02 kevansAdd core.lua(8), but do not add to distribution
2018-03-02 mckusickThis change is some refactoring of Mark Johnston's...
2018-03-02 kevanslualoader: Use string literal \xNN instead of string...
2018-03-02 kevanslualoader: Use #str instead of tracking length with 'n'
2018-03-02 kevanslualoader: Fix some lint-mentioned errors
2018-03-02 sjgUpdate to bmake-201802222
2018-03-01 kevansstand: Fix build after r330249
2018-03-01 kevansstand: Makefile SUBDIR cleanup
2018-03-01 impCreate LOADER_UBOOT, and LOADER_OFW. Move these options...
2018-03-01 kevanslualoader: config: Pull some messages out into constants
2018-03-01 kevanslualoader: Dedup these "Return to main menu" entries
2018-02-28 ianFix module loading on arm after the metadata.c unificat...
2018-02-28 delphijMFV r330102: ntp 4.2.8p11
2018-02-28 kevanslualoader: Add note that \027 is a decimal representation
2018-02-28 kevanslualoader: Remove debug function
2018-02-28 kevanslualoader: Further screen cleanup
2018-02-28 kevanslualoader: Re-do twiddle
2018-02-27 kevanslualoader: Correct test sense, comments, and add some...
2018-02-27 kevanslualoader: Convert instances of KEYSTR_ESCAPE .. "...
2018-02-27 kevanslualoader: Replace instances of \027 with KEYSTR_ESCAPE
2018-02-27 kevanslualoader: Remove remnants of testing...
2018-02-27 kevanslualoader: Add a twiddle at password prompt
2018-02-27 impMove EFI up to common makefile. There's no need for...
2018-02-27 tsoomelibsa: replace remaining _write callbacks by null_write
2018-02-26 jhbFix a typo: "now" -> "no".
2018-02-26 kevanslibsa: Partially revert r330023
2018-02-26 kevanslibsa: Move MAXWAIT from net.h to net.c
2018-02-26 kevanslibsa: Add MAXWAIT to net for establishing max total...
2018-02-26 impThese two directories build man pages, so it's incorrec...
2018-02-26 kevanslualoader: Re-work menu skipping bits
2018-02-26 kevanslualoader: screen argument fixes
2018-02-26 kevanslualoader: More argument name expansion, part 2
2018-02-26 kevanslualoader: A little more general menu cleanup
2018-02-26 imploader.conf is loader agnostic, so remove 4th references.
2018-02-26 impTake a meat cleaver to defaults/loader.conf
2018-02-26 impGo back to one loader.conf
2018-02-26 impAdd NO_OBJ to those directories that don't make anything.
2018-02-25 kevanslualoader: Track the menu currently drawn, instead...
2018-02-25 kevanslualoader: Invalidate the screen from menu perspective...
2018-02-25 kevanslualoader: Explain deviation from naming guidelines
2018-02-25 kevanslualoader: Pull autoboot handling out into menu.run()
2018-02-25 kevanslualoader: Pull menu redrawing specifics out of menu...
2018-02-25 kevanslualoader: Clean up menu handling a little bit
2018-02-25 kevanslualoader: menu: Terminate final values in tables with...
2018-02-25 kevanslualoader: Don't explicitly index tables without reason
2018-02-24 kevanslualoader: Remove inaccurate part of comment
2018-02-24 kevanslualoader: Clean up naming conventions a little bit
2018-02-24 kevanslualoader: throw out nextboot's usage of standard confi...
2018-02-24 kevanslualoader: Strip config.parse of its I/O privileges
2018-02-24 kevanslualoader: Split config file I/O out into a separate...
2018-02-24 kevanslualoader: Explain nextboot stuff a little bit more
next