Age | Commit message (Expand) | Author |
2020-03-22 | Fix agent address parsing: | Martijn van Duren |
2020-03-22 | zap trailing whitespace | anton |
2020-03-21 | The #pwm-cells attribute describes the amount of flags in addition | Patrick Wildt |
2020-03-21 | Simplify some goto'ing that jumps a single line or | Kenneth R Westerback |
2020-03-21 | r1.244 introduced rt_hash() with careful checks of src for NULL at | Kenneth R Westerback |
2020-03-21 | Fix crash when no device ports have been registered. Remove unused variable | Mark Kettenis |
2020-03-21 | Teach i386 boot98) and friends about ffs2. fdboot(8) is the exception: | Otto Moerbeek |
2020-03-21 | AIX colours are always stored as 90-97, not 100-107. From Johannes | Nicholas Marriott |
2020-03-21 | Set end position correctly, GitHub issue 2129 from Anindya Mukherjee. | Nicholas Marriott |
2020-03-21 | Break code to convert an argument as a percentage into a common function. | Nicholas Marriott |
2020-03-21 | Preserve exit status from run-shell and pass to the client. | Nicholas Marriott |
2020-03-21 | Add clock support for i.MX8MM. The CCM is based on the i.MX8MQ version, | Patrick Wildt |
2020-03-21 | Instead of passing the flags as part of a struct that's supposed to be | Patrick Wildt |
2020-03-21 | drm/amd/display: remove duplicated assignment to grph_obj_type | Jonathan Gray |
2020-03-21 | Stop tracing if vget(9) fails. | Martin Pieuchot |
2020-03-21 | test skipping of initial hyphens and minus signs in automatic tags; | Ingo Schwarze |
2020-03-21 | When setting automatic tags, skip initial hyphens and minus signs, | Ingo Schwarze |
2020-03-20 | patrick points out that i missed axppmic and rkpmic... | Jason McIntyre |
2020-03-20 | Fix select-word when not on a word, from Anindya Mukherjee. | Nicholas Marriott |
2020-03-20 | pccbb.c: tsleep(9) -> tsleep_nsec(9), timeout_add(9) -> timeout_add_nsec(9) | cheloha |
2020-03-20 | add bdpmic; | Jason McIntyre |
2020-03-20 | Apply same menu items to view mode like copy mode. | Nicholas Marriott |
2020-03-20 | sync | Theo de Raadt |
2020-03-20 | Similarly, disable zoom if only one pane. | Nicholas Marriott |
2020-03-20 | Put swap down back in the right place. | Nicholas Marriott |
2020-03-20 | Disable swap entries if nothing to swap with. | Nicholas Marriott |
2020-03-20 | Still want the per-mode menus outside copy mode. | Nicholas Marriott |
2020-03-20 | Unset 'sa->sa_simult' when the exchange fails with CHILD_SA_NOT_FOUND. | tobhe |
2020-03-20 | Oops, typo in key binding. | Nicholas Marriott |
2020-03-20 | Make the mouse_word and mouse_line formats work in copy mode and enable | Nicholas Marriott |
2020-03-20 | The i.MX8MQ 32K clock is always on. | Patrick Wildt |
2020-03-20 | Fix positioning of menu in choose modes and a couple of keys in tree mode. | Nicholas Marriott |
2020-03-20 | futex(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-20 | Disable apm(4) on the floppy ramdisk and keep the cd one in sync. | Otto Moerbeek |
2020-03-20 | remove unbound files that aren't really useful here, pointed out by florian@ | Stuart Henderson |
2020-03-20 | Declare pci_intr_map_msix() as static inline instead of using a define. | Martin Pieuchot |
2020-03-20 | select_word_end needs to forward no_reset flag or select-word selects | Nicholas Marriott |
2020-03-20 | Document exit, zero and delete functions | kn |
2020-03-20 | Add bdpmic(4), a driver for the ROHM BD71837 and BD71847 Power | Patrick Wildt |
2020-03-19 | import Unbound 1.10.0, ok tb@ | Stuart Henderson |
2020-03-20 | Add bdpmic(4), a driver for the ROHM BD71837 and BD71847 Power | Patrick Wildt |
2020-03-20 | Both i.MX8MM and i.MX8MQ use the same uSDHC as the i.MX7D, and | Patrick Wildt |
2020-03-20 | Add support for reading the i.MX8MM temperature sensors. | Patrick Wildt |
2020-03-20 | Use atomic operations to update ps_singlecount. This makes | Claudio Jeker |
2020-03-20 | Reshuffle code more to separate out the output functions into output.c. | Claudio Jeker |
2020-03-20 | Another fix to make other-end forget the selection mode, from Anindya Mukherjee. | Nicholas Marriott |
2020-03-20 | __thrsleep(2): fix absolute timeout check | cheloha |
2020-03-20 | kevent(2): tsleep(9) -> tsleep_nsec(9) | cheloha |
2020-03-20 | poll(2), ppoll(2), pselect(2), select(2): tsleep(9) -> tsleep_nsec(9) | cheloha |