Age | Commit message (Expand) | Author |
2015-10-16 | naddy would like the child to exit when the parent dies. | Ted Unangst |
2015-10-16 | Missing local. | Antoine Jacoutot |
2015-10-16 | No longer talk about -b flag, it's gone. | Florian Obser |
2015-10-16 | Drop usage of TMPDIR. | Antoine Jacoutot |
2015-10-16 | sync | Theo de Raadt |
2015-10-16 | test mixing of tabs with Ta | Ingo Schwarze |
2015-10-16 | Make sched_barrier() use its own task queue to avoid deadlocks. | Martin Pieuchot |
2015-10-16 | life is simpler if all requests go in the fifo, and then just remove them | Ted Unangst |
2015-10-16 | better handle anchored FQDNs (e.g. 'cvs.openbsd.org.') in hostname | Damien Miller |
2015-10-16 | deraadt tells me i'm supposed to check if connect() actually worked. | Ted Unangst |
2015-10-16 | two phase handling for tcp so that slow connects don't stall the process | Ted Unangst |
2015-10-16 | Cast isspace() argument to unsigned char. | mmcc |
2015-10-16 | Move -t and -w functionality to -a. Both flags are in the way for a | Florian Obser |
2015-10-16 | Modernize allocation by: | mmcc |
2015-10-16 | Cast iscntrl()'s arg to unsigned char. | mmcc |
2015-10-16 | 0 -> NULL when comparing with a char*. | mmcc |
2015-10-16 | Repair the pty check for kernels without pty support. | Theo de Raadt |
2015-10-16 | Check file sizes only for regular files. The current code breaks savecore | Tobias Stoeckmann |
2015-10-16 | Pledge the syslogd privsep process with "stdio rpath wpath cpath | Alexander Bluhm |
2015-10-16 | The hosts.lpd examples file does not contain a single example. | Ingo Schwarze |
2015-10-16 | Allow PTMGET with "tty rpath wpath" but restrict only to /dev/ptm by | Nicholas Marriott |
2015-10-16 | save request length in cache. naddy noticed we weren't getting any hits. | Ted Unangst |
2015-10-16 | Remove pointless externs - the structs are declared in the same files a | Joel Sing |
2015-10-16 | Expand DECLARE_ASN1_ALLOC_FUNCTIONS and DECLARE_ASN1_FUNCTIONS_const | Joel Sing |
2015-10-16 | Remove pointless uses of DECLARE_ASN1_ENCODE_FUNCTIONS_const. | Joel Sing |
2015-10-16 | wrap a long line | Theo de Raadt |
2015-10-16 | Fix use of pointer value after BIO_free, and remove senseless NULL checks. | Bob Beck |
2015-10-16 | Always allow a r/w opening of /dev/null though the namei check. This | Theo de Raadt |
2015-10-16 | ugly white space | Theo de Raadt |
2015-10-16 | delete pledge_bind_check() function and remove pledge_bind_check() call from ... | Sebastien Marie |
2015-10-16 | Place TIOCSTI reminder block better | Theo de Raadt |
2015-10-16 | For "tty" pledges, treat TIOCGPGRP and TIOCGWINSZ like TIOCGETA - | Theo de Raadt |
2015-10-16 | Merge nlist out of boundary access fix with other nlist implementations. | Tobias Stoeckmann |
2015-10-16 | Put tls_config_verify_client_optional() in the right place. | Joel Sing |
2015-10-16 | Fix tpyo. | Joel Sing |
2015-10-16 | Implement real "flock" request and add it to userland programs that | Todd C. Miller |
2015-10-16 | actually include the prerequisite dependency for BIO instead of doing nastyness | Bob Beck |
2015-10-16 | If a DOWN route entry is passed to a L2 output function, be dumb and | Martin Pieuchot |
2015-10-16 | Put some iwm(4) debug code into #ifdef IWM_DEBUG. | Stefan Sperling |
2015-10-16 | Clean up iwm(4) scanning logic a bit: Reset sc_scanband in callers of | Stefan Sperling |
2015-10-16 | Oops, committed old version of previous diff with a typo in it: NLL -> NULL | Stefan Sperling |
2015-10-16 | In iwm(4), correctly size and map the mbuf used for large firmware commands. | Stefan Sperling |
2015-10-16 | Don't free after calling paste_set but do after evbuffer_add, from Theo | Nicholas Marriott |
2015-10-16 | Validate parsed ELF values to prevent out of boundary accesses. | Tobias Stoeckmann |
2015-10-16 | Disable !-command to escape to a shell. You are supposed to play, press | Tobias Stoeckmann |
2015-10-16 | Add native support for ed-style diffs. No need to pledge "proc exec" anymore. | Tobias Stoeckmann |
2015-10-16 | doug and I think the kernel has enough features to support | Theo de Raadt |
2015-10-16 | FIOSETOWN/FIOGETOWN were added to "ioctl", but study finds no programs | Theo de Raadt |
2015-10-16 | Add TIOCCBRK and TIOCSDTR to the whitelist for pledge ioctl. | Doug Hogan |
2015-10-16 | Pledge support for the parent/resolver in identd(8). | Doug Hogan |