summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-03-22Fix agent address parsing:Martijn van Duren
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-21AIX colours are always stored as 90-97, not 100-107. From JohannesNicholas Marriott
2020-03-21Set end position correctly, GitHub issue 2129 from Anindya Mukherjee.Nicholas Marriott
2020-03-21Break code to convert an argument as a percentage into a common function.Nicholas Marriott
2020-03-21Preserve exit status from run-shell and pass to the client.Nicholas Marriott
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-21test skipping of initial hyphens and minus signs in automatic tags;Ingo Schwarze
2020-03-21When setting automatic tags, skip initial hyphens and minus signs,Ingo Schwarze
2020-03-20patrick points out that i missed axppmic and rkpmic...Jason McIntyre
2020-03-20Fix select-word when not on a word, from Anindya Mukherjee.Nicholas Marriott
2020-03-20pccbb.c: tsleep(9) -> tsleep_nsec(9), timeout_add(9) -> timeout_add_nsec(9)cheloha
2020-03-20add bdpmic;Jason McIntyre
2020-03-20Apply same menu items to view mode like copy mode.Nicholas Marriott
2020-03-20syncTheo de Raadt
2020-03-20Similarly, disable zoom if only one pane.Nicholas Marriott
2020-03-20Put swap down back in the right place.Nicholas Marriott
2020-03-20Disable swap entries if nothing to swap with.Nicholas Marriott
2020-03-20Still want the per-mode menus outside copy mode.Nicholas Marriott
2020-03-20Unset 'sa->sa_simult' when the exchange fails with CHILD_SA_NOT_FOUND.tobhe
2020-03-20Oops, typo in key binding.Nicholas Marriott
2020-03-20Make the mouse_word and mouse_line formats work in copy mode and enableNicholas Marriott
2020-03-20The i.MX8MQ 32K clock is always on.Patrick Wildt
2020-03-20Fix positioning of menu in choose modes and a couple of keys in tree mode.Nicholas Marriott
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-20remove unbound files that aren't really useful here, pointed out by florian@Stuart Henderson
2020-03-20Declare pci_intr_map_msix() as static inline instead of using a define.Martin Pieuchot
2020-03-20select_word_end needs to forward no_reset flag or select-word selectsNicholas Marriott
2020-03-20Document exit, zero and delete functionskn
2020-03-20Add bdpmic(4), a driver for the ROHM BD71837 and BD71847 PowerPatrick Wildt
2020-03-19import Unbound 1.10.0, ok tb@Stuart Henderson
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-20Reshuffle code more to separate out the output functions into output.c.Claudio Jeker
2020-03-20Another fix to make other-end forget the selection mode, from Anindya Mukherjee.Nicholas Marriott
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