summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys (follow)
Commit message (Expand)AuthorAgeFilesLines
* adjust some syscalls in proc & id; from Carlin Binghamderaadt2016-01-181-5/+9
* Replace "function call" with "function" when referring to a functionmmcc2016-01-091-3/+3
* drop "abort" promise, and make it the default behaviour.semarie2016-01-091-3/+3
* add a bug that the path whitelist is not available at this time.tedu2016-01-061-2/+4
* Use "path" not "file" as the function arg to utimes() and utimensat().millert2016-01-051-8/+8
* Add missing second argument to FD_SET macro in example code snippet.tb2015-12-251-3/+3
* documents pledge(2) "dpath" promisesemarie2015-12-161-1/+6
* in pledged process, setuid/setgid/sticky bits should be ignored.semarie2015-12-161-2/+4
* Remove the /usr/share/nls/ exception from pledge(2). The libcbluhm2015-12-031-9/+5
* use strlcat instead of strlcpy with modified arguments. ok deraadt@canacar2015-12-011-6/+5
* Document that "tty" provides read-write access to /dev/tty too.millert2015-12-011-4/+9
* Send Aviion to same place as Nova IIderaadt2015-12-011-5/+5
* Mention ksh along with csh when job control is discussed. ok deraadt@mmcc2015-12-011-3/+6
* Add pledge "pf" which allows ioctls on pf(4). This will be used bybenno2015-11-291-2/+20
* Rather than using syslog(3) (which pulls in snprintf), creating the reportderaadt2015-11-251-4/+14
* Add a syscall stub for sendsyslog2(2), and use it in syslog_r(3), passingderaadt2015-11-251-2/+3
* fix an error in NAME; ok schwarzejmc2015-11-241-3/+3
* point to mount_mfs(8), not mfs(8);jmc2015-11-231-3/+3
* rob pierce spotted a mistake left by jmcderaadt2015-11-181-3/+3
* minor tweaks;jmc2015-11-162-4/+4
* Permit revoke(2) for a pledge "rpath tty"deraadt2015-11-161-2/+9
* Only perform revoke(2) on tty cdevs. Others paths return ENOTTY.deraadt2015-11-161-6/+13
* update NAME section to include all documented functions,jmc2015-11-102-6/+15
* Split the intra-thread functionality from kill(2) into its own syscallguenther2015-11-103-8/+112
* libc.so can't be unloaded, so move the hidden atexit() and pthread_atfork()guenther2015-11-101-1/+15
* add missing NAME entries;jmc2015-11-074-12/+29
* Remove needless comma.mmcc2015-11-061-3/+3
* Improve explanations throughoutderaadt2015-11-031-108/+79
* systrace should work nowtedu2015-11-031-8/+2
* kill 0 has worked for ages, no idea how the man page could be so innacurate so long; ok guentherderaadt2015-11-021-11/+2
* replace "can not" with "cannot";jmc2015-11-011-3/+3
* update text to be more like posix, in particular wrt length = 0tedu2015-10-291-18/+9
* Move the _atfork_list definition to atexit.c so that the fork syscall stubguenther2015-10-251-4/+1
* Unify all the errno names inbluhm2015-10-241-4/+4
* remove a paste error and get section numbers right for sysctl(3);jmc2015-10-241-5/+4
* Merge the sigaction() and sigprocmask() overloads/wrappers from libpthreadguenther2015-10-234-4/+124
* Add 3 new pledge requests. "ps" exposes enough sysctl information forderaadt2015-10-231-2/+24
* Remove dnssocket() and dnsconnect(), since we decided to use a SOCK_DNSderaadt2015-10-231-3/+3
* document "id" request; from Gregor Bestderaadt2015-10-221-2/+16
* Document SOCK_DNS flagderaadt2015-10-201-2/+13
* Remove old tame() stubderaadt2015-10-192-18/+2
* create libc stubs for dnssocket() and dnsconnect()deraadt2015-10-181-3/+3
* Document flock requestmillert2015-10-141-2/+12
* new sentence, new line;jmc2015-10-131-5/+6
* satisfy jmc!deraadt2015-10-121-6/+5
* Add details about a variety of semantics; going to keep adding and thenderaadt2015-10-121-11/+51
* Make it clear that umask ignores everything but the rwx bits.millert2015-10-121-8/+15
* pledge wasn't called pledge in 5.8, and it was disabled;schwarze2015-10-121-3/+3
* make description of ERRORS more complete;schwarze2015-10-121-4/+11
* Document that execve(2) resets SIGCHLD to SIG_DFLguenther2015-10-112-8/+21