summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-02-13When too many -a requests on the syslogd command line cannot beAlexander Bluhm
2015-02-13make rekey_limit for sshd w/privsep work; ok djm@ dtucker@Markus Friedl
2015-02-13Include sys/stdint.h for SIZE_MAX instead of relying on the misplacedTodd C. Miller
2015-02-13implicit declaration of function 'free'; add missing stdlib.hDavid Coppa
2015-02-13Call tls_config earlier; otherwise TLS_PROTOCOLS_ALL (to allow TLSv1.0 etc)Stuart Henderson
2015-02-13Don't leak memory on errors - fixes coverity issues 105353 105253Bob Beck
2015-02-13fix leaking of bn, coverity issue 105351Bob Beck
2015-02-13Direct people to netstat for the new multicast routing sysctls.Philip Guenther
2015-02-12Prevent an archive from esacaping the current directory by itself:Philip Guenther
2015-02-12Free the buffers used for the sysctl. OK sthen@Claudio Jeker
2015-02-12Make syslogd tests more reliable. Increase the allowed range ofAlexander Bluhm
2015-02-12Allow constraints URL without leading path (eg. "https://www.openbsd.org").Reyk Floeter
2015-02-12For tar without -P, if a path in the archive has any ".." components thenPhilip Guenther
2015-02-12Convert to if_input().Martin Pieuchot
2015-02-12Remove useless extern definitions of nselcoll and selwait.Todd C. Miller
2015-02-12Prevent sshd spamming syslog with "ssh_dispatch_run_fatal: disconnected".Darren Tucker
2015-02-12Fix a bug introduced in the last commit that broke EOF handlingTodd C. Miller
2015-02-12add missing .Pa macros; patch from Theo Buehler <theo at math dot ethz dot ch>Ingo Schwarze
2015-02-12After almost five years and 92 revisions, mdoc_macro.c rev. 1.139Ingo Schwarze
2015-02-12be more explicit about how -A and -P work, and fix a booboo in previous;Jason McIntyre
2015-02-12Initialize buffer pointers passed to get_sysctl to NULL; otherwise they pointStuart Henderson
2015-02-12Do not confuse .Bl -column lists that just broken another blockIngo Schwarze
2015-02-12Delete the mdoc_node.pending pointer and the function calculatingIngo Schwarze
2015-02-12Remove a chunk that should have been deleted in r1.166, this was safeMartin Pieuchot
2015-02-12Set external DMA address configuration interface.Masao Uebayashi
2015-02-12Fix typos.Masao Uebayashi
2015-02-12Provide interface for external DMA address configuration.Masao Uebayashi
2015-02-12When purging the routes corresponding to an ifp, skip the routing tablesMartin Pieuchot
2015-02-12switch back to IRQ_NONE/IRQ_HANDLEDJonathan Gray
2015-02-12Rename escape_uri() to url_encode() because it is the opposite ofReyk Floeter
2015-02-12Take a reference to prevent cmdq being freed during the command. CanNicholas Marriott
2015-02-12Don't clear ICRNL when editing mode is off, so that character local echoPhilip Guenther
2015-02-12Convert to if_input().Martin Pieuchot
2015-02-12Add and use macros for linux memory barriers. Fix the call inJonathan Gray
2015-02-12Use ksh arithmethic instead of expr.Robert Peichaer
2015-02-12Remove a stray ;.Masao Uebayashi
2015-02-12Move register accessor macros to saner place.Masao Uebayashi
2015-02-12switch some free calls back to kfreeJonathan Gray
2015-02-12De-static for backtracing, but using #define to not change indent (for now).Masao Uebayashi
2015-02-12switch MUTEX_ASSERT_LOCKED calls back to assert_spin_lockedJonathan Gray
2015-02-12prevent a crash with openssl asn1parse -genstr FORMATJonathan Gray
2015-02-12Simplify debug ifdefs.Masao Uebayashi
2015-02-12Don't panic even if parent port doesn't exist.Masao Uebayashi
2015-02-12KNF.Masao Uebayashi
2015-02-12convert to if_input.David Gwynne
2015-02-12Rename the struct device member of inteldrm_softc to sc_dev and rename theMark Kettenis
2015-02-12bump minor for TLS_PROTOCOLS_ALL. OK jsing@Reyk Floeter
2015-02-12Allow TLS protocols to be specified via a "tls protocols" configurationJoel Sing
2015-02-12Add a tls_config_parse_protocols() function that allows a protocols stringJoel Sing
2015-02-12Fix handling of "legacy" mode for tls_config_set_dheparams().Joel Sing