Age | Commit message (Expand) | Author |
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 |
2019-05-24 | ERR_R_SSL_LIB is defined to ERR_LIB_SSL which works for both LibreSSL and | Gilles Chehade |
2019-02-13 | Import perl-5.28.1 | Andrew Fresh |
2010-09-24 | Perl 5.12.2 from CPAN | Todd C. Miller |
2019-05-24 | assume X509_STORE_CTX is opaque, don't access ->error but use the | Gilles Chehade |
2019-05-24 | Prevent a kernel hang if an empty message is sent over an SOCK_SEQPACKET | Alexander Bluhm |
2019-05-24 | mechanical change to dynamically allocate rsae_method | Gilles Chehade |
2019-05-24 | fix typo in fatal message to -> too | Gilles Chehade |
2019-05-24 | remove useless check, it's never been and will never be hit | Gilles Chehade |
2019-05-24 | Change timer_nextisdue() and timer_nextduein() to take the current time | Claudio Jeker |
2019-05-24 | Pass extent for prefetchable mmio. Since there is no distinction between | Mark Kettenis |
2019-05-24 | Remove redundant conditional. Inspecting flags is the correct way to | anton |
2019-05-24 | Match radeon_device.c rev 1.2 and return early in amdgpu_device_suspend() | Jonathan Gray |
2019-05-24 | implement support for SIOCGIFSFFPAGE | Jonathan Matthew |
2019-05-23 | look for tag in self first, solves a fringe case where | Marc Espie |
2019-05-23 | unbreak build, okay nicm@ | Marc Espie |
2019-05-23 | zap reference to non-existent function in a comment | Jasper Lievisse Adriaanse |
2019-05-23 | Fix line numbers - commands are added after the line ends so they need to | Nicholas Marriott |
2019-05-23 | Use the same argument escaping code for options as well. | Nicholas Marriott |
2019-05-23 | Environment variables can start with { also. | Nicholas Marriott |
2019-05-23 | If we find ourselves behind a captive portal shutdown the service port. | Florian Obser |
2019-05-23 | typo | Florian Obser |
2019-05-23 | Fix drawing of status-right when it is aligned to the centre, GitHub | Nicholas Marriott |
2019-05-23 | Implement bgpctl show mrt neighbors, a command to print the neighbor table | Claudio Jeker |
2019-05-23 | Add F_CTL_NEIGHBORS a flag only used in bgpctl's mrt parsing code. | Claudio Jeker |
2019-05-23 | Break the argument escaping code into a separate function and use it to | Nicholas Marriott |
2019-05-23 | Don't print "not conigured" messages for nodes that are disabled. | Mark Kettenis |
2019-05-23 | unbound-checkconf pledges "stdio rpath getpw", later narrowing to "stdio rpath". | Stuart Henderson |
2019-05-23 | Don't remove group items for group 0 (no group). | Nicholas Marriott |
2019-05-23 | Fix length calculation for pasting UTF-8 characters in the status line, | Nicholas Marriott |