summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2019-10-09Restore BSS channel only when BSS was not changed in iee80211_input().tobhe
2019-10-09Restore BSS channel only when BSS was not changed in iee80211_intputm().tobhe
2019-10-08amd64: ensure %fs is loaded after final lgdtMike Larkin
2019-10-08macppc: mediabay(4), smu(4), xlights(4): tsleep(9) -> tsleep_nsec(9)cheloha
2019-10-08pcexmem(4): tsleep(9) -> tsleep_nsec(9); ok visa@cheloha
2019-10-08Convert tsleep(9) to tsleep_nsec(9).Martin Pieuchot
2019-10-08drm/amdgpu/si: fix ASIC testsJonathan Gray
2019-10-08drm/amd/display: support spdifJonathan Gray
2019-10-08drm/amd/display: reprogram VM config when system resumeJonathan Gray
2019-10-08drm/amd/display: fix issue where 252-255 values are clippedJonathan Gray
2019-10-08gpu: drm: radeon: Fix a possible null-pointer dereference in radeon_connector...Jonathan Gray
2019-10-08drm/radeon: Fix EEH during kexecJonathan Gray
2019-10-08back out the use of ifiq pressure, and go back to using a packet count.David Gwynne
2019-10-07octmmc(4): msleep(9) -> msleep_nsec(9); ok visa@ kn@cheloha
2019-10-07Add moxtet(4), a driver for the Turris Mox modules. For now thisPatrick Wildt
2019-10-07Add mvspi(4), a driver for the SPI controller on thePatrick Wildt
2019-10-07Add SPI clocks.Patrick Wildt
2019-10-07Add amliic(4) and pcxrtc(4). This adds support for the RTC on the odroid-n2.Mark Kettenis
2019-10-07Add amliic(4), a driver for the I2C controller found on Amlogic SoCs.Mark Kettenis
2019-10-07Attach Hyper-V guest services to VMBus 4.0Mike Belopuhov
2019-10-07ip_ether.c is empty, and now unlinked from the build.David Gwynne
2019-10-07Convert infinite tsleep(9) to tsleep_nsec(9).Martin Pieuchot
2019-10-07Restart the send queue (rather than just clearing OACTIVE) when we'veJonathan Matthew
2019-10-06Use MSEC_TO_NSEC() to define XHCI_CMD_TIMEOUT & use it w/ tsleep_nsec(9).Martin Pieuchot
2019-10-06tsleep(9) to tsleep_nsec(9) conversionMartin Pieuchot
2019-10-06tsleep(9) to tsleep_nsec(9) conversions.Martin Pieuchot
2019-10-06Fix vn_open to require an op of 0, and 0 or KERNELPATH only as flags.Bob Beck
2019-10-06Add support for i2c clock.Mark Kettenis
2019-10-06Add support for i2c pins.Mark Kettenis
2019-10-06Fix net80211's accounting of discarded input control frames.Stefan Sperling
2019-10-06Fix month mask.Mark Kettenis
2019-10-06drm/amd/display: Restore backlight brightness after system resumeJonathan Gray
2019-10-06drm/amd/powerplay/smu7: enforce minimal VBITimeout (v2)Jonathan Gray
2019-10-06add BL_CORE_SUSPENDRESUME defineJonathan Gray
2019-10-05fix build errors of aac(4)jan
2019-10-05Use mask to extract IPL; should have been part of the earlier diff thatMark Kettenis
2019-10-05Add workaround for Cortex-A73 errata 858921. Pointed out by drahn@ whoMark Kettenis
2019-10-05The event queue consumer counter also needs to be unsigned like the others.Jonathan Matthew
2019-10-05src/sys/netinet/ip_ether.c is empty, and gif doesn't need it.David Gwynne
2019-10-04Add support for setting the CPU clock frequencies. This enables DVFS.Mark Kettenis
2019-10-04Re-enable call to intel_hpd_poll_init() in vlv_display_power_well_deinit().Jonathan Gray
2019-10-04gif shouldn't include netinet/ip_ether.h, cos gif doesnt do etherip.David Gwynne
2019-10-04get rid of prototypes for mplsip_input and mplsip_output. they don't exist.David Gwynne
2019-10-04disable POOL_DEBUG for releaseJonathan Gray
2019-10-03poll(2), ppoll(2), select(2), pselect(2): always set P_SELECT before tsleepcheloha
2019-10-03sysctl global nosuidcoredump was being inspected twice inside coredump(),Theo de Raadt
2019-10-03Update Spleen kernel fonts to version 1.5.0, bringing the followingFrederic Cambus
2019-10-03Switch the bpf of umb(4) from DTL_RAW to DTL_LOOP. DTL_RAW is limited toClaudio Jeker
2019-10-02let lacp mode trunk cope with interfaces that don't report if_baudrate.David Gwynne
2019-10-02When dequeuing an aqb from the live queue and move it to the idle queue,YASUOKA Masahiko