summaryrefslogtreecommitdiff
path: root/lib/libc/sys
AgeCommit message (Expand)Author
2018-04-27<sys/mount.h> and <sys/swap.h> no longer require <sys/param.h>Philip Guenther
2018-04-24Make futex(2) also return ECANCELED in case SA_RESTART was set.Paul Irofti
2018-04-24Validate timespec and return ECANCELED when interrupted with SA_RESTART.Paul Irofti
2018-04-22use NULL for pointerTheo de Raadt
2018-04-22mmap() no longer needs to be used. Without providing too many details,Theo de Raadt
2018-04-08Actually describe the parameters rather than calling facts BUGSIngo Schwarze
2018-03-21on failure, mmap() returns MAP_FAILEDGleydson Soares
2018-03-16anton points out that my previous commit completely messed with theJason McIntyre
2018-03-05typo in kern.maxlocksperuidOtto Moerbeek
2018-03-04various tweaks, in part to try and clean up the amount of verticalJason McIntyre
2018-02-27improve lining up of tabs inside .Fd macros for terminal output;Ingo Schwarze
2018-02-11macro fix;Jason McIntyre
2018-02-11Document how MAP_STACK will be used. All stacks must be mmap'd withTheo de Raadt
2018-02-10zap trailing whitespace;Jason McIntyre
2018-02-10add support for binary sysctl payloads by handling them as hexFlorian Obser
2018-01-13tweak previous;Jason McIntyre
2018-01-13introduce a filter called EVFILT_DEVICE that can be used to notifyRobert Nagy
2018-01-12Adjust references for sysctl(3) to sysctl(2)Theo de Raadt
2018-01-12sysctl(3) can now be renamed to sysctl(2)Theo de Raadt
2018-01-08TIOCUCNTL is now allowed by promise "tty".Martin Pieuchot
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