Age | Commit message (Collapse) | Author |
|
ok kettenis gwk, tested by a lot of people, and checked from the logs
|
|
and man page.
|
|
controllers, like the HDMI found on Radeon cards.
Tested by claudio@ and kettenis@.
|
|
ok kettenis@
|
|
a 10 Mbps full duplex connection but only when not using autoneg.
ok kettenis@
|
|
any given time.
will come in handy for CVSROOT/loginfo and CVSROOT/commitinfo
|
|
- Garbage collect DPADD and LDADD.
ok joris@
|
|
It had the sense of the bit reversed.
From jdp@FreeBSD
ok kettenis@
|
|
m_free() to free the mbuf cluster.
ok mglocker@
|
|
will not return any flow control status so just return no status (0)
instead of reading copper PHY registers and not returning anything
anyway.
ok kettenis@
|
|
m_free() to free the mbuf cluster.
ok krw@ mglocker@
|
|
of watchdog timeouts. This happens due to the fact that the driver counts
the packets in the output queue to check for the chip hanging but whenever
a watchdog timeout happens and the init routine is called and in turn the
stop routine the counter is never actually cleared.
From Geoff Steckel via PR 5724
ok krw@ martin@ mglocker@
|
|
anything and until somebody writes -z support its shit we dont need.
|
|
we will always pick up the correct revision.
|
|
|
|
it only gets called from import_update() which handles the noexec stuff
|
|
|
|
|
|
tested by deraadt@, ok krw@
|
|
ok deraadt@
|
|
"ssp-control" as well.
|
|
console.
ok deraadt@
|
|
port configuration and returns the configured speed.
|
|
specified a CVSROOT using alternate ways (-d or CVSROOT environ variable)
|
|
revision specified in CVS/Entries if the timestamps mismatch, so
that we do not end up merging a file that was not even modified whenever
it needs a normal patch.
|
|
|
|
O_RDWR instead of O_WRONLY so that when we are in server mode
we do not screw up in cvs_remote_send_file().
|
|
|
|
|
|
|
|
|
|
|
|
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@
|