| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
PC98 scheme.
|
|
|
|
| |
MFC after: 1 week
|
|
|
|
|
|
| |
PR: bin/127076
Submitted by: jkim
MFC after: 1 week
|
|
|
|
| |
in a previous commit.
|
|
|
|
|
|
|
|
| |
show_nat() from endless loop and makes work ipfw -n nat <...>.
PR: bin/128064
Submitted by: sem
MFC after: 1 month
|
|
|
|
|
|
|
|
|
|
|
| |
background fsck on the same file system might then print negative
numbers for reclaimed directories/files/fragments.
Address the issue in a limited degree, by using old summary data for
cg when bgfsck is performed.
Submitted by: tegge
MFC after: 1 week
|
|
|
|
|
|
|
|
|
|
|
| |
systems less than 1 TB, due to using 32-bits integers for file system block
numbers. This also causes incorrect error reporting for foreground fsck.
Convert it to use ufs2_daddr_t for block numbers.
PR: kern/127951
Submitted by: tegge
MFC after: 1 week
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
--此行及以下内容将会被忽略--
> Description of fields to fill in above: 76 columns --|
> PR: If a GNATS PR is affected by the change.
> Submitted by: If someone else sent in the change.
> Reviewed by: If someone else reviewed your modification.
> Approved by: If you needed approval for this commit.
> Obtained from: If the change is from a third party.
> MFC after: N [day[s]|week[s]|month[s]]. Request a reminder email.
> Security: Vulnerability reference (one per line) or description.
> Empty fields above will be automatically removed.
M gpart.8
|
|
|
|
|
| |
PR: docs/127866
Submitted by: Marius Korsmo
|
|
|
|
|
|
| |
so they can be used when not doing a create operation
Reviewed by: ed
|
|
|
|
|
|
|
| |
on g_providername failure.
Suggested by: pjd
Approved by: pjd (mentor)
|
|
|
|
|
|
| |
- While there, make error messages consistent with the rest.
Approved by: kib (mentor)
|
|
|
|
|
|
|
|
|
|
|
| |
all others. Use this to disambiguate cmd line arguments that can
be either clone params or regular parameters so, in particular,
"bssid" again works as a regular parameter.
While here leverage the above to improve the logic for flushing
clone operations on the first !clone cmd line parameter.
Reviewed by: jhay
|
| |
|
|
|
|
| |
Noted by: ganbold@
|
|
|
|
|
|
|
| |
* add tables_max sysctl.
* add default_rule sysctl.
PR: 127058 (partially)
|
|
|
|
|
|
|
| |
'flush' actions on tables. Part of PR: 127058.
PR: 127058 (based on)
MFC after: 1 month
|
| |
|
|
|
|
|
| |
PR: bin/127573
Submitted by: Eygene Ryabinkin
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
control over the result of buildworld and installworld; this especially
helps packaging systems such as nanobsd
Reviewed by: various (posted to arch)
MFC after: 1 month
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
MFC after: 1 month
|
|
|
|
|
|
|
| |
to determine whether to call the fallback_mount() backwards
compatibility function or not.
Reviewed by: dfr
|
|
|
|
|
|
|
|
|
| |
size and the sector size.
- Fix a bug where bsdlabel would try to read a regular file using the geom_bsd
class.
Quick review by: phk
Approved by: pjd (mentor)
|
|
|
|
|
|
|
|
|
|
| |
If the application returns succesfully
the return code is 7 (which means the
filesystem is clean).
PR: 127432
Submitted by: edwin
MFC after: 3 days
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
via nmount(), build up an iovec where each iovec member is an NFS mount
option, and pass the iovec down to the kernel via nmount(). These options
are then parsed in the kernel.
This should make it easier to add new NFS mount options in future.
Many, many thanks to Doug Rabson for taking my initial patches,
and cleaning them up. In addition, Doug added a fallback_mount()
function so that the newer mount_nfs program will work against older
kernels, to facilitate upgrading/downgrading scenarios.
Doug also re-wrote the mount_nfs.8 man page.
Reviewed by: dfr
|
|
|
|
| |
Discussed with: des
|
|
|
|
|
|
|
|
|
| |
duplication of code in fdisk and boot0cfg. Also make use of g_providername to
fix an issue with fdisk and boot0cfg not using the correct provider when
writing the MBR.
Reviewed by: phk
Approved by: pjd (mentor)
|
|
|
|
|
|
| |
to overflow.
MFC after: 5 days.
|
|
|
|
|
|
| |
available.
MFC after: 5 days.
|
| |
|
|
|
|
|
|
|
| |
mount_fs.
PR: bin/125154
MFC after: 1 day
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
once it is lost, all data is gone.
Option '-B none' can by used to prevent backup. Option '-B path' can be
used to backup metadata to a different file than the default, which is
/var/backups/<prov>.eli.
The 'geli init' command also prints backup file location and gives short
procedure how to restore metadata.
The 'geli setkey' command now warns that even after passphrase change or keys
update there could be version of the master key encrypted with old
keys/passphrase in the backup file.
Add regression tests to verify that new functionality works as expected.
Update other regression tests so they don't create backup files.
Reviewed by: keramida, rink
Dedicated to: a friend who lost 400GB of his live by accidentally overwritting geli metadata
MFC after: 2 weeks
|
|
|
|
| |
- Keep options in alphabetical order.
|
|
|
|
|
| |
Reviewed by: EvilSam and moi
MFC after:1 week
|
|
|
|
| |
Approved by: gnn (mentor)
|
|
|
|
|
|
|
|
|
|
| |
ping(8)'s -a was mapped to -e, but -E was already taken in ping6 (old
option) so rename -e to -r.
Now:
ping -a => ping6 -r
ping -A => ping6 -R
MFC after: 2 days
|
|
|
|
| |
MFC after: 2 days
|
| |
|
|
|
|
|
|
|
| |
taken, I chose -e (no real argument for this) but I'm willing to change to a different character if needed/desired.
PR: bin/123752 (inspired by)
MFC after: 2 days
|
|
|
|
|
|
|
|
| |
userspace to kernel via nmount(), pass in the strings
"update", "snapshot", "reload".
We want to move away from passing MNT_ flags from userspace -> kernel
via nmount(), and instead favor passing the string options.
|
|
|
|
| |
suffixed with :flag and /width.
|