Age | Commit message (Collapse) | Author |
|
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)
|
|
no binary change.
|
|
on AR9285 and AR9287.
|
|
|
|
compensate Tx gain for temperature changes.
|
|
value in the Tx gain table.
This fixes AR9280/AR9281 chips in open-loop power control mode, like
the high power solution found in the Acer Aspire One.
tested by ray@
|
|
when fsck is run against a disklabel UID. This allows a user to determine
which device is really being scanned.
ok krw@
|
|
ok oga
|
|
we disable the interrupt while we are handling it (this is required according to
intel) but instead of writing the version with the master enable bit back to the
Interrupt Enable Register, we wrote it to the Interrupt Indication Register, so
after the first interrupt we only got lucky due to shared interrupts when we
were after anything.
s/IIR/IMR/ on that one call and it works.
tested by guenther@ and marco@ and myself. Fixes hangs when waiting for
the chip which were unstuck by moving the mouse.
|
|
until whoever has it is done with it.
This is kept as flag/sleep condvars instead of a rwlock because later we
may want to quiesce the handler before suspend to make sure nothing is
sleeping on a chip that is about to be whacked (doing so will change the
proc so rwlocks won't work).
ok damien@
|
|
commit.
"fix it -- free commit" beck@
|
|
resume to make sure the chip is initialized the same way as upon attach.
Fixes memory corruption after resume on the Dell Inspirion 4150.
ok deraadt@
|
|
some other style tweaks
|
|
for ccd size, though.
|
|
|
|
fix a bonus off by one bug. ok matthew
|
|
Some from damien@, millert@
ok phessler@, millert@
|
|
otherwise assigned.
ok krw@
|
|
|
|
Dell Inspirion 4150 to wake up immediately even though RTC_EN isn't set
in the PM1 Enable register.
ok deraadt@, mlarkin@
|
|
help and ok millert@ (ok deraadt@ for an earlier version of this diff)
|
|
buffer cache - we grow them dynamically, but do not attempt to shrink
them if the buffer cache shrinks after growing.
Tested by very many for a long time.
ok oga@ todd@ phessler@ tedu@
|
|
|
|
into one function is generating broken code; it might be because of missing
register clobbers.
This is a workaround... it'd be nice to know the real problem
work done with mlarkin and pirofti
|
|
case. Adapted from Intel code in FreeBSD and tested on 82598/82599.
|