summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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@
2006-01-31use "proxy_protocol" as the arg to -X, not "proxy_version";Jason McIntyre
from ray lai;
2006-01-31the TCP SACK option needs sequence number modulationMike Frantzen
ok dhartmei@ and beck@. help + testing from kpfaff AT palloys.com.pl
2006-01-30Xr sleep(9) and timeout(9).Jonathan Gray
ok jmc@ dlg@
2006-01-30When delivering SIGFOO, make sure the siginfo code is a FOO_xxx constant;Miod Vallat
also deliver SIGILL/ILL_COPROC rather than SIGFPE/FPE_FLTINV for disabled or missing floating point support.
2006-01-30Better siginfo field values for fpe failures.Miod Vallat
2006-01-30Do not disable frame buffer interrupts in the match() function, but ratherMiod Vallat
in attach().
2006-01-30swap B and R in 24bpp and 32bpp modes too; tested martin@Miod Vallat
2006-01-30Remove dead code; we should never see T_DNA here.Mark Kettenis
ok weingart@, miod@
2006-01-30document posixness;Jason McIntyre
fixes pr #4996, from joachim schipper;
2006-01-30strerror() -> rcs_errstr() when passing rcs_errno as argument;Xavier Santolaria
2006-01-30syncPeter Valchev
2006-01-30Clarify pkg_info -e example; ok espie@Miod Vallat
2006-01-30- make fatal() exit with code 1 instead of 255. makes us more compatibleNiall O'Higgins
with gnu on errors. ok xsa@
2006-01-30remove an incorrect sentence;Jason McIntyre
reported by roumen petrov; ok djm markus
2006-01-30fix updating of tables associated with interface groups used inHenning Brauer
pass to (ifgroup) style notation. instead of walking the list of associated dynaddrs with a pf-abstracted interface which might not be present when there is no reference to them in the rulset, and checking their pointer back to the interface for group memberships, walk the groups an interface is member of directly. even makes the code easier. tests & ok bob ryan markus + tested moritz
2006-01-30mark channel as write failed or dead instead of read failed on errorReyk Floeter
of the channel output filter. ok markus@
2006-01-30update for new ftp-proxyCamiel Dobbelaar
ok henning@
2006-01-30pretty printf, for 32bit modeMartin Reindl
ok miod@
2006-01-30Add basic radiotap support. Modelled somewhat afterJonathan Gray
ral and NetBSD wi radiotap. "looks ok" damien@
2006-01-30only flush the TX descriptors in re_start() if there are packetsBrad Smith
to be transmitted. tested by jsg@
2006-01-30reduce the timeout waiting for command completions from 5 seconds to .1David Gwynne
seconds. i think if the bus is wired up wrong the command never completes, which in turn generates a 3 minute delay during boot while we try to scan for i2c devices. problem reported by Johan Mson Lindman who is also happy with the fix.
2006-01-29remove printf on ath_cardbus_power; reyk@ ok.Federico G. Schwindt
2006-01-29regenBrad Smith
2006-01-29add VT6410 IDE PCI id.Brad Smith