Age | Commit message (Expand) | Author |
2018-08-02 | Test messing with "." both when having . unveiled for an operation, and | Bob Beck |
2018-08-01 | On AMD CPUs, If the LFENCE serialization MSR bit is already set, then | Bryan Steele |
2018-08-01 | Fix segmentation fault on radiusd(8) when exiting. | Ricardo Mestre |
2018-08-01 | Fix an off-by-one string read access that could happen if an empty | Ingo Schwarze |
2018-08-01 | Fix various RK3399 clocks and add support for getting the clock frequency | Mark Kettenis |
2018-08-01 | After rewriting the parse buffer from scratch, we also have to reset | Ingo Schwarze |
2018-08-01 | Initialize new lineflag member. | Nicholas Marriott |
2018-08-01 | Avoid a read access one byte beyond the end of an allocated string | Ingo Schwarze |
2018-08-01 | Use a single space after colon in another errx(). | Theo Buehler |
2018-08-01 | Disallow negative reps, they make no sense. While here, sscanf -> strtonum. | cheloha |
2018-08-01 | Implement a partial update mechanism. Since the SPI-connected display | Patrick Wildt |
2018-08-01 | Clarify that we chroot to the users home directory if -u is provided. | Florian Obser |
2018-08-01 | Remove midsentence period. | rob |
2018-08-01 | document when -exec evaluates to true; from kris katterjohn | Jason McIntyre |
2018-08-01 | Update a comment to include -delete, -execdir, -ls and -print0 among | Theo Buehler |
2018-08-01 | Document that -delete and -execdir prevent -print from being assumed. | Theo Buehler |
2018-08-01 | update currency exchange rates; | Jason McIntyre |
2018-07-31 | Zap v4mask and v6mask in host() | kn |
2018-07-31 | Relocate some public functions above the internal functions comment. | rob |
2018-07-31 | Display color depth alongside resolution when attaching simplefb(4). | Frederic Cambus |
2018-07-31 | Reshuffle order in struct rde_peer a bit. No functional change. | Claudio Jeker |
2018-07-31 | Do not leak path or use it after free. | Nicholas Marriott |
2018-07-31 | Stop reversing bytes read from the framebuffer. That was added since | Patrick Wildt |
2018-07-31 | Move struct screen_sel into screen.c and tidy up members that are only | Nicholas Marriott |
2018-07-31 | Fix some debugging output now that ber type and encoding are unsigned int. | rob |
2018-07-31 | Make ber type and encoding a unsigned int instead of unsigned long. | Claudio Jeker |
2018-07-31 | Clear history on RIS like most other terminals do. | Nicholas Marriott |
2018-07-31 | Implement setting the voltage of the regulators. | Mark Kettenis |
2018-07-31 | Correctly set the dividers for the clock of the "big" cores. | Mark Kettenis |
2018-07-31 | Fix setting the voltage; the code was using the wrong variable as a step size. | Mark Kettenis |
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 |