Age | Commit message (Expand) | Author |
2019-05-03 | Further removal of differences (using install instead of cp, sorting | Theo de Raadt |
2019-05-03 | Insert after the right element on queue. | Nicholas Marriott |
2019-05-03 | Do not store the mouse position we calculate as the start of a drag back | Nicholas Marriott |
2019-05-03 | Add missing bridge_getbif(), reported by jsg@. | Martin Pieuchot |
2019-05-03 | avoid duplicate "bad argument" error message, also shortening the code | Ingo Schwarze |
2019-05-03 | Enter dangling .so links into the database, to avoid harassing | Ingo Schwarze |
2019-05-03 | Use the right index for user-keys. | Nicholas Marriott |
2019-05-03 | When processing unknown output options, prevent passing NULL to printf. | anton |
2019-05-03 | In fs_lookup(), use stat(2) rather than access(2) to check file existence. | Ingo Schwarze |
2019-05-03 | Add a "forwarded" log format that extends the "combined" log format | Theo Buehler |
2019-05-03 | An if_put() was missing in one branch of bridge_process(). This | Alexander Bluhm |
2019-05-03 | Fix mouse positioning when the pane is not entirely visible. | Nicholas Marriott |
2019-05-03 | Fixed endless loop/ OOB write on 64 bit systems with large buffers. | Tobias Stoeckmann |
2019-05-03 | In man(1) mode with a specific section requested, | Ingo Schwarze |
2019-05-03 | Correct ordering when adding after an existing item. | Nicholas Marriott |
2019-05-03 | Adjust some comments that were misleading. Those flags are used by bgpd | Claudio Jeker |
2019-05-03 | Bump SET_NAME_LEN to 128 since arouteserver produces names that are more | Claudio Jeker |
2019-05-03 | Rename -c to -s since the correct term is snapshot, not current. Also | Florian Obser |
2019-05-03 | Make sure that the as-set name is not too long when parsing the config file. | Claudio Jeker |
2019-05-03 | Instead of processing keys all together, put them up on the client | Nicholas Marriott |
2019-05-03 | typo in previous | Ian Darwin |
2019-05-03 | sysupgrade gains -n for no-reboot option. Accidentally duplicated benno's dif... | Ian Darwin |
2019-05-03 | During debugging, media are often built without DESTDIR correctly set. | Theo de Raadt |
2019-05-03 | Make VOP_ADVLOCK() safe to use without kernel lock | Visa Hankala |
2019-05-03 | Only fetch and upgrade if a new snapshot is available. | Florian Obser |
2019-05-03 | Revert previous, I got too excited and forgot about the config file :( | Florian Obser |
2019-05-03 | Fix reverse attribute in status line, GitHub issue 1709. | Nicholas Marriott |
2019-05-03 | In man(1) mode, when the first argument starts with a digit, | Ingo Schwarze |
2019-05-03 | Use the correct (according to POSIX) format for left-justification | Darren Tucker |
2019-05-03 | Free channel objects on exit path. Patch from markus at blueflash.cc, | Darren Tucker |
2019-05-03 | basic macro cleanup; from Fabio Scotoni <fabio at esse dot ch> | Ingo Schwarze |
2019-05-03 | Free host on exit path. Patch from markus at blueflash.cc, ok djm@ | Darren Tucker |
2019-05-03 | Wrap XMSS including in ifdef. Patch from markus at blueflash.cc, ok djm | Darren Tucker |
2019-05-03 | missing break | Jonathan Gray |
2019-05-03 | Revert "drm/i915/fbdev: Actually configure untiled displays" | Jonathan Gray |
2019-05-02 | Avoid opening log files on "no log" | kn |
2019-05-02 | Add a print function to mainbus(4) such that it prints unconfigured devices | Mark Kettenis |
2019-05-02 | Avoid running the activate function for a partially attached ehci(4) driver. | Mark Kettenis |
2019-05-02 | Fix up some bits about window-size that seem to have got lost. | Nicholas Marriott |
2019-05-02 | Reset root port after last STP interface is removed. | Martin Pieuchot |
2019-05-02 | Index 0 is out of range for hrStorageIndex. | Gerhard Roth |
2019-05-02 | Give filter programmers a more friendlier error message when returning a | Martijn van Duren |
2019-05-02 | works on newer AMD Ryzen APUs/CPUs as well | Mark Kettenis |
2019-05-02 | regen | Mark Kettenis |
2019-05-02 | add Cryptographics Co-processor found on newer AMD Ryzen CPUs/APUs | Mark Kettenis |
2019-05-02 | Allow non-root users to become master when they are the first to open a drm | Mark Kettenis |
2019-05-02 | Add test fseek(,-1) works properly. | YASUOKA Masahiko |
2019-05-02 | pbuild class: bump datasize and maxproc; these should be sufficient for | Antoine Jacoutot |
2019-05-02 | Fix a comparison in open_memstream not to confuse when a negative | YASUOKA Masahiko |
2019-05-02 | Fix vmm_support.S compilation error with gcc 8.3 | Mike Larkin |