summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-02-01double semicolon; from Daniel Matic in PR 4929Otto Moerbeek
2006-02-01double semicolon; from Daniel Matic in PR 4929Otto Moerbeek
2006-02-01double semicolon; from Daniel Matic in PR 4929Otto Moerbeek
2006-02-01double semicolon; from Daniel Matic in PR 4929Otto Moerbeek
2006-02-01variable naming, a -> addr.Esben Norby
ok claudio@
2006-02-01zap unused function.Esben Norby
ok claudio@
2006-02-01Unbreak the tree.Mark Kettenis
2006-02-01check format string; OK niallo@, "it's nice to have" joris@.Xavier Santolaria
2006-02-01allow tag deletion with -d option; OK niallo@.Xavier Santolaria
2006-02-01tweaks; ok dlgJason McIntyre
2006-02-01reciprocate the Xrs for pcfiicDavid Gwynne
2006-02-01set rcs_errno accordingly in rcs_open() if the file is not found.Xavier Santolaria
OK niallo@.
2006-02-01Initialize rmx_expire in rt_timer_add() so that dynamic routes (e.g. PMTU)Claudio Jeker
show a correct expire time in route(8). OK and idea mpf@ looks good henning@
2006-02-01a manpage for pcfiic(4)David Gwynne
2006-02-01implement a much better 27mhz tc found on geode; inspired by freebsd; grange@ okMichael Shalayeff
2006-02-01noted by lint: include <string.h> instead of <strings.h>, add tow ARGSUSED1Hans-Joerg Hoexer
2006-02-01openssh 4.3Markus Friedl
2006-02-01dont clutter up dmesg with useless or redundant informationDavid Gwynne
prodded by deraadt@
2006-02-01oopsDavid Gwynne
2006-02-01a driver for the phillips pcf8584 i2c controller as found on the sun netraDavid Gwynne
t1 105. tested by henning@ djm@ ok kettenis@ put it in deraadt@
2006-02-01Document VT6410 support.Jonathan Gray
2006-02-01NTP is described by RFC 1305, not 1035;Jason McIntyre
from michal f. hanula (freebsd docs/92629)
2006-02-01Add support for VIA VT6410.Jonathan Gray
Originally from Benoit Izac in PR 4995 reworked to not be affected by the southbridge checking the other VIA ids have to do by incorporating suggestions from brad@ and kettenis@. ok brad@ kettenis@ grange@
2006-02-01Actually working example, from Ray Lai in PR 5000; with a twist (alsoOtto Moerbeek
fix usage()) from me.
2006-02-01save errno, from Ray Lai in PR 4999.Otto Moerbeek
2006-02-01small tweak;Jason McIntyre
2006-02-01- merge sections on protocols 1 and 2 into a single sectionJason McIntyre
- remove configuration file section ok markus
2006-02-01cannot admin newly added file.Xavier Santolaria
2006-02-01rearrange code section for enabling the read DMA state machineBrad Smith
to allow enabling the long burst FIFO on PCI Express cards though its currently disabled at the moment. From jonathan NetBSD and based on the Broadcom Linux driver.
2006-02-01one less magic value.Brad Smith
2006-02-01Set up the PCI DMA control register properly for the 5714 family,Brad Smith
only tested on the BCM5780 so far as found in the ServerWorks HT-2000 chipset. bge goes from slow throughput and constant watchdog resets to no watchdog's and decent throughput and what appears to be stable operation. From jonathan NetBSD and based on the Broadcom Linux driver. Thanks to Daniel Ouellet for testing on an IBM e326m
2006-02-01some more constants.Brad Smith
From NetBSD
2006-01-31regenBrad Smith
2006-01-31add a few more Promise SATA chipsets.Brad Smith
2006-01-31regenBrad Smith
2006-01-31some of these bridges are actually provided by the HT-2000 for additionalBrad Smith
HyperTransport to PCI Express bridges.
2006-01-31regenBrad Smith
2006-01-31add ATI ES1000 and ServerWorks HT-1000 PCI/PCIX/PCIE bridges, LPC andBrad Smith
PCI Host bridge as found in an IBM e326m.
2006-01-31include uvm_km_pages_free into the pool accounting as it is the main ↵Michael Shalayeff
consumer of it; feedback from millert@ and tedu@ ok
2006-01-31When sysctl(3) fails, check for ENOENT instead of ENXIO to findMoritz Jodeit
the last sensor and don't monitor sensors, which are marked invalid. ok henning@
2006-01-31Don't use RYEL as error indicator in T1 ESF mode. For some reason it togglesClaudio Jeker
on a more or less regular basis. Looks like the example configuration from the bt8370 datasheet is not correct. Hard to debug T1 here in Europe :(
2006-01-31Dynamic routes (PMTU, etc) are not redistributable even for IPv6.Claudio Jeker
Sure henning@
2006-01-31errors in cvs_checkout_init() are definitly fatal.Xavier Santolaria
2006-01-31fix error messageDamien Miller
2006-01-31fix a bug by updating the bpf packet header for each received frame inReyk Floeter
the capture buffer. to alex 'pukpuk' at gmx.de
2006-01-31Annotate _assert()/__assert2() as __dead.Hans-Joerg Hoexer
As discussed with espie@, ok millert@
2006-01-31regress test for "scp a b c" where "c" is not a directoryDamien Miller
2006-01-31"scp a b c" shouldn't clobber "c" when it is not a directory, report andDamien Miller
fix from biorn@; ok markus@
2006-01-31regression test for CVE-2006-0225 written by dtucker@Damien Miller
2006-01-31fix local arbitrary command execution vulnerability on local/local andDamien Miller
remote/remote copies (CVE-2006-0225, bz #1094), patch by t8m AT centrum.cz, polished by dtucker@ and myself; ok markus@