summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-03-02if there is no smbios, there cannot be acpiTheo de Raadt
ok kettenis gwk, tested by a lot of people, and checked from the logs
2008-03-02PCI devices are specified by bus:dev:func, not dev:bus:func. Adjust usageMark Kettenis
and man page.
2008-03-02Clear interrupts on detach. Fixes interrupt storm on digital-onlyDeanna Phillips
controllers, like the HDMI found on Radeon cards. Tested by claudio@ and kettenis@.
2008-03-02Add missing half duplex flag for 100baseT4.Brad Smith
ok kettenis@
2008-03-02Correct a status flag which could cause half duplex to be reported forBrad Smith
a 10 Mbps full duplex connection but only when not using autoneg. ok kettenis@
2008-03-02allow our parsing functions to stop parsing a config file atJoris Vink
any given time. will come in handy for CVSROOT/loginfo and CVSROOT/commitinfo
2008-03-02- Remove LIBZ from DPADD.Brad Smith
- Garbage collect DPADD and LDADD. ok joris@
2008-03-02Correct the comment describing the BGE_PCISTATE_PCI_BUSSPEED bit.Brad Smith
It had the sense of the bit reversed. From jdp@FreeBSD ok kettenis@
2008-03-02If bus_dmamap_load_mbuf() fails in ixgb_get_buf() use m_freem() intead ofBrad Smith
m_free() to free the mbuf cluster. ok mglocker@
2008-03-02At the moment em_flowstatus() does not deal with fiber interfaces andBrad Smith
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@
2008-03-02If bus_dmamap_load_mbuf() fails in em_get_buf() use m_freem() intead ofBrad Smith
m_free() to free the mbuf cluster. ok krw@ mglocker@
2008-03-01Resolve an issue where the Starfire chipset can get into an endless loopBrad Smith
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@
2008-03-01remove cruft that is simply rotting away, its not used forJoris Vink
anything and until somebody writes -z support its shit we dont need.
2008-03-01use file_rcsrev in update_clear_conflict() - this wayJoris Vink
we will always pick up the correct revision.
2008-03-01spacingTheo de Raadt
2008-03-01import_get_rcsdiff() doesnt need cvs_noexec checks.Joris Vink
it only gets called from import_update() which handles the noexec stuff
2008-03-01allow dry-runs (-n) to work properly;Joris Vink
2008-03-01goodbye rcs_errno - we didnt use you and you wont be missedJoris Vink
2008-03-01Print consoleness the canonical way.Mark Kettenis
tested by deraadt@, ok krw@
2008-03-01Print consoleness the canonical way.Mark Kettenis
ok deraadt@
2008-03-01Use getpropspeed() to get console speed. Add code to handle "ssp-console" andMark Kettenis
"ssp-control" as well.
2008-03-01Make sabtty(4) adopt the speed configured in OpenFirmware when it is theMark Kettenis
console. ok deraadt@
2008-03-01Add getpropspeed(); a function which decodes a property describing a serialMark Kettenis
port configuration and returns the configured speed.
2008-03-01do not overwrite CVS/Root in an existing tree whenever somebodyJoris Vink
specified a CVSROOT using alternate ways (-d or CVSROOT environ variable)
2008-03-01make sure we compare our current file contents against the correctJoris Vink
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.
2008-03-01Provide "reg" property when attaching cpu(4).Mark Kettenis
2008-03-01when reopening the file pass the proper mode and reopen it usingJoris Vink
O_RDWR instead of O_WRONLY so that when we are in server mode we do not screw up in cvs_remote_send_file().
2008-03-01regenMark Kettenis
2008-03-01Add O2 Micro firewire.Mark Kettenis
2008-03-01regenMark Kettenis
2008-03-01Correct/shorten a few more Intel chipset entries I overlooked before.Mark Kettenis
2008-02-29no , at end of enum; tobiasu@tmux.orgTheo de Raadt
2008-02-29handle file permissions and owners properly.Joris Vink
matches what gnu cvs does. fixes the fact that we couldnt update group writable files. problem report & diff testing by David Crawshaw.
2008-02-29mention moscom in the synopsis section; ok jmcConstantine A. Murenin
2008-02-29Fix dksc() bootpath parsing.Miod Vallat
2008-02-29Fix db_read_bytes() for short reads.Miod Vallat
2008-02-29add configuration examples to the default pf.conf file (commented out):Reyk Floeter
- 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@
2008-02-29replacement algorithm. initialize a 64K-short buffer using DurstenfeldTheo de Raadt
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
2008-02-29replacement algorithm. initialize a 64K-short buffer using DurstenfeldTheo de Raadt
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
2008-02-28RCS files can have a default expansion mode, keep this in mind forTobias Stoeckmann
update -A and -k. spotted by and ok joris
2008-02-28nobody needs weird debug messagesJoris Vink
2008-02-28kill way out of date stuffJoris Vink
2008-02-28do not fatal() on CVS_METHOD_EXT, since we actually support this.Joris Vink
reported & diff tested by Geerd-Dietger Hoffmann
2008-02-28Log an error if a device can not be opened, only log line discipline attachmentMarc Balmer
when the line discipline has really been attached. And a few manual tweaks.
2008-02-28from audio(4):Jacob Meuser
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@
2008-02-28mention the Sun part # for their PCI-X adapter.Brad Smith
ok deraadt@
2008-02-28Add initial bits for fiber support with the BCM5706/BCM5708 chipsets.Brad Smith
Tested with copper adapters by brad@, johan@ and Jung <moorang at gmail dot com> ok dlg@
2008-02-28Update for the BCM5706 miidevs entry change.Brad Smith
ok dlg@
2008-02-28regenBrad Smith
2008-02-28- Update the BCM5706 PHY entry to also mention SX since this id is sharedBrad Smith
between copper and fiber PHY. - Add the PHY id for the BCM5708S fiber adapters. From FreeBSD ok dlg@