Age | Commit message (Expand) | Author |
2016-01-05 | don't use the second argument of pledge(2) as the whitelist is not stabilized | Sebastien Marie |
2016-01-05 | Make some things static that are only used in loadfile_elf.c | Mike Larkin |
2016-01-05 | Fail fast if elf64_exec fails. No need to populate the bootargs/stack | Mike Larkin |
2016-01-05 | more bzero -> memset conversions | Mike Larkin |
2016-01-04 | no need for af on divert-to rule; from/ok mikeb | Jason McIntyre |
2016-01-04 | add proc and exec to pledge in lka, required to run external add-ons outside of | Joerg Jung |
2016-01-04 | switch to /usr/local/libexec when looking for -extras and drop loop iterating | Joerg Jung |
2016-01-04 | Use an bitmap of handler function pointers to track I/O device to handler | Mike Larkin |
2016-01-04 | bzero -> memset for consistency | Mike Larkin |
2016-01-03 | Clarify vmctl console operation. | Mike Larkin |
2016-01-03 | Add a cleanup block, fix a couple of memory leaks, fix a typo and a bit | Mike Larkin |
2016-01-03 | forgot to call RB_INIT. but yet things mostly worked... | Ted Unangst |
2016-01-03 | fix wording which becomes confusing now that filters is a real thing | Gilles Chehade |
2016-01-02 | fix typo in comment, found by Michal Mazurek, thanks | Sebastian Benoit |
2016-01-01 | add grp.h for setgroups, not necessarily required on OpenBSD but reduces diff | Joerg Jung |
2015-12-31 | Provide a prototype for yyparse(). Unbreaks the tree. | Mark Kettenis |
2015-12-31 | Do not mix EX_* from sysexits.h and EXIT_* from stdlib.h, just use | Todd C. Miller |
2015-12-30 | SSL_CTX_free() and SSL_free() check for null so dont do it in smtpd | Sebastian Benoit |
2015-12-30 | SSL_CTX_free() and SSL_free() check for null so dont do it in relayd | Sebastian Benoit |
2015-12-30 | SSL_CTX_free() and SSL_free() check for null so dont do it in ldapd | Sebastian Benoit |
2015-12-30 | pledge(2) tokenadm(8): it needs "rpath wpath cpath fattr flock" for operations | mestre |
2015-12-30 | now that ibuf_free() checks for null, we can remove the check here. | Sebastian Benoit |
2015-12-30 | now that ibuf_free() checks for null, we can remove the check here. | Sebastian Benoit |
2015-12-30 | d_namlen is not portable, there is no reason to keep a delta with -portable and | Joerg Jung |
2015-12-29 | Don't assume fprintf() will set the FILE * error condition. | Todd C. Miller |
2015-12-29 | Change send_line() return value to be 1/0 like get_responses() and | Todd C. Miller |
2015-12-29 | When running syslogd in debug mode, use a callback to print the | Alexander Bluhm |
2015-12-28 | Replace lseek/[read|write] with pread|pwrite. | Kenneth R Westerback |
2015-12-28 | remove spaces after '!' | Joerg Jung |
2015-12-28 | build mopd with -Werror-implicit-function-declaration | Sebastian Benoit |
2015-12-28 | build all lpr tools with -Werror-implicit-function-declaration | Sebastian Benoit |
2015-12-28 | fprintf() may not set the error indicator on failure so just use | Todd C. Miller |
2015-12-28 | remove unused copy argument from addarg() | Joerg Jung |
2015-12-28 | build smtpd and smtpctl with -Werror-implicit-function-declaration | Sebastian Benoit |
2015-12-28 | build most of usr.sbin with -Werror-implicit-function-declaration | Sebastian Benoit |
2015-12-26 | bzero -> memset. No binary change. | mmcc |
2015-12-26 | Use pread/pwrite instead separate lseek+read/write for lastlog. | Philip Guenther |
2015-12-24 | Make gpt_chk_mbr() instances even more identicaller by always | Kenneth R Westerback |
2015-12-24 | Make all instances of gpt_chk_mbr() identical (bar static vs | Kenneth R Westerback |
2015-12-24 | bzero -> memset. No binary change. | mmcc |
2015-12-24 | use strndup instead of malloc/strncpy/nul | mmcc |
2015-12-24 | more e-mail -> email | mmcc |
2015-12-24 | Add prototype for gpt_chk_mbr() to i386_installboot.c. Add 'static' to | Kenneth R Westerback |
2015-12-24 | revert check_tcp rev 1.41 by yasuoka@ | Sebastian Benoit |
2015-12-24 | adress -> address | Anthony J. Bentley |
2015-12-24 | completly -> completely | mmcc |
2015-12-23 | Remove NULL-checks before free(). I think I've almost scrubbed the | mmcc |
2015-12-23 | expand message between processes to 2048 bytes. Andre Smagin found | Theo de Raadt |
2015-12-23 | Tidy up output. | Antoine Jacoutot |
2015-12-22 | fix sendmail options parsing | Gilles Chehade |