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