Age | Commit message (Collapse) | Author |
|
Feedback from krw@ and jmc@.
ok krw@ jmc@
|
|
|
|
|
|
used as filename
|
|
* use the correct variable in a DPRINTF
|
|
complete outstanding requests, so use uaudio_drain in uaudio_detach.
* the channel alt index can still be -1 at detach. check for this.
|
|
- sync hppa64 sysctl.conf with hppa while here
ok miod@
|
|
linux emulation layer, nor will they in the future.
ok miod@
|
|
ok deraadt@
|
|
|
|
|
|
|
|
restore the 100us delay after writing to an analog register since
it turns out that it is required.
|
|
tested by ray@
- no periodic PA calibration for the Osprey (AR9380)
|
|
>
.It CACE AirPcap \&Nx
such that it does not show up as "CACE AirPcap NetBSD" !
not sure why this only happens with mandoc
|
|
|
|
as suggested by Thomas de Grivel <billitch at gmail dot com> on tech@.
While here, remove the SEE ALSO entries (but not the cross references
at the appropriate places!) to fnmatch(3), re_format(7), and pr(1).
Their relevance is restricted to one single option each, the latter
is mostly obsolete nowadays anyway, and the number of SEE ALSO entries
is so large that SEE ALSO is starting to look confusing.
"yes" jmc@
|
|
ok jsing@
|
|
It is always defined in the preamble using .ds when used in manuals.
Since we now support .ds, it is no longer necessary to provide it.
Triggered by a bug report from Thomas Jeunet, patch by kristaps@.
|
|
just in the same way as \s (font size) escapes, and handle \s escapes
not having an explicit plus or minus sign.
This fixes the very ugly rendering of "C++" in gcc(1).
Reported by Thomas Jeunet, fixed by kristaps@.
|
|
as noted by Aldis Berzoja.
In COMPATIBILITY, note that groff is misformatting .Lk
when given more than two arguments; from kristaps@.
|
|
Issue reported by Aldis Berzoja, fix by kristaps@.
|
|
from kristaps@.
|
|
Don't use MAX, it doesn't exist in the default namespace on Solaris.
From Joerg Sonnenberger, with a critical fix by kristaps@.
|
|
in man_pmacro() and mdoc_pmacro(). In particular, no need to use
isgraph(3) here, that has already been done in main.c.
Joint work by Kristaps and myself, ok kristaps@.
|
|
because isgraph(3) returns true for some eight-bit characters.
ok kristaps@
|
|
|
|
|
|
Coverity CID 1660: Plug memory leaks.
Coverity CID 2989: Use the error path to return.
Coverity CID 3212: Don't return, goto out in all cases so that cleanup happens.
ok otto@
|
|
them explicitely pending before triggering the softintr; I am ashamed I did
not notice this when changing the soft interrupt code 18 months ago.
Noticed by claudio@ and beck@
|
|
SHA256 file). Issue spotted by claudio.
ok miod
|
|
(deepest sleep) state upon suspend, and restore power upon resume.
ok deraadt@
|
|
1.5, about 5 years ago. My bad.
ok deraadt@
|
|
over the PROM page tables on sun4c; also crank the tape kernel generous
size estimate to 4MB; crank version.
ok deraadt@
|
|
|
|
alignment changes.
ok deraadt@
|
|
from cdboot to slim it down below the 32k limit.
|
|
(u_int64_t *)charptr = value.
Problem reported by Daniel Ouellet, first diff from matthieu@,
another from naddy@ equivalent to this one.
ok millert@ dlg@ (for naddy's) deraadt@
|
|
|
|
"go ahead" kettenis@
|
|
|
|
|
|
|
|
|
|
has enough space for all the fragments on it.
this check was snuck in by itojun under an unrelated commit. it broke when
i set the virtual interface send queue depths to 1, which beck had to
special case at n2k10. without this code we avoid these dubious checks
along with another splnet/splx pair, and it should make future work on
manipulating send queues easier.
ive been running this in production since n2k10 (~7months ago).
ok claudio@ henning@ deraadt@
|
|
for, so use that. ok djm
|
|
|
|
|
|
reopen stdin/stdout to /dev/null when forking for ControlPersist.
prevents tools that fork and run a captive ssh for communication from
failing to exit when the ssh completes while they wait for these fds to
close. The inherited fds may persist arbitrarily long if a background
mux master has been started by ControlPersist. cvs and scp were effected
by this.
"please commit" markus@
|
|
harmless. This prevents processes from piling up on !network addition of
already existing packages...
(fixes THAT bug)
|