summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2017-12-23Sync Allwinner H3/H5 pin definitions with Linux.Mark Kettenis
2017-12-23Avoid null-pointer dereference wen a device tree refers to a pin-functionMark Kettenis
2017-12-23scrolling: take care of noise.Ulf Brosziewski
2017-12-23Remove dead assignment.Frederic Cambus
2017-12-23Use regmap interface to tweak "SYSREG" PHY configuration registers andMark Kettenis
2017-12-23enable snooping on Intel 200 Series HDAJonathan Gray
2017-12-23match on intel 200 seriesJonathan Gray
2017-12-23regenJonathan Gray
2017-12-23add ids for intel coffee lake-s and series 200/300 pchJonathan Gray
2017-12-22If we use the cookie-based interrupt API on sun4v, whe shouldn't put theMark Kettenis
2017-12-221. Use unfiltered deltas for scrolling. 2. (Re-)Simplify the edge areaUlf Brosziewski
2017-12-21Expand u_short and u_int to unsigned short and unsigned intTodd C. Miller
2017-12-21Call if_start() directly to send the EAPOL key.Martin Pieuchot
2017-12-21Two width specifiers changed from %02 to %0 in previous. Change them back.Theo Buehler
2017-12-21Do not use %hx for chars, ok kettenisTheo de Raadt
2017-12-21drivers might want to call ifiq_barrier.David Gwynne
2017-12-21add some ifq and ifiq barriers in ixl_down.David Gwynne
2017-12-21now that we have multiple input queues in ifnet structs, use them.David Gwynne
2017-12-21prototype if_attach_iqueues so drivers can configure multiple iqs.David Gwynne
2017-12-20Two background scan fixes for iwn(4) (4965 devices only):Stefan Sperling
2017-12-20Sync C mutex implementations.Martin Pieuchot
2017-12-20Switch x86 architectures to the common C mutex implementation.Martin Pieuchot
2017-12-20Add a sanity check on the number of chunks beingKenneth R Westerback
2017-12-19Pass calibrated TSC frequency to vmm(4) guests. On machines where TSCPatrick Wildt
2017-12-19curproc access isn't necessarily as cheap as a local variable access,Theo de Raadt
2017-12-19Remove unused ps_stackgap from process structStefan Kempf
2017-12-19Remove a 27 year old #ifdef notdef chunk involving SB_LOCK.Martin Pieuchot
2017-12-19Inline socket buffer related defines, no functional change.Martin Pieuchot
2017-12-19Remove unnecessary unlock/lock dance when following a goto.Martin Pieuchot
2017-12-18Properly implement the rsb attribute and actually use it.Mark Kettenis
2017-12-18Add sensors for the AXP809.Mark Kettenis
2017-12-18Generate SIGBUS/BUS_ADRALN when we see a PC Alignment Exception from userland.Mark Kettenis
2017-12-18Use axppmic as a dependency instead of axppmic_rsb.Mark Kettenis
2017-12-18Read RAM size for chips with SOCRAM like the BCM4334 on one of myPatrick Wildt
2017-12-18Read RAM size for chips with SOCRAM like the BCM4334 on one of myPatrick Wildt
2017-12-18Pass the BSSID to the join command so that we connect to the AP thatPatrick Wildt
2017-12-18Pass scan type directly to the scan command instead of using the globalPatrick Wildt
2017-12-18Add sizes for free() in libsa for amd64 and i386.Frederic Cambus
2017-12-18Enable RSB attachment for axppmic(4).Mark Kettenis
2017-12-18Add i2c interface code to the new axppmic(4) code and add support for theMark Kettenis
2017-12-18Map framebuffer into userland as non-cachable (but normal) memory. We stillMark Kettenis
2017-12-18Revert support for multiple threads to enter kqueue_scan() in parallel.Martin Pieuchot
2017-12-18Revert grabbing the socket lock in kqueue(2) filters.Martin Pieuchot
2017-12-18Make rw_exit() always succeed after a panic.Martin Pieuchot
2017-12-18Size for free(9).Martin Pieuchot
2017-12-18Add support for enabling registered regulators. Make sure that we leaveMark Kettenis
2017-12-18Add the CLOCK_BOOTTIME clockid for use with clock_gettime(2)cheloha
2017-12-18Support setting the Cortex-A7 cores to active/passive mode andPatrick Wildt
2017-12-17vmm(4): pass EFER properly from vmd(8), needed to support vmctl(8)'s "-b"Mike Larkin
2017-12-17Make axppmic(4) attach to a Reduced Serial Bus, and support the AXP806Mark Kettenis