Age | Commit message (Expand) | Author |
2016-06-19 | KTRPOINT() takes a KTR_* value, not a KTRFAC_* value. | Philip Guenther |
2016-06-19 | Move the RB_ code from doas.h to env.c, and limit the environment interface to a | Martijn van Duren |
2016-06-19 | a little nicer formatting; from miod | Jason McIntyre |
2016-06-19 | no more lock(9); | Jason McIntyre |
2011-04-24 | Here comes the easter bunnytils 2.17 (the last version released against a | Miod Vallat |
2016-06-19 | Replace some expensive evals. | Antoine Jacoutot |
2016-06-19 | omap4 uart is compatible with omap3 uart but has it's own compatible string | Jonathan Gray |
2016-06-19 | dynamically attach omap uart with fdt | Jonathan Gray |
2016-06-19 | Split readlabel() into two functions, readlabel() and parselabel(), and | Theo Buehler |
2016-06-19 | Make some noise in dmesg when iwm(4) fails to bring up the hardware. | Stefan Sperling |
2016-06-19 | Remove the lockmgr() API. It is only used by filesystems, where it is a | Martin Natano |
2016-06-19 | sync | Jonathan Gray |
2016-06-19 | Do caching differently. | Antoine Jacoutot |
2016-06-19 | Temporarily turn caching off; there's a small regression when enabling | Antoine Jacoutot |
2016-06-19 | Implement rcctl get|getdef all. | Antoine Jacoutot |
2016-06-19 | Cache result of often used functions (svc_is_{base,meta,special}). | Antoine Jacoutot |
2016-06-19 | grep(1) /etc/rc.conf instead of /etc/rc to detect whether a particular | Antoine Jacoutot |
2016-06-19 | add pool_setipl on all pools. | David Gwynne |
2016-06-19 | revert 1.34; causes problems loading public keys | Damien Miller |
2016-06-18 | sort previous; | Jason McIntyre |
2016-06-18 | KTRPOINT() is only useful in the kernel, so move it behind #ifdef _KERNEL | Philip Guenther |
2016-06-18 | Fix removal of dual-stack neighbors. | Renato Westphal |
2016-06-18 | Fix memory leak found with valgrind. | Renato Westphal |
2016-06-18 | Fix use after free bug. | Renato Westphal |
2016-06-18 | Make the 1 Gbps SGMII settings the default to define a consistent set of | Visa Hankala |
2016-06-18 | Fix PCS block size. | Visa Hankala |
2016-06-18 | Remove duplicated line. | Reyk Floeter |
2016-06-18 | Add net.inet.{tcp,udp}.rootonly sysctl, to mark which ports | Vincent Gross |
2016-06-18 | Stop setting the 4-bit mode capability flag for now. | Jonathan Gray |
2016-06-18 | Add a new AUDIO_GETSTATUS ioctl to get various audio driver variables. | Alexandre Ratchov |
2016-06-18 | Plug some memory leaks in error paths of iwm(4). | Stefan Sperling |
2016-06-18 | tweak previous; | Jason McIntyre |
2016-06-18 | Dynamically attach ommmc with fdt. Offset the start of the memory region | Jonathan Gray |
2016-06-18 | Update column width decision | Philip Guenther |
2016-06-18 | Document KTRFAC_{PLEDGE,EXEC{ARGS,ENV}} | Philip Guenther |
2016-06-18 | Make mips64 like all the others: only make mappings writable during relocation | Philip Guenther |
2016-06-18 | Do not allow configuring the same interface for both LDP and VPLS. | Renato Westphal |
2016-06-18 | Use log_warnx() instead of log_warn() when appropriate. | Renato Westphal |
2016-06-18 | Remove TODO comments about loop detection. | Renato Westphal |
2016-06-18 | Fix small LIB<->LFIB synchronization issue. | Renato Westphal |
2016-06-17 | urtwn device now needs rtwn.c, even if rtwn device isn't built | Philip Guenther |
2016-06-17 | Also add missing date or message-id when listening on the submit port | Otto Moerbeek |
2016-06-17 | Add man page for usbd_ref_incr(9), usbd_ref_decr(9), and usbd_ref_wait(9). | Marcus Glocker |
2016-06-17 | No need to hardcode return code. | Antoine Jacoutot |
2016-06-17 | Merge a lot of code from urtwn(4) into rtwn(4). Both drivers now share code | Stefan Sperling |
2016-06-17 | pool_setipl on all uvm pools. | David Gwynne |
2016-06-17 | Replace tsleep/wakeup by usbd_ref_incr/decr/wait to wait for the kthread | Marcus Glocker |
2016-06-17 | grammar fix; | Jason McIntyre |
2016-06-17 | translate OpenSSL error codes to something more meaninful; | Damien Miller |
2016-06-17 | ban AuthenticationMethods="" and accept AuthenticationMethods=any | Damien Miller |