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