summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-10Build install media with -fno-asynchronous-unwind-tables to furtherJonathan Gray
2006-10-06Preliminary bits for SuperH-based ports, based on NetBSD/sh3 codebase withMiod Vallat
2021-03-10Handle named references in acpi_getdevlist(). Fixes a regression in acpitztobhe
2021-03-10zlib functions take a gzFile not gzFile * (gzFile is already a pointer).Todd C. Miller
2021-03-10Our ACPI namerefs are pointers to the byte structures for ACPI names.Patrick Wildt
2021-03-10Add support for ^R (redraw) in insert mode too.Todd C. Miller
2021-03-10Don't return ERR if resize didn't change sizeTodd C. Miller
2021-03-10Fix redrawing of a multiline PS1 prompt in vi mode.Todd C. Miller
2021-03-10Typofix previouskn
2021-03-10Guard TLS1_get_{client_,}version() macros with #ifndef LIBRESSL_INTERNAL.Joel Sing
2021-03-10Revise TLS extension regress to match version handling changes.Joel Sing
2021-03-10Improve internal version handling.Joel Sing
2021-03-10do not request client certificate unless requiredEric Faurot
2021-03-10The ktrace record for recvmsg/recvfrom could contain extract bits inTheo de Raadt
2021-03-10cleanup the 3 ways (2 for ipv4, 1 for ipv6) of doing dynamic addressTheo de Raadt
2021-03-10Let MAIR comment catch up with reality.Mark Kettenis
2021-03-10Fix typo for ATS attribute member in IORT root complex struct.Patrick Wildt
2021-03-10Expand the maximum length for CHAP challenge to 96 octets. npppdYASUOKA Masahiko
2021-03-10Fix "phone number" spelling.Patrick Wildt
2021-03-10spellingJonathan Gray
2021-03-10sndiod: When a slot structure is recycled allocate new controlAlexandre Ratchov
2021-03-10sndiod: Style tweak: swap if/else code blocks in slot_new()Alexandre Ratchov
2021-03-10When adding files from the manifest only the .crl need to be first, afterClaudio Jeker
2021-03-10pmap_avail_setup() is the only place physmem is calculated, delete a bunchTheo de Raadt
2021-03-10Import regenerated moduli file.Darren Tucker
2021-03-10no need to reset buffer after send_msg() as that is done for us;Damien Miller
2021-03-09Also log transforms on IKE SA rekey.tobhe
2021-03-09Node without a "status" property should be considered enabled as well.Mark Kettenis
2021-03-09Issuing FIOSETOWN and TIOCSPGRP ioctl commands on a tun(4) device leaksanton
2021-03-09Shorten the if_cloners_lock name preventing it from being truncated inanton
2021-03-09Recognize Apple Firestorm cores.Mark Kettenis
2021-03-09Zap stray Xrkn
2021-03-09Fix TRUNK synopsis alignmentkn
2021-03-09Remove documentation for all port modules no longer supported. ok sthen@tracey
2021-03-09Add support for 30-bit color modes.Mark Kettenis
2021-03-09Fix some old phrasing on how to set up a trap handler which aren't correctMartijn van Duren
2021-03-09Dedicated regress test for snmp(1) instead of semi-relying on snmpd(8)'sMartijn van Duren
2021-03-09document zstd support in EXTRACT_CASES and change from a big code sampleStuart Henderson
2021-03-09Kernel drops fewer messages in sendsyslog(2), adapt syslogd(8)Alexander Bluhm
2021-03-09Early daemons like dhcpleased(8), slaacd(8), unwind(8), resolvd(8)Alexander Bluhm
2021-03-09Replace time_t startup_time with struct timespec link_timeout.Kenneth R Westerback
2021-03-09Add initial bits for Check Point UTM-1 EDGE N.Visa Hankala
2021-03-09Allow cursor to be just after match if copying, GitHub issue 2602.Nicholas Marriott
2021-03-09Copy mode improvements from Anindya Mukherjee:Nicholas Marriott
2021-03-09Change the implementation of the malloc cache to keep lists ofOtto Moerbeek
2021-03-09dhcpleased wants /var (but contains code to handle when it isn't there).Theo de Raadt
2021-03-09Do not adjust (uhm.. zero) the swap 'b' partition size if physmem isTheo de Raadt
2021-03-09ofw_read_mem_regions() can skip calculation of physmem. pmap.cTheo de Raadt
2021-03-08Enable ixl(4).Patrick Wildt
2021-03-08Start looking at parsing text to find separators.Mark Lumsden