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