Age | Commit message (Expand) | Author |
2019-05-27 | For "gunzip -N", only use the basename of the stored path. | Todd C. Miller |
2019-05-27 | disable virtio. a serially careless & procedure violating developer | Theo de Raadt |
2019-05-27 | Fix crash when killing the current window, reported by Jesus Rafael | Nicholas Marriott |
2019-05-27 | Add an additional {} syntax for defining strings in the configuration | Nicholas Marriott |
2019-05-27 | Use getopts instead of getopt(1) | Jeremie Courreges-Anglas |
2019-05-27 | Switch the peer TAILQ to a RB tree indexed by the peer id. This way | Claudio Jeker |
2019-05-27 | fix core dump reported by Adam Thomson; ok tb@ | Otto Moerbeek |
2019-05-27 | add vulkan dirs | Jonathan Gray |
2019-05-27 | Fix the intended ordering of items in buffer mode - it should not always | Nicholas Marriott |
2019-05-26 | support -T erspan so arbitrary gre protocols can be seen as erspan | David Gwynne |
2019-05-26 | tweak previous; | Jason McIntyre |
2019-05-26 | Add keys for new menu items. | Nicholas Marriott |
2019-05-26 | Always redraw overlay if it is on (so status line doesn't redraw over it). | Nicholas Marriott |
2019-05-26 | Do not accept choice unless mouse has actually moved before. | Nicholas Marriott |
2019-05-26 | Add formats for word and line under the mouse and use them to add some | Nicholas Marriott |
2019-05-26 | reflect current reality | Marc Espie |
2019-05-26 | document somewhat oldish improvements | Marc Espie |
2019-05-26 | adjust comment. ArcCheck hasn't dealt with long names ever since | Marc Espie |
2019-05-26 | perl makewhatis has been dead a few years | Marc Espie |
2019-05-26 | Support virtio 1.0 for virtio_pci | Stefan Fritsch |
2019-05-26 | Rework virtio_negotiate_features() | Stefan Fritsch |
2019-05-26 | virtio_pci: Move msix vector config into functions | Stefan Fritsch |
2019-05-26 | virtio_pci: Split bus space handles | Stefan Fritsch |
2019-05-26 | Add a way to append or prepend to a format if the length has been limited. | Nicholas Marriott |
2019-05-26 | Some other platforms doesn't support fmemopen(3) (not unexpectedly), so | Nicholas Marriott |
2019-05-26 | Tweak "RETURN VALUES" sections to mention setting errno, as so many | Kenneth R Westerback |
2019-05-26 | Allow specifying area by number as well as id. No changes to outputs. | remi |
2019-05-26 | Sync with the latest net/pfvar.h | Lawrence Teo |
2019-05-26 | use proper crossreferences | Christian Weisgerber |
2019-05-26 | use proper crossreference, from Artturi Alm | Christian Weisgerber |
2019-05-25 | Install the new perldelta as man pages | Andrew Fresh |
2019-05-25 | Do not account spinning time as running time when a thread crosses a | Martin Pieuchot |
2019-05-25 | Add <, >, <=, >= for formats, GitHub issue 1747. | Nicholas Marriott |
2019-05-25 | two-finger scrolling works out of the box now, no need for synclient | Joshua Stein |
2019-05-25 | Actual max number of screens is 12; from zeurkous at volny dot cz | Otto Moerbeek |
2019-05-25 | Client name can actually be NULL, so use address in that case. | Nicholas Marriott |
2019-05-25 | Use client name when logging command queue. | Nicholas Marriott |
2019-05-25 | Merge the now tiny cmd-list.c into cmd.c. | Nicholas Marriott |
2019-05-25 | Merge cmd_list_parse into cmd-parse.y so it can use the new alias | Nicholas Marriott |
2019-05-25 | Fix error handling in if-shell. | Nicholas Marriott |
2019-05-25 | Make cmd_log_argv take a printf-like format for the prefix. | Nicholas Marriott |
2019-05-24 | sync | Andrew Fresh |
2019-05-24 | Update to perl 5.28.2 | Andrew Fresh |
2019-05-24 | Configure pins. | Mark Kettenis |
2019-05-24 | reflect recent changes | anton |
2019-05-24 | rename struct for consistency | anton |
2019-05-24 | fix incorrect order of arguments | anton |
2019-05-24 | A source location in kubsan is an absolute path making reports quite | anton |
2019-05-24 | The latest inteldrm update brought along code making use of | anton |
2019-05-24 | switch from having automatic EVP_CIPHER_CTX variables to allocating them | Gilles Chehade |