| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
filesystem so that nullfs doesn't permit you to circumvent snapshots.
Discussed with: tegge
Sponsored by: Isilon Systems, Inc.
|
|
|
|
|
| |
really not worth the effort to develop and maintain
support for a format that hasn't been used for 30 years. ;-/
|
|
|
|
| |
Reviewed by: ru
|
|
|
|
| |
Reviewed by: ru
|
|
|
|
|
|
| |
Do this by making sure we are using the AUDITVNODE1 mask in the namei flags.
Obtained from: TrustedBSD Project
|
| |
|
|
|
|
| |
pointed out by Martin Wilke.
|
|
|
|
|
| |
Reintroduce the monotonicity for the normal case and make the two
special cases behave in what is belived to be the most sensible fasion.
|
| |
|
|
|
|
|
|
| |
PR: misc/94309
Submitted by: Matthias Lederhofer
MFC after: 3 days
|
|
|
|
| |
Spotted by: ru@
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Fix detection of active unlinked files by checking VI_OWEINACT and
VI_DOINGINACT in addition to v_usecount.
Defer inactive handling for unlinked files if the file system is mostly
suspended (secondary writes being blocked).
Perform deferred inactive handling after the file system is resumed.
|
|
|
|
|
|
|
|
| |
flag isn't enough - the filter needs to be set up too, or no multicast frames
are accepted.
Sponsored by: Philips Industrial Applications (indirectly)
MFC after: 3 days
|
| |
|
|
|
|
|
|
|
|
| |
o stop processing interrupts after a firmware fatal error or a radio kill
o clarify the possible values for the 'antenna' sysctl.
o by default, let the firmware do antenna diversity.
the firmware will periodically switch to another antenna to evaluate the
signal quality.
|
|
|
|
| |
use intel's firmware version 3.0 layout.
|
| |
|
| |
|
|
|
|
|
|
| |
ATA framework. Mainly written to be able to use USB Flash keys.
This is work in progress so use with care :)
Doesn't need CAM and cannot coexist with umass.c
|
| |
|
|
|
|
|
|
|
|
| |
Add note about the '_dhcp' user.
While one is expected to run mergemaster -p before installworld, make
a note of the points where this will actively fail due to the addition of
users/groups.
|
|
|
|
|
|
| |
mdoc(7) according to ru.
Requested by: ru
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
- "Line up" continuations.
Submitted by: bde
|
| |
|
| |
|
|
|
|
|
| |
are exported by libc with prototypes in our standard headers.
I guess at one time this was necessary, but not any longer.
|
|
|
|
|
|
|
|
| |
means that old problem was triggered (when two providers end at the same
offset, eg. ad0 and ad0s1 and the wrong was is picked up by gmirror/graid3).
Reported by: Michal Suszko <dry@dry.pl>
MFC after: 3 days
|
|
|
|
|
| |
Obtained from: atheros
MFC after: 3 days
|
| |
|
|
|
|
| |
MFC after: 3 days
|
| |
|
|
|
|
| |
the pointer is unaligned, and it just doesn't worth it.
|
|
|
|
|
|
| |
Use 'BOOT_SENSITIVE_INFO=YES' variable to turn them on.
- Use 'uint*_t' instead of 'u_int*_t', correct compilation warnings, and
update copyright while I am here.
|
| |
|
|
|
|
| |
Noticed by: kensmith
|
|
|
|
|
|
|
| |
for a makefile to set 'NO_MAN=' when the makefile is for a program
that will not create a man page.
Based on reaction from: ru bde
|
| |
|
| |
|
|
|
|
| |
Submitted by: ru, andrew
|
|
|
|
|
|
|
|
|
| |
In at least one benchmark this showed around a 20% performance increase.
If other workloads do benefit from having hyperthreads service interrupts,
we can always make this a loader tunable.
MFC after: 3 days
Tested by: ps
|
| |
|
| |
|
|
|
|
|
|
|
| |
the structs pflog_packet() takes pointers to.
Approved by: mlaier
MFC after: 3 days
|
|
|
|
|
|
|
|
| |
which is normal for own files of a device driver.
DEV_FOO should be used if an unrelated kernel file needs to know of
the `foo' driver's static presence. Obviously, module source files
should never use DEV_*.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
as both have been read from the command line. Still use the callback,
but this time only to verify that both vlan and vlandev have been
found on the command line.
This should allow for control over the relative order of processing
parameters, which is needed to satisfy some caveats of the if_vlan
driver. E.g., MTU cannot be changed on a vlan interface until it's
attached to its parent.
PR: bin/94028
Reviewed by: ru
MFC after: 3 days
|
|
|
|
| |
Submitted by: Eugene Grosbein <eugen@grosbein.pp.ru>
|