summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2015-12-27set sensor type later on initJoerg Jung
2015-12-27fold for loops back into a wait function in a similar manner as acpiec doesJoerg Jung
2015-12-27rename kbdled to backlight and mention chip model in commentJoerg Jung
2015-12-27extra taskq is gone, so also remove the no longer needed init variableJoerg Jung
2015-12-27simplify and unify keyboard backlight hooks, doing the same kassert instead ofJoerg Jung
2015-12-27with Mark's fix in previous commit the extra taskq for delayed initializationJoerg Jung
2015-12-27Add missing #include "audio.h". Fixes sndiod pledge issue reported bytb
2015-12-27welcome GENERIC.IP27 MP (dual cpu on O350 now)Theo de Raadt
2015-12-27If available prefer the rdseed instruction over rdrand when adding entropyJonathan Gray
2015-12-27wrap "audio" pledge code in NAUDIO > 0, because there are a fewTheo de Raadt
2015-12-26Add support for the Perle Speed8 LE.Mark Kettenis
2015-12-26regenMark Kettenis
2015-12-26Add Perle Speed8 LE.Mark Kettenis
2015-12-25enable iso keyboard munge fix for macbookair6,2Joerg Jung
2015-12-25Add IPI logic. Assign two additional interrupts for inter-processorVisa Hankala
2015-12-25Add launch logic for secondary CPUs. The PROM's launch entry point addressVisa Hankala
2015-12-25Make interrupt masking MP-aware. Linux IP27 and IP35 ports served as aVisa Hankala
2015-12-25Add timecounter for MP.Visa Hankala
2015-12-25Use the ErrorEPC register for curcpu() on Origin, for now.Visa Hankala
2015-12-24If the GPT header checksum check fails, do *not* say the OpenBSD partitionKenneth R Westerback
2015-12-24Make gpt_chk_mbr() instances even more identicaller by alwaysKenneth R Westerback
2015-12-24Make all instances of gpt_chk_mbr() identical (bar static vsKenneth R Westerback
2015-12-24more e-mail -> emailmmcc
2015-12-24Remove a couple NULL-checks before free().mmcc
2015-12-24Add prototype for gpt_chk_mbr() to i386_installboot.c. Add 'static' toKenneth R Westerback
2015-12-24Normalize return values from various exit functions.Mike Larkin
2015-12-24Make sure we don't overflow a page during vm_readpage/vm_writepage.Mike Larkin
2015-12-24More adress -> addressmmcc
2015-12-24Argh. The other part the wrong diff was missing.Kenneth R Westerback
2015-12-23pledge "audio" code block must be !SMALL_KERNELTheo de Raadt
2015-12-23revert previous:Jasper Lievisse Adriaanse
2015-12-23If PLEDGE_AUDIO is set, allow audio(4) ioctls necessaryAlexandre Ratchov
2015-12-23add aml_freevalue in a couple places, avoid storing a result thatJoshua Stein
2015-12-23Ooops. Wrong version of the diff committed, with reversed check forKenneth R Westerback
2015-12-23One "sbar" taskq is enough.Mark Kettenis
2015-12-23Drop unused goto label.Visa Hankala
2015-12-23Execution of the `sync' instruction is not supported by the T-Bus andVisa Hankala
2015-12-23assign pointers NULL rather than 0mmcc
2015-12-22Make xs_setprop a bit more useful by removing property nodesMike Belopuhov
2015-12-22Implement a bus_dma(9) abstraction on top of Grant Table APIMike Belopuhov
2015-12-22spliting -> splittingmmcc
2015-12-22commited -> committedmmcc
2015-12-22Find OpenBSD disklabel on GPT partitioned softraid volumes. Now you canKenneth R Westerback
2015-12-22Remove obsolete comment.Mark Kettenis
2015-12-22Re-add config includesStefan Fritsch
2015-12-22The Apple SMC is implemented on a H8S/2117 chip. Communication with the chipMark Kettenis
2015-12-22- yet another tiny step towards MP PF. This time we need to make sureAlexandr Nedvedicky
2015-12-22Do not return EEXIST if the same address is added twice.Martin Pieuchot
2015-12-21add virtio-console driverStefan Fritsch
2015-12-21Move ppp, nmea, endrun, and msts prototypes to tty.hStefan Fritsch