summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2020-05-31Add m68k assembler version of __muldi3().rin
2020-05-25Bring in 2020achristos
2020-05-21Teach libc's compat ldexp stub to raise fp exceptions.riastradh
2020-05-16bump for ACLSchristos
2020-05-16Add ACL support for FFS. From FreeBSD.christos
2020-05-16Avoid pulling in "namespace.h" here, as it can have unintendedthorpej
2020-05-15Bump libc minor version for malloc lock changejoerg
2020-05-15Hook up proper fork lock handling for malloc:joerg
2020-05-14Use more markup.wiz
2020-05-14Introduce new ptrace(2) operations: PT_SET_SIGPASS and PT_GET_SIGPASSkamil
2020-05-12Remove mentions of CLONE_PID and CLONE_STOPPEDkamil
2020-05-11Do as the manual says, and use _PATH_DEFPATH if PATH is not present inkre
2020-05-10Don't add getentropy.c to the build (remove symbol from libc)maya
2020-05-10Rename curbrk to __curbrk, and make it and __minbrk hiddenskrll
2020-05-10Don't futz with tpidr_el0 in {set,long}jmp as it breaks TLS as seen inskrll
2020-05-09No need to .import __cerror as SYS.h does itskrll
2020-05-07Fix macro usage. Fix typo. New sentence, new line.wiz
2020-05-06Add getentropy() to libc - a simple wrapper to access the kernel CSPRNG.nia
2020-05-05Mark __cerror as hidden to avoid using the PLT. This is required for newskrll
2020-05-05Add a space before any non-nullified instruction. NFCI.skrll
2020-05-05Add a space before any non-nullified instruction. NFCI.skrll
2020-05-05Use the delay slotskrll
2020-05-05Remove unnecesary #define/#undef _LOCOREskrll
2020-05-04Remove unnecesary #define/#undef _LOCOREskrll
2020-05-03Even more trailing whitespaceskrll
2020-05-03More trailing whitespaceskrll
2020-05-03Trailing whitespaceskrll
2020-05-03turn off TLS for mips on old jemalloc. it doesn't work.mrg
2020-04-26Document ENOSYS return from MODCTL_EXIST.pgoyette
2020-04-26Add a NetBSD native futex implementation, mostly written by riastradh@.thorpej
2020-04-22Explicitly use -fcommon for globals shared between libc and CSU.joerg
2020-04-22Remove man page for the never-exposed _lwp_gettid(2) call.thorpej
2020-04-22Restrict usage of m68k assembler versions of {,u}divsi3 and {,u}divsi3 torin
2020-04-22Use __mc68010__ to distinguish m68000 (sun2) from other m68k ports;rin
2020-04-22Fix previous for libhack, where _REENTRANT is not defined;rin
2020-04-21Switch to using TLS in old jemalloc for everywhere but VAX and sun2.joerg
2020-04-19Rename __atomic_fork to __locked_fork and give it &errno as argument.joerg
2020-04-18Rename "syscall" to "_syscall" and provide "syscall" as a weak alias.thorpej
2020-04-16Introduce intermediate locking for fork, so that the dynamic linker isjoerg
2020-04-11fix tyopchristos
2020-04-11Via enh at google dot com in tech-userlevel. Fix handling ofchristos
2020-04-04Move the note about sys_errlist[] users to COMPATIBILITY, and strengthen it.dholland
2020-04-04Add missing ERRORS section.dholland
2020-04-04Minor clarification. And a typo. Bump date.dholland
2020-04-04Man page for _lwp_gettid(2).thorpej
2020-04-04statvfs.2: Add STANDARDS section.nia
2020-03-30Add comma in enumeration.wiz
2020-03-30Mention elf rather than a.out some more.maya
2020-03-30xref elf(5).maya
2020-03-30Be less of a minefield for new architectures. They're not going to be a.out.maya