Age | Commit message (Expand) | Author |
2018-07-31 | There is no longer the need to be careful in rde_softreconfig_in() when | Claudio Jeker |
2018-07-31 | delay bailout for invalid authenticating user until after the packet | Damien Miller |
2018-07-31 | fix some memory leaks spotted by Coverity via Jakub Jelen in bz#2366 | Damien Miller |
2018-07-31 | KNF | Theo de Raadt |
2018-07-30 | Declare then assign local variable, no binary change. | anton |
2018-07-30 | If we keep the BIOS framebuffer, stick to the desired framebuffer size | Mark Kettenis |
2018-07-30 | regen | Martin Pieuchot |
2018-07-30 | Unlock sendmsg(2), sendto(2), recvfrom(2) and recvmsg(2). | Martin Pieuchot |
2018-07-30 | Replace fork with sniffer thread in Python. Clear the BPF list | Alexander Bluhm |
2018-07-30 | Add regress covering the recently fixed NULL pointer deref in open(). | anton |
2018-07-30 | catch up with the symlink removal of /dev/{audio,mixer}; | Jason McIntyre |
2018-07-30 | Fix a NULL-pointer dereference when calling open() on a cloned device with write | anton |
2018-07-30 | improve consistency of markup for some variables, still far from perfect | Ingo Schwarze |
2018-07-30 | recognize WSMOUSE_TYPE_TOUCHPAD devices | Joshua Stein |
2018-07-30 | define WSMOUSE_TYPE_TOUCHPAD so non-elantech drivers can stop | Joshua Stein |
2018-07-30 | Some cleanups and clarification, especially regarding locking (observed by rob) | Theo de Raadt |
2018-07-30 | sync | Theo de Raadt |
2018-07-30 | rename 2nd argument of unveil from vague "flags" to "permissions"; | Theo de Raadt |
2018-07-30 | Use the MI interrupt enable/distable API instead of the MD one on i386 and | Mark Kettenis |
2018-07-30 | Tweak history | Marc Espie |
2018-07-30 | byebye fake.mtree | Marc Espie |
2018-07-30 | Use FNONBLOCK instead of SS_NBIO to check/indicate that the I/O mode | Martin Pieuchot |
2018-07-30 | Inline trivial uaudio_id_name(). From Michael Bombardieri, thanks. | Alexandre Ratchov |
2018-07-30 | Remove a leftover unused struct. | Nicholas Marriott |
2018-07-30 | Don't ask drivers to join a wifi network before an AP has been chosen. | Stefan Sperling |
2018-07-30 | Add support for the GIC v3 ITS and use it to implement MSI support for | Mark Kettenis |
2018-07-30 | cleanup initialization of chngdir. inspired by Ross L Richardson. | Sebastian Benoit |
2018-07-30 | replace exit() with return(), from Ross L Richardson. | Sebastian Benoit |
2018-07-30 | replace warn() + exit() with err() | Sebastian Benoit |
2018-07-30 | line too long and whitespace. From Ross L Richardson. | Sebastian Benoit |
2018-07-30 | reorder option parsing to be alphabetical/same order as usage and | Sebastian Benoit |
2018-07-30 | When converting the bios memory map to memory clusters, clip segments at | Jonathan Matthew |
2018-07-30 | update to nsd 4.1.23, from the release notes: | Florian Obser |
2018-07-30 | Simplify host() | kn |
2018-07-30 | Add ssdfb(4), a driver for the SSD1309 controller that drives an | Patrick Wildt |
2018-07-30 | Add colon for clarity. | Antoine Jacoutot |
2018-07-30 | apply the loop settle delay to handling of loop up and loop reset events, | Jonathan Matthew |
2018-07-30 | extend the loop settle time to 200ms, and adjust the check so that we'll | Jonathan Matthew |
2018-07-30 | tweak previous; | Jason McIntyre |
2018-07-30 | KNF | Theo de Raadt |
2018-07-30 | document the current limitation (we don't yet find an above covering | Bob Beck |
2018-07-30 | Allow for us to do a CREATE style lookup on a read only filesystem | Bob Beck |
2018-07-30 | activate unveil for testing | Theo de Raadt |
2018-07-29 | revert accidentally changed prototype | Bob Beck |
2018-07-29 | Don't exceed UNVEIL_MAX_VNODES with a long path now that we save | Bob Beck |
2018-07-29 | Make sure we don't count looking at .. as a component | Bob Beck |
2018-07-29 | Add regress for ensuring .. is appropriately *not* used as a | Bob Beck |
2018-07-29 | Document that X509_{NAME,REQ,REQ_INFO}_free() are all NULL safe. | Theo Buehler |
2018-07-29 | Remove NULL checks before X509_{REQ,NAME}_free() and zap an unnecessary | Theo Buehler |
2018-07-29 | replace hand-rolled tmp files with mkstemp() | Sebastian Benoit |