Age | Commit message (Expand) | Author |
2014-08-21 | Send and receive UDP syslog packets on the IPv6 socket. | Alexander Bluhm |
2014-08-21 | Unbreak when "SRCDIR=." | Antoine Jacoutot |
2014-08-21 | Fix double free. ok guenther@ | Jeremie Courreges-Anglas |
2014-08-21 | limit CGI process execution time to make REDoS attacks less effective; | Ingo Schwarze |
2014-08-21 | deny "once" flags for match rules; ok henning | Mike Belopuhov |
2014-08-21 | Now that DVACT_DEACTIVATE is propagated to the children of a device when | Martin Pieuchot |
2014-08-21 | Fix a copy and pasto with the standard ring setup with calling if_rxr_init() | Brad Smith |
2014-08-21 | add $OpenBSD$ | Jonathan Gray |
2014-08-21 | Kill the remaining <netinet/in_systm.h> inclusion! | Martin Pieuchot |
2014-08-21 | Right after .Fl, a middle delimiter triggers an empty scope, | Ingo Schwarze |
2014-08-21 | Make "rcctl status" output match rc.conf(8) format. | Antoine Jacoutot |
2014-08-21 | Misleading comments about splnet(). | Martin Pieuchot |
2014-08-21 | Change the output of arp(8) to match what ndp(8) does and include the | Martin Pieuchot |
2014-08-21 | Now that rc.conf(8) defines what a base system service, a base | Ingo Schwarze |
2014-08-21 | If an ifa has as NULL ifp pointer then is should be considered as | Martin Pieuchot |
2014-08-21 | Drop sanitation, _rc_parse_conf does this for us already. | Antoine Jacoutot |
2014-08-21 | If a service is disabled its flags are unconditionally set to "NO", so | Antoine Jacoutot |
2014-08-21 | Free resources on error in mkstemp and fdopen | doug |
2014-08-21 | Parse loghost in a separate function. Allow [] around hostname, | Alexander Bluhm |
2014-08-20 | after allocating an mbuf and cluster you still need to init the length | David Gwynne |
2014-08-20 | Move the examples to the EXAMPLES section and add some actual | Ingo Schwarze |
2014-08-20 | Link ospfd and syslogd regression tests to the build. | Alexander Bluhm |
2014-08-20 | Run syslogd regressions tests. As only one syslogd can run per | Alexander Bluhm |
2014-08-20 | Replace gethostbyaddr(3) with getnameinfo(3). Remove the sigprocmask() | Alexander Bluhm |
2014-08-20 | Add missing OpenBSD RCS id. | Alexander Bluhm |
2014-08-20 | Rename priv_gethostserv() to priv_getaddrinfo() as this is what the | Alexander Bluhm |
2014-08-20 | Better explain what unbound is for. | Florian Obser |
2014-08-20 | remove one more reference to crypto(4); ok mikeb | Jason McIntyre |
2014-08-20 | Store the positional args in vars with meaningful names which makes the arg | Robert Peichaer |
2012-03-26 | Import Unbound 1.4.16 to work on in-tree (not yet linked to the build). | Stuart Henderson |
2014-08-20 | Greatly simplify get/set flags and status. | Antoine Jacoutot |
2014-08-20 | Drop default values from rc.conf.local when we run "enable". | Antoine Jacoutot |
2014-08-20 | Remove userland bits related to the crypto(4) interface; ok deraadt | Mike Belopuhov |
2014-08-20 | Implement rxrinfo ioctl for cluster usage statistics | Mike Belopuhov |
2014-08-20 | unify the declaration of functions. | Remi Pointel |
2014-08-20 | Call audio_{pint,rint}() call-backs with the mutex held. Found by | Alexandre Ratchov |
2014-08-20 | When doing Whole disk installs on macppc, blank the first 1 meg of the | Peter Hessler |
2014-08-20 | Bye bye /dev/crypto | Mike Belopuhov |
2014-08-20 | Bye bye /dev/crypto | Mike Belopuhov |
2014-08-20 | unlink crypto(4) pseudo device from the architecture dependant character | Mike Belopuhov |
2014-08-20 | Release CPU mutexes on EINVAL. | doug |
2014-08-20 | Backport support for i386/amd64 'rdtscp' instruction from binutils-2.17 | Philip Guenther |
2014-08-20 | brad said i had some whitespace screwups in my previous diff. this cleans | David Gwynne |
2014-08-20 | djm how did you make a typo like that... | Theo de Raadt |
2014-08-20 | remove the custom jumbo allocator. its never been enabled or used. | David Gwynne |
2014-08-20 | replace the custom jumbo allocator with MCLGETI. | David Gwynne |
2014-08-20 | replace the custom jumbo allocator with MCLGETI. | David Gwynne |
2014-08-20 | replace sks jumbo allocator with MCLGETI. the system provides jumbos in | David Gwynne |
2014-08-20 | bring back r1.130: | David Gwynne |
2014-08-19 | When dumping the server configuration (sshd -T), print correct KEX, | Damien Miller |