Age | Commit message (Expand) | Author |
2015-10-15 | Remove disklabel -B (NUMBOOT) support. All the platforms which used to need | Miod Vallat |
2015-10-15 | Avoid a race between fopen(3) and fchmod(2). Use umask(2) and | Alexander Bluhm |
2015-10-15 | No need to create links for xxboot now that MI installboot is the preferred | Miod Vallat |
2015-10-15 | Use MI installboot instead of disklabel -B to install boot blocks. | Miod Vallat |
2015-10-15 | Add an extra argument to bootstrap() to allow for a limited overlap between an | Miod Vallat |
2015-10-15 | add missing comma and missing range restriction, found by smilint | Stuart Henderson |
2015-10-15 | relaydMIBObjects, not relaydMIBOjbects. From Rob Pierce. | Stuart Henderson |
2015-10-15 | Remove some unnecessary NULL-checks before free(). Change two bzero() | mmcc |
2015-10-15 | Add TIOCFLUSH to "tty" in support of tcflush() | Theo de Raadt |
2015-10-15 | Exposing FIOASYNC in pledge "ioctl" is a mistake; remove it, cannot find safe... | Theo de Raadt |
2015-10-15 | Plegde x99token with "stdio rpath wpath cpath fattr getpw tty". | Alexander Bluhm |
2015-10-15 | Handle F_ISATTY in the fcntl() stub as well | Theo de Raadt |
2015-10-15 | remove '!' (subshell) and 'v' (edit) commands from ramdisk more(1) command. | Theo de Raadt |
2015-10-15 | corrects pledge code for fsck_ffs and fsck_ext2fs | Sebastien Marie |
2015-10-15 | Let the rx path of cnmac run without the kernel lock. To avoid the need | Visa Hankala |
2015-10-15 | Fix previous. The port number is not included in sc_src and it is | YASUOKA Masahiko |
2015-10-15 | in6_pcbconnect() returns EADDRNOTAVAIL when | Vincent Gross |
2015-10-15 | iobuf_queue() should return the number of bytes it queued on success, not 0 | Gilles Chehade |
2015-10-15 | Let "all" as an argument for "resume envelope", "pause envelope" | Sunil Nimmagadda |
2015-10-15 | A classic case for bzero() -> explicit_bzero() | mmcc |
2015-10-15 | Cast arguments of ctype functions to Char, a lexism defined as unsigned | mmcc |
2015-10-15 | FIOCLEX & FIONCLEX should be in base ioctl set | Theo de Raadt |
2015-10-15 | give up; include stdlib.h from the .h file, sigh | Theo de Raadt |
2015-10-15 | fsck_ffs has a ^T signal handler which opens /dev/tty late. Hoist that | Theo de Raadt |
2015-10-15 | lock needs pledge(proc exec) to use bsd auth system. from trondd | Ted Unangst |
2015-10-15 | Fix a crash that occurs when printing the filename in a malformed NFS | Lawrence Teo |
2015-10-15 | Add missing includes to make the pf(4) man page example program compile | Lawrence Teo |
2015-10-15 | avoid using a var uninitialised | Jonathan Gray |
2015-10-14 | FALTHROUGH->FALLTHROUGH in comment, ok deraadt a few days ago | Stuart Henderson |
2015-10-14 | Document flock request | Todd C. Miller |
2015-10-14 | Add a dummy "flock" request that will allow file locking. It is | Todd C. Miller |
2015-10-14 | smtpd in tree is no longer neither 5.4.4, nor 5.4.5, bump SMTPD_VERSION | Gilles Chehade |
2015-10-14 | whitespaces | Gilles Chehade |
2015-10-14 | better fix for overrun reported by Qualys Security. | Ted Unangst |
2015-10-14 | SMTPD_MAXPATHLEN -> PATH_MAX, this was unnoticed as file is not linked | Gilles Chehade |
2015-10-14 | imsg_read() may return EAGAIN, handle it in mproc_dispatch() | Gilles Chehade |
2015-10-14 | Bail out early if we have no buf_len | Bob Beck |
2015-10-14 | whitespace + only log TRACE_MPROC if not IMSG_STAT_{IN,DE}CREMENT | Gilles Chehade |
2015-10-14 | fix a memory leak reported by Qualys Security. | Ted Unangst |
2015-10-14 | remove a handful of log_warn that we should handle at a different place to | Gilles Chehade |
2015-10-14 | whitespace | Gilles Chehade |
2015-10-14 | fix define and enhanced status code reason for 5.5.0 | Gilles Chehade |
2015-10-14 | Ensure we don't write a 0 byte past end of the buffer in the error case. | Bob Beck |
2015-10-14 | Use a strict $PATH of "/usr/bin:/usr/local/bin" to run the (de)compressors | Theo de Raadt |
2015-10-14 | we dump esc_code if we have an esc_class, code may be (and actually was) | Gilles Chehade |
2015-10-14 | Allow group wheel to read the mail log. OK gilles@ sthen@ | Todd C. Miller |
2015-10-14 | whitespace | Gilles Chehade |
2015-10-14 | whitespace | Gilles Chehade |
2015-10-14 | pledge() privileged process | Gilles Chehade |
2015-10-14 | pledge() pony and lookup | Gilles Chehade |