| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
process parallel checks in the same way as fsck, since fsck supports
pass numbers other than 0, 1 or 2. Without this, quotacheck would
ignore file systems with pass numbers > 2.
The -l (maxrun) option is now deprecated and can be tuned with pass
numbers in /etc/fstab if needed.
|
|
|
|
|
|
|
|
|
|
| |
exposing them to all consumers of ip_fw.h. These structures are
used in both ipfw(8) and ipfw(4), but not part of the user<->kernel
interface for other applications to use, rather, shared
implementation.
MFC after: 3 days
Reported by: Paul Vixie <paul at vix dot com>
|
|
|
|
|
|
|
| |
alias to avoid distrubing other addresses.
PR: bin/119255
Submitted by: Jaakko Heinonen <jh at saunalahti dot fi>
|
|
|
|
|
|
| |
Bump .Dd.
PR: 41807
|
|
|
|
|
|
|
|
| |
requires an argument.
PR: bin/119815
Submitted by: Dierk Sacher
MFC after: 1 week
|
|
|
|
|
|
|
|
|
|
| |
on a filesystem if the quota data files reside on a different
filesystem (e.g. the userquota=/somepath,groupquota=/somepath2
options are specified in /etc/fstab to place the quota files
somewhere other than the default location).
Fix quotacheck to only skip accounting if the quota data file
actually resides on the filesystem being checked.
|
|
|
|
|
| |
with the problem description on the terminal: use
conventional punctuation.
|
|
|
|
|
|
| |
PR: bin/107392
Submitted by: Eugene Grosbein
MFC after: 1 month
|
|
|
|
|
|
|
|
|
|
|
|
| |
rather than the memcmp() which is used for regular dumps: the
textdump string is one character shorter, so we need to stop
comparing at the end of the string.
Use independent version checking logic for architecture-specific
version number vs. textdump version number, as the version sequences
may (someday) differ.
Run into by: rrs
|
|
|
|
|
|
| |
Point at ddb(4) and textdump(4) man pages for more script examples.
MFC after: 3 months
|
|
|
|
|
|
| |
Update savecore(8) man page to reflect textdump additions.
MFC after: 3 months
|
|
|
|
|
|
|
|
|
| |
managed from userspace. It is largely a wrapper for sysctl()
calls, but because the sysctls for adding and removing scripts
are awkward to use directly, this provides an easier-to-use
interface.
MFC after: 3 months
|
|
|
|
| |
passing literal strings to the constructors of string.
|
|
|
|
|
|
| |
w_q_lookup table (used in RED algorithm for (1 - w_q)^t computation).
MFC after: 1 months
|
|
|
|
|
| |
PR: bin/113399
Submitted by: Staffan Ulfberg <staffan@ulfberg.se>
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Implement -E option which will erase the filesystem sectors before
making the new filesystem. Reserved space in front of the superblock
(bootcode) is not erased.
NB: Erasing can take as long time as writing every sector sequentially.
This is relevant for all flash based disks which use wearlevelling.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
file format and about using NAT "instances".
Submitted by: "Andrey V. Elsukov" <bu7cher@yandex.ru>
|
|
|
|
|
| |
Submitted by: Stefan Sperling <stsp@stsp.name>
Reviewed by: brooks
|
|
|
|
|
| |
by virtue of there not being any (lower-case) letters avaliable for
more partitions.
|
|
|
|
| |
Reported by: njl
|
|
|
|
| |
Noticed by: brueffer
|
|
|
|
| |
Noticed by: brueffer
|
|
|
|
|
|
|
|
| |
PR: docs/112935
Submitted by: Julian Stacey <jhs at berklix dot org>
Actually this was inspired by the ticket submitted
by Julian.
MFC After: 3 days
|
|
|
|
|
|
|
|
|
| |
section (if nothing had been specified, or if the auto type had
been specified, a default layout is used).
PR: docs/116047
Submitted by: Ian Smith <smithi at nimnet dot asn dot au>
Minor modifications by me.
|
|
|
|
|
| |
Reviewed by: brooks
MFC after: 3 days
|
|
|
|
|
|
| |
PR: docs/117310
Submitted by: Ted Mittelstaedt <tedm at ipinc dot net>
with minor modifications by me.
|
|
|
|
|
|
| |
PR: docs/113570
Submitted by: lawrance
MFC After: 3 days (where applicable)
|
|
|
|
|
|
| |
previous commit, so make it happen now.
Prodded by: brueffer
|
|
|
|
|
|
| |
PR: docs/115721
Submitted by: Stefan Lambrev <stefan.lambrev@moneybookers.com>
MFC After: 3 days
|
|
|
|
|
|
|
|
|
| |
return -1 on error while any other return value from it can
indicate success. (See RETURN VALUE in our ioctl(2) manpage
and the POSIX spec.)
- Avoid assumptions about the state of the data buffer after
ioctl(2) failure.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add a new option to newfs(8), -r, to specify reserved space at the
end of the device. It can be useful, e.g., when the device is to
become a member of a gmirror array later w/o losing the file system
on it.
Document the new option in the manpage.
While I'm here, improve error handling for -s option, which is
syntactically similar to -r; and document the fact that -s0 selects
the default fs size explicitly, which can be useful, e.g., in a
menu-based wrapper around newfs(8) requiring some value be entered
for the fs size.
Also fix a small typo in the help line for -s (missing space).
Idea and initial implementation by: marck
Discussed on: -fs
Critical review by: bde
Tested with: cmp(1)
|
|
|
|
| |
MFC after: 3 days
|
|
|
|
|
|
|
|
|
|
| |
- refer to the dummynet(4) man page only once, later use rather
the .Nm macro.
- use .Va macro when refering to the sysctl variables
- grammar and markup fixes
Reviewed by: keramida, trhodes, ru (roughly)
MFC-after: 1 week
|
|
|
|
| |
MFC after: 3 days
|
| |
|
| |
|
|
|
|
|
| |
Reviewed by: dwmalone, maxim
MFC after: 2 weeks
|
|
|
|
|
| |
on gcc 4.2. This is required for tinderbox which doesn't have
-f-no-strict-aliasing in it's custom CFLAGS.
|
|
|
|
| |
on at least arm and sparc64. i386/pc98, ia64 and amd64 are all OK.
|
|
|
|
| |
Pointed out by: ru
|
|
|
|
| |
casts from pointer to int here.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
If it is set to zero value (default) dummynet module will try to emulate
real link as close as possible (bandwidth & latency): packet will not leave
pipe faster than it should be on real link with given bandwidth.
(This is original behaviour of dummynet which was altered in previous commit)
If it is set to non-zero value only bandwidth is enforced: packet's latency
can be lower comparing to real link with given bandwidth.
- Document recently introduced dummynet(4) sysctl variables.
Requested by: luigi, julian
MFC after: 3 month
|
|
|
|
|
|
|
|
|
| |
with ACCESSPERMS. Document in mount_ntfs(8) only the nine
low-order bits of mask are used (taken from mount_msdosfs(8)).
PR: kern/114856
Submitted by: Ighighi
MFC after: 1 month
|