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