Age | Commit message (Expand) | Author |
2006-02-01 | double semicolon; from Daniel Matic in PR 4929 | Otto Moerbeek |
2006-02-01 | double semicolon; from Daniel Matic in PR 4929 | Otto Moerbeek |
2006-02-01 | double semicolon; from Daniel Matic in PR 4929 | Otto Moerbeek |
2006-02-01 | variable naming, a -> addr. | Esben Norby |
2006-02-01 | zap unused function. | Esben Norby |
2006-02-01 | Unbreak the tree. | Mark Kettenis |
2006-02-01 | check format string; OK niallo@, "it's nice to have" joris@. | Xavier Santolaria |
2006-02-01 | allow tag deletion with -d option; OK niallo@. | Xavier Santolaria |
2006-02-01 | tweaks; ok dlg | Jason McIntyre |
2006-02-01 | reciprocate the Xrs for pcfiic | David Gwynne |
2006-02-01 | set rcs_errno accordingly in rcs_open() if the file is not found. | Xavier Santolaria |
2006-02-01 | Initialize rmx_expire in rt_timer_add() so that dynamic routes (e.g. PMTU) | Claudio Jeker |
2006-02-01 | a manpage for pcfiic(4) | David Gwynne |
2006-02-01 | implement a much better 27mhz tc found on geode; inspired by freebsd; grange@ ok | Michael Shalayeff |
2006-02-01 | noted by lint: include <string.h> instead of <strings.h>, add tow ARGSUSED1 | Hans-Joerg Hoexer |
2006-02-01 | openssh 4.3 | Markus Friedl |
2006-02-01 | dont clutter up dmesg with useless or redundant information | David Gwynne |
2006-02-01 | oops | David Gwynne |
2006-02-01 | a driver for the phillips pcf8584 i2c controller as found on the sun netra | David Gwynne |
2006-02-01 | Document VT6410 support. | Jonathan Gray |
2006-02-01 | NTP is described by RFC 1305, not 1035; | Jason McIntyre |
2006-02-01 | Add support for VIA VT6410. | Jonathan Gray |
2006-02-01 | Actually working example, from Ray Lai in PR 5000; with a twist (also | Otto Moerbeek |
2006-02-01 | save errno, from Ray Lai in PR 4999. | Otto Moerbeek |
2006-02-01 | small tweak; | Jason McIntyre |
2006-02-01 | - merge sections on protocols 1 and 2 into a single section | Jason McIntyre |
2006-02-01 | cannot admin newly added file. | Xavier Santolaria |
2006-02-01 | rearrange code section for enabling the read DMA state machine | Brad Smith |
2006-02-01 | one less magic value. | Brad Smith |
2006-02-01 | Set up the PCI DMA control register properly for the 5714 family, | Brad Smith |
2006-02-01 | some more constants. | Brad Smith |
2006-01-31 | regen | Brad Smith |
2006-01-31 | add a few more Promise SATA chipsets. | Brad Smith |
2006-01-31 | regen | Brad Smith |
2006-01-31 | some of these bridges are actually provided by the HT-2000 for additional | Brad Smith |
2006-01-31 | regen | Brad Smith |
2006-01-31 | add ATI ES1000 and ServerWorks HT-1000 PCI/PCIX/PCIE bridges, LPC and | Brad Smith |
2006-01-31 | include uvm_km_pages_free into the pool accounting as it is the main consumer... | Michael Shalayeff |
2006-01-31 | When sysctl(3) fails, check for ENOENT instead of ENXIO to find | Moritz Jodeit |
2006-01-31 | Don't use RYEL as error indicator in T1 ESF mode. For some reason it toggles | Claudio Jeker |
2006-01-31 | Dynamic routes (PMTU, etc) are not redistributable even for IPv6. | Claudio Jeker |
2006-01-31 | errors in cvs_checkout_init() are definitly fatal. | Xavier Santolaria |
2006-01-31 | fix error message | Damien Miller |
2006-01-31 | fix a bug by updating the bpf packet header for each received frame in | Reyk Floeter |
2006-01-31 | Annotate _assert()/__assert2() as __dead. | Hans-Joerg Hoexer |
2006-01-31 | regress test for "scp a b c" where "c" is not a directory | Damien Miller |
2006-01-31 | "scp a b c" shouldn't clobber "c" when it is not a directory, report and | Damien Miller |
2006-01-31 | regression test for CVE-2006-0225 written by dtucker@ | Damien Miller |
2006-01-31 | fix local arbitrary command execution vulnerability on local/local and | Damien Miller |
2006-01-31 | use "proxy_protocol" as the arg to -X, not "proxy_version"; | Jason McIntyre |