summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2006-02-01oopsDavid Gwynne
2006-02-01a driver for the phillips pcf8584 i2c controller as found on the sun netraDavid Gwynne
2006-02-01Document VT6410 support.Jonathan Gray
2006-02-01NTP is described by RFC 1305, not 1035;Jason McIntyre
2006-02-01Add support for VIA VT6410.Jonathan Gray
2006-02-01Actually working example, from Ray Lai in PR 5000; with a twist (alsoOtto Moerbeek
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
2006-02-01cannot admin newly added file.Xavier Santolaria
2006-02-01rearrange code section for enabling the read DMA state machineBrad Smith
2006-02-01one less magic value.Brad Smith
2006-02-01Set up the PCI DMA control register properly for the 5714 family,Brad Smith
2006-02-01some more constants.Brad Smith
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
2006-01-31regenBrad Smith
2006-01-31add ATI ES1000 and ServerWorks HT-1000 PCI/PCIX/PCIE bridges, LPC andBrad Smith
2006-01-31include uvm_km_pages_free into the pool accounting as it is the main consumer...Michael Shalayeff
2006-01-31When sysctl(3) fails, check for ENOENT instead of ENXIO to findMoritz Jodeit
2006-01-31Don't use RYEL as error indicator in T1 ESF mode. For some reason it togglesClaudio Jeker
2006-01-31Dynamic routes (PMTU, etc) are not redistributable even for IPv6.Claudio Jeker
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
2006-01-31Annotate _assert()/__assert2() as __dead.Hans-Joerg Hoexer
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
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
2006-01-31use "proxy_protocol" as the arg to -X, not "proxy_version";Jason McIntyre
2006-01-31the TCP SACK option needs sequence number modulationMike Frantzen
2006-01-30Xr sleep(9) and timeout(9).Jonathan Gray
2006-01-30When delivering SIGFOO, make sure the siginfo code is a FOO_xxx constant;Miod Vallat
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
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
2006-01-30document posixness;Jason McIntyre
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