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