| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
'?' command. Wasted a bunch of time tracking it down tonight.
Notes:
svn path=/head/; revision=300115
|
| |
|
|
| |
Notes:
svn path=/head/; revision=300071
|
| |
|
|
|
|
|
|
| |
Reviewed by: dteske
MFC after: 2 weeks
Notes:
svn path=/head/; revision=298831
|
| |
|
|
|
|
|
|
| |
Reviewed by: imp, wblock
Differential Revision: https://reviews.freebsd.org/D5332
Notes:
svn path=/head/; revision=297690
|
| |
|
|
|
|
|
|
|
| |
is now provided by mkuzip(8) and geom_uzip(4) respectively.
MFC after: 1 month
Notes:
svn path=/head/; revision=295945
|
| |
|
|
|
|
|
|
|
|
| |
As of r293233 the UEFI console includes basic terminal emulator support.
MFC after: 2 weeks
Relnotes: Yes
Notes:
svn path=/head/; revision=293234
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
If the system was booted with ZFS, a new menu item (#7) appears
It contains an autogenerated list of ZFS Boot Environments
This allows the user to switch to an alternate root file system
Use Cases:
- Revert a failed upgrade
- Concurrently run different versions of FreeBSD with common home directory
- Easier integration with the sysadmin/beadm utility
Requested by: many
Reviewed by: dteske
MFC after: 10 days
Relnotes: yes
Sponsored by: ScaleEngine Inc.
Differential Revision: https://reviews.freebsd.org/D3167
Notes:
svn path=/head/; revision=293001
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Thinking this through, and looking at process_assignment, I believe
moving the code would be wrong considering that set_conf_files is
called in one condition while set_nextboot_conf is guarded by a
different condition of having nextboot_enable="YES". So these must
stay separated and not combined.
MFC after: 1 week
Notes:
svn path=/head/; revision=293000
|
| |
|
|
|
|
|
|
|
|
| |
can tell, and thus the strdup is entirely unnecessary.
Thanks to: Toomas Soome (tsoome at-me dot-com)
MFC after: 1 week
Notes:
svn path=/head/; revision=292999
|
| |
|
|
|
|
|
|
|
|
| |
comment out some debugging messages that slipped in by mistake
(removing them 7 years after they have been commented out)
MFC after: 1 week
Notes:
svn path=/head/; revision=292996
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Fix erroneous error path in error messages when processing boot_conf.
Fixup stack comments for functions introduced by SVN r97201.
Remove a questioning stack comment introduced by SVN r186789.
NB: Comment removed because strdup usage here is correct/not a leak.
MFC after: 1 week
Notes:
svn path=/head/; revision=292899
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is not properly respecting WITHOUT or ARCH dependencies in target/.
Doing so requires a massive effort to rework targets/ to do so. A
better approach will be to either include the SUBDIR Makefiles directly
and map to DIRDEPS or just dynamically lookup the SUBDIR. These lose
the benefit of having a userland/lib, userland/libexec, etc, though and
results in a massive package. The current implementation of targets/ is
very unmaintainable.
Currently rescue/rescue and sys/modules are still not connected.
Sponsored by: EMC / Isilon Storage Division
Notes:
svn path=/head/; revision=291563
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
There have been .local version of each for user modifications for some time
This allows users to receive future updates to these files
PR: 183765
Submitted by: Bertram Scharpf, Nikolai Lifanov (patch)
Reviewed by: dteske, loos, eadler
Approved by: bapt (mentor)
MFC after: 1 month
Relnotes: yes
Sponsored by: ScaleEngine Inc.
Differential Revision: https://reviews.freebsd.org/D3176
Notes:
svn path=/head/; revision=286368
|
| |
|
|
| |
Notes:
svn path=/head/; revision=286111
|
| |
|
|
|
|
|
|
| |
MFC after: 1 month
Sponsored by: The FreeBSD Foundation
Notes:
svn path=/head/; revision=285882
|
| |
|
|
|
|
|
|
|
|
|
| |
Note that this doesn't quite work yet - the preloaded image
gets loaded twice for some reason.
MFC after: 1 month
Sponsored by: The FreeBSD Foundation
Notes:
svn path=/head/; revision=285881
|
| |
|
|
|
|
|
|
| |
MFC after: 1 month
Sponsored by: The FreeBSD Foundation
Notes:
svn path=/head/; revision=285875
|
| |
|
|
|
|
|
|
|
|
| |
Fix the man pages as well.
Differential Revision: https://reviews.freebsd.org/D2924
Approved by: so (delphij)
Notes:
svn path=/head/; revision=284960
|
| |
|
|
|
|
|
|
| |
It was disconnected from installation in r281081, but was never removed
from the tree or added to ObsoleteFiles.inc
Notes:
svn path=/head/; revision=284672
|
| |
|
|
|
|
|
|
| |
MFC after: 3 days
X-MFC-to: stable/10
Notes:
svn path=/head/; revision=283933
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
a text file with a list of physical memory addresses to exclude, and have it
loaded at boot time via the provided example in loader.conf. The tunable
'vm.blacklist' remains, but using an external file means that there's no
practical limit to the size of the list. This change also improves the
scanning algorithm for processing the list, scanning the list only once
instead of scanning it for every page in the system. Both the sysctl and
the file can be unsorted and contain duplicates so long as each entry is
numeric (decimal or hex) and is separated by a space, comma, or newline
character. The sysctl 'vm.page_blacklist' is now provided to report what
memory locations were successfully excluded.
Reviewed by: imp, emax
Obtained from: Netflix, Inc.
MFC after: 3 days
Notes:
svn path=/head/; revision=282228
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
A new loader.conf(5) option of geom_eli_passphrase_prompt="YES" will now
allow you to enter your geli(8) root-mount credentials prior to invoking
the kernel.
See check-password.4th(8) for details.
Differential Revision: https://reviews.freebsd.org/D2105
Reviewed by: imp, kmoore
Discussed on: -current
MFC after: 3 days
X-MFC-to: stable/10
Relnotes: yes
Notes:
svn path=/head/; revision=281616
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
earlier migration away from sloppy mode-endings (r280925,280974-280976)
due to a red-herring in diagnosing HardenedBSD boot lockup.
Thanks to: lattera (shawn.webb@hardenedbsd<dot>org)
MFC after: 3 days
X-MFC-to: stable/10
X-MFC-with: r280925,280974-280976,281176-281179
Notes:
svn path=/head/; revision=281275
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
NB: This deeply effected HardenedBSD which had a default value set.
Embarassingly, I allowed the `type' primitive to be passed -1/-1 for
c-addr/u stack input (the effect of which is to pull INT_MAX bytes
from character address negative one in which hilarity ensues over a
black screen in full-on bootlock). Much thanks to Shawn Webb [lattera]
for helping me diagnose.
NB: The mode-ending revisions were initially suspected (and reverted)
but proved to be a red-herring. Proper mode endings will be returning.
Thanks to: lattera (@HardenedBSD [<dot><com>])
Reported by: lattera
MFC after: 3 days
X-MFC-to: stable/10
Notes:
svn path=/head/; revision=281271
|
| |
|
|
|
|
|
|
|
|
| |
Suggested by: alfred
MFC after: 3 days
X-MFC-to: stable/10
X-MFC-with: r280976, r281179
Notes:
svn path=/head/; revision=281180
|
| |
|
|
|
|
|
|
|
|
| |
Reported by: lattera
MFC after: 3 days
X-MFC-to: stable/10
X-MFC-with: r280976
Notes:
svn path=/head/; revision=281179
|
| |
|
|
|
|
|
|
|
|
| |
Reported by: lattera
MFC after: 3 days
X-MFC-to: stable/10
X-MFC-with: r280975
Notes:
svn path=/head/; revision=281178
|
| |
|
|
|
|
|
|
|
|
| |
MFC after: 3 days
X-MFC-to: stable/10
X-MFC-with: r290974
Reported by: lattera
Notes:
svn path=/head/; revision=281177
|
| |
|
|
|
|
|
|
|
| |
MFC after: 3 days
X-MFC-with: r280925
Reported by: lattera
Notes:
svn path=/head/; revision=281176
|
| |
|
|
|
|
|
|
| |
Differential Revision: https://reviews.freebsd.org/D2224
Reviewed by: imp
Notes:
svn path=/head/; revision=281081
|
| |
|
|
|
|
|
|
| |
Reported by: bz
Pointy hat to: jkim
Notes:
svn path=/head/; revision=281009
|
| |
|
|
|
|
|
|
| |
Reviewed by: dteske
Pointy hat to: dteske
Notes:
svn path=/head/; revision=281002
|
| |
|
|
|
|
|
|
| |
MFC after: 3 days
X-MFC-to: stable/10
Notes:
svn path=/head/; revision=280976
|
| |
|
|
|
|
|
|
|
| |
Suggested by: alfred
MFC after: 3 days
X-MFC-to: stable/10
Notes:
svn path=/head/; revision=280975
|
| |
|
|
|
|
|
|
| |
MFC after: 3 days
X-MFC-to: stable/10
Notes:
svn path=/head/; revision=280974
|
| |
|
|
| |
Notes:
svn path=/head/; revision=280939
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Summary:
Add "GELI Passphrase:" prompt to boot loader.
A new loader.conf(5) option of geom_eli_passphrase_prompt="YES" will now
allow you to enter your geli(8) root-mount credentials prior to invoking
the kernel.
See check-password.4th(8) for details.
Differential Revision: https://reviews.freebsd.org/D2105
Reviewed by: (your name[s] here)
MFC after: 3 days
X-MFC-to: stable/10
Relnotes: yes
Test Plan:
Drop a head copy of check-password.4th into /boot and then apply the patch
(only the patch to /boot/check-password.4th is required; no other changes are
required but you do have to have a HEAD copy of check-password.4th to
apply the patch).
NB: The rest of your /boot files can be up to 2 years old but no older.
NB: The test won't work unless your kernel has the following change
https://svnweb.freebsd.org/base?view=revision&revision=273489
Now, put into /boot/loader.conf:
geom_eli_passphrase_prompt="YES"
and reboot.
You should be prompted for a GELI passphrase before the menu (if enabled),
just after loading loader.conf(5).
NB: It doesn't matter if you're using GELI or not. However if you are using
GELI and a sufficiently new enough release (has SVN r273489) and you entered
the proper passphrase to mount your GELI encrypted root device(s), you should
notice that the boot process did not stop (you went from loader all the way to login).
Reviewers: cperciva, allanjude, scottl, kmoore
Subscribers: jkh, imp
Differential Revision: https://reviews.freebsd.org/D2105
Notes:
svn path=/head/; revision=280938
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
vocabularies delay-processing, password-processing, version-processing,
frame-drawing, menu-infrastructure, menu-namespace, menu-command-helpers,
and menusets-infrastructure. The net effect is to remove almost 200
definitions from the main forth vocabulary reducing the dictionary size
by over 50%. The chances of hitting "dictionary full" should be greatly
reduced by this patch.
MFC after: 3 days
X-MFC-to: stable/10
Notes:
svn path=/head/; revision=280937
|
| |
|
|
|
|
|
|
|
|
| |
when double frames are requested versus single.
MFC after: 3 days
X-MFC-to: stable/10
Notes:
svn path=/head/; revision=280936
|
| |
|
|
|
|
|
|
| |
MFC after: 3 days
X-MFC-to: stable/10
Notes:
svn path=/head/; revision=280935
|
| |
|
|
|
|
|
|
| |
MFC after: 3 days
X-MFC-to: stable/10
Notes:
svn path=/head/; revision=280934
|
| |
|
|
|
|
|
|
|
| |
Suggested by: jkh, alfred
MFC after: 3 days
X-MFC-to: stable/10
Notes:
svn path=/head/; revision=280933
|
| |
|
|
|
|
|
|
| |
MFC after: 3 days
X-MFC-to: stable/10
Notes:
svn path=/head/; revision=280931
|
| |
|
|
|
|
|
|
| |
MFC after: 3 days
X-MFC-to: stable/10
Notes:
svn path=/head/; revision=280926
|
| |
|
|
|
|
|
|
|
|
| |
NB: screen.4th is included by way of check-password.4th
MFC after: 3 days
X-MFC-to: stable/10
Notes:
svn path=/head/; revision=280925
|
| |
|
|
|
|
|
|
| |
MFC after: 3 days
X-MFC-to: stable/10
Notes:
svn path=/head/; revision=280924
|
| |
|
|
|
|
|
|
| |
MFC after: 3 days
MFH: stable/10
Notes:
svn path=/head/; revision=280923
|
| |
|
|
|
|
|
|
|
| |
Ficl/Forth and Lua. No visible change for Forth while enabling Lua support.
Submitted by: rpaulo
Notes:
svn path=/head/; revision=280922
|
| |
|
|
|
|
|
|
|
| |
and more functional drivers ahci(4), siis(4) and mvs(4).
This removes about 3400 lines of code, unused since FreeBSD 9.0 release.
Notes:
svn path=/head/; revision=280451
|
| |
|
|
|
|
|
|
|
|
|
|
| |
NB: Using NULL for default values in-case someone
or something uncomments it and reboots. See
check-password.4th(8) for additional details.
MFC after: 3 days
X-MFC-to: stable/10 stable/9
Notes:
svn path=/head/; revision=280385
|