summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-10-19pledge "stdio exec proc" early on, setpriority, then pledge "stdio exec"Theo de Raadt
2015-10-19free rbio before wbioBob Beck
2015-10-19missing deref on char check. from David BindermanTed Unangst
2015-10-19Remove the define NOT, replace it with '!'. No binary change.mmcc
2015-10-19A little style(9) for sh.h includesmmcc
2014-08-20Run syslogd regressions tests. As only one syslogd can run perAlexander Bluhm
2015-10-19Stop supporing "legcay" time formats that OpenSSL supports. Rewrite theBob Beck
2015-10-19Change regress to not believe legacy times are validBob Beck
2015-10-19Allow setpriority in "proc" as well, since a few shells have "nice"Theo de Raadt
2015-10-19Move stddef.h include from sh.h to the file that uses it.mmcc
2015-10-19Move string.h include from sh.h to the files that use it.mmcc
2015-10-19fix memory leaks in error pathsJonathan Gray
2015-10-19Revert transfer submission to r1.85. Seems to make okan@'s scannerMartin Pieuchot
2015-10-19Move limits.h include from sh.h to the files that actually need it. Nommcc
2015-10-19More removal of EXTERN.mmcc
2015-10-19Print vnode type for sendfd/recvfd not file type, ok semarieNicholas Marriott
2015-10-19Stop checking for RTF_UP directly, call rtisvalid(9) instead.Martin Pieuchot
2015-10-19Stop checking for RTF_UP directly, call rtisvalid(9) instead.Martin Pieuchot
2015-10-19Sync rtisvalid(9) check for local route entries with r1.257 ofMartin Pieuchot
2015-10-19Remove superfluous NULL checks.Martin Pieuchot
2015-10-19optarg and optind are declared by unistd.hJeremie Courreges-Anglas
2015-10-19Add err.h, missing after pledge() introduction.Jeremie Courreges-Anglas
2015-10-19Fix control_imsg_forward() by changing imsg_compose() toReyk Floeter
2015-10-19Remove the ikev1 stub - Since I started iked, it has an empty privsepReyk Floeter
2015-10-19Remove a duplicated '#include <stdio.h>' line.YASUOKA Masahiko
2015-10-19Fix control_imsg_forward() by changing imsg_compose() toReyk Floeter
2015-10-19Print control socket client fd in debug message to differentiate betweenReyk Floeter
2015-10-19Kill whitespace at eol.Sunil Nimmagadda
2015-10-19deduplicate in[6]_pcbbind() port scan loop.Vincent Gross
2015-10-19Avoid a NULL dereference when getgrnam_r() returns NULL for `result'.YASUOKA Masahiko
2015-10-19Update etc/mtree/BSD.x11.dist (freetype-2.6.1)David Coppa
2015-10-19Call tzset() before dropping the priviledge to use correct timezone.YASUOKA Masahiko
2015-10-19Can't assert "module->fd >= 0" in radiusd_stop() since the module mayYASUOKA Masahiko
2015-10-19Move bge rxeof and txeof outside the kernel lock.Jonathan Matthew
2015-10-19Apply style(9) to header includes.mmcc
2015-10-18Need <string.h> for memset()Philip Guenther
2015-10-18pledge bgplg(8).Sebastian Benoit
2015-10-18Finish first round of rework of the rc script.Robert Peichaer
2015-10-18Pass current directory as a string rather than a file descriptor becauseNicholas Marriott
2015-10-18The change of 5.7's sys/arch/i386/i386/bus_space.c andSASANO Takayoshi
2015-10-18Instead of fragile CMSG parsing, control pledge "sendfd" and "recvfd"Theo de Raadt
2015-10-18Pull in <float.h> instead of declaring __flt_rounds() locallyPhilip Guenther
2015-10-18fix lmtp delivery regressions introduced in previous:Joerg Jung
2015-10-18Move more EXTERN-defined globals from sh.h.mmcc
2015-10-18Backport another Broadwell fix from Linux 3.15Mark Kettenis
2015-10-18Use "getpw" rather than "flock", per deraadt@'s suggestion.Miod Vallat
2015-10-18Avoid integer overflow with very large files.Tobias Stoeckmann
2015-10-18Fix comments.Robert Peichaer
2015-10-18pledge+=flock, for /var/run/ypbind.lock. ok semarie@Miod Vallat
2015-10-18Do not warn for sort -o if we can't chown the output temporary fileTodd C. Miller