| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=81462
|
|
|
|
| |
Notes:
svn path=/head/; revision=81458
|
|
|
|
|
|
|
| |
with a trailing zero-width space: `e.g.\&'.
Notes:
svn path=/head/; revision=81449
|
|
|
|
| |
Notes:
svn path=/head/; revision=81429
|
|
|
|
| |
Notes:
svn path=/head/; revision=81418
|
|
|
|
| |
Notes:
svn path=/head/; revision=81416
|
|
|
|
|
|
|
| |
Obtained from: OpenBSD
Notes:
svn path=/head/; revision=81345
|
|
|
|
|
|
|
|
|
| |
Submitted by: Chris Boltwood <chris@hiendmedia.com>
Reviewed by: tomsoft
MFC after: 5 days
Notes:
svn path=/head/; revision=81311
|
|
|
|
|
|
|
|
| |
Yes, this isn't really the right place for it. No, it really can't
remain undocumented.
Notes:
svn path=/head/; revision=81306
|
|
|
|
| |
Notes:
svn path=/head/; revision=81298
|
|
|
|
| |
Notes:
svn path=/head/; revision=81258
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
bypass some extra anti-foot-shooting measures. Currently, its only
effect is to allow detaching a device while it's still open (e.g.,
mounted). This is useful for testing how the system reacts to a disk
suddenly going away, which can happen with some removeable media.
At this point, the force option is only checked on detach, so it
would've been possible to allow the option to be passed with the
MDIOCDETACH operation. This was not done to allow the possibility of
having the force flag influence other tests in the future, which may
not necessarily deal with detaching the device.
Reviewed by: sobomax
Approved by: phk
Notes:
svn path=/head/; revision=81257
|
|
|
|
|
|
|
|
|
|
| |
Avoid using parenthesis enclosure macros (.Pq and .Po/.Pc) with plain text.
Not only this slows down the mdoc(7) processing significantly, but it also
has an undesired (in this case) effect of disabling hyphenation within the
entire enclosed block.
Notes:
svn path=/head/; revision=81251
|
|
|
|
| |
Notes:
svn path=/head/; revision=81229
|
|
|
|
|
|
|
|
|
|
|
| |
into sadb_x_sa2_sequence from sadb_x_sa2_reserved3 in the sadb_x_sa2
structure. Also the output of setkey is changed. sequence number
of the sadb is replaced to the end of the output.
Obtained from: KAME
Notes:
svn path=/head/; revision=81215
|
|
|
|
|
|
|
|
|
|
|
|
| |
ICMP types were reported incorrectly:
# ipfw add allow icmp from any to any icmptypes 0,8
PR: bin/29185
Submitted by: Mike Durian <durian@boogie.com>
Notes:
svn path=/head/; revision=81199
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
pointed out by bde:
- Ask for user confirmation before adjusting to a head/cylinder
boundary (only when running interactively), and separate this
adjustment from the automatic calculation of c/h/s parameters.
- In sanitize_partition, don't change any values in the slice until
we know that the automatic adjustment will succeed.
- When auto-adjusting, ignore unused slices and give an appropriate
error for other zero-size slices depending on the cause.
- Change dos() to do all of the c/h/s calculations for a whole slice;
this fixes a bug where the ending c/h/s of an unused slice was set
incorrectly.
- When changing the active slice, detect the currently active slice
number instead of always defaulting to slice 4.
- Call fflush(stdout) before calling fgets().
- Test for fgets() returning NULL so we don't loop on EOF.
Reviewed by: bde
Notes:
svn path=/head/; revision=81164
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1.) prefix all functions in the library with devstat_ (compatability
functions are available for all functions that were chaned in an
incompatible way, but are deprecated).
2.) Add a pointer to a kvm_t as the first argument to functions that
used to get their information via sysctl; they behave the same
as before when NULL is passed as this argument, otherwise, the
information is obtained via libkvm using the supplied handle.
3.) Add a new function, devstat_compute_statistics(), that is intended
to replace the old compute_stats() function. It offers more
statistics data, and has a more flexible interface.
libdevstat does now require libkvm; a library depedency is added, so
that libkvm only needs to be explicitely specified for statically linked
programs.
The library major version number is bumped.
Submitted by: Sergey A. Osokin <osa@freebsd.org.ru>, ken (3)
Reviewed by: ken
Notes:
svn path=/head/; revision=81133
|
|
|
|
| |
Notes:
svn path=/head/; revision=81045
|
|
|
|
| |
Notes:
svn path=/head/; revision=80898
|
|
|
|
| |
Notes:
svn path=/head/; revision=80856
|
|
|
|
| |
Notes:
svn path=/head/; revision=80836
|
|
|
|
|
|
|
| |
don't mention it in the manpages.
Notes:
svn path=/head/; revision=80634
|
|
|
|
|
|
|
| |
Submitted by: kris
Notes:
svn path=/head/; revision=80608
|
|
|
|
| |
Notes:
svn path=/head/; revision=80607
|
|
|
|
|
|
|
| |
Submitted by: Olexander Kunytsa <kunia@istc.kiev.ua>
Notes:
svn path=/head/; revision=80519
|
|
|
|
|
|
|
|
| |
PR: bin/28833
MFC after: 3 days
Notes:
svn path=/head/; revision=80392
|
|
|
|
|
|
|
|
|
|
| |
definitions are more readable, and it's possible that they're
more portable to pathalogical platforms.
Submitted by: David Hill <david@phobia.ms>
Notes:
svn path=/head/; revision=80381
|
|
|
|
|
|
|
|
|
| |
WEP is supported, but not keys are set.
MFC after: 3 days
Notes:
svn path=/head/; revision=80315
|
|
|
|
|
|
|
|
| |
Obtained from: OpenBSD
MFC After: 1 week
Notes:
svn path=/head/; revision=80277
|
|
|
|
|
|
|
|
| |
Inspired by: OpenBSD
MFC After: 1 week
Notes:
svn path=/head/; revision=80203
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Declare mtabhead as an extern in mounttab.h and define it only in
mounttab.c.
- Remove shared global `verbose' and instead pass it as a parameter.
- Remove the `mtabp' argument to read_mtab(). It served no purpose
whatsoever, although read_mtab() did use it as a temporary local
variable.
- Don't check for impossible conditions when parsing mounttab, and
do detect zero-length fields.
- Correctly test for strtoul() failures - just testing ERANGE is wrong.
- Include a field name in syslog errors, and avoid passing NULL to
a syslog %s field.
- Don't test if arrays are NULL.
- If there are duplicates when writing out mounttab, keep the last
entry instead of the first, as it will have a later timestamp.
- Fix a few formatting issues.
Update rpc.umntall and umount to match the mounttab interface changes.
Notes:
svn path=/head/; revision=80146
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
information for any command line error, the actual error message
almost always (and sometimes irretrievably) lost scrolling off the top
of the screen. Now just print the error. Give ipfw(8) no arguments for
the old usage summary.
Thanks to Lyndon Nerenberg <lyndon@orthanc.ab.ca> for the patch and
PR, but I had already done this when ru pointed out the PR.
PR: bin/28729
Approved by: ru
MFC after: 1 week
Notes:
svn path=/head/; revision=80132
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
immediately if a host specified by the -h flag cannot be parsed
instead of attempting to unmount all NFS filesystems, which was
bad.
Add a missing return statement at the end of checkname(); this
could result in a non-zero exit status in some cases even if the
unmount succeeded.
Group two separate NFS-related operations into one block to make
it more obvious that a variable (hostp) is not dereferenced when
uninitialised. Initialise it to NULL anyway to avoid a warning.
Pass in the read_mtab()'s bogus argument as NULL instead of messing
with a local variable to achieve the same effect. A later commit
will clean up this mounttab interface.
Notes:
svn path=/head/; revision=80118
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
forever by default. This matches what mount_nfs did before revision
1.40, and it is the generally expected behaviour for NFS mounts.
Document the current defaults near the start of the man page and
mention the options that can be used to change them.
Discussed on: -hackers
Notes:
svn path=/head/; revision=80086
|
|
|
|
| |
Notes:
svn path=/head/; revision=80057
|
|
|
|
|
|
|
|
| |
These are not perfectly in agreement with each other style-wise, but they
are orders of orders of magnitude more consistent style-wise than before.
Notes:
svn path=/head/; revision=80029
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
to give up after one attempt unless a background mount is requested.
Background mounts would retry 10000 times (at least 7 days) before
giving up.
For some situations such as diskless terminals, an NFS filesystem
may be critical to the boot process, so neither the "try once" nor
background mounts are appropiate. To cater for this situation,
unbreak the -R (retry count) parameter so that it also works in
the non-background case. Interpret a zero retry count as "retry
forever".
The defaults are now "try once" for non-background mounts and "retry
forever" for background mounts; both can be overridden via -R.
Add a description of this behaviour to the manpage.
Notes:
svn path=/head/; revision=80006
|
|
|
|
| |
Notes:
svn path=/head/; revision=79978
|
|
|
|
| |
Notes:
svn path=/head/; revision=79977
|
|
|
|
|
|
|
|
|
|
| |
be cleaned immediately in foreground, or if its cleaning can be deferred
to background.
Submitted by: Maxime Henrion <mux@qualys.com>
Notes:
svn path=/head/; revision=79976
|
|
|
|
| |
Notes:
svn path=/head/; revision=79863
|
|
|
|
|
|
|
|
|
| |
boot0cfg(8): add FILES section.
Reviewed by: rnordier
Notes:
svn path=/head/; revision=79850
|
|
|
|
| |
Notes:
svn path=/head/; revision=79762
|
|
|
|
| |
Notes:
svn path=/head/; revision=79761
|
|
|
|
|
|
|
| |
Submitted by: Mike Barcroft <mike@q9media.com>
Notes:
svn path=/head/; revision=79758
|
|
|
|
| |
Notes:
svn path=/head/; revision=79755
|
|
|
|
| |
Notes:
svn path=/head/; revision=79754
|
|
|
|
|
|
|
| |
Submitted by: Mike Barcroft <mike@q9media.com>
Notes:
svn path=/head/; revision=79750
|
|
|
|
|
|
|
| |
Submitted by: Mike Barcroft <mike@q9media.com>
Notes:
svn path=/head/; revision=79749
|