Age | Commit message (Expand) | Author |
2005-11-15 | ad741x driver | Theo de Raadt |
2005-11-15 | Add support for light sensors. | Mark Kettenis |
2005-11-15 | Be cleaner about signed vs. unsigned when it's easy to do so. OK hshoexer | Chad Loder |
2005-11-15 | read the channel register, hopefully initialized by some rom (Yes, Apple | Theo de Raadt |
2005-11-15 | Add a new raw2hex function and yank out several pieces of code in other | Chad Loder |
2005-11-15 | - Addition of more DSP init code for brgphy models that come with BCM5703 and | Brad Smith |
2005-11-15 | Only two `h' in threshold. | Miod Vallat |
2005-11-15 | Fix exp(3) for arg Inf and -Inf. From NetBSD; PR 4578. ok deraadt@ | Otto Moerbeek |
2005-11-15 | temperature readings of 0x80 mean "diode not connected", i think; kettenis ok | Theo de Raadt |
2005-11-15 | regen | Brad Smith |
2005-11-15 | more accurately reflect the naming scheme of the Marvell Yukon devices with t... | Brad Smith |
2005-11-15 | Start monitoring operations such that values actually change. | Mark Kettenis |
2005-11-15 | Do not clobber errno when calling close(2) in example code. | Otto Moerbeek |
2005-11-15 | add IFQ_SET_MAXLEN(). | Brad Smith |
2005-11-15 | enable adc | Theo de Raadt |
2005-11-15 | simple driver for the Analog Devices AD7417/7418 (does not cope right | Theo de Raadt |
2005-11-15 | avoid integer overflow in fan speed calculations, from kettenis | Theo de Raadt |
2005-11-15 | enable maxtmp | Theo de Raadt |
2005-11-15 | a little cleaning. | Brad Smith |
2005-11-15 | copyrights | Theo de Raadt |
2005-11-15 | sync | Theo de Raadt |
2005-11-15 | man page for maxim 6690 driver | Theo de Raadt |
2005-11-15 | driver for the maxim6690 i2c dual temperature sensor | Theo de Raadt |
2005-11-15 | instead of passing OF nodes down to the drivers, pass name/compat string | Theo de Raadt |
2005-11-15 | move lm87 to dev/i2c; ok kettenis | Theo de Raadt |
2005-11-15 | Having __STRICT_ANSI__ (gcc -ansi) stop all non-ANSI interfaces from | Todd C. Miller |
2005-11-15 | oh, once we are on bus1, we must have a way to get back to bus0... duh | Theo de Raadt |
2005-11-15 | .Xr pci_intr_map 9 | Jason McIntyre |
2005-11-15 | various tweaks; | Jason McIntyre |
2005-11-15 | add radio(4) and bktr(4) devices | Robert Nagy |
2005-11-15 | the third arg of read() is size_t, not int (cast fix) | Todd C. Miller |
2005-11-15 | enable bktr(4) and radio(4) on alpha | Robert Nagy |
2005-11-15 | sync | Theo de Raadt |
2005-11-15 | Undefine STATUS_SUM, because it is not needed, and it makes | Robert Nagy |
2005-11-15 | Include sys/queue.h explicitly instead of assuming some other header | Todd C. Miller |
2005-11-15 | Use a forward declaration of struct timespec instead of assuming | Todd C. Miller |
2005-11-15 | pci_intr* page | Michael Shalayeff |
2005-11-15 | missing return upon intr_establish failure | Michael Shalayeff |
2005-11-15 | all csr offsets are bus_size_t | Michael Shalayeff |
2005-11-15 | More typos (especially indicies -> indices), checked with jmc@ | Miod Vallat |
2005-11-15 | If two or more changes are made withing a single second it is possible | Todd C. Miller |
2005-11-15 | add pcn on alpha and remove redundant pcn entry on i386 RAMDISK_CD | Brad Smith |
2005-11-15 | correct opencount decrement in _dl_unload_dlopen. was leaving function | Kurt Miller |
2005-11-15 | show macppc attachment != i386 (for now) | Theo de Raadt |
2005-11-15 | sync | Theo de Raadt |
2005-11-15 | remove braces and fix indenting here so its easier to read. | Brad Smith |
2005-11-15 | move the REFERENCES stuff into SEE ALSO; | Jason McIntyre |
2005-11-15 | sync usage() w/ man page; | Jason McIntyre |
2005-11-15 | sort SYNOPSIS; | Jason McIntyre |
2005-11-15 | sync usage() w/ man page; | Jason McIntyre |