| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Observed by: Chris Bolt <chris-lists@bolt.cx>
|
|
|
|
|
|
|
| |
bad effect on existing bootstraps.
Submitted by: Jake Burkholder <jake@locore.ca>
Sponsored by: DARPA & NAI Labs.
|
|\
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
| |
| |
| |
| |
| |
| | |
* don't whine about non-regular files. It is perfectly normal to keep a
CVS or RCS directory in /etc/rc.d.
* manpage tweak
|
| | |
|
| |
| |
| |
| |
| | |
filesystem is no more or less required for -n than for any other option.
The previous commit clarified the actual requirement.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
filesystem expands the inode to 256 bytes to make space for 64-bit
block pointers. It also adds a file-creation time field, an ability
to use jumbo blocks per inode to allow extent like pointer density,
and space for extended attributes (up to twice the filesystem block
size worth of attributes, e.g., on a 16K filesystem, there is space
for 32K of attributes). UFS2 fully supports and runs existing UFS1
filesystems. New filesystems built using newfs can be built in either
UFS1 or UFS2 format using the -O option. In this commit UFS1 is
the default format, so if you want to build UFS2 format filesystems,
you must specify -O 2. This default will be changed to UFS2 when
UFS2 proves itself to be stable. In this commit the boot code for
reading UFS2 filesystems is not compiled (see /sys/boot/common/ufsread.c)
as there is insufficient space in the boot block. Once the size of the
boot block is increased, this code can be defined.
Things to note: the definition of SBSIZE has changed to SBLOCKSIZE.
The header file <ufs/ufs/dinode.h> must be included before
<ufs/ffs/fs.h> so as to get the definitions of ufs2_daddr_t and
ufs_lbn_t.
Still TODO:
Verify that the first level bootstraps work for all the architectures.
Convert the utility ffsinfo to understand UFS2 and test growfs.
Add support for the extended attribute storage. Update soft updates
to ensure integrity of extended attribute storage. Switch the
current extended attribute interfaces to use the extended attribute
storage. Add the extent like functionality (framework is there,
but is currently never used).
Sponsored by: DARPA & NAI Labs.
Reviewed by: Poul-Henning Kamp <phk@freebsd.org>
|
| |
| |
| |
| |
| |
| |
| | |
of passing a flags mount options. This removes the include of
sys/fs/unionfs/union.h in mount_unionfs as it should be.
Reviewed by: phk
|
| |
| |
| |
| | |
Reviewed by: scottl
|
| |
| |
| |
| |
| |
| |
| |
| | |
an IPv6 address) automatically.
This should obsolete prefix(8).
Obtained from: NetBSD
MFC after: 2 weeks
|
| |
| |
| |
| | |
Submitted by: Mike Makonnen
|
| | |
|
| |
| |
| |
| | |
Reviewed by: grog
|
| |
| |
| |
| | |
Obtained from: KAME
|
| |
| |
| |
| | |
Silence a warning.
|
| | |
|
| |
| |
| |
| | |
quite a while and only works on i386.
|
| |
| |
| |
| |
| |
| | |
This should fix the issues which cropped up after daddr_t grew up.
Sponsored by: DARPA & NAI Labs.
|
| |
| |
| |
| |
| |
| | |
will be accompanied by a cvs rm of the actual nextboot sources.
Approved by: jake (mentor)
|
| |
| |
| |
| |
| |
| | |
PR: docs/38814
Submitted by: Chris Pepper <pepper@rockefeller.edu>
MFC after: 10 days
|
| |
| |
| |
| |
| |
| |
| | |
changed a `goto' to a `continue' in revision 1.52, but it continued
the wrong loop.
Noticed by: bde
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
sizeof(buf) lurking around that I missed.
PR: 38811
Submitted by: Adrian Colley <aecolley@spamcop.net>
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
MFC after: 1 week
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
that are used if none at all are specified for a partition. Don't
keep replaying the last field if we run out of fields when processing
a line. Use a 8:1 frag:block ratio for both defaults.
More work here is required. I think disklabel should not attempt
to choose default filesystem parameters, and instead let newfs pick
any defaults if required.
PR: i386/38703
Reported by: Martin Kraemer <Martin.Kraemer@Fujitsu-Siemens.com>
|
| |
| |
| |
| | |
into a separate function to avoid some over-long lines.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| | |
nextboot functionality.
Reviewed by: jake (mentor)
|
| |
| |
| |
| |
| | |
the stack in DoFile(). This needs some investigation. In the mean time
we do a one time malloc() for the buffer to have it on the heap instead.
|
| |
| |
| |
| | |
PR: bin/38531
|
| |
| |
| |
| | |
Reviewed by: iedowse
|
| |
| |
| |
| | |
changed, instead just warn(3)
|
| |
| |
| |
| |
| |
| | |
support. Also, hook it up to the build.
Approved by: jake (mentor)
|
| | |
|
| |
| |
| |
| | |
that nullfs has been converted to nmount.
|
| |
| |
| |
| | |
with IPv4.
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
- /0 if matches ::/128
- /64 if matches 2000::/3 and lowermost 64 bit is all 0
- /128 if matches 2000::/3 and lowermost 64 bit is non-zero 0
Obtained from: KAME/NetBSD
|
| |
| |
| |
| | |
of nfsiod kernel threads being run.
|
| |
| |
| |
| |
| |
| |
| |
| | |
IFS had its fingers deep in the belly of the UFS/FFS split. IFS
will be reimplemented by the maintainer at a later date once the UFS
implementation is in place.
Requested by: adrian (maintainer)
|