summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2006-02-08add a member to the i2c_attach args so that a controller can pass aDavid Gwynne
2006-02-08lower the number of Jumbo slots on sparc64.Brad Smith
2006-02-08eliminate a reset when configuring the IP address.Brad Smith
2006-02-08fix MTU check.Brad Smith
2006-02-08fix more breakage by xsa, although this one is partially my fault as well.Joris Vink
2006-02-08Fix lm75 check.Mark Kettenis
2006-02-08once again, we have to unbreak stuff xsa broke on his own.Joris Vink
2006-02-08For now dump only stuff from the local-RIB into mrt table dumps.Claudio Jeker
2006-02-08move #include <netinet/in_systm.h> and <netinet/ip.h> out ofKevin Steves
2006-02-08move #include <sys/resource.h> out of includes.h; ok markus@Kevin Steves
2006-02-08<openssl/bn.h> not neededKevin Steves
2006-02-08- configuration file can have relative pathCamiel Dobbelaar
2006-02-08Add back minimal debugging to help track down tx errors some MACsJonathan Gray
2006-02-08small KNFKevin Steves
2006-02-08fix logic both in the decision when to re-init the capabilities negotiationHenning Brauer
2006-02-08move #include <netinet/tcp.h> out of includes.h; ok markus@Kevin Steves
2006-02-08move #include <paths.h> out of includes.h; ok markus@Kevin Steves
2006-02-08Use __LP64__ instead of __amd64__ for portability.Jonathan Gray