summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2017-10-04iscntrl(0) is != 0 at least since Version 7 AT&T UNIX, and POSIXIngo Schwarze
2017-10-04pasto in function name in the SYNOPSIS; from semarie@Ingo Schwarze
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-23Kill unused functionJeremie Courreges-Anglas
2017-09-23Make delayed free non-optional and make F do an extensive double free check.Otto Moerbeek
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-18Document readdir_r() return value and update style of the exampleTodd C. Miller
2017-09-17__progname has type char *, we cannot change its type without causingOtto Moerbeek
2017-09-12mapalign returns MAP_FAILED for failuer; from George KoehlerOtto Moerbeek
2017-09-12Update the documentation regarding /dev/mem and /dev/kmem;Ingo Schwarze
2017-09-11check double free before canary for chunks; ok millert@Otto Moerbeek
2017-09-10shm_open(), sysconf(), tcflow(), and tcsendbreak() are not permitted to bePhilip Guenther
2017-09-10Fix spelling of 4.3BSD-Net/2.Ingo Schwarze
2017-09-10sysctl strings include the termingating NUL character in both in and out lengthsTom Cosgrove
2017-09-05Remove unused 32bit version of elf_hash().Martin Pieuchot
2017-09-05New POSIX xlocale implementation written from scratch.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-09-02delete pointless .Tn ASCII found by jca@ with mandoc -TlintIngo Schwarze
2017-08-31Mention strtok_r in STANDARDSJeremie Courreges-Anglas
2017-08-29It is confusing to talk about priorities being ordered from highTodd C. Miller
2017-08-29isunordered() returns true if at least one of the arguments is NaNTodd C. Miller
2017-08-22Remove mpool.libtp, it was part of the Berkeley DB tarball but notTodd C. Miller
2017-08-20two MALLOC_STATS only tweaks; one from David CARLIER, the other found by clangOtto Moerbeek
2017-08-19Use 0xcc trapsleds instead of default/nop/0xcc in BTC alignmentsTheo de Raadt
2017-08-19Don't need .text before ENTRY(), also minor spacing cleanupsTheo de Raadt
2017-08-19Put _map table into .rodata instead of .textTheo de Raadt
2017-08-15s/DEF_STD/DEF_STRONG/ to match namespace.h differences between librthreadPhilip Guenther
2017-08-15Wrap <sched.h> and <sys/futex.h> so that internal calls go directPhilip Guenther
2017-08-15Sort headers per style(9)Philip Guenther
2017-08-15Copy files from ../librthread in preparation for moving functionalityPhilip Guenther
2017-08-15Copy files from ../librthread in preparation for moving functionalityPhilip Guenther
2017-08-15fmt0 is a wchar_t *, so use %ls to reportTheo de Raadt
2017-08-14Use sendsyslog() directly instead of syslog_r() for the "backwards memcpy"Philip Guenther
2017-08-13add fktrace to libcTed Unangst
2017-08-12Minimize #includes, particularly to avoid thread_private.hPhilip Guenther
2017-08-12Instead of hardcoding a partial dependency list for the syscall stub objects,Philip Guenther
2017-08-08Stop running nd6_expire every second.Florian Obser
2017-08-08Kernel sendsyslog(2), libc syslog(3), and syslogd(8) restrict andAlexander Bluhm
2017-08-07Since sendsyslog(2) handles the LOG_CONS parameter, the variableAlexander Bluhm
2017-08-05We only support ASCII and UTF-8, so we never need toIngo Schwarze
2017-08-01delete sigmask(3) from sigsetmask(3) SYNOPSIS and use .Xr ratherIngo Schwarze
2017-08-01add missing and correct misspelled names, most in NAME sections;Ingo Schwarze
2017-07-27Use stdrup, to avoid clang whining about the length parameters beingTheo de Raadt
2017-07-22Favor err() over perror() in example.anton
2017-07-22zap trailing whitespace;Jason McIntyre
2017-07-22rework the page a bit, clarify a few things, maybe better wordingTed Unangst
2017-07-20Accessing a mmap(2)ed file behind its end should result in a SIGBUSAlexander Bluhm