| Age | Commit message (Expand) | Author |
| 2023-06-18 | strspn: fix typo in comment | rillig |
| 2023-06-14 | Sprinkle braces around _PROP_RWLOCK_UNLOCK() in ``if'' block. | rin |
| 2023-05-07 | RISC-V support that works on QEMU with a single hart. | skrll |
| 2023-04-03 | libc atomic: Make previous work a little less accidentally. | riastradh |
| 2023-04-03 | libc __atomic_is_lock_free: Fix clang build with symbol hacks. | riastradh |
| 2023-03-30 | libc: Define __atomic_is_lock_free. | riastradh |
| 2023-03-26 | fix various typos in documentation, comments and sysctl device description. | andvar |
| 2023-03-06 | fix few typos in comments and log messages. | andvar |
| 2023-01-24 | Fix two signed comparisons that were missed in the last patch. | mlelstv |
| 2023-01-19 | Use unsigned comparisons for pointers and size_t values. | mlelstv |
| 2023-01-15 | Fix strnlen with a large maxlen argument by using unsigned comparison | skrll |
| 2022-12-03 | Fix some comments | skrll |
| 2022-12-03 | improve a comment | skrll |
| 2022-11-01 | s/varaible/variable/ and s/varible/variable/ in comments. | andvar |
| 2022-10-26 | nix double n, i or g in "ing", in comments and documentation. | andvar |
| 2022-10-15 | Handle standalone code. | christos |
| 2022-10-15 | merge conflicts between 1.2.10 and 1.2.13 | christos |
| 2022-10-15 | Import zlib-1.2.13, previous was 1.2.10 | christos |
| 2022-10-15 | Import zlib-1.2.13, previous was 1.2.10 | christos |
| 2022-08-07 | proplib: Allocate sizeof(*ctx), not sizeof(struct ...). | riastradh |
| 2022-08-06 | aarch64: Implement __aarch64_casN_sync. | riastradh |
| 2022-08-04 | proplib: Fix mistake in previous -- use strncmp for prefix matching. | riastradh |
| 2022-08-03 | proplib: Don't run off end of buffer with memcmp. | riastradh |
| 2022-08-03 | proplib: Nix trailing whitespace. | riastradh |
| 2022-07-30 | x86: Eliminate mfence hotpatch for membar_sync. | riastradh |
| 2022-07-23 | whitespace | skrll |
| 2022-07-02 | s/refrences/references/ | andvar |
| 2022-06-18 | be consistent about comparing loaded value against expected old value | skrll |
| 2022-06-18 | Fix some register usage | skrll |
| 2022-06-16 | remove stray 'w' | skrll |
| 2022-05-29 | One more typo; this is called _atomic_swap_64, not _8. | rin |
| 2022-05-29 | Fix typo; this is "and", not "add". | rin |
| 2022-05-26 | libc/ptree: remove CONSTCOND comments | rillig |
| 2022-05-24 | fix various typos in comment, documentation and log messages. | andvar |
| 2022-05-16 | Fix the copy&paste botch from previous. Spotted by Tom Lane. | skrll |
| 2022-05-14 | *** empty log message *** | skrll |
| 2022-04-21 | mips/cavium: Take advantage of Octeon's guaranteed r/rw ordering. | riastradh |
| 2022-04-09 | libc/atomic: Fix membars in __atomic_load/store_* stubs. | riastradh |
| 2022-04-09 | Introduce membar_acquire/release. Deprecate membar_enter/exit. | riastradh |
| 2022-04-09 | riscv/membar_ops: Upgrade membar_enter from W/RW to RW/RW. | riastradh |
| 2022-04-09 | x86_64/membar_ops: Upgrade membar_enter from R/RW to RW/RW. | riastradh |
| 2022-04-09 | i386/membar_ops: Upgrade membar_enter from R/RW to RW/RW. | riastradh |
| 2022-04-09 | sparc64/membar_ops: Upgrade membar_enter from R/RW to RW/RW. | riastradh |
| 2022-04-09 | sparc/membar_ops: Upgrade membar_enter from R/RW to RW/RW. | riastradh |
| 2022-04-09 | aarch64/membar_ops: Fix wrong symbol end. | riastradh |
| 2022-04-09 | x86: Add a note on membar_sync and mfence. | riastradh |
| 2022-04-09 | x86: Omit needless store in membar_producer/exit. | riastradh |
| 2022-04-09 | x86: Every load is a load-acquire, so membar_consumer is a noop. | riastradh |
| 2022-04-09 | sparc64: Fix membar_sync by issuing membar #StoreLoad. | riastradh |
| 2022-04-09 | sparc: Fix membar_sync with LDSTUB. | riastradh |