| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
Sponsored by: Netflix
Notes:
svn path=/head/; revision=325834
|
| |
|
|
|
|
|
| |
Sponsored by: Netflix
Notes:
svn path=/head/; revision=325483
|
| |
|
|
|
|
|
|
|
|
| |
keep cleaer that common is just for the MI files for /boot/loader
programs.
Sponsored by: Netflix
Notes:
svn path=/head/; revision=324647
|
| |
|
|
|
|
|
|
|
|
|
| |
Build libstand from inside the sys/boot build. Redirect all users in
sys/boot to grab it from there. We still build it as libstand.a for
the moment. When lib/libstand is moved here, we'll change the name.
Sponsored by: Netflix
Notes:
svn path=/head/; revision=324453
|
| |
|
|
|
|
|
|
| |
Differential Revision: https://reviews.freebsd.org/D2841
Reviewed by: imp
Notes:
svn path=/head/; revision=284590
|
| |
|
|
|
|
|
|
| |
Differential Revision: https://reviews.freebsd.org/D2224
Reviewed by: imp
Notes:
svn path=/head/; revision=281081
|
| |
|
|
|
|
|
|
|
|
| |
will depend on ficl having been built, and are set via bsd.arch.inc.mk we
need to place this after ficl.
As Makefile.amd64 is now late enough we can add the i386 directory to this.
Notes:
svn path=/head/; revision=280808
|
| |
|
|
|
|
|
| |
from the latter.
Notes:
svn path=/head/; revision=265420
|
| |
|
|
|
|
|
| |
Sponsored by: The FreeBSD Foundation
Notes:
svn path=/head/; revision=264268
|
| |
|
|
|
|
|
| |
Some 64-bit Ficl warnings broke tinderbox builds.
Notes:
svn path=/head/; revision=264260
|
| |
|
|
|
|
|
| |
Sponsored by: The FreeBSD Foundation
Notes:
svn path=/head/; revision=264132
|
| |
|
|
|
|
|
| |
architectures that actually use it.
Notes:
svn path=/head/; revision=223539
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Some files keep the SUN4V tags as a code reference, for the future,
if any rewamped sun4v support wants to be added again.
Reviewed by: marius
Tested by: sbruno
Approved by: re
Notes:
svn path=/head/; revision=221869
|
| |
|
|
| |
Notes:
svn path=/head/; revision=211679
|
| |
|
|
|
|
|
|
| |
64-bit PowerPC kernels are loaded by a 32-bit loader, since nearly all
powerpc64 firmwares execute in 32-bit mode.
Notes:
svn path=/head/; revision=209920
|
| |
|
|
| |
Notes:
svn path=/head/; revision=208539
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This adds zfsloader which will be called by zfsboot/gptzfsboot code rather
than the tradional loader. This eliminates the need to set the
LOADER_ZFS_SUPPORT variable in order to get a ZFS enabled loader.
Note however, that you must reinstall your bootcode (zfsboot/gptzfsboot)
in order for the boot process to use the new loader.
New installations will no longer be required to build a ZFS enabled
loader for a working ZFS boot system. Installing zfsboot/gptzfsboot is
sufficient for acknowledging the use of CDDL code and therefore the ZFS
enabled loader.
Based on a previous patch from jhb@
Reviewed by: jhb@
MFC after: 2 weeks
Notes:
svn path=/head/; revision=199714
|
| |
|
|
| |
Notes:
svn path=/head/; revision=188825
|
| |
|
|
| |
Notes:
svn path=/head/; revision=186073
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This bring huge amount of changes, I'll enumerate only user-visible changes:
- Delegated Administration
Allows regular users to perform ZFS operations, like file system
creation, snapshot creation, etc.
- L2ARC
Level 2 cache for ZFS - allows to use additional disks for cache.
Huge performance improvements mostly for random read of mostly
static content.
- slog
Allow to use additional disks for ZFS Intent Log to speed up
operations like fsync(2).
- vfs.zfs.super_owner
Allows regular users to perform privileged operations on files stored
on ZFS file systems owned by him. Very careful with this one.
- chflags(2)
Not all the flags are supported. This still needs work.
- ZFSBoot
Support to boot off of ZFS pool. Not finished, AFAIK.
Submitted by: dfr
- Snapshot properties
- New failure modes
Before if write requested failed, system paniced. Now one
can select from one of three failure modes:
- panic - panic on write error
- wait - wait for disk to reappear
- continue - serve read requests if possible, block write requests
- Refquota, refreservation properties
Just quota and reservation properties, but don't count space consumed
by children file systems, clones and snapshots.
- Sparse volumes
ZVOLs that don't reserve space in the pool.
- External attributes
Compatible with extattr(2).
- NFSv4-ACLs
Not sure about the status, might not be complete yet.
Submitted by: trasz
- Creation-time properties
- Regression tests for zpool(8) command.
Obtained from: OpenSolaris
Notes:
svn path=/head/; revision=185029
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
This uses the common U-Boot support lib (sys/boot/uboot, already used on
FreeBSD/powerpc), and assumes the underlying firmware has the modern API for
stand-alone apps enabled in the config (CONFIG_API).
Only netbooting is supported at the moment.
Obtained from: Marvell, Semihalf
Notes:
svn path=/head/; revision=183878
|
| |
|
|
| |
Notes:
svn path=/head/; revision=183149
|
| |
|
|
|
|
|
| |
actually exists and is a directory or symlink to a directory.
Notes:
svn path=/head/; revision=180733
|
| |
|
|
| |
Notes:
svn path=/head/; revision=176371
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1. Make libefi portable by removing ia64 specific code and build
it on i386 and amd64 by default to prevent regressions. These
changes include fixes and improvements over previous code to
establish or improve APIs where none existed or when the amount
of kluging was unacceptably high.
2. Increase the amount of sharing between the efi and ski loaders
to improve maintainability of the loaders and simplify making
changes to the loader-kernel handshaking in the future.
The version of the efi and ski loaders are now both changed to 1.2
as user visible improvements and changes have been made.
Notes:
svn path=/head/; revision=164010
|
| |
|
|
|
|
|
|
|
| |
Approved by: rwatson (mentor)
Reviewed by: jmg
Tested by: kris, dwhite, and jmg
Notes:
svn path=/head/; revision=163145
|
| |
|
|
| |
Notes:
svn path=/head/; revision=161157
|
| |
|
|
| |
Notes:
svn path=/head/; revision=159744
|
| |
|
|
|
|
|
| |
stale comments.
Notes:
svn path=/head/; revision=158467
|
| |
|
|
|
|
|
|
|
|
|
| |
http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.html
The src.conf(5) manpage is to follow in a few days.
Brought to you by: imp, jhb, kris, phk, ru (all bugs are mine)
Notes:
svn path=/head/; revision=156813
|
| |
|
|
| |
Notes:
svn path=/head/; revision=139123
|
| |
|
|
|
|
|
|
| |
subdirectory so that the library built there can be used by the
machine specific boot code.
Notes:
svn path=/head/; revision=138001
|
| |
|
|
|
|
|
|
|
| |
"Open Firmware" from IEEE 1275 and OpenFirmware.org (no pun intended).
Ok'ed by: tmm
Notes:
svn path=/head/; revision=133862
|
| |
|
|
|
|
|
| |
I wonder how buildworld ever worked for me...
Notes:
svn path=/head/; revision=129269
|
| |
|
|
| |
Notes:
svn path=/head/; revision=129218
|
| |
|
|
|
|
|
| |
Tested on: amd64 (sledge)
Notes:
svn path=/head/; revision=125556
|
| |
|
|
| |
Notes:
svn path=/head/; revision=125117
|
| |
|
|
| |
Notes:
svn path=/head/; revision=123377
|
| |
|
|
| |
Notes:
svn path=/head/; revision=118982
|
| |
|
|
| |
Notes:
svn path=/head/; revision=116864
|
| |
|
|
| |
Notes:
svn path=/head/; revision=114343
|
| |
|
|
| |
Notes:
svn path=/head/; revision=110783
|
| |
|
|
| |
Notes:
svn path=/head/; revision=99539
|
| |
|
|
| |
Notes:
svn path=/head/; revision=96269
|
| |
|
|
| |
Notes:
svn path=/head/; revision=93307
|
| |
|
|
| |
Notes:
svn path=/head/; revision=85477
|
| |
|
|
| |
Notes:
svn path=/head/; revision=83365
|
| |
|
|
| |
Notes:
svn path=/head/; revision=77943
|
| |
|
|
|
|
|
| |
on advancing this WIP.
Notes:
svn path=/head/; revision=74798
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
This brings the loader up to the point where I can compile it under
NetBSD/macppc and have it boot, interact and talk to NFS servers.
sys/boot/ofw/libofw/main.c has been deleted (it has no revision history) and
replaced with sys/boot/ofw/common/main.c
Reviewed by: obrien
Notes:
svn path=/head/; revision=68546
|