Age | Commit message (Expand) | Author |
2015-12-29 | Set UltraDMA transfer mode. Some (early?) SATA drives, such as the Maxtor | Mark Kettenis |
2015-12-29 | Remove NULL-checks before free(). | mmcc |
2015-12-28 | 1. Add a loop_end label to the outer loop | mmcc |
2015-12-28 | Remove description of circular queues and add a small blurb about | Todd C. Miller |
2015-12-28 | Rework re_start and re_txeof to only check the producer/consumer ring | Jonathan Matthew |
2015-12-28 | use ulmin when looking at uio_resid to prevent wrapping around. | Ted Unangst |
2015-12-27 | set sensor type later on init | Joerg Jung |
2015-12-27 | fold for loops back into a wait function in a similar manner as acpiec does | Joerg Jung |
2015-12-27 | rename kbdled to backlight and mention chip model in comment | Joerg Jung |
2015-12-27 | extra taskq is gone, so also remove the no longer needed init variable | Joerg Jung |
2015-12-27 | simplify and unify keyboard backlight hooks, doing the same kassert instead of | Joerg Jung |
2015-12-27 | with Mark's fix in previous commit the extra taskq for delayed initialization | Joerg Jung |
2015-12-27 | Add missing #include "audio.h". Fixes sndiod pledge issue reported by | tb |
2015-12-27 | welcome GENERIC.IP27 MP (dual cpu on O350 now) | Theo de Raadt |
2015-12-27 | If available prefer the rdseed instruction over rdrand when adding entropy | Jonathan Gray |
2015-12-27 | wrap "audio" pledge code in NAUDIO > 0, because there are a few | Theo de Raadt |
2015-12-26 | Add support for the Perle Speed8 LE. | Mark Kettenis |
2015-12-26 | regen | Mark Kettenis |
2015-12-26 | Add Perle Speed8 LE. | Mark Kettenis |
2015-12-25 | enable iso keyboard munge fix for macbookair6,2 | Joerg Jung |
2015-12-25 | Add IPI logic. Assign two additional interrupts for inter-processor | Visa Hankala |
2015-12-25 | Add launch logic for secondary CPUs. The PROM's launch entry point address | Visa Hankala |
2015-12-25 | Make interrupt masking MP-aware. Linux IP27 and IP35 ports served as a | Visa Hankala |
2015-12-25 | Add timecounter for MP. | Visa Hankala |
2015-12-25 | Use the ErrorEPC register for curcpu() on Origin, for now. | Visa Hankala |
2015-12-24 | If the GPT header checksum check fails, do *not* say the OpenBSD partition | Kenneth R Westerback |
2015-12-24 | Make gpt_chk_mbr() instances even more identicaller by always | Kenneth R Westerback |
2015-12-24 | Make all instances of gpt_chk_mbr() identical (bar static vs | Kenneth R Westerback |
2015-12-24 | more e-mail -> email | mmcc |
2015-12-24 | Remove a couple NULL-checks before free(). | mmcc |
2015-12-24 | Add prototype for gpt_chk_mbr() to i386_installboot.c. Add 'static' to | Kenneth R Westerback |
2015-12-24 | Normalize return values from various exit functions. | Mike Larkin |
2015-12-24 | Make sure we don't overflow a page during vm_readpage/vm_writepage. | Mike Larkin |
2015-12-24 | More adress -> address | mmcc |
2015-12-24 | Argh. The other part the wrong diff was missing. | Kenneth R Westerback |
2015-12-23 | pledge "audio" code block must be !SMALL_KERNEL | Theo de Raadt |
2015-12-23 | revert previous: | Jasper Lievisse Adriaanse |
2015-12-23 | If PLEDGE_AUDIO is set, allow audio(4) ioctls necessary | Alexandre Ratchov |
2015-12-23 | add aml_freevalue in a couple places, avoid storing a result that | Joshua Stein |
2015-12-23 | Ooops. Wrong version of the diff committed, with reversed check for | Kenneth R Westerback |
2015-12-23 | One "sbar" taskq is enough. | Mark Kettenis |
2015-12-23 | Drop unused goto label. | Visa Hankala |
2015-12-23 | Execution of the `sync' instruction is not supported by the T-Bus and | Visa Hankala |
2015-12-23 | assign pointers NULL rather than 0 | mmcc |
2015-12-22 | Make xs_setprop a bit more useful by removing property nodes | Mike Belopuhov |
2015-12-22 | Implement a bus_dma(9) abstraction on top of Grant Table API | Mike Belopuhov |
2015-12-22 | spliting -> splitting | mmcc |
2015-12-22 | commited -> committed | mmcc |
2015-12-22 | Find OpenBSD disklabel on GPT partitioned softraid volumes. Now you can | Kenneth R Westerback |
2015-12-22 | Remove obsolete comment. | Mark Kettenis |