summaryrefslogtreecommitdiff
path: root/lib/libc/sys
AgeCommit message (Expand)Author
2016-09-30Make read(2) return EISDIR on directories.Jeremie Courreges-Anglas
2016-09-17Restore warnings about multiple process waiting on same fdPhilip Guenther
2016-09-13spelling; from Frank SchoepTheo de Raadt
2016-09-12document that running a W^X violating binary from file system mountedIngo Schwarze
2016-09-05correct wording; from rob@2keys.caTheo de Raadt
2016-09-03Don't list individual valid CLOCK_* values, instead refer toMichal Mazurek
2016-09-01remove references to sparcTed Unangst
2016-09-01Update list of ioctls for the audio promise. Suggested by jmc@, thanks.Alexandre Ratchov
2016-08-21fix obvious typo in the .Dt section numberIngo Schwarze
2016-08-20Sync connect_wait() example with its real usage in ftp(1).Todd C. Miller
2016-08-18Add an EXAMPLES section that illustrates how to deal with connect(2)Todd C. Miller
2016-08-13modern interfaces should use modern speelings, so spell quad_t as int64_t.Ted Unangst
2016-08-09Expand the asynchronous connect information and move it out ofTodd C. Miller
2016-08-09Document that connect goes async when interrupted by signal.Todd C. Miller
2016-07-04DEBUGLIBS has been broken since the gcc4 switch, so delete it. CFLAGSPhilip Guenther
2016-07-03introduces new promise "chown" to allow changing owner/group with *chown(2) f...Sebastien Marie
2016-06-18Update column width decisionPhilip Guenther
2016-06-18Document KTRFAC_{PLEDGE,EXEC{ARGS,ENV}}Philip Guenther
2016-06-13On localhost a user program may create a socket splicing loop.Alexander Bluhm
2016-06-07remove historic note about multiple processes. mostly irrelevant today.Ted Unangst
2016-06-01Document EINVAL when unlinking "." with the AT_REMOVEDIR flag.Todd C. Miller
2016-06-01rmdir(2) should return EINVAL not EBUSY when trying to remove ".".Todd C. Miller
2016-05-31correct documentation for PT_WRITE_I. it may be necessary to flush icache.Ted Unangst
2016-05-30Move __getcwd from ASM to HIDDEN: we don't want the literal __getcwd symbolPhilip Guenther
2016-05-30We no longer have syscalls with multiple return values. Whine aboutPhilip Guenther
2016-05-29Prefer AF_* over PF_* and 'address family' over 'protocol family'Philip Guenther
2016-05-27W^X violations are no longer permitted by default. A kernel log messageTheo de Raadt
2016-05-19Add ASM_NOERR for syscalls that never fail and thus don't need the errnoPhilip Guenther
2016-05-09libc stub is gone, so update the description to cover the remaining usePhilip Guenther
2016-05-09Remove sigreturn declaration and the now-unused libc syscall stubPhilip Guenther
2016-05-07Use a Thread Information Block in both single and multi-threaded programs.Philip Guenther
2016-04-17document pledge(2); from rob pierceJason McIntyre
2016-04-13Revert the recent changes to pledge.2.Theo Buehler
2016-04-12tweak previous;Jason McIntyre
2016-04-12documents "mcast" promiseSebastien Marie
2016-04-12documents "route" promiseSebastien Marie
2016-04-10Clean up and complete the lists of allowed syscalls.Theo Buehler
2016-04-09Document (near) standards conformancePhilip Guenther
2016-03-30Turd polish: use HIDDEN= instead of PSEUDO= for ptrace syscall stub, toPhilip Guenther
2016-03-30Eliminate userspace caching by getlogin_r/setlogin; make the getloginPhilip Guenther
2016-03-30some Xr adjustment to catch up with MLINKS removal;Jason McIntyre
2016-03-30for some time now mandoc has not required MLINKS to functionJason McIntyre
2016-03-27Add EISDIR to ERRORS and fix ETXTBSY description; from Piotr Durlej.Todd C. Miller
2016-03-22Improve the sendsyslog(2) man page.Alexander Bluhm
2016-03-22tweak previous;Jason McIntyre
2016-03-21Rename the system call sendsyslog2 to sendsyslog. Keep the old oneAlexander Bluhm
2016-03-20__thrsleep.2 is contained in section 2natano
2016-03-20It's libpthread, not librthread, and __tfork(2) lets you set the TCBPhilip Guenther
2016-03-19Add STANDARDS and HISTORY blurbs for SOCK_{NONBLOCK,CLOEXEC,DNS}Philip Guenther
2016-03-19This is thrkill, not __thrsigdivertPhilip Guenther