summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-02-10forgot to document CVS/Baserev.tmp, so here it is.Xavier Santolaria
2006-02-10Make it possible to turn suftreconfig in/out on or off. Default is on forClaudio Jeker
2006-02-10document CVS/Entries.Backup, CVS/Notify.tmp and CVS/Template files.Xavier Santolaria
2006-02-10If ABR only look in the backbone area 0.0.0.0 for summary LSA. OK norby@Claudio Jeker
2006-02-10reset $state->{dir} to the correct value after deleting the replaced package.Marc Espie
2006-02-10fix CVS_PATH_NOTIFY duplicate.Xavier Santolaria
2006-02-10Use the ProgressMeter engine to display the update messages. This makesBernd Ahlers
2006-02-10If the length of the message in OpenBSD::ProgressMeter::message() is shorterBernd Ahlers
2006-02-10- remove lmc(4) from RAMDISKBIGBrad Smith
2006-02-10fix a typo in em_clean_transmit_interrupts() that will cause theBrad Smith
2006-02-10remove unnecessary link state check in the watchdog handler.Brad Smith
2006-02-10Remove clearing of the IFF_RUNNING flag from the watchdog handler asBrad Smith
2006-02-10enable san(4).Brad Smith
2006-02-10driver for Philips PCF8591 I2C ADC sensor. Because of the mindlessnessDamien Miller
2006-02-10i got some labels in the system power supply bits mixed upDavid Gwynne
2006-02-10hook the amp sensors up properly. normalise their values and check theDavid Gwynne
2006-02-10add nfePeter Valchev
2006-02-10Only kick the TX engine once in nfe_start() and only if there areBrad Smith
2006-02-10some of the voltage sensors on the 4400 (not all of them, just some) areDavid Gwynne
2006-02-10move #include <sys/wait.h> out of includes.h; ok markus@Kevin Steves
2006-02-10move #include <sys/ioctl.h> out of includes.h; ok markus@Kevin Steves
2006-02-09Implement "set community delete 65001:*" and friends. This will removeClaudio Jeker
2006-02-09When comparing community type, cast to u_int16_t. The same is done for theClaudio Jeker
2006-02-09attr_free() should not modify others_len as it does not resize the othersClaudio Jeker
2006-02-09Don't calculate all areas every time the link state database is updated,Esben Norby
2006-02-09inet_pton() may return 1, 0 or -1. Only 1 is success so check explicitlyClaudio Jeker
2006-02-09Prevent the neighbor FSM from getting stuck forever in state EXSTART.Esben Norby
2006-02-09remove trailing ',' in enum declarationReyk Floeter
2006-02-09add missing client-side paths definitions;Xavier Santolaria
2006-02-09split the ofw scan up into two parts: one to find the i2c bus on a pciDavid Gwynne
2006-02-09No longer need to touch the dhcpd.leases file before running dhcpd.Jared Yanovich
2006-02-09sync PCI id.Brad Smith
2006-02-09add defines for Yukon XL and Yukon EC Ultra revisions.Brad Smith
2006-02-09regenBrad Smith
2006-02-09YUKON_2 -> YUKON_8038, the Yukon 88E8038 Fast Ethernet controller.Brad Smith
2006-02-09- move some text into a CAVEATS sectionJason McIntyre
2006-02-09delint; remove redundant vars and functions; ok jaredy@Otto Moerbeek
2006-02-09Turn validate_plist() into a real visitor that calls validate() for eachMarc Espie
2006-02-09use new interface (*close*)Marc Espie
2006-02-09Add some nice interfaces instead of the hint() argument to close().Marc Espie
2006-02-09- move rcs_kw-related data into rcs.h and de-static the keyword array. thisNiall O'Higgins
2006-02-09Oops, put the default case outside the ADBVERBOSE block in adbprint().Miod Vallat
2006-02-09typoBrad Smith
2006-02-09cleaning.Brad Smith
2006-02-09adjust timeouts a bit.Brad Smith
2006-02-09#include <sys/endian.h> not needed; ok djm@Kevin Steves
2006-02-09add an interface detach hook and use it with the vlan(4) driver. thisReyk Floeter
2006-02-08align tabPeter Valchev
2006-02-08add nfe(4) to all ramdisksPeter Valchev
2006-02-08move #include <dirent.h> out of includes.h; ok markus@Kevin Steves