summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-02-24drm/amd: Only run s3 or s0ix if system is configured properlyJonathan Gray
2022-02-24drm/amd: add support to check whether the system is set to s3Jonathan Gray
2022-02-24drm/amd: Warn users about potential s0ix problemsJonathan Gray
2022-02-24Regen most of the config output. With support for alternating ports theClaudio Jeker
2022-02-24Minor tweaksTheo Buehler
2022-02-24Add sanity checks on p and q in old_dsa_priv_decode()Theo Buehler
2022-02-24regenVitaliy Makkoveev
2022-02-24Unlock getsockname(2) syscall. For inet and UNIX sockets it fills passedVitaliy Makkoveev
2022-02-24Fix PIC_SYM() macro: it never needs to token paste, so it's notPhilip Guenther
2022-02-24document the tunnel ioctls that vxlan supports.David Gwynne
2022-02-24slight wording tweakDavid Gwynne
2022-02-23Prints in iked fuzzer fill 77% of full regress output. Nobody wantsAlexander Bluhm
2022-02-23free(3) wants stdlib.hDamien Miller
2022-02-23put back the scp manpage changes for SFTP mode tooDamien Miller
2022-02-23syncTheo de Raadt
2022-02-23and we go back to testing sftp-scp after the 8.9 release...Theo de Raadt
2022-02-23better help for getting addresses for dgrams received with divert-to.David Gwynne
2022-02-23merge upstream commit to unbound: "Fix that TCP interface does not useStuart Henderson
2022-02-23merge unbound 1.15.0Stuart Henderson
2022-02-23update to unbound 1.15.0, ok florian@Stuart Henderson
2022-02-23Make it possible to bind and connect to non-default ports. This is mainlyClaudio Jeker
2022-02-23avoid integer overflow of auth attempts (harmless, caught by monitor)Damien Miller
2022-02-23randomise the password used in fakepwDamien Miller
2022-02-23use asprintf to construct .rhosts pathsDamien Miller
2022-02-23openssh-8.9Damien Miller
2022-02-23Interface index 1 doesn't need to have an lladdr.Martijn van Duren
2022-02-23unifdef __ELF__Jonathan Gray
2022-02-22whitespaceTheo Buehler
2022-02-22Check asprintf() return to avoid crashing in strcmp().Theo Buehler
2022-02-22Fix thinko in construction of SMC key for the targeted GPIO pin.Mark Kettenis
2022-02-22syncTheo de Raadt
2022-02-22Use sizeof() instead of KI_MAXCOMLEN and KI_WMESGLEN in structs.Todd C. Miller
2022-02-22MAXCOMLEN is no longer needed in these programs, so remove the annotationTheo de Raadt
2022-02-22Since ktr_comm is now a string, we do not need MAXCOMLEN to limit printf.Theo de Raadt
2022-02-22Instead of using MAXCOMLEN from sys/param.h, use KI_MAXCOMLEN as width,Theo de Raadt
2022-02-22Since other exported commandnames were increased to 24 and graduated intoTheo de Raadt
2022-02-22Convert parse.y to use stdint.h types uintX_t instead of u_intX_tClaudio Jeker
2022-02-22Since other exported commandnames were increased to 24 and graduated intoTheo de Raadt
2022-02-22Start using new _MAXCOMLEN (a proper string expanded to 24 bytesTheo de Raadt
2022-02-22sysctl already passed the commandname as a 24-byte string KI_MAXCOMLENTheo de Raadt
2022-02-22Define MAXCOMLEN in terms of _MAXCOMLEN (-1, because MAXCOMLEN does notTheo de Raadt
2022-02-22Add _MAXCOMLEN to syslimits, it is 24, and includes the NUL. FollowingTheo de Raadt
2022-02-22Pledge stdio.Rob Pierce
2022-02-22Remove -v option from usage.Rob Pierce
2022-02-22requestid is a 32 bit integer, make sure that we request that withMartijn van Duren
2022-02-22Add a seq(1) command, similar to what is present in GNU and Plan9.Todd C. Miller
2022-02-22The fuzzer logs everything to syslog, this is not what we want.Claudio Jeker
2022-02-22Plug leak in ec_key_create()Theo Buehler
2022-02-22Remove extra ;Visa Hankala
2022-02-22Do not attempt to update focus (and crash) when there is no previous window.Nicholas Marriott