| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
building on universe.
|
|
|
|
|
|
|
| |
hold a driver lock. This should fix a regression introduced in
r216925.
PR: kern/153769
|
|
|
|
|
|
| |
bus_size_t may be 32 or 64 bits. Change the bounce_zone alignment field
to explicitly be 32 bits, as I can't really imagine a DMA device that
needs anything close to 2GB alignment of data.
|
|
|
|
| |
Submitted by: <bf1783 AT gmail DOT com>
|
| |
|
|
|
|
| |
Commit the kernel changes.
|
|
|
|
| |
Commit the security directory.
|
|
|
|
| |
Commit the geom piece.
|
|
|
|
| |
Commit the rest of the devices.
|
|
|
|
| |
Commit the net* piece.
|
|
|
|
| |
Commit the cxgb driver piece.
|
|
|
|
| |
Commit the netgraph piece.
|
|
|
|
| |
Commit the zfs piece.
|
|
|
|
| |
Commit the Intel drivers.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
packets.
*) Reject requests with a protocol length not equal to 4. This is IPv4
and there is no reason to accept anything else.
*) Reject packets that have a multicast source hardware address.
*) Drop requests where the hardware address length is not equal
to the hardware address length of the interface.
Pointed out by: Rozhuk Ivan
MFC after: 1 week
|
|
|
|
|
| |
PR: docs/153933
MFC after: 3 days
|
|
|
|
|
|
|
|
|
|
|
|
| |
The code is turned off until the tree is fixed up so it compiles.
__FreeBSD_version was already bumped once today, so skip the bump, but
add an entry to UPDATING.
Note that __DESCR() is used in the SYSCTL_OID() macro and so is not
needed in macros that invoke it. This use was inconsistent in the
file and I have made it consistent any lines already being changed.
Reviewed by: bde (previous version), -arch (previous version)
|
|
|
|
|
|
|
| |
ignored). Correct comment talking about that.
Pointed out by: kib
MFC after: 3 days
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
dialog is distributed from GPLv2 to LGPLv2 and introduces a number of new
features and a new and better libdialog API. The existing libdialog will
be kept temporarily as libodialog for compatibility purposes until sade,
sysinstall and tzsetup have been either updated or replaced.
__FreeBSD_version is now 900030.
Discussed on: -current
Approved by: core
Obtained from: http://invisible-island.net/dialog
|
|
|
|
|
|
|
|
|
| |
signal action is restored to default in child after fork(2).
In this case there is no need to do anything with dummy SIGCHLD handler,
because after fork(2) it will be automatically reverted to SIG_IGN.
Obtained from: Wheel Systems Sp. z o.o. http://www.wheelsystems.com
MFC after: 3 days
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
It is possible that the parent process ignores some of them and sigtimedwait()
will never see them, eventhough they are masked.
The most common situation for this to happen is boot process where init(8)
ignores SIGHUP before starting to execute /etc/rc. This in turn caused
hastd(8) to ignore SIGHUP.
Reported by: trasz
Obtained from: Wheel Systems Sp. z o.o. http://www.wheelsystems.com
MFC after: 3 days
|
|
|
|
|
|
|
|
| |
sector size from user-specified block size, report to user about
big blocksize.
PR: kern/147851
MFC after: 1 week
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the ones which run the message ring handler.
Some bits of the interrupt mask are part of the status register which is
saved with the process context, and these bits are initialized from the
cpu on which the process is created. This means that all the processes
should have the same value for these interrupt mask bits, so that the
interrupt mask remains the same regardless of what thread is scheduled
on the cpu.
Submitted by: Sriram Gorti (srgorti at netlogicmicro dot com)
|
|
|
|
| |
MFC after: 1 week
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
limit maximum RX buffer size to RE_RX_DESC_BUFLEN instead of
blindly configuring it to 16KB. Due to lack of documentation, re(4)
didn't allow jumbo frame on these controllers. However it seems
controller is confused with jumbo frame such that it can DMA the
received frame to wrong address instead of splitting it into
multiple RX buffers. Of course, this caused panic.
Since re(4) does not support jumbo frames on these controllers,
make controller drop frame that is longer than RE_RX_DESC_BUFLEN
sized frame. Fortunately RTL810x controllers, which do not support
jumbo frame, have no such issues but this change also limited
maximum RX buffer size allowed to RTL810x controllers. Allowing
16KB RX buffer for controllers that have no such capability is
meaningless.
MFC after: 3 days
|
|
|
|
|
|
|
|
|
| |
- failure code in em_xmit got mangled along the way
and was not properly handling errors.
- local timer code had a leftover UNLOCK call that
should be removed.
MFC after 3 days
|
| |
|
|
|
|
|
|
| |
PI_DISKLOW. While here, rename PI_TTYLOW to PI_TTY.
- Add a macro PI_SWI() that takes a SWI_* constant as an argument and
returns the suitable thread priority.
|
|
|
|
|
|
| |
class.
MFC after: 2 weeks
|
|
|
|
|
| |
compatibility without any means for the kernel to work with
an older loader.
|
|
|
|
|
|
| |
module. Also fix a few nits in run.4.
Submitted by: Akinori Furukoshi
|
|
|
|
| |
Submitted by: Akinori Furukoshi
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the pwm values. We can now set the fan's speed of a PWM controlled fan
with % numbers between 30 and 100 % instead of trying to model a
% number based on rpm.
The fcu chip offers both, the dutycycle and the rpm value of the PWM
controlled fans. I added the rpm value to the list of information
available via sysctl(8).
Tested by: Paul Mather <paul at gromit dlib vt edu>
Approved by: nwhitehorn (mentor)
|
|
|
|
| |
Reported by: jh
|
| |
|
|
|
|
|
|
| |
uplcom(4).
MFC after: 1 week
|
|
|
|
| |
MFC after: 1 week
|
| |
|
|
|
|
|
|
| |
it internally contain nested includes.
Reviewed by: bde
|
|
|
|
|
|
|
| |
It has also been included within the feature lists to which it is relevant.
Submitted by: tobez
MFC after: 1 week
|
|
|
|
| |
MFC after: 1 week
|
|
|
|
|
|
|
| |
in g_io_request when geom classes doing tasting.
PR: kern/147852
MFC after: 1 week
|
| |
|
|
|
|
| |
Submitted by: avg
|
|
|
|
|
|
|
| |
Sponsored by: FreeBSD Foundation
Submitted by: pjd
MFC after: 10 weeks
X-MFC with: r216758
|
|
|
|
|
|
|
| |
Sponsored by: FreeBSD Foundation
Submitted by: pjd
MFC after: 9 weeks
X-MFC with: r216615
|