summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2016-01-04Remove parameter name from gpt_chk_mbr() prototype and add prototypeKenneth R Westerback
2016-01-04Do proper termination of VMs by doing proper VCPU run state management.Mike Larkin
2016-01-04wrap a long lineMike Larkin
2016-01-03Fix typo in comment.Mark Kettenis
2016-01-03Don't need two 16K static buffers to checksum the GPT entries and find theKenneth R Westerback
2016-01-03enable pchtemp(4) on i386.Daniel Dickman
2016-01-03Add support for 100 series to pchtemp(4).Daniel Dickman
2016-01-03copyright++;Jonathan Gray
2016-01-02Take the PHY of iec(4) out of reset before attaching the interface.Visa Hankala
2016-01-02mmcc noticed that nd.ni_pledge was uninitialized in doopenat() for theTheo de Raadt
2016-01-01The pointer buf is a user space string which was directly passedAlexander Bluhm
2016-01-01Sync formatting and a few comments with upstream. No functional change.Ingo Feinerer
2016-01-01Reimplement vga_put() such that it compiles on i386 as well.Mark Kettenis
2016-01-01Sync V4L2 header file with upstream (i.e., recent Linux kernel) headers.Ingo Feinerer
2015-12-31regenMark Kettenis
2015-12-31Add some XEON-D devices.Mark Kettenis
2015-12-31Make ixgbe_start() mpsafe. This means the driver will no longer grab theMark Kettenis
2015-12-31NULL-terminate a pointer array to prevent an invalid free, and simplifymmcc
2015-12-3182544 on pcix busses needs a workaround that effectively doublesDavid Gwynne
2015-12-31Move tr_port_destroy down; fixes 'lacp_compose_key protection fault trap'Stuart Henderson
2015-12-31Add pchtemp(4) a driver for the thermal sensor on recent Intel PCHs.Mark Kettenis
2015-12-31Provide a minimal implementation of the Linux vga_get/vga_put API and use itMark Kettenis
2015-12-31Unconditionally set the "switchcookie". Fixes synchronous VT switching.Mark Kettenis
2015-12-31Protect mips64 pmap and pvlist structs with a mutex to make pmapVisa Hankala
2015-12-29regenMark Kettenis
2015-12-29Intel C610 Thermal SensorMark Kettenis
2015-12-29Tweak previous by de-indenting label and replacing remaining continuesmmcc
2015-12-29shuffle tx code slightly and mark bge_start as mpsafe.David Gwynne
2015-12-29store curcpu() in ifq_serializer so we can check it.David Gwynne
2015-12-29Set UltraDMA transfer mode. Some (early?) SATA drives, such as the MaxtorMark Kettenis
2015-12-29Remove NULL-checks before free().mmcc
2015-12-281. Add a loop_end label to the outer loopmmcc
2015-12-28Remove description of circular queues and add a small blurb aboutTodd C. Miller
2015-12-28Rework re_start and re_txeof to only check the producer/consumer ringJonathan Matthew
2015-12-28use ulmin when looking at uio_resid to prevent wrapping around.Ted Unangst
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