summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-11-22Use em0 instead of vmx0 to clarify the parent interface example.Reyk Floeter
2018-11-22Remove useless assignment, value is overwritten right after being set.Frederic Cambus
2018-11-22Correct and shorten the description of the sort order of apropos(1)Ingo Schwarze
2018-11-22In apropos(1) output, stop sorting .Nm search results by nameIngo Schwarze
2018-11-22In -T locale (the default), -T ascii, and -T utf8 mode, provide a newIngo Schwarze
2018-11-22Do not use PWD unless it actually matches the real working directory.Nicholas Marriott
2018-11-22Output info on SIGUSR1 as well as SIGINFO to resync with portable.Darren Tucker
2018-11-22Append pid to temp files in /var/run and set a cleanup trap for them.Darren Tucker
2018-11-22add missing make dependencyanton
2018-11-21syncTheo de Raadt
2018-11-21In unp_internalize() check the length more carefully preventing anClaudio Jeker
2018-11-21When using MSG_PEEK to peak into packets skip control messages holdingClaudio Jeker
2018-11-21free(9) sizes for bread_cluser().Martin Pieuchot
2018-11-21Fix DTLS transcript handling for HelloVerifyRequest.Joel Sing
2018-11-21add st. andrew's day and put the entry for st. patrick's day in a formatJason McIntyre
2018-11-21avoid unwanted double space;Jason McIntyre
2018-11-21Add support for "local inet6" interfaces.Reyk Floeter
2018-11-21Allow rad(8) to watch interface groups; e.g. "interface tap" in rad.conf.Reyk Floeter
2018-11-21no more malloc.conf - it's contents are now in malloc(3) itself,Jason McIntyre
2018-11-21fold the contents of malloc.conf.5 into malloc.3 and sysctl.2,Jason McIntyre
2018-11-21syncTheo de Raadt
2018-11-21Introducing malloc_usable_size() was a mistake. While some otherOtto Moerbeek
2018-11-20when printing essids return the number of chars we printed, like printfPeter Hessler
2018-11-20fix whitespace in debugging functionPeter Hessler
2018-11-20split up long lineanton
2018-11-20test getownanton
2018-11-20Add support for TIOCGPGRP ioctl commands to wscons.anton
2018-11-20No need for wscons to handle FIOSETOWN ioctl requests since sys_ioctl()anton
2018-11-20test fcntl(F_SETOWN)anton
2018-11-20DNS goes over both udp and tcp, so reflect that in example pf.conf line;Otto Moerbeek
2018-11-20Revert free sizes for `subdevs' array, it is incorrect.Martin Pieuchot
2018-11-20Make rtable_satoplen() a bit more strict when parsing netmasks. EnsureClaudio Jeker
2018-11-20The first packet received from each AP in each QoS class would bePatrick Wildt
2018-11-20Fix spelling of kettenis' email addressReyk Floeter
2018-11-20Convert the pledge call to idiomatic format 'cause we love grep.Theo de Raadt
2018-11-20Saw a mention somewhere a while back that the gotdata() function inTheo de Raadt
2018-11-20Fix when ber_free_elements is called with a NULL-value.Martijn van Duren
2018-11-20Fix the case where the recursion detection isn't reset when the command isMartijn van Duren
2018-11-20move a magic constant into a magic defineTed Unangst
2018-11-20Fix typos in memprobe address check. Diff from Andrew Daugherity.YASUOKA Masahiko
2018-11-20On mips64, DT_DEBUG doesn't need mprotecting if it's in the GNU_RELRO segmentPhilip Guenther
2018-11-20unveil(2) boot images which are specified by -o option. Also exitYASUOKA Masahiko
2018-11-19Fix compilation on alpha, where DEF_WEAK() really must be paired withPhilip Guenther
2018-11-19Improve POSIX compliance by making case-insensitive extendedIngo Schwarze
2018-11-19Utilize sigio with wscons. The old behavior of always making the process groupanton
2018-11-19delete the dns jackport experiment. it has no future.Ted Unangst
2018-11-19Revert previous - DTLSv1 uses MD5+SHA1 for RSA signature verification.Joel Sing
2018-11-19Revert previous - the default sigalg for RSA key exchange is {sha1,rsa}.Joel Sing
2018-11-19evbuffer_new and bufferevent_new can both fail (when malloc fails) andNicholas Marriott
2018-11-19Utilize sigio with sockets.Visa Hankala