Age | Commit message (Collapse) | Author |
|
- Don't try to keep track of jumbo frame sizes in the pages. Users can
use `ifconfig hwfeatures' to determine what the hardware supports.
|
|
|
|
|
|
machine, each test kills any syslogd first. At the end the system's
syslogd gets restarted.
The test framework runs a client, and a server, and a syslogd. The
messages are passed via the log socket or via UDP from the client
to syslogd. From there UDP transport is used to reach the server.
All processes write log files where the message has to show up.
The test arguments are kept in the args-*.pl files.
The content of a log file, the data sent to a pipe process and what
the server received are checked. The invocation of the sendsyslog(2)
syscall is checked with ktrace, the open file descriptors of syslogd
are checked with fstat.
|
|
required by the C standard when called with an invalid base:
strtoll(), strtoimax(), strtoul(), strtoull(), and strtoumax().
Same behaviour for strtoq() and strtouq() even though not standardized.
No functional change in strtol(), it was the only one already correct.
While here, simplify the conditional expression for checking the base
and sync whitespace and comments among the six files.
ok millert@
|
|
hardware can transmit or receive jumbo frames.
|
|
|
|
CIRCLEQ_* is deprecated and not called in the tree. The other queue types
have *_END macros which were added for symmetry with CIRCLEQ_END. They are
defined as NULL. There's no reason to keep the other *_END macro calls.
ok millert@
|
|
and add more bzip2 cases
|
|
|
|
|
|
|
|
|
|
Untested, but there doesn't seem to have been any changes to
the firmware interface so these should work without additional
changes, as was the case with the last few generations.
|
|
|
|
from submitted dmesgs.
|
|
kick started by Gre'goire Duche^ne <gduchene@awhk.org>
ok millert@
|
|
The generic sqrtl(3) is not nearly accurate enough for quad-precision
floating point.
|
|
of the result in many cases. From FreeBSD allbeit with some changes to
keep the coding style consistent. This fixes the asinhl(4) issue reported
by dickman@ on tech@.
|
|
which have been seen but which haven't otherwise interacted with us), fixing
a problem where old cached nodes are seen when doing a scan.
From Marcin Piotr Pawlowski, feedback stsp@ ok kspillner@ dcoppa@
|
|
unbreak kernel compiles.
|
|
Spinning inside an IPI handler is generally a bad idea as it is very hard to
avoid deadlocks. As far as I can tell the synchronization isn't necessary.
Multi-core CPUs have hardware mechanisms to do the appropropriate coordination
between cores and coordination between sockets isn't necessary either.
This seems to fix the various hangs and suspend/resume failures that people
have been seeing when running apmd -A or apmd -C.
Tested by many.
ok kspillner@, mpi@
|
|
|
|
|
|
|
|
|
|
|
|
with the new MANDOCERR_XR_* warnings in the whole tree
|
|
inspired by mdoclint(1)
|
|
ok matthew@, guenther@
|
|
to unbreak updating from src.
OK ajacoutot@
|
|
|
|
OK matthieu@ ajacoutot@
|
|
|
|
|
|
www.example.com, www.example.com:80, [2001:db8::1], [2001:db8::1]:80).
The port is optional and is typically used on non-default ports. If
the server name is a plain IPv6 address, it is commonly specified in
square brackets.
Makes ajacoutot@ happy
OK florian@
|
|
|
|
Merge in more functionality from bluhm's patch.
ok bluhm@
|
|
from Pedro F. Giffuni in FreeBSD pr 153257
ok millert@ tedu@
|
|
|
|
|
|
and defines for compatibility with the equivalent gcc header.
cpuid.h was introduced in gcc 4.3 and a compatible header has
been included with recent versions of clang.
Earlier version ok miod@. Tested in a ports bulk build by landry@.
|
|
From Maxime Villard via a post to tech@ a long time ago
ok guenther@, doug@
|
|
joint work with and ok guenther@
|
|
|
|
uses it. dont need to include workq.h anymore here either now.
|
|
conversion to tasks.
tested by chris@
|
|
or an entry in the MANPATH environment variable) does not exist,
silently skip it. This brings makewhatis(8) back closer to the
behaviour of espie@'s version and ought to shut up the weekly(8)
whining observed by henning@ on machines not having xbase installed.
Also, don't error out after the first unusable manpath entry, still
try the others.
Of course, still complain about non-existent directories specified
on the command line and about any directories failing for other
reasons than ENOENT.
|
|
|
|
scans with various iwn(4) devices. From Fabian Raetz, testing by Fabian,
Marcin Piotr Pawlowski, Mike Burns, kettenis@ and myself. ok kettenis@ with
minor tweaks for whitespace in #define lines which I've done; also I have
done s/IWL/IWN/ in comments as noticed by dcoppa@.
|