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