summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2015-10-16Pledge for ftp(1) in non-interactive mode.Doug Hogan
1995-10-18initial import of NetBSD treeTheo de Raadt
2015-10-16Remove -B from EXAMPLES; reminded by jmc@Miod Vallat
2015-10-16Add allocarray(), an overflow-safe allocation function.mmcc
2015-10-16syncTheo de Raadt
2015-10-16fine tune the logging some moreTed Unangst
2015-10-16simplify logging functions. once a daemon, always a daemonTed Unangst
2015-10-16safety check that we're dealing with the filter we expectTed Unangst
2015-10-16most things should be staticTed Unangst
2015-10-16exit(1) is better for the impossible conditionTed Unangst
2015-10-15fix some signed/unsigned integer type mismatches in formatDamien Miller
2015-10-15Do not abuse .Nm for emphasis;Ingo Schwarze
2015-10-15Delete two preprocessor constants that are no longer used.Ingo Schwarze
2015-10-15argument to sshkey_from_private() and sshkey_demote() can't be NULLDamien Miller
2015-10-15After spawning, the parent can pledge "stdio rpath wpath cpath"Theo de Raadt
2015-10-15Remove three distracting aliases for NULL.mmcc
2015-10-15Simplify the part of args() that is handling .Bl -column phrases:Ingo Schwarze
2015-10-15When blk_full() handles an .It line in .Bl -column and indirectlyIngo Schwarze
2015-10-15it is perhaps better style to not call close() on -1, even if harmlessTed Unangst
2015-10-15make sure req is zeroed in tcp caseTed Unangst
2015-10-15better memory handling of the request/cache chainTed Unangst
2015-10-15do not insert entry into cache until it's fully formedTed Unangst
2015-10-15doh, not all requests are the same size. check len first.Ted Unangst
2015-10-15assert is the wrong toolTed Unangst
2015-10-15the inet sockets don't work well with inet6 addrs. pick family from addr.Ted Unangst
2015-10-15everybody can build reboundTed Unangst
2015-10-15no mail for _rebound. deraadtTed Unangst