summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-06-19KTRPOINT() takes a KTR_* value, not a KTRFAC_* value.Philip Guenther
2016-06-19Move the RB_ code from doas.h to env.c, and limit the environment interface to aMartijn van Duren
2016-06-19a little nicer formatting; from miodJason McIntyre
2016-06-19no more lock(9);Jason McIntyre
2011-04-24Here comes the easter bunnytils 2.17 (the last version released against aMiod Vallat
2016-06-19Replace some expensive evals.Antoine Jacoutot
2016-06-19omap4 uart is compatible with omap3 uart but has it's own compatible stringJonathan Gray
2016-06-19dynamically attach omap uart with fdtJonathan Gray
2016-06-19Split readlabel() into two functions, readlabel() and parselabel(), andTheo Buehler
2016-06-19Make some noise in dmesg when iwm(4) fails to bring up the hardware.Stefan Sperling
2016-06-19Remove the lockmgr() API. It is only used by filesystems, where it is aMartin Natano
2016-06-19syncJonathan Gray
2016-06-19Do caching differently.Antoine Jacoutot
2016-06-19Temporarily turn caching off; there's a small regression when enablingAntoine Jacoutot
2016-06-19Implement rcctl get|getdef all.Antoine Jacoutot
2016-06-19Cache result of often used functions (svc_is_{base,meta,special}).Antoine Jacoutot
2016-06-19grep(1) /etc/rc.conf instead of /etc/rc to detect whether a particularAntoine Jacoutot
2016-06-19add pool_setipl on all pools.David Gwynne
2016-06-19revert 1.34; causes problems loading public keysDamien Miller
2016-06-18sort previous;Jason McIntyre
2016-06-18KTRPOINT() is only useful in the kernel, so move it behind #ifdef _KERNELPhilip Guenther
2016-06-18Fix removal of dual-stack neighbors.Renato Westphal
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