Age | Commit message (Expand) | Author |
2019-05-04 | Require root to run (still allow access to usage). | Antoine Jacoutot |
2019-05-04 | Improve the interaction between efifb(4), inteldrm(4) and radeondrm(4) | Mark Kettenis |
2019-05-04 | a quick and dirty manpage for mcx | David Gwynne |
2019-05-04 | drm: Fix drm_release() and device unplug | Jonathan Gray |
2019-05-04 | Add mcx(4), a driver for Mellanox ConnectX-4 (and later) Ethernet | Jonathan Matthew |
2019-05-04 | Fix Pod::Perldoc::ToMan and use it as the default perldoc formatter | Andrew Fresh |
2019-05-03 | Use MOUNT_POINT throughout, consistant with other platforms. | Theo de Raadt |
2019-05-03 | cannot give newfs a -c parameter yet, since this Makefile still | Theo de Raadt |
2019-05-03 | Fix order of insertion in load_cfg. | Nicholas Marriott |
2019-05-03 | Allow panes to be empty (no command), output can be piped to them with | Nicholas Marriott |
2019-05-03 | Bring v6_config() into the modern age. Remember | Kenneth R Westerback |
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 |