| Commit message (Expand) | Author | Age | Files | Lines |
* | adjust some syscalls in proc & id; from Carlin Bingham |  deraadt | 2016-01-18 | 1 | -5/+9 |
* | Replace "function call" with "function" when referring to a function |  mmcc | 2016-01-09 | 1 | -3/+3 |
* | drop "abort" promise, and make it the default behaviour. |  semarie | 2016-01-09 | 1 | -3/+3 |
* | add a bug that the path whitelist is not available at this time. |  tedu | 2016-01-06 | 1 | -2/+4 |
* | Use "path" not "file" as the function arg to utimes() and utimensat(). |  millert | 2016-01-05 | 1 | -8/+8 |
* | Add missing second argument to FD_SET macro in example code snippet. |  tb | 2015-12-25 | 1 | -3/+3 |
* | documents pledge(2) "dpath" promise |  semarie | 2015-12-16 | 1 | -1/+6 |
* | in pledged process, setuid/setgid/sticky bits should be ignored. |  semarie | 2015-12-16 | 1 | -2/+4 |
* | Remove the /usr/share/nls/ exception from pledge(2). The libc |  bluhm | 2015-12-03 | 1 | -9/+5 |
* | use strlcat instead of strlcpy with modified arguments. ok deraadt@ |  canacar | 2015-12-01 | 1 | -6/+5 |
* | Document that "tty" provides read-write access to /dev/tty too. |  millert | 2015-12-01 | 1 | -4/+9 |
* | Send Aviion to same place as Nova II |  deraadt | 2015-12-01 | 1 | -5/+5 |
* | Mention ksh along with csh when job control is discussed. ok deraadt@ |  mmcc | 2015-12-01 | 1 | -3/+6 |
* | Add pledge "pf" which allows ioctls on pf(4). This will be used by |  benno | 2015-11-29 | 1 | -2/+20 |
* | Rather than using syslog(3) (which pulls in snprintf), creating the report |  deraadt | 2015-11-25 | 1 | -4/+14 |
* | Add a syscall stub for sendsyslog2(2), and use it in syslog_r(3), passing |  deraadt | 2015-11-25 | 1 | -2/+3 |
* | fix an error in NAME; ok schwarze |  jmc | 2015-11-24 | 1 | -3/+3 |
* | point to mount_mfs(8), not mfs(8); |  jmc | 2015-11-23 | 1 | -3/+3 |
* | rob pierce spotted a mistake left by jmc |  deraadt | 2015-11-18 | 1 | -3/+3 |
* | minor tweaks; |  jmc | 2015-11-16 | 2 | -4/+4 |
* | Permit revoke(2) for a pledge "rpath tty" |  deraadt | 2015-11-16 | 1 | -2/+9 |
* | Only perform revoke(2) on tty cdevs. Others paths return ENOTTY. |  deraadt | 2015-11-16 | 1 | -6/+13 |
* | update NAME section to include all documented functions, |  jmc | 2015-11-10 | 2 | -6/+15 |
* | Split the intra-thread functionality from kill(2) into its own syscall |  guenther | 2015-11-10 | 3 | -8/+112 |
* | libc.so can't be unloaded, so move the hidden atexit() and pthread_atfork() |  guenther | 2015-11-10 | 1 | -1/+15 |
* | add missing NAME entries; |  jmc | 2015-11-07 | 4 | -12/+29 |
* | Remove needless comma. |  mmcc | 2015-11-06 | 1 | -3/+3 |
* | Improve explanations throughout |  deraadt | 2015-11-03 | 1 | -108/+79 |
* | systrace should work now |  tedu | 2015-11-03 | 1 | -8/+2 |
* | kill 0 has worked for ages, no idea how the man page could be so innacurate so long; ok guenther |  deraadt | 2015-11-02 | 1 | -11/+2 |
* | replace "can not" with "cannot"; |  jmc | 2015-11-01 | 1 | -3/+3 |
* | update text to be more like posix, in particular wrt length = 0 |  tedu | 2015-10-29 | 1 | -18/+9 |
* | Move the _atfork_list definition to atexit.c so that the fork syscall stub |  guenther | 2015-10-25 | 1 | -4/+1 |
* | Unify all the errno names in |  bluhm | 2015-10-24 | 1 | -4/+4 |
* | remove a paste error and get section numbers right for sysctl(3); |  jmc | 2015-10-24 | 1 | -5/+4 |
* | Merge the sigaction() and sigprocmask() overloads/wrappers from libpthread |  guenther | 2015-10-23 | 4 | -4/+124 |
* | Add 3 new pledge requests. "ps" exposes enough sysctl information for |  deraadt | 2015-10-23 | 1 | -2/+24 |
* | Remove dnssocket() and dnsconnect(), since we decided to use a SOCK_DNS |  deraadt | 2015-10-23 | 1 | -3/+3 |
* | document "id" request; from Gregor Best |  deraadt | 2015-10-22 | 1 | -2/+16 |
* | Document SOCK_DNS flag |  deraadt | 2015-10-20 | 1 | -2/+13 |
* | Remove old tame() stub |  deraadt | 2015-10-19 | 2 | -18/+2 |
* | create libc stubs for dnssocket() and dnsconnect() |  deraadt | 2015-10-18 | 1 | -3/+3 |
* | Document flock request |  millert | 2015-10-14 | 1 | -2/+12 |
* | new sentence, new line; |  jmc | 2015-10-13 | 1 | -5/+6 |
* | satisfy jmc! |  deraadt | 2015-10-12 | 1 | -6/+5 |
* | Add details about a variety of semantics; going to keep adding and then |  deraadt | 2015-10-12 | 1 | -11/+51 |
* | Make it clear that umask ignores everything but the rwx bits. |  millert | 2015-10-12 | 1 | -8/+15 |
* | pledge wasn't called pledge in 5.8, and it was disabled; |  schwarze | 2015-10-12 | 1 | -3/+3 |
* | make description of ERRORS more complete; |  schwarze | 2015-10-12 | 1 | -4/+11 |
* | Document that execve(2) resets SIGCHLD to SIG_DFL |  guenther | 2015-10-11 | 2 | -8/+21 |