summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
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-12two times a define to an inline function, from Michael McConville; ok djm@Otto Moerbeek
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-09tweak MALLOC_STATS printing (switched off by default), prodded byOtto Moerbeek
2016-04-09redundant memset(3), from Michael McConville, ok armani@Otto Moerbeek
2016-04-09Document (near) standards conformancePhilip Guenther
2016-04-05Prefer _MUTEX_*LOCK over _THREAD_PRIVATE_MUTEX_*LOCK() when thread-specificPhilip Guenther
2016-04-05Update example in comment: setlogin doesn't use {PROTO,DEF}_WRAP() nowPhilip Guenther
2016-04-04get* can change *lineptr on failurePhilip Guenther
2016-04-03Document ``use after free'' error messageOtto Moerbeek
2016-03-30Major bump for getlogin*/ptrace changesPhilip 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-27Don't need to define SYS_sycall herePhilip Guenther
2016-03-27Switch to RSYSCALL: no special handling is needed here any more andPhilip Guenther
2016-03-27remove unused variableCharles Longeau
2016-03-27Add EISDIR to ERRORS and fix ETXTBSY description; from Piotr Durlej.Todd C. Miller
2016-03-26fix typo: "prefer seek()" -> "prefer fseek()"Theo Buehler
2016-03-26fix the last bunch of NAME sections that were overlooked earlierIngo Schwarze
2016-03-26remove some unused ancient test files from 4.4 BSDMichael McConville
2016-03-23Initialize _res_ext.nsaddr_list alongside _res.nsaddr_list.Christopher Zimmermann
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-21The asm in the MD_DISABLE_KBIND macro was too fragile and broke alpha and hppa.Philip Guenther
2016-03-20LOCALE_CHARSETS has been unused for some time nowJeremie Courreges-Anglas
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-20Add $OpenBSD linePhilip Guenther
2016-03-20Rearrange C runtime bits: now that ld.so exports environ and __progname,Philip Guenther
2016-03-20Currently we have about a 50/50 split over fcntl(n, F_GETFL [,0])Kenneth R Westerback
2016-03-19Add STANDARDS and HISTORY blurbs for SOCK_{NONBLOCK,CLOEXEC,DNS}Philip Guenther
2016-03-19This is thrkill, not __thrsigdivertPhilip Guenther
2016-03-17remove NOTREACHEDmmcc
2016-03-17properly guard to macrosmmcc
2016-03-15remind people rewind is seldom a good choiceMarc Espie
2016-03-14small step towards multiple pools: move two globls into the struct dir_infoOtto Moerbeek
2016-03-14Remove doaccess variable and access(2) call since this interfers withmestre
2016-03-14(char *)0 -> NULLmmcc
2016-03-13environ and __progname are not declared in a public header; declare themPhilip Guenther
2016-03-12Remove sentences in RETURN VALUES sections saying that functions withmmcc
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-10ANSIfy function declarations, move initializations to declaration blockmmcc