summaryrefslogtreecommitdiffstats
path: root/usr.sbin (follow)
Commit message (Expand)AuthorAgeFilesLines
* pledge(2) tokenadm(8): it needs "rpath wpath cpath fattr flock" for operationsmestre2015-12-301-1/+4
* now that ibuf_free() checks for null, we can remove the check here.benno2015-12-303-13/+8
* now that ibuf_free() checks for null, we can remove the check here.benno2015-12-301-9/+5
* d_namlen is not portable, there is no reason to keep a delta with -portable andjung2015-12-301-2/+3
* Don't assume fprintf() will set the FILE * error condition.millert2015-12-291-4/+4
* Change send_line() return value to be 1/0 like get_responses() andmillert2015-12-291-43/+57
* When running syslogd in debug mode, use a callback to print thebluhm2015-12-291-1/+10
* Replace lseek/[read|write] with pread|pwrite.krw2015-12-283-34/+23
* remove spaces after '!'jung2015-12-2831-191/+191
* build mopd with -Werror-implicit-function-declarationbenno2015-12-281-1/+2
* build all lpr tools with -Werror-implicit-function-declarationbenno2015-12-284-4/+8
* fprintf() may not set the error indicator on failure so just usemillert2015-12-281-2/+3
* remove unused copy argument from addarg()jung2015-12-281-12/+9
* build smtpd and smtpctl with -Werror-implicit-function-declarationbenno2015-12-282-2/+4
* build most of usr.sbin with -Werror-implicit-function-declarationbenno2015-12-281-1/+2
* bzero -> memset. No binary change.mmcc2015-12-261-8/+8
* Use pread/pwrite instead separate lseek+read/write for lastlog.guenther2015-12-261-5/+5
* Make gpt_chk_mbr() instances even more identicaller by alwayskrw2015-12-241-2/+2
* Make all instances of gpt_chk_mbr() identical (bar static vskrw2015-12-241-6/+4
* bzero -> memset. No binary change.mmcc2015-12-2412-50/+50
* use strndup instead of malloc/strncpy/nulmmcc2015-12-241-4/+3
* more e-mail -> emailmmcc2015-12-243-8/+8
* Add prototype for gpt_chk_mbr() to i386_installboot.c. Add 'static' tokrw2015-12-241-2/+3
* revert check_tcp rev 1.41 by yasuoka@benno2015-12-241-21/+2
* adress -> addressbentley2015-12-241-3/+3
* completly -> completelymmcc2015-12-241-2/+2
* Remove NULL-checks before free(). I think I've almost scrubbed themmcc2015-12-232-10/+6
* expand message between processes to 2048 bytes. Andre Smagin foundderaadt2015-12-231-2/+2
* Tidy up output.ajacoutot2015-12-231-4/+4
* fix sendmail options parsinggilles2015-12-221-4/+9
* commited -> committedmmcc2015-12-221-2/+2
* assign pointers to NULL rather than 0mmcc2015-12-225-10/+10
* update examplesgilles2015-12-221-7/+6
* remove a NULL-check before free()mmcc2015-12-221-3/+2
* remove a NULL-check before free()mmcc2015-12-221-3/+2
* make it clear this needs to be run only for db filesjmc2015-12-221-4/+6
* Kill a trailing whitespace that snuck in with previous commit.sunil2015-12-221-2/+2
* Initialize a char* to NULL rather than 0.mmcc2015-12-221-2/+2
* commiting -> committingmmcc2015-12-222-5/+5
* Wrap long lines.sunil2015-12-222-4/+6
* Wrap long lines.sunil2015-12-221-9/+12
* remove NULL-checks before free()mmcc2015-12-213-9/+6
* remove NULL-check before free()mmcc2015-12-211-3/+2
* Remove NULL-checks before free().mmcc2015-12-211-5/+3
* Start accepting some sendmail compatible commandline arguments.sunil2015-12-211-1/+40
* Only run newaliases(8) if we already have an aliases db.ajacoutot2015-12-211-3/+7
* need to include err.h for err().benno2015-12-201-1/+2
* Remove unnecessary options:rpe2015-12-201-3/+3
* remove redundant loggilles2015-12-201-2/+1
* No need for an extra log.hreyk2015-12-192-40/+23