summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2020-03-23Check the outcome of ktrstart() and skip tracing if the trace fileVisa Hankala
2020-03-23Prevent tsleep(9) with PCATCH from returning immediately without errorVisa Hankala
2020-03-23Make it possible to use em(4) with MSI-X, currently disabled by default.Martin Pieuchot
2020-03-23Make it possible to use ix(4) with MSI-X, currently disabled by default.Martin Pieuchot
2020-03-23If an USB audio device supports less rates for recording than forAlexander Bluhm
2020-03-23Fix brightness control on machines where initial brigness unknown.Alexandre Ratchov
2020-03-22remove unused variable; ok beck@ mpi@anton
2020-03-22Mark omissions of break statements as intentional.Ulf Brosziewski
2020-03-22Implement WSDISPLAYIO GET/SET ioctls in rkdrm. This allows backlight controls...Brandon Mercer
2020-03-22Make efi_device_path_depth() return the full device path depth if we don'tMark Kettenis
2020-03-22Don't allocate a framebuffer if no interface ports have been configured.Mark Kettenis
2020-03-22zap trailing whitespaceanton
2020-03-21The #pwm-cells attribute describes the amount of flags in additionPatrick Wildt
2020-03-21Simplify some goto'ing that jumps a single line orKenneth R Westerback
2020-03-21r1.244 introduced rt_hash() with careful checks of src for NULL atKenneth R Westerback
2020-03-21Fix crash when no device ports have been registered. Remove unused variableMark Kettenis
2020-03-21Teach i386 boot98) and friends about ffs2. fdboot(8) is the exception:Otto Moerbeek
2020-03-21Add clock support for i.MX8MM. The CCM is based on the i.MX8MQ version,Patrick Wildt
2020-03-21Instead of passing the flags as part of a struct that's supposed to bePatrick Wildt
2020-03-21drm/amd/display: remove duplicated assignment to grph_obj_typeJonathan Gray
2020-03-21Stop tracing if vget(9) fails.Martin Pieuchot
2020-03-20pccbb.c: tsleep(9) -> tsleep_nsec(9), timeout_add(9) -> timeout_add_nsec(9)cheloha
2020-03-20The i.MX8MQ 32K clock is always on.Patrick Wildt
2020-03-20futex(2): futex_wait(): ensure timeout is set when calling rwsleep_nsec(9)cheloha
2020-03-20__thrsleep(2): ensure timeout is set when calling tsleep_nsec(9)cheloha
2020-03-20Disable apm(4) on the floppy ramdisk and keep the cd one in sync.Otto Moerbeek
2020-03-20Declare pci_intr_map_msix() as static inline instead of using a define.Martin Pieuchot
2020-03-20Add bdpmic(4), a driver for the ROHM BD71837 and BD71847 PowerPatrick Wildt
2020-03-20Add bdpmic(4), a driver for the ROHM BD71837 and BD71847 PowerPatrick Wildt
2020-03-20Both i.MX8MM and i.MX8MQ use the same uSDHC as the i.MX7D, andPatrick Wildt
2020-03-20Add support for reading the i.MX8MM temperature sensors.Patrick Wildt
2020-03-20Use atomic operations to update ps_singlecount. This makesClaudio Jeker
2020-03-20__thrsleep(2): fix absolute timeout checkcheloha
2020-03-20kevent(2): tsleep(9) -> tsleep_nsec(9)cheloha
2020-03-20poll(2), ppoll(2), pselect(2), select(2): tsleep(9) -> tsleep_nsec(9)cheloha
2020-03-20nanosleep(2): tsleep(9) -> tsleep_nsec(9)cheloha
2020-03-20tsleep_nsec(9): add MAXTSLP macro, the maximum sleep durationcheloha
2020-03-19Remove an unnecessary type cast.Visa Hankala
2020-03-19Plug memory leak of psensor if read_sensor does not return zero.tracey
2020-03-19Attach imxiomuxc(4) to i.MX8MM as well.Patrick Wildt
2020-03-19Switch USB to use non-coherent buffers for data transfers. SincePatrick Wildt
2020-03-19Separate variable declaration and assignment. No functional change.anton
2020-03-19Move unveil data structures away from the proc.h header into theanton
2020-03-181. Run Synaptics touchpads in plain W-mode. 2. Update the AGM-check.Ulf Brosziewski
2020-03-18regenanton
2020-03-18Unlock flock(2).anton
2020-03-18Restart child process scan in dowait4() if single_thread_wait() sleeps.Visa Hankala
2020-03-18Plug mem leak in SADB_REGISTER.Martin Pieuchot
2020-03-17Mark a few functions as .globl such that they show up with their nameMark Kettenis
2020-03-17Hook this up to the drm(4) panel code and add an override for theMark Kettenis