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