Age | Commit message (Expand) | Author |
2016-03-19 | Add STANDARDS and HISTORY blurbs for SOCK_{NONBLOCK,CLOEXEC,DNS} | Philip Guenther |
2016-03-19 | This is thrkill, not __thrsigdivert | Philip Guenther |
2016-03-13 | environ and __progname are not declared in a public header; declare them | Philip Guenther |
2016-03-11 | missing article in previous; | Jason McIntyre |
2016-03-11 | pledge: define the meaning of passing NULL to one arguments of pledge(2) as "I | Sebastien Marie |
2016-03-10 | un-vax; | Jason McIntyre |
2016-03-06 | The range of PIDs has changed, and always included zero. | Philip Guenther |
2016-03-06 | No more compat emulations, so remove ktrace EMUL records and the baggage | Philip Guenther |
2016-03-06 | Document the PT_GET_THREAD_{FIRST,NEXT} requests | Philip Guenther |
2016-02-28 | fruncate() returns EFBIG when length exceeds the max file size. | natano |
2016-02-22 | Document sendsyslog2(2) in man page. | Alexander Bluhm |
2016-02-11 | Document how to use sndio in pledged programs. | Tim van der Molen |
2016-01-18 | adjust some syscalls in proc & id; from Carlin Bingham | Theo de Raadt |
2016-01-09 | Replace "function call" with "function" when referring to a function | mmcc |
2016-01-09 | drop "abort" promise, and make it the default behaviour. | Sebastien Marie |
2016-01-06 | add a bug that the path whitelist is not available at this time. | Ted Unangst |
2016-01-05 | Use "path" not "file" as the function arg to utimes() and utimensat(). | Todd C. Miller |
2015-12-25 | Add missing second argument to FD_SET macro in example code snippet. | tb |
2015-12-16 | documents pledge(2) "dpath" promise | Sebastien Marie |
2015-12-16 | in pledged process, setuid/setgid/sticky bits should be ignored. | Sebastien Marie |
2015-12-03 | Remove the /usr/share/nls/ exception from pledge(2). The libc | Alexander Bluhm |
2015-12-01 | use strlcat instead of strlcpy with modified arguments. ok deraadt@ | Can Erkin Acar |
2015-12-01 | Document that "tty" provides read-write access to /dev/tty too. | Todd C. Miller |
2015-12-01 | Send Aviion to same place as Nova II | Theo de Raadt |
2015-12-01 | Mention ksh along with csh when job control is discussed. ok deraadt@ | mmcc |
2015-11-29 | Add pledge "pf" which allows ioctls on pf(4). This will be used by | Sebastian Benoit |
2015-11-25 | Rather than using syslog(3) (which pulls in snprintf), creating the report | Theo de Raadt |
2015-11-25 | Add a syscall stub for sendsyslog2(2), and use it in syslog_r(3), passing | Theo de Raadt |
2015-11-24 | fix an error in NAME; ok schwarze | Jason McIntyre |
2015-11-23 | point to mount_mfs(8), not mfs(8); | Jason McIntyre |
2015-11-18 | rob pierce spotted a mistake left by jmc | Theo de Raadt |
2015-11-16 | minor tweaks; | Jason McIntyre |
2015-11-16 | Permit revoke(2) for a pledge "rpath tty" | Theo de Raadt |
2015-11-16 | Only perform revoke(2) on tty cdevs. Others paths return ENOTTY. | Theo de Raadt |
2015-11-10 | update NAME section to include all documented functions, | Jason McIntyre |
2015-11-10 | Split the intra-thread functionality from kill(2) into its own syscall | Philip Guenther |
2015-11-10 | libc.so can't be unloaded, so move the hidden atexit() and pthread_atfork() | Philip Guenther |
2015-11-07 | add missing NAME entries; | Jason McIntyre |
2015-11-06 | Remove needless comma. | mmcc |
2015-11-03 | Improve explanations throughout | Theo de Raadt |
2015-11-03 | systrace should work now | Ted Unangst |
2015-11-02 | kill 0 has worked for ages, no idea how the man page could be so innacurate s... | Theo de Raadt |
2015-11-01 | replace "can not" with "cannot"; | Jason McIntyre |
2015-10-29 | update text to be more like posix, in particular wrt length = 0 | Ted Unangst |
2015-10-25 | Move the _atfork_list definition to atexit.c so that the fork syscall stub | Philip Guenther |
2015-10-24 | Unify all the errno names in | Alexander Bluhm |
2015-10-24 | remove a paste error and get section numbers right for sysctl(3); | Jason McIntyre |
2015-10-23 | Merge the sigaction() and sigprocmask() overloads/wrappers from libpthread | Philip Guenther |
2015-10-23 | Add 3 new pledge requests. "ps" exposes enough sysctl information for | Theo de Raadt |
2015-10-23 | Remove dnssocket() and dnsconnect(), since we decided to use a SOCK_DNS | Theo de Raadt |