summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-04-05We can enable many -W compiler warnings now.Reyk Floeter
2017-04-05Rework the packet.c code for decoding and assembling DHCP messages.Reyk Floeter
2017-04-05Don't rely on asprintf setting pointer to NULL on failure.Jeremie Courreges-Anglas
2017-04-05When building counter memory in preparation to copy to userland, alwaysTheo de Raadt
2017-04-05Add Home and End for copy mode.Nicholas Marriott
2017-04-05For a non-interactive attempt to pkg_delete a firmware package, print aStuart Henderson
2017-04-05Replace logdebug() with generic log_debug() from log.c. ImplementAlexander Bluhm
2017-04-05Try again to resolve problems with mistaking sessions for windows: nowNicholas Marriott
2017-04-05Give each client a name. This defaults to the tty name as before butNicholas Marriott
2017-04-05cfg_file can be static.Nicholas Marriott
2017-04-05Change tty_repeat_space to write large sets of spaces together insteadNicholas Marriott
2017-04-05various improvements, from klemens nanni;Jason McIntyre
2017-04-05- -Z before -z in options listJason McIntyre
2017-04-05an annoying whitespace glitchTheo de Raadt
2017-04-05timeval has trailing padding on powerpc and m88k, so memset it beforePhilip Guenther
2017-04-05Here at OpenBSD we change ABIs at the fling of a hat. Just in case aTheo de Raadt
2017-04-05clear structure on the stack before copying out for sysctl. At presentTheo de Raadt
2017-04-05syncTheo de Raadt
2017-04-05Allow nc to save the peer certificate and chain in a pem file specifiedBob Beck
2017-04-05Add tls_peer_cert_chain_pem - To retreive the peer certificate and chainBob Beck
2017-04-05Internal changes to allow for relayd engine privsep. sends the hash of theBob Beck
2017-04-05Do not print a warning if closing the control socket fails. ItAlexander Bluhm
2017-04-04add a config test flag to sasyncdJonathan Gray
2017-04-04Also remove non syspatch hidden files/dirs.Antoine Jacoutot
2017-04-04Do not purge the CONFIG_SERVERS config in the parent. The ticket code usesClaudio Jeker
2017-04-04struct vfsconf is tightly packed, but let's M_ZERO it in case that everTheo de Raadt
2017-04-04Ensure, that during upgrades, the default for the "Location of sets"Robert Peichaer
2017-04-04The unsigned result cannot be -1, turn it into a signed variable.Reyk Floeter
2017-04-04constify pc_remote and pc_circuitReyk Floeter
2017-04-04Send a RTM_PROPOSAL to clear out other dhclient instances on startup.Kenneth R Westerback
2017-04-04document comments in table files; help/ok gillesJason McIntyre
2017-04-04tweak previous;Jason McIntyre
2017-04-04Add missing newline in fprintf error message.Reyk Floeter
2017-04-04Treat SSID's like the 0 to 32 bytes of uint8_t data that they reallyKenneth R Westerback
2017-04-04Cleanup the code further. Get rid of the remaining C++-style comments,Mark Kettenis
2017-04-04Issue memory barrier before lock release, not after. This ensuresVisa Hankala
2017-04-04add a free() size near microcode loadingTheo de Raadt
2017-04-04Rewrite tohexstr() to use the common idiom of converting a byteTodd C. Miller
2017-04-04Add 8265 and 3168 support. Both cards need new firmware files which currentlyClaudio Jeker
2017-04-04disallow creation (of empty files) in read-only mode; reported byDamien Miller
2017-04-04cp -p the bootblocks to RELEASEDIR; ok tbTheo de Raadt
2017-04-03warn format string should be literal.Frederic Cambus
2017-04-03Change parse_string() to take an optional integer pointer that canKenneth R Westerback
2017-04-03Add caveat telling it's better to always read a data byte when passingOtto Moerbeek
2017-04-03Send and receive 1 byte of data in addition to the control message. This isOtto Moerbeek
2017-04-03WSDISPLAY_MAXFONTCOUNT macro was introduced in sys/dev/wscons/wsconsio.hFrederic Cambus
2017-04-03Simplify read_string() to just read the characters between the '"'s.Kenneth R Westerback
2017-04-03check return from pread, don't divide -1 for countTed Unangst
2017-04-03use recallocarray() because the array contains data that can be observedTheo de Raadt
2017-04-03initialize regmatch_t always, fixes grep -o ""Ted Unangst