Age | Commit message (Collapse) | 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 | double semicolon; from Daniel Matic in PR 4929 | Otto Moerbeek | |
2006-02-01 | variable naming, a -> addr. | Esben Norby | |
ok claudio@ | |||
2006-02-01 | zap unused function. | Esben Norby | |
ok claudio@ | |||
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 | |
OK niallo@. | |||
2006-02-01 | Initialize 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-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 | |
prodded by deraadt@ | |||
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 | |
t1 105. tested by henning@ djm@ ok kettenis@ put it in deraadt@ | |||
2006-02-01 | Document VT6410 support. | Jonathan Gray | |
2006-02-01 | NTP is described by RFC 1305, not 1035; | Jason McIntyre | |
from michal f. hanula (freebsd docs/92629) | |||
2006-02-01 | Add 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-01 | Actually working example, from Ray Lai in PR 5000; with a twist (also | Otto Moerbeek | |
fix usage()) from me. | |||
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 | |
- remove configuration file section ok markus | |||
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 | |
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-01 | one less magic value. | Brad Smith | |
2006-02-01 | Set 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-01 | some more constants. | Brad Smith | |
From NetBSD | |||
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 | |
HyperTransport to PCI Express bridges. | |||
2006-01-31 | regen | Brad Smith | |
2006-01-31 | add ATI ES1000 and ServerWorks HT-1000 PCI/PCIX/PCIE bridges, LPC and | Brad Smith | |
PCI Host bridge as found in an IBM e326m. | |||
2006-01-31 | include 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-31 | When sysctl(3) fails, check for ENOENT instead of ENXIO to find | Moritz Jodeit | |
the last sensor and don't monitor sensors, which are marked invalid. ok henning@ | |||
2006-01-31 | Don't use RYEL as error indicator in T1 ESF mode. For some reason it toggles | Claudio 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-31 | Dynamic routes (PMTU, etc) are not redistributable even for IPv6. | Claudio Jeker | |
Sure henning@ | |||
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 | |
the capture buffer. to alex 'pukpuk' at gmx.de | |||
2006-01-31 | Annotate _assert()/__assert2() as __dead. | Hans-Joerg Hoexer | |
As discussed with espie@, ok millert@ | |||
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 | |
fix from biorn@; ok markus@ | |||
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 | |
remote/remote copies (CVE-2006-0225, bz #1094), patch by t8m AT centrum.cz, polished by dtucker@ and myself; ok markus@ |