summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-12-19New Intel ICH SMBus driver to be used with the iic(4) framework.Alexander Yurchenko
2005-12-19trivial typoIan Darwin
2005-12-19fix indentationTodd C. Miller
2005-12-19remove trailing spaceTodd C. Miller
2005-12-19Change sys/select.h -> sys/selinfo.h in comment.Todd C. Miller
2005-12-19use fatal() if getlogin() fails;Xavier Santolaria
2005-12-19move fatal() proto declaration to log.h; better for its use in usr.bin/rcsXavier Santolaria
2005-12-19use fatal() if getpwuid() fails; OK joris@.Xavier Santolaria
2005-12-19Use strlcpy() return value in bound check instead of using anTodd C. Miller
2005-12-19This piece was missed in the _FOO_SOURCE -> __FOO_VISIBLE change set.Todd C. Miller
2005-12-19Use __BSD_VISIBLE instead of _POSIX_SOURCE to avoid pullingTodd C. Miller
2005-12-19Make T1 mode work -- tested against an old dusty lmc(4) if found somewhere.Claudio Jeker
2005-12-19Check or chop the timeslot map if the map or mode is changed. There is no wayClaudio Jeker
2005-12-19Be not too verbose else the debug output would stall a box if the wrongClaudio Jeker
2005-12-19fix rev 1.9Brad Smith
2005-12-19Add and use a few more constants and macros needed by UFS2Pedro Martelletto
2005-12-19r.i.p. libresolvJason McIntyre
2005-12-19this file didn't exist in 2004, so copyright must be 2005Ted Unangst
2005-12-19update copyright to 2005Ted Unangst
2005-12-19add pthread_get/set_concurrency (useless for now)Ted Unangst
2005-12-19after mutex_unlock, there's no guarantee that a waiting thread willTed Unangst
2005-12-19sanity check for key_delete was missing !Ted Unangst
2005-12-18Grok NORETURN function prototypes in addition to NORETURN functionChad Loder
2005-12-18Update my e-mail address in the copyright statement, no binary changes.Reyk Floeter
2005-12-18Update my e-mail address in the copyright statement, no binary changes.Reyk Floeter
2005-12-18Update my e-mail address in the copyright statement, no binary changes.Reyk Floeter
2005-12-18Typo; p/o kustov@telex221.ru.Alexander Yurchenko
2005-12-18Fix some signed vs. unsigned issues found by lint. OK krw@Todd C. Miller
2005-12-18add back comment about wrong codeNikolay Sturm
2005-12-18Don't include cdefs.h if _LOCORE is defined and hide some more definesTodd C. Miller
2005-12-18Apparently the Scanlogic SL11R is not UFI, and correctly identifies itself asMark Kettenis
2005-12-18Indicate that the flags are exclusive, mention realm in the descriptionBjorn Sandell
2005-12-18Add bits string for smbus host status register to be able toAlexander Yurchenko
2005-12-18Add SMBus controller registers.Alexander Yurchenko
2005-12-18rename test functions with meaningful names instead of 1 2 3, etc.Brad Smith
2005-12-18Fix condition so "BIOS fixup botch" can, unlikely as it is, beKenneth R Westerback
2005-12-18initialize all spinlocks to _SPINLOCK_UNLOCKEDTed Unangst
2005-12-18if not a newer chip then print i82557, all fxp's attached to the ICHBrad Smith
2005-12-17revert last commit as it introduced system panics due to improper useBrad Smith
2005-12-17spelling: intented -> intendedKevin Steves
2005-12-17more PCI ids.Brad Smith
2005-12-17regenBrad Smith
2005-12-17add a few more fxp PCI ids.Brad Smith
2005-12-17spelling: fowarding, fowardedKevin Steves
2005-12-17Remove duplicate definition of machFPCurProcPtr.Mark Kettenis
2005-12-17Handle __dead functions using lint comments.Chad Loder
2005-12-17This driver had no chances to work. Still has some issues.Alexander Yurchenko
2005-12-17Kill unreachable code. Found by lint.Kenneth R Westerback
2005-12-17Document PT_STEP (better late than never), and group the machine-dependentMiod Vallat
2005-12-17Check for functions declared with ARGSUSED but having no arguments.Chad Loder