summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-03-31For roa-set and origin-set the following statements get joined into oneClaudio Jeker
2020-03-31Move sleep_finish_all() down to where sleep_finish() and all otherClaudio Jeker
2020-03-31Missing semi-colons.Antoine Jacoutot
2020-03-31When using a fixed Tx MCS in iwx(4) enable SGI if the peer supports it.Stefan Sperling
2020-03-31When using a fixed Tx MCS in iwm(4) enable SGI if the peer supports it.Stefan Sperling
2020-03-31Move alternate screen into the screen rather than the pane.Nicholas Marriott
2020-03-31Revert previous, syzkaller found a way to trigger the KASSERT().Martin Pieuchot
2020-03-31Detach reply escape sequences from the pane so they work in popups.Nicholas Marriott
2020-03-31Don't send "control changed" messages when hardware controls are set.Alexandre Ratchov
2020-03-30No point in checking the loop variable for NULL inside a LIST_FOREACH.Kenneth R Westerback
2020-03-30Log the received cryptographic proposal when the handshake fails becausetobhe
2020-03-30Log summary of IKE SA for established policy.tobhe
2020-03-30Don't let MiRA trigger event-based probing if the current measurementStefan Sperling
2020-03-30Break crypto_unregister() sanity check into two expressions, making itKenneth R Westerback
2020-03-30Use defines instead of raw numbers for intervals specified by RFCFlorian Obser
2020-03-30Tweak key numbers to avoid some special keys crossing over with modifier bits.Nicholas Marriott
2020-03-30Add to rather than replace flags with -c.Nicholas Marriott
2020-03-30"eventually" came and went back in 2004.Martijn van Duren
2020-03-30Delay failure in mft parsing until all elements of FileAndHash have beenClaudio Jeker
2020-03-30Port "mach dtb" code from arm64.Mark Kettenis
2020-03-30Check the hash and with it the presence of a file referenced in a MFT earlyClaudio Jeker
2020-03-30Void functions obviously do not return values; no need to elaborate.Ingo Schwarze
2020-03-30Document that `a_p' is always curproc by using a KASSERT().Martin Pieuchot
2020-03-30Do not check flags after the popup struct has been freed.Nicholas Marriott
2020-03-29Void functions obviously do not return values; no need to elaborate.Ingo Schwarze
2020-03-29Prevent stack trace saving from inspecting untrusted data. On amd64,Visa Hankala
2020-03-29Don't access past end of cc_alg[] when trying to avoidKenneth R Westerback
2020-03-29Change space to tabdenis
2020-03-29Rework of rde_asext_get()/rde_asext_put().denis
2020-03-29Prevent out of bounds read in strlcpy due to vcp_name not being NUL-terminated.tobhe
2020-03-29ipmi(4) at fdtMark Kettenis
2020-03-29Pin groups have regulators associated with them; enable these such thatMark Kettenis
2020-03-29Add glue to make ipmi(4) attach to FDT.Mark Kettenis
2020-03-29Compute MiRA's moving average and standard deviation after computing theStefan Sperling
2020-03-28Be concise: do not say that void functions return no values, that's obvious.Ingo Schwarze
2020-03-28Plug some memory leaks.tobhe
2020-03-28Even though the HTML, man, markdown, PDF, PostScript, and tree formattersIngo Schwarze
2020-03-28Move ND6_PRIV_* constants from nd6.h to slaacd the only place whereFlorian Obser
2020-03-28Export the number of arguments exposed by a probe to userland.Martin Pieuchot
2020-03-28CRYPTO_ALGORITHM_ALL died in a 2010 viking raid. UseKenneth R Westerback
2020-03-28Add a few more Allwinner A80 clocks and resets.Mark Kettenis
2020-03-28Apply masks to values read from the RTC registers. This is essential forMark Kettenis
2020-03-28Change default position for menu and popup to centre rather than top left.Nicholas Marriott
2020-03-28Make two -E only close popup automatically if the command exited with 0.Nicholas Marriott
2020-03-28Fix how popup height is calculated to take embedded newlines into account.Nicholas Marriott
2020-03-28Add formats for top paste buffer by default. Also a tmux.1 fix from jmc.Nicholas Marriott
2020-03-28syncTheo de Raadt
2020-03-27Add missing space in stack smash handler error message.Matthieu Herrb
2020-03-27imxpwm(4)Patrick Wildt
2020-03-27Add imxpwm(4), a driver for the PWM controller found on various NXP i.MX SoCs.Patrick Wildt