summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2020-03-25Delete the BUGS paragraph about the "missing" const qualifier for thekre
2020-03-25Document strerror_l()kre
2020-03-25Relax fdatasync restriction that fd be writablegdt
2020-03-25Arrange that strerror(-1) prints "Unknown error: -1" and not thekre
2020-03-25Protect against malloc failure corrupting errno, which is notkre
2020-03-08Bump new libc minor due to new errno codesmgorny
2020-03-08PR standards/44921: Add errno consts for robust mutexesmgorny
2020-03-08Sync signal messages between catalog and sys_siglistmgorny
2020-03-08Sync errno messages between catalog and errno.hmgorny
2020-03-08Fix broken printf(3) %d output for numbers more than two digits, e.g.,rin
2020-03-02Add sysloglike attr.christos
2020-03-02fix print-like attrschristos
2020-03-02PR/55041: Fix printf format in syslog(3) error message.christos
2020-02-23+EINVALad
2020-02-23Change the previous cast from unsigned int to unsigned longkamil
2020-02-22Avoid undefined behavior in fread(3)kamil
2020-02-22Avoid undefined behavior in the rand48(3) implementationkamil
2020-02-22Remove vestigial remnant of an earlier modification to the modulepgoyette
2020-02-22Reorder words to fix grammarkamil
2020-02-22rand48: Document that short integers are unsignedkamil
2020-02-22Improve readability of __dorand48()kamil
2020-02-22Avoid NULL pointer arithmetics on environkamil
2020-02-22Avoid unportable left shift constructkamil
2020-02-21Avoid undefined behavior in *BIT macroskamil
2020-02-05Remove trailing whitespace.wiz
2020-02-04Mention that we don't honor the other mode bits.christos
2020-02-01Revert previouskamil
2020-02-01Switch atform allocations from malloc()+free() to mmap()+munmap()kamil
2020-01-27Make x86 use the C versions of bcmp() and memcmp().ad
2020-01-23Fix name of keyword so it will worwk correctly. :)pgoyette
2020-01-14Adjust the error return value of pthread_sigmask for !libpthread usagekamil
2020-01-13Fix atfork malloc handling to include all the locks in old jemalloc.joerg
2020-01-13Fix aarch64 definition in old jemallocjoerg
2020-01-04Document PT_LWPSTATUS and PT_LWPNEXT in ptrace(2)kamil
2019-12-27s/inital/initial/msaitoh
2019-12-23Explain in kevent(2) the semantics of EINTRkamil
2019-12-22Document udata type switch in struct kevent in the kqueue(2)kamil
2019-12-19tcgetsid() is defined in <termios.h>, not <sys/types.h> or <unistd.h>.leot
2019-12-15PR 54619: Remove semaphore limit introduce as part of GSoC 2016 withjoerg
2019-12-07Add missing MLINK for membar_datadep_consumer(3).riastradh
2019-12-06Note also that the load address (if provided) is also for the module'spgoyette
2019-12-06Fix manpage due to updated aligned_alloc behaviornros
2019-12-04Note that the size returned by modctl(2) and displayed by modstat(8) ispgoyette
2019-12-02Add cfi annotations so that gdb can unwind the stack through signal handlers.christos
2019-11-21Fix PR/54074 and PR/54093 completely.nakayama
2019-11-07Mirror the ld.elf_so logic for handling aligning the TLS size.joerg
2019-11-05Use alignof and not size_t for platforms with non-natural basejoerg
2019-11-04PR 54093: Align static TLS area to max_align_t.joerg
2019-10-29Always include soft-float compare and order logic in libc when usingjoerg
2019-10-27accept() is a function, not an argument!pgoyette