Age | Commit message (Expand) | Author |
2017-12-23 | Avoid null-pointer dereference wen a device tree refers to a pin-function | Mark Kettenis |
2017-12-23 | scrolling: take care of noise. | Ulf Brosziewski |
2017-12-23 | Since ikev2_init_recv() is supposed to only handle responses to an | Patrick Wildt |
2017-12-23 | Remove dead assignment. | Frederic Cambus |
2017-12-23 | Use regmap interface to tweak "SYSREG" PHY configuration registers and | Mark Kettenis |
2017-12-23 | enable snooping on Intel 200 Series HDA | Jonathan Gray |
2017-12-23 | match on intel 200 series | Jonathan Gray |
2017-12-23 | regen | Jonathan Gray |
2017-12-23 | add ids for intel coffee lake-s and series 200/300 pch | Jonathan Gray |
2017-12-23 | clarify that -i only affects the comparison of ASCII characters; | Ingo Schwarze |
2017-12-22 | Fix memory leak in screen_redraw_make_pane_status. | Nicholas Marriott |
2017-12-22 | Since export accepts several variables, put them on a single line; ok tb@ | anton |
2017-12-22 | Cope with the fact, that the DHCLIENT route label is gone which | Robert Peichaer |
2017-12-22 | If we use the cookie-based interrupt API on sun4v, whe shouldn't put the | Mark Kettenis |
2017-12-22 | 1. Use unfiltered deltas for scrolling. 2. (Re-)Simplify the edge area | Ulf Brosziewski |
2017-12-22 | Do not try to set default value on user options (they don't have one), | Nicholas Marriott |
2017-12-22 | Remove duplicate WheelUp/WheelDown entries in list, GitHub issue 1184. | Nicholas Marriott |
2017-12-21 | Add some comments what the tests are doing. | Alexander Bluhm |
2017-12-21 | Expand u_short and u_int to unsigned short and unsigned int | Todd C. Miller |
2017-12-21 | typo; | Jason McIntyre |
2017-12-21 | Adopt comments to previous change | Robert Peichaer |
2017-12-21 | Stop creating a dhclient.conf in the install script, now | Kenneth R Westerback |
2017-12-21 | Call if_start() directly to send the EAPOL key. | Martin Pieuchot |
2017-12-21 | Add an -i option for case insensitive comparison of lines. | Theo Buehler |
2017-12-21 | Two width specifiers changed from %02 to %0 in previous. Change them back. | Theo Buehler |
2017-12-21 | Do not use %hx for chars, ok kettenis | Theo de Raadt |
2017-12-21 | another libssh casualty | Damien Miller |
2017-12-21 | Close the right file descriptor and clean up the tls context in aldap_close(). | Jonathan Matthew |
2017-12-21 | drivers might want to call ifiq_barrier. | David Gwynne |
2017-12-21 | add some ifq and ifiq barriers in ixl_down. | David Gwynne |
2017-12-21 | missed one (unbreak after ssh/lib removal) | Damien Miller |
2017-12-21 | now that we have multiple input queues in ifnet structs, use them. | David Gwynne |
2017-12-21 | prototype if_attach_iqueues so drivers can configure multiple iqs. | David Gwynne |
2017-12-21 | unbreak unit tests after removal of src/usr.bin/ssh/lib | Damien Miller |
2017-12-21 | Implement missing bits to support lazy binding. Note that the code | Mark Kettenis |
2017-12-21 | revert stricter key type / signature type checking in userauth path; | Damien Miller |
2017-12-20 | Skip this regress test if no remote test machine is specified as | Alexander Bluhm |
2017-12-20 | Fix adding and removing files with git-style a/ b/ diffs: only skip | Theo Buehler |
2017-12-20 | Always 'send' host-name, rather than relying on dhclient.conf to ask | Kenneth R Westerback |
2017-12-20 | Two background scan fixes for iwn(4) (4965 devices only): | Stefan Sperling |
2017-12-20 | Sync C mutex implementations. | Martin Pieuchot |
2017-12-20 | Switch x86 architectures to the common C mutex implementation. | Martin Pieuchot |
2017-12-20 | Add a sanity check on the number of chunks being | Kenneth R Westerback |
2017-12-19 | More NUL (not NULL) checks. | Vadim Zhukov |
2017-12-19 | Pass calibrated TSC frequency to vmm(4) guests. On machines where TSC | Patrick Wildt |
2017-12-19 | Remove EXAMPLES section. | Martijn van Duren |
2017-12-19 | curproc access isn't necessarily as cheap as a local variable access, | Theo de Raadt |
2017-12-19 | Report better error from server when socket create fails, GitHub issue | Nicholas Marriott |
2017-12-19 | somehow, I lost that static. | Marc Espie |
2017-12-19 | Remove unused ps_stackgap from process struct | Stefan Kempf |