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