aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/forth
Commit message (Expand)AuthorAgeFilesLines
* MFC r315738:Enji Cooper2017-03-291-0/+4
* MFC r310417Alan Somers2017-01-191-0/+1
* MFC r308696, r308729, r308787, r308813, r309028, r309073, r309078:Stephen Hurd2016-12-011-0/+1
* Explain why extra sutff always outputs even when it shouldn't for theWarner Losh2016-05-181-0/+7
* Remove the reiserfs(5) manpage and an example of loading the kernel module.John Baldwin2016-05-171-1/+0
* boot/forth: spelling fixes.Pedro F. Giffuni2016-04-305-11/+11
* Document vfs.root.mountfrom.Maxim Sobolev2016-04-081-0/+25
* Obsolete mkulzma(8) and geom_uncompress(4), their functionalityMaxim Sobolev2016-02-241-1/+0
* Enable the beastie menu for the UEFI consoleEd Maste2016-01-063-11/+4
* Introduce the ZFS Boot Environments menu to the loader menuAllan Jude2015-12-314-0/+142
* Remove supposition comment that code would better live elsewhere.Devin Teske2015-12-311-1/+1
* Fix a memory leak. nextboot_conf_file is not volatile, as far as IDevin Teske2015-12-311-1/+1
* Remove debugging messages. NB: SVN r187143 reads:Devin Teske2015-12-311-3/+0
* Fix stack leak introduced by SVN r97201 (nextboot_conf support).Devin Teske2015-12-301-6/+8
* META MODE: Update dependencies with 'the-lot' and add missing directories.Bryan Drewery2015-12-011-0/+11
* Remove guards around overwriting loader.rc and menu.rcAllan Jude2015-08-062-0/+6
* Document the existence of cloudabi_load and cloudabi64_load.Ed Schouten2015-07-311-0/+2
* Use consistent spacing.Edward Tomasz Napierala2015-07-251-4/+4
* Add md_root example to defaults/loader.conf.Edward Tomasz Napierala2015-07-251-0/+10
* Use double newlines consistently.Edward Tomasz Napierala2015-07-251-0/+9
* Updated random(4) boot/shutdown scripting.Mark Murray2015-06-302-4/+23
* Install version.4th.8 againAntoine Brodin2015-06-211-1/+2
* Add comments to indicate where the flag for later abort" originates.Devin Teske2015-06-021-3/+3
* Improve support for blacklisting bad memory locations. The user can supplyScott Long2015-04-291-0/+10
* Add "GELI Passphrase:" prompt to boot loader.Devin Teske2015-04-163-7/+45
* Re-do proper mode-endings. Antithesis of r281176-281179 which revertedDevin Teske2015-04-086-26/+26
* Fix a bootlock condition if/when loader_logo is set in loader.conf(5)Devin Teske2015-04-081-2/+4
* Eliminate literal escape sequences from *.rcDevin Teske2015-04-062-16/+19
* Partially revert r280976: Back to previous mode-endings based on feedbackDevin Teske2015-04-061-16/+16
* Partially revert r280975: Back to previous mode-endings based on feedbackDevin Teske2015-04-062-7/+7
* Partially revert r280974: Back to previous mode-endings based on feedbackDevin Teske2015-04-062-2/+2
* Partially revert r280925: Back to previous mode-endings based on feedbackDevin Teske2015-04-061-1/+1
* Make sure forth manpages are only installed once.Baptiste Daroussin2015-04-041-0/+13
* Revert .PATH changes to fix mips build.Jung-uk Kim2015-04-031-1/+0
* Install newly added brand-*.4th and logo-*.4th files and reduce duplication.Jung-uk Kim2015-04-021-0/+26
* Use ^[[m mode-ending (as-in screen.4th `me') versus ^[[37mDevin Teske2015-04-021-16/+16
* Eliminate literal escape sequences from *.4thDevin Teske2015-04-028-93/+154
* Use fg/b/me from screen.4th instead of literalsDevin Teske2015-04-022-11/+7
* Whoops! "arc commit --revision" != "arc diff --update"Devin Teske2015-04-013-45/+7
* Add "GELI Passphrase:" prompt to boot loader.Devin Teske2015-04-013-7/+45
* Solve dreaded "dictionary full" issue by segregating words into newDevin Teske2015-04-0110-254/+329
* When forced to draw ASCII lines/boxen, use `=' for the horizontal lineDevin Teske2015-04-011-1/+6
* Securely overwrite (zero) user input when we finish password checks.Devin Teske2015-04-011-5/+14
* Add remainder of supported ANSI escape sequences.Devin Teske2015-04-011-0/+12
* Move beastie to logo-*.4th; brands to brand-*.4thDevin Teske2015-04-019-229/+333
* Comments. No functional change.Devin Teske2015-04-011-1/+1
* Whitespace and cleanup. No functional change(s).Devin Teske2015-03-311-24/+16
* Optimize bootmsg to use fg/bg/me from screen.4thDevin Teske2015-03-311-7/+6
* Comments. No functional change(s).Devin Teske2015-03-3111-18/+71
* Whitespace. No functional change(s).Devin Teske2015-03-312-28/+11