Age | Commit message (Collapse) | Author |
|
matches what gnu cvs does.
fixes the fact that we couldnt update group writable files.
problem report & diff testing by David Crawshaw.
|
|
|
|
|
|
|
|
- rdr-anchor "relayd/*": the anchor used by relayd to load
redirections into pf.
- pass in on $ext_if proto icmp to ($ext_if): it is a bad habit to
block icmp, this example proposes to allow it by default.
ok henning@
|
|
shuffle. Upon allocation, swap-permute the new value to a random slot in
the 0..32K-1 th entry of the buffer as we move forward, ensuring randomness
but also satisfying the non-repeating property we need. Inspired by Dillon's
implementation for ip id.
We believe this is easier to read though, initializes with less bias and wins
speed tests.
Thanks a lot to mcbride and djm for doing a bunch of statistical and speed
analysis, and comments from nordin
ok jakob djm mcbride
|
|
shuffle. Upon allocation, swap-permute the new value to a random slot in
the 0..32K-1 th entry of the buffer as we move forward, ensuring randomness
but also satisfying the non-repeating property we need. Also avoid the value
of 0, since IP ID's of 0 are special. Inspired by Dillon's implementation.
We believe this is easier to read though, initializes with less bias, handles
the ID of 0 properly, and wins speed tests.
Thanks a lot to mcbride and djm for doing a bunch of statistical and speed
analysis, and comments from nordin
ok mcbride djm
|
|
update -A and -k.
spotted by and ok joris
|
|
|
|
|
|
reported & diff tested by Geerd-Dietger Hoffmann
|
|
when the line discipline has really been attached. And a few manual tweaks.
|
|
blocksize sets the current audio blocksize. The generic audio
driver layer and the hardware driver have the opportunity to ad-
just this block size to get it within implementation-required
limits. Upon return from an AUDIO_SETINFO call, the actual
blocksize set is returned in this field. Normally the blocksize
is calculated to correspond to 50ms of sound and it is recalcu-
lated when the encoding parameter changes, but if the blocksize
is set explicitly this value becomes sticky, i.e., it remains
even when the encoding is changed. The stickiness can be cleared
by reopening the device or setting the blocksize to 0.
however, there were insufficient checks to make the blocksize is
actually sticky once it is set by the user. this adds them.
ok ratchov@
|
|
ok deraadt@
|
|
Tested with copper adapters by brad@, johan@ and Jung <moorang at gmail dot com>
ok dlg@
|
|
ok dlg@
|
|
|
|
between copper and fiber PHY.
- Add the PHY id for the BCM5708S fiber adapters.
From FreeBSD
ok dlg@
|
|
ok tobias@
|
|
memory map is fragmented. Avoids ridiculously large core dumps.
ok miod@
|
|
an unneeded goto.
ok miod@
|
|
randomisations (among other things) benefit from it. We still try again
after /var has been definitely mounted in case it is on NFS;
ok deraadt@
|
|
rename() operations. based on patch from miklos AT szeredi.hu in bz#1400;
ok dtucker@ markus@
|
|
tested by drahn@, "looks right to me" deraadt@
|
|
|
|
tested by drahn@, "looks right to me" deraadt@
|
|
for the IFF_OACTIVE flag.
Tested by brad@, johan@, krw@, wilfried@
From mickey
|
|
ok joris
|
|
|
|
an unknown flag specified in CVSROOT/modules.
found by tobias@, ok millert@
|
|
print error message on stderr (instead of stdout).
ok millert, ray, tedu
|
|
if there are no temperature sensors
|
|
without a matching argument following
from Jukka Salmi
|
|
I got fooled by patch(1). Sorry.
|
|
I got fooled by patch(1). Sorry.
|
|
I got fooled by patch(1). Sorry.
Found by and OK thib@.
|
|
but only do the final popfile call after yyparse() is done.
This also fixes config reload on SIGHUP for some daemons.
Spotted by otto@. OK deraadt@
|
|
|
|
okay millert@
|
|
|
|
ready as a replacement for gnu cvs, but it is time to let people start
using it and breaking it. ONE RULE REMAINS. Do NOT even think for a moment
that you can opencvs against our main repositories in any way -- that will
come later. this is to improve the testing process. ok joris beck
|
|
|
|
|
|
|
|
based upon a diff from Igor Zinovik
|
|
common way to clear the TAILQ. OK thib@
|
|
error back. This increases robustness without causing any issues. The RFC
does not forbid the use of 0 in the type code but it is not explicitly
allowed and the type code list at IANA does not mention 0 at all.
OK henning@
|
|
the ftp-proxy anchor. Exotic setups with route-to etc.
can be implemented this way.
from camield, ok reyk beck canacar and manpage polished by jmc
|
|
|
|
|