Age | Commit message (Collapse) | Author |
|
|
|
|
|
Noted by Jean-Philippe Ouellet (jean-philippe (at) ouellet.biz)
|
|
of the resulting FILE *), then pass fopen() the 'e' mode letter to
mark it close-on-exec.
ok miod@
|
|
ok miod@
|
|
ok miod@
|
|
"seems fair" schwarze@
|
|
Do not error out when the maximum permissible value is given,
but only when it is exceeded.
Patch from William Orr <will at worrbase dot com> using feedback from tedu@.
ok millert@
|
|
to be more similar to apropos(1) called from the shell.
Missing feature reported by Marcus MERIGHI <mcmer dash openbsd at
tor dot at> on misc@.
|
|
ok kettenis@
|
|
added. The new drivers match at a higher priority.
|
|
of the result in many cases. From FreeBSD allbeit with some changes to
keep the coding style consistent.
|
|
Mention that invalid bases do set EINVAL (as required by POSIX);
this part of the change uses part of an earlier patch by millert@.
Minor mdoc(7) cleanup and sync between the two pages while here.
Feedback and ok jmc@ and millert@.
|
|
ok mpi@ kspillner@
|
|
- 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@
|