Age | Commit message (Collapse) | Author |
|
|
|
from the touch(1) manpage after much discussion with jmc@ and miller@
|
|
filename, from Henri Kemppainen.
Tested, reviewed and a tweak each from Loganaden Velvindron
and myself.
ok jasper@
|
|
but the century isn't, the century is 1900 if year >= 69; otherwise
it's 2000. (With 32bit time_t, this does't affect any working usage.)
ok millert@
|
|
|
|
just after the function call.
While there, also include stats counters into their respective function.
ok gilles@
|
|
|
|
|
|
.Bl -column header1 header2 ... <Bl flags>
mixing things up confuses mandoc, and adding flags in can screw up the list.
this hopefully just makes things a bit safer (and more consistent).
(one more bit of work left and all column lists should format how we want)
|
|
will update mandoc repo
|
|
ok gilles@
|
|
|
|
|
|
ok gilles@
|
|
available to our network stack.
ok mcbride naddy henning
|
|
but the century isn't: century is 1900 if year >= 69; else 2000
ok millert@
|
|
handling in the FILL_KPROC() macro.
Problems pointed out by Martin Pelikan (martin.pelikan at gmail.com)
|
|
ok henning, mcbride, jmc
|
|
ok henning, mcbride
|
|
ruleset after match. In case this is the only rule in the anchor,
the anchor will be destroyed automatically after the rule is matched.
This is an extremely handy technique for firewall proxies.
ok henning, mcbride
|
|
ok gilles@
|
|
ok gilles@
|
|
several weeks before release on macppc, socppc bugs just fixed.
|
|
ok gilles@
|
|
ok naddy@, espie@
|
|
ncr53c9x_poll(). Fixes a race causing *some* drives to trigger a
panic in ncr53c9x_sched() at attach time on vax.
ok dlg@ krw@
|
|
mount_portal(8): although i've just gone on record to say the change is
pointless, he has correctly pointed out that it leads to a dead link
in the online man pages.
|
|
ok guenther@
|
|
via freebsd, tested locally in production for a week or so.
|
|
|
|
section) to protect the completion ring. mpii_poll can be in the
middle of the critical section when an interrupt is generated, but
because something is already in the critical section the isr cant
clear the condition causing the interrupt and you spin forever
entering the isr and being forced to exit it without doing any work
by the semaphore.
this moves to protecting the completion ring with a vanilla mutex.
work taken off the ring is stuck on local lists in the isr to be
completed outside the mutex in case a completion path issues a
polled command which will try to call the isr which tries to
mutex_enter while the previous call on the stack would be holding
the mutex...
this diff is large because of the list changes needed to support
the local lists in mpii_intr.
issue found by bluhm@ and debugged by Christian Ehrhardt
|
|
of file name. Also add some missing keybindings.
Initial diff and numerous revisions from Loganaden Velvindron,
contributions from Henri Kemppainen and myself. Much testing
done by Nima Hoda.
ok jasper@
|
|
|
|
|
|
|
|
already been documented and, worse, is difficult to understand unless
you know that it is tied to the previous paragraph;
ok guenther
|
|
bounce_record_message() returns 0.
Initial report from me, tweak from gilles@
ok gilles@
|
|
"attribute" where applicable.
OK martinh@ pyr@
|
|
|
|
|
|
which is used by (amongst other things) initgroups(3) to set the supplemantary
groups on login.
OK pyr@
|
|
the lock, but a change in member ordering meant it was using the same
address. Explicitly use different members instead of mixing address
of member and address of the lock itself.
ok miod@
|
|
|
|
|
|
currently only HELO/EHLO, MAIL, RCPT are supported, however ... I have
voluntarily disabled filters at smtpd.conf level so people don't play with
it until the API has stabilized a bit
discussed with several people in private, no one opposed the feature
|
|
verification caused by the incorrect check of the EVP_VerifyFinal
return value. Issue was discovered and reported by Justin Ferguson,
justin-dot-ferguson-at-ioactive.com. Thanks!
While here, check for HMAC_* return values.
ok jsg, markus
|
|
longer necessary to look for @arch for "new" packing-lists. Optimize a
bit more for @pkgpath since @wantlib/@depend mean it's over.
|
|
of the data register, while waiting for the chip initialization to complete.
This seems to prevent spurious disappearance of le0 on some systems.
|
|
if we are running on a KA45 system. These share the KA48 board type but,
unlike KA48, can not sport frame buffers.
Prevents a bogus lcg device from attaching on KA45, and also repairs console
operation if the S3 switch is down (console on serial #0).
|
|
for, instead of zero. Makes verbose autoconf output meaningful again.
|