summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-01-21move snmpd.conf to the etc/ directory. it is not installed yet by the build.Reyk Floeter
2008-01-21update configuration exampleReyk Floeter
2008-01-21move README to the Attic; ask me directly if you need to know aboutReyk Floeter
2008-01-21syncReyk Floeter
2008-01-21Qlogic -> QLogic;Jason McIntyre
2008-01-21changes to disklabel's usage:Igor Sobrado
2008-01-21use the right capitalization for `QLogic'Igor Sobrado
2008-01-21update to sudo 1.6.9p12Todd C. Miller
2008-01-21Add shutdown hook which resets the device when called. This solvesMarcus Glocker
2008-01-21when a remote write error occurs during an upload, ensure that ACKs for allDamien Miller
2008-01-21Remove the fixed 100 handle limit in sftp-server and allocate as manyDamien Miller
2008-01-21Fixed cvs_findcmd I broke last time: cvs_findcmd is called during .cvsrcTobias Stoeckmann
2008-01-21Fixed export to be fully functional and compliant to GNU cvs in local andTobias Stoeckmann
2008-01-21Add support for SMC SMCWUSBT-G2.Jonathan Gray
2008-01-21regenJonathan Gray
2008-01-21add SMC SMCWUSBT-G2Jonathan Gray
2008-01-21Check against RESET_REG_SUP in FADT before doing the acpi reset danceJonathan Gray
2008-01-21Fix boot time interrupt storm on mec(4) by disabling DMA when stopping theJoel Sing
2008-01-20Remove obsolete rateset variables.Marcus Glocker
2008-01-20Cleanup rates:Marcus Glocker
2008-01-20Revert 1.25 and do not use _Q_INVALIDATE on timeout structures; beingMiod Vallat
2008-01-20debug kruftMarco Peereboom
2008-01-20Clean up comments.Joel Sing
2008-01-20Add temperature sensor.Mark Kettenis
2008-01-20Read EEPROM content the other way around (from start to end).Marcus Glocker
2008-01-20Adjust level 1 debug messages.Marcus Glocker
2008-01-20When uploading, correctly handle the case of an unquoted filename withDamien Miller
2008-01-20regenMarcus Glocker
2008-01-20Add one more device which could work. Fix comment typo in usbdevs whileMarcus Glocker
2008-01-19Add initial scaffold for RAID 0. No IO just yet.Marco Peereboom
2008-01-19Add more potentially supported devices. Reports are welcome.Marcus Glocker
2008-01-19promote rekeylimit to a int64 so it can hold the maximum useful limitDamien Miller
2008-01-19some usb devices stale (getstring: ioctl: Input/output error) if aMarc Winiger
2008-01-19When we added support for specified bind addresses for port forwards, weDamien Miller
2008-01-19unbreak line numbering (broken in revision 1.164), fix error messageDamien Miller
2008-01-19when hashing individual hosts (ssh-keygen -Hf hostname), make sure weDamien Miller
2008-01-19fix remote handle leak in do_download() local file open error path;Damien Miller
2008-01-19ignore SIGPIPE in multiplex client mode - we can receive this if theDamien Miller
2008-01-19fd leak on session multiplexing error path. Report and patch fromDamien Miller
2008-01-19scp -q implies ssh -q for the underlying connection, it doesn't justDamien Miller
2008-01-19satisfy the pedants: -q does not suppress all diagnostic messages (e.g.Damien Miller
2008-01-19Fix add_net_randomness() not being called because the wrongMarco Pfatschbacher
2008-01-19Simplify CLKF_INTR by making it look at the saved interrupt level,Mark Kettenis
2008-01-19When I say commented out, I should comment it out before comitting.Mark Kettenis
2008-01-19Add commented out entry for environ(4).Mark Kettenis
2008-01-19Remove printf that doesn't make sense.Marco Peereboom
2008-01-19Activate upgt(4) for macppc. Tested for a while on my PowerBook.Marcus Glocker
2008-01-19Make host bridges provide their own implementation of pci_conf_read() andMark Kettenis
2008-01-19Make the device work again on big endian archs (after firmware upgrade).Marcus Glocker
2008-01-18kill strange workaround;Jason McIntyre