summaryrefslogtreecommitdiff
path: root/lib/libc/sys
AgeCommit message (Expand)Author
2017-12-18let's not try to document the number of items in a list...Jason McIntyre
2017-12-18Add the CLOCK_BOOTTIME clockid for use with clock_gettime(2)cheloha
2017-12-12Consistently use .Va for "errno";Ingo Schwarze
2017-12-12space required between macro arg and punctuation;Jason McIntyre
2017-12-12pledge()'s 2nd argument becomes char *execpromises, which becomes theTheo de Raadt
2017-11-29clang doesn't propagate attributes like "asm labels" and "visibility(hidden)"Philip Guenther
2017-11-28Delete fktrace(2). The consequences of it were not thought throughPhilip Guenther
2017-10-28consistently use .Vt for variable types and use ".Fa path" where appropriate;Ingo Schwarze
2017-10-22Removed duplicated line.Tobias Stoeckmann
2017-10-08Document fktrace(2) more completely, including separation of errors.Philip Guenther
2017-10-07Add fktrace to the NAME sectionPhilip Guenther
2017-10-05Document that connect(2) and sendto(2) may return with errnoAlexander Bluhm
2017-09-27Document how ioctl(2) LIOCSFD on /dev/klog registers a socket pairAlexander Bluhm
2017-09-25sendsyslog should take a const char * everywhere.Marc Espie
2017-09-21tweak previous: remove trailing blank and improve a wording;Ingo Schwarze
2017-09-20Properly document the typical write(2) loop,Ingo Schwarze
2017-09-05Add additional errno values required by POSIX.Jonathan Gray
2017-09-05Move mutex, condvar, and thread-specific data routes, pthread_once, andPhilip Guenther
2017-08-13add fktrace to libcTed Unangst
2017-08-12Instead of hardcoding a partial dependency list for the syscall stub objects,Philip Guenther
2017-07-20Accessing a mmap(2)ed file behind its end should result in a SIGBUSAlexander Bluhm
2017-07-18Both syslog(3) and syslogd(8) truncate the message at 8192 bytes.Alexander Bluhm
2017-07-10replace Fifos with FIFOs.David Gwynne
2017-07-05fix cross references to self; found with mandoc -TlintIngo Schwarze
2017-06-11request -> promises; from scott chelohaJason McIntyre
2017-06-07Add an acct(5) flag for pledge violations. Then lastcomm(1) showsAlexander Bluhm
2017-05-31Add support for EV_RECEIPT and EV_DISPATCH flagsMike Belopuhov
2017-05-31install futex(2), ok mpiStuart Henderson
2017-05-30getrlimit is now allowed by "stdio"Theo de Raadt
2017-05-29sort SEE ALSO;Jason McIntyre
2017-05-29It is distasteful to have manual pages which don't refer to realTheo de Raadt
2017-05-06Move info about group handling via a negative pid into the listTodd C. Miller
2017-05-05Document what happens when sending a signal to the calling process.Todd C. Miller
2017-05-05Mention that the signal mask does not affect what signals areTodd C. Miller
2017-05-01Document that wait3/waitpid can receive SIGCHILD when wpid doesTodd C. Miller
2017-04-30Add futex(2) shim, bump minor.Martin Pieuchot
2017-04-28Reference the "Futexes Are Tricky" paper.Martin Pieuchot
2017-04-28errant space;Jason McIntyre
2017-04-28Document futex(2) with a lot of inputs from schwarze@Martin Pieuchot
2017-04-15Document RB_TIMEBAD; delete RB_* that are obsolete/unimplementedPhilip Guenther
2017-04-13Xr sigprocmask(2) not the obsolete sigsetmask(3)Todd C. Miller
2017-04-10Fix tabs in example code.Jeremie Courreges-Anglas
2017-04-05Not all devices support mmap, document EINVAL in this case too.Todd C. Miller
2017-04-04tweak previous;Jason McIntyre
2017-04-03Add caveat telling it's better to always read a data byte when passingOtto Moerbeek
2017-03-29The hppa version of as(1) requires whitespace before a .file directive,Theo de Raadt
2017-03-28Document the mcast pledge(2) as an addition to inet.Alexander Bluhm
2017-03-26Use .file to convince 'as' to generate proper FILE symbols in the syscallPhilip Guenther
2017-03-23mkdir(2) and mkdirat(2) can also fail with EACCESS if write permissionTodd C. Miller
2017-03-11shuffle back: wxabort is described in sysctl(3);Jason McIntyre