summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-06-18Fix memory leak found with valgrind.Renato Westphal
2016-06-18Fix use after free bug.Renato Westphal
2016-06-18Make the 1 Gbps SGMII settings the default to define a consistent set ofVisa Hankala
2016-06-18Fix PCS block size.Visa Hankala
2016-06-18Remove duplicated line.Reyk Floeter
2016-06-18Add net.inet.{tcp,udp}.rootonly sysctl, to mark which portsVincent Gross
2016-06-18Stop setting the 4-bit mode capability flag for now.Jonathan Gray
2016-06-18Add a new AUDIO_GETSTATUS ioctl to get various audio driver variables.Alexandre Ratchov
2016-06-18Plug some memory leaks in error paths of iwm(4).Stefan Sperling
2016-06-18tweak previous;Jason McIntyre
2016-06-18Dynamically attach ommmc with fdt. Offset the start of the memory regionJonathan Gray
2016-06-18Update column width decisionPhilip Guenther
2016-06-18Document KTRFAC_{PLEDGE,EXEC{ARGS,ENV}}Philip Guenther
2016-06-18Make mips64 like all the others: only make mappings writable during relocationPhilip Guenther
2016-06-18Do not allow configuring the same interface for both LDP and VPLS.Renato Westphal
2016-06-18Use log_warnx() instead of log_warn() when appropriate.Renato Westphal
2016-06-18Remove TODO comments about loop detection.Renato Westphal
2016-06-18Fix small LIB<->LFIB synchronization issue.Renato Westphal
2016-06-17urtwn device now needs rtwn.c, even if rtwn device isn't builtPhilip Guenther
2016-06-17Also add missing date or message-id when listening on the submit portOtto Moerbeek
2016-06-17Add man page for usbd_ref_incr(9), usbd_ref_decr(9), and usbd_ref_wait(9).Marcus Glocker
2016-06-17No need to hardcode return code.Antoine Jacoutot
2016-06-17Merge a lot of code from urtwn(4) into rtwn(4). Both drivers now share codeStefan Sperling
2016-06-17pool_setipl on all uvm pools.David Gwynne
2016-06-17Replace tsleep/wakeup by usbd_ref_incr/decr/wait to wait for the kthreadMarcus Glocker
2016-06-17grammar fix;Jason McIntyre
2016-06-17translate OpenSSL error codes to something more meaninful;Damien Miller
2016-06-17ban AuthenticationMethods="" and accept AuthenticationMethods=anyDamien Miller
2016-06-17syncStuart Henderson
2016-06-16Replace uvm_km_valloc(9) with a km_alloc(9) call that doesn't allocate anyMark Kettenis
2016-06-16Also add MediaTek to Ralink Technologies here.Martijn van Duren
2016-06-16the environment handling code was showing its age. just because environTed Unangst
2016-06-16Remove links to www.ralinktech.com, which isn't in use anymore.Martijn van Duren
2016-06-16allow include in inline anchorsHenning Brauer
2016-06-16Include stdarg.h for va_copy as per man page.Darren Tucker
2016-06-16Allow a command to be specified to display-panes, similar toNicholas Marriott
2016-06-16enable suspend/hibernate fn keysGiovanni Bechis
2016-06-16keys stored in openssh format can have comments too;Jason McIntyre
2016-06-16PSEUDO_NOERROR() is used for syscalls that return now, so need to putPhilip Guenther
2016-06-15properly reset the transaction when a filter rejects a message.Eric Faurot
2016-06-15increase number of connections a local address is allowed to establishGilles Chehade
2016-06-15'Received' header violates RFC when receiving a TLS session, rework formatGilles Chehade
2016-06-15Add umb(4) - a driver for the Mobile Broadband Interface Model (MBIM)Gerhard Roth
2016-06-15Fix typo from rebase : extra parentheseVincent Gross
2016-06-15dedup interactive options handling code yet again.Marc Espie
2016-06-15no more ktremul; from michal mazurekJason McIntyre
2016-06-15ProgressMeter keeps state. Unfortunately, term is shared between processes.Marc Espie
2016-06-15Move the cmsg handling code on top of udp_output(), to makeVincent Gross
2016-06-15Add missing buffer_name format, from Awal Garg.Nicholas Marriott
2016-06-15With the introduction of ip6_output_ipsec_lookup() we didn't exit theFlorian Obser