summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-10-18Another case of using yacc effectively to avoid repeating code; ok florian@Otto Moerbeek
2019-10-18Reafctor forwarder clause to avoid having to write out the same codeOtto Moerbeek
2019-10-18Bump datasize-cur for pbuild on mips64, to make room for modernity.Visa Hankala
2019-10-18Add mips64el to LP64_ARCH.Visa Hankala
2019-10-17Enable sxidog(4).Mark Kettenis
2019-10-17Avoid including an armv7 MD header.Mark Kettenis
2019-10-17drm/amd/display: num of sw i2c/aux engines less than num of connectorsJonathan Gray
2019-10-17Use -1 to indicate an invalid uid/gid, not UID_MAX and GID_MAX.Todd C. Miller
2019-10-17Fix some compiler warings in ifconfig(8). Move all prototypes andAlexander Bluhm
2019-10-17Cache flush operations on arm64 were being incorrectly treated as writeDale Rahn
2019-10-17Sync RSA_padding_check_PKCS1_OAEP_mgf1().Joel Sing
2019-10-17Fix -N flag to actually shut down the (entire) socket when the inputBob Beck
2019-10-17Provide err_clear_last_constant_time() as a way of clearing an error fromJoel Sing
2019-10-17sgi: iockbc(4), mkbc(4): tsleep(9) -> tsleep_nsec(9); ok kn@ visa@cheloha
2019-10-17Use -1 to indicate an invalid uid/gid, not UID_MAX and GID_MAX.Todd C. Miller
2019-10-17syncTheo de Raadt
2019-10-17in6_setsockaddr and in6_setpeeraddr can't fail, so let them return void.David Gwynne
2019-10-16Make sxidog(4) MI.Mark Kettenis
2019-10-16Move sxidog(4) such that we can use it on arm64.Mark Kettenis
2019-10-16tweak previous; help/ok claudioJason McIntyre
2019-10-16Link regress ifconfig to build.Alexander Bluhm
2019-10-16Test various combinations of setting interface addresses with Alexander Bluhm
2019-10-16Add an output format for bird and one doing CSV. Also update the manpageClaudio Jeker
2019-10-16Clean up header includes. Most are no longer required.Claudio Jeker
2019-10-16Set the maxlength to either the prefixlen itself or the value from the ROA.Claudio Jeker
2019-10-16tsleep(9) -> tsleep_nsec(9)Martin Pieuchot
2019-10-16tsleep(9) -> tsleep_nsec(9)Martin Pieuchot
2019-10-16potential NULL dereference for revoked hostkeys; reported byDamien Miller
2019-10-16free buf before return; reported by krishnaiah bommuDamien Miller
2019-10-16vmd(8): provide some additional info in a debug msgMike Larkin
2019-10-16Add a few newer _OSI strings to the parser.Mike Larkin
2019-10-16regenMike Larkin
2019-10-16Fix a bunch of lines that had whitespace at the endMike Larkin
2019-10-16Remove trailing whitespace from a lineMike Larkin
2019-10-16Fix reversed gotos; CID 1453190.Daniel Dickman
2019-10-15Include the .SUNW_ctf section in bsd.gdbMartin Pieuchot
2019-10-15Fix db_stack_dump() w/ custom addr & implement db_save_stack_trace().Martin Pieuchot
2019-10-15Reduce the number of places where `p_priority' and `p_stat' are set.Martin Pieuchot
2019-10-15Rewrite options_array_set to be clearer and remove a spurious warningNicholas Marriott
2019-10-15Add support for percentage sizes for resize-pane ("-x 10%"). Also changeNicholas Marriott
2019-10-15Try to match the devid against the bootpath if link->port_wwn doesn'tJonathan Matthew
2019-10-15Fix compiler's view of the alignment of xhci structs. Because the structVisa Hankala
2019-10-15When setting the modification time on the retrieved file, use utimensat()Philip Guenther
2019-10-14pledge() won't work but we can use unveil() to reduce filesystem accessTheo de Raadt
2019-10-14Re-sort the if-sequence which sets COMPILER_VERSION to be the samePatrick Wildt
2019-10-14some knf, preparing for other changesTheo de Raadt
2019-10-14Fix whitespace issuesPatrick Wildt
2019-10-14powerpc cross-compilation on 64-bit hosts also appears to be safe.Patrick Wildt
2019-10-14Pass LINKER_VERSION to binutils and clang cross-build so that theyPatrick Wildt
2019-10-14httpd(8) sent a 408 response every time a connection request timeoutFlorian Obser