Age | Commit message (Expand) | Author |
2017-08-12 | Remove support for DSS/DSA, since we removed the cipher suites a while | Joel Sing |
2017-08-12 | Clear the child pointer in CBB_cleanup(), so that we have fewer pointers | Joel Sing |
2017-08-12 | sync | Theo de Raadt |
2017-08-12 | stop pretending that qnames are always strings. treat everything as a | Ted Unangst |
2017-08-12 | snmpe runs as user _snmpd not _snmp. | rob |
2017-08-12 | Instead of hardcoding a partial dependency list for the syscall stub objects, | Philip Guenther |
2017-08-12 | Fix dependency generation: pass ${DFLAGS} and -MF explicitly | Philip Guenther |
2017-08-12 | regen | Ted Unangst |
2017-08-12 | Let DFLAGS been added to by the per-directory Makefile | Philip Guenther |
2017-08-12 | add a fktrace syscall that takes a file descriptor instead of a name. | Ted Unangst |
2017-08-11 | Retire old behavior of requiring root prompt to contain # or \! | Philip Guenther |
2017-08-11 | add option -N (no domain resolution) | Sebastian Benoit |
2017-08-11 | remove bogus ".POD" from .Dt name; noticed by jsing@ | Ingo Schwarze |
2017-08-11 | Add rkdwusb(4) here as well. | Mark Kettenis |
2017-08-11 | Add glue for the USB3 controller on the rk3399-firefly. | Mark Kettenis |
2017-08-11 | Have bus_dmamem_map() store the virtual address of the mapping such that | Mark Kettenis |
2017-08-11 | Add a wait call between different invocations of snmpd test runs to avoid | rob |
2017-08-11 | Remove NET_LOCK()'s argument. | Martin Pieuchot |
2017-08-11 | Be consistent with goto labels, failure flag and use of FAIL macro. | Joel Sing |
2017-08-11 | don't bother checking diagnostic status (which patrick reports | Joshua Stein |
2017-08-11 | doug@ added code in here as well. | Joel Sing |
2017-08-11 | Sort by extension/function name. | Joel Sing |
2017-08-11 | I don't think eay will ever fix this... | Joel Sing |
2017-08-11 | style(9) in ssl_set_cert_masks(). | Joel Sing |
2017-08-11 | During MPPE key reduction on the 40 bits case the first 3 octets need to be | Ricardo Mestre |
2017-08-11 | Merge DDBCTF into DDB. | Martin Pieuchot |
2017-08-11 | pledge ctfconv | Jasper Lievisse Adriaanse |
2017-08-11 | Fall back using db_print_cmd() if no CTF data has been found. | Martin Pieuchot |
2017-08-11 | Fix copy pasto (Coverity CID 1452996), with this it matches the code in FreeBSD | Ricardo Mestre |
2017-08-11 | move pledge after setlocale as suggested by tb@ | Jasper Lievisse Adriaanse |
2017-08-11 | punctuation; | Jason McIntyre |
2017-08-11 | apmwarn and the ridiculous apmhalt hack sysctls are not relevant here | Ted Unangst |
2017-08-11 | Rewrite EllipticCurves TLS extension handling using CBB/CBS and the new | Doug Hogan |
2017-08-11 | _dl_printf is no longer referenced by RELOC_{JMPREL,DYN,GOT}; delete the stub | Philip Guenther |
2017-08-11 | Validate sockaddr from userland in central functions. This results | Alexander Bluhm |
2017-08-11 | Check whether the first two characters of $HISTFILE are the magic | Theo Buehler |
2017-08-11 | Fix cross builds: no clang depend target, no DESTDIR on HOSTCC build | Dale Rahn |
2017-08-11 | make 'dump' mutually exclusive with writing out the data, to ease pleding | Jasper Lievisse Adriaanse |
2017-08-11 | zero out sockaddr_in before use; fixes use of stack garbage as port number | Christian Weisgerber |
2017-08-11 | Convert httpd to tls_config_set_ecdhecurves(), allowing a list of curves | Joel Sing |
2017-08-11 | pledge ctfdump to stdio and rpath | Jasper Lievisse Adriaanse |
2017-08-11 | Don't write out resolv.conf unless the contents | Kenneth R Westerback |
2017-08-11 | Use getopts for option parsing | Philip Guenther |
2017-08-11 | Convert ssl3_send_certificate_request() to CBB. | Joel Sing |
2017-08-11 | Add regression tests for snmpd. Not hooked into regress/usr.sbin/Makefile yet. | rob |
2017-08-11 | Mention that some packages and ports don't work without the wxallowed | Ingo Schwarze |
2017-08-11 | Fix previous by calling wdc_atapi_intr_complete() before rerturning. | Martin Pieuchot |
2017-08-11 | Fix typo in SEE ALSO section. | Nayden Markatchev |
2017-08-11 | Improve pretty printing of pointers. | Martin Pieuchot |
2017-08-11 | Fix nested declaration inside union or struct. | Martin Pieuchot |