summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-12-20+tpmsBrad Smith
2005-12-20+tpmsBrad Smith
2005-12-20syncTheo de Raadt
2005-12-20Add a Apple touchpad driver for newer PowerBook's and iBook's.Brad Smith
2005-12-19Err, now add ichiic and ichwdt for real.Alexander Yurchenko
2005-12-19Xr ichiic(4) and ichwdt(4).Alexander Yurchenko
2005-12-19Use MACE ISA constants instead of magic values.Miod Vallat
2005-12-19Constify.Miod Vallat
2005-12-19Fix hppa ldcw alignment issue.Marco Peereboom
2005-12-19Fix SYNOPSIS.Alexander Yurchenko
2005-12-19Add ichiic(4) man page.Alexander Yurchenko
2005-12-19Better English in comment.Claudio Jeker
2005-12-19Missing piece from previous commitTodd C. Miller
2005-12-19Add %hhd to *printf and *scanf as well as %z to *scanf. This wasTodd C. Miller
2005-12-19First attempt to have a table of known I2C slave devices that weAlexander Yurchenko
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