| Commit message (Expand) | Author | Age | Files | Lines |
* | build/flags: Add -lrt on FreeBSD for timer_create() | Tavian Barnes | 2025-03-10 | 1 | -0/+1 |
* | diag: Get rid of struct bfs_location | Tavian Barnes | 2025-03-04 | 2 | -7/+0 |
* | bfstd: Take sched_getaffinity() into account in nproc() | Tavian Barnes | 2025-02-27 | 2 | -0/+10 |
* | Release 4.0.64.0.6 | Tavian Barnes | 2025-02-26 | 1 | -1/+1 |
* | configure: Add separate --enable-lto knob | Tavian Barnes | 2025-02-13 | 1 | -1/+7 |
* | diag: Try to make diagnostics signal-safer | Tavian Barnes | 2025-02-06 | 2 | -0/+9 |
* | Release 4.0.54.0.5 | Tavian Barnes | 2025-01-18 | 1 | -1/+1 |
* | build: Feature-detect #pragma nounroll support | Tavian Barnes | 2025-01-17 | 2 | -0/+11 |
* | build: Check for compound literal storage-class support | Tavian Barnes | 2025-01-07 | 2 | -0/+7 |
* | thread: New thread_setname() function | Tavian Barnes | 2024-11-27 | 3 | -0/+20 |
* | build: Check for -pthread before using it | Tavian Barnes | 2024-11-23 | 2 | -2/+12 |
* | ioq: Check for io_uring_register_iowq_max_workers() before using it | Tavian Barnes | 2024-11-11 | 2 | -0/+12 |
* | alloc: Don't require size % align == 0 | Tavian Barnes | 2024-11-02 | 2 | -9/+0 |
* | Release 4.0.44.0.4 | Tavian Barnes | 2024-10-31 | 1 | -1/+1 |
* | Release 4.0.34.0.3 | Tavian Barnes | 2024-10-22 | 1 | -1/+1 |
* | xtime: Add a wrapper for timer_create()/setitimer() | Tavian Barnes | 2024-10-10 | 2 | -0/+10 |
* | build: Add -Wundef-prefix=BFS_ | Tavian Barnes | 2024-10-01 | 2 | -0/+10 |
* | Fix spelling | Tavian Barnes | 2024-09-23 | 1 | -1/+1 |
* | build/prelude: Remove vestigal OBJS definition | Tavian Barnes | 2024-09-18 | 1 | -11/+0 |
* | Release 4.0.24.0.2 | Tavian Barnes | 2024-09-17 | 1 | -1/+1 |
* | build: Remove gen/deps.mk | Tavian Barnes | 2024-09-14 | 4 | -66/+0 |
* | build/flags: Use auto-detection for all warning flags | Tavian Barnes | 2024-09-05 | 9 | -12/+73 |
* | build/embed.sh: Simplify a sed expression | Tavian Barnes | 2024-09-03 | 1 | -1/+1 |
* | build: Move feature test macros to prelude.h | Tavian Barnes | 2024-08-28 | 1 | -13/+1 |
* | build: Move tsan/target_clones conflict to the prelude | Tavian Barnes | 2024-08-28 | 1 | -4/+0 |
* | build: Move per-file flag support into cc.sh | Tavian Barnes | 2024-08-28 | 3 | -11/+33 |
* | build: Move the "compiler works at all" test earlier | Tavian Barnes | 2024-08-28 | 3 | -12/+19 |
* | build: Include the auto-flag build logs in config.log | Tavian Barnes | 2024-08-28 | 2 | -1/+2 |
* | build/flags-if: Fix sed expression on BSD | Tavian Barnes | 2024-08-28 | 1 | -1/+1 |
* | build: Allow ./configure --version=X.Y.Z | Tavian Barnes | 2024-08-28 | 1 | -0/+1 |
* | build/version.sh: Move version calculation here | Tavian Barnes | 2024-08-28 | 1 | -0/+18 |
* | bar: Use tcgetwinsize() from POSIX 2024 if available | Tavian Barnes | 2024-07-28 | 2 | -0/+10 |
* | build: De-duplicate conditionally-supported flags | Tavian Barnes | 2024-07-28 | 1 | -6/+14 |
* | xspawn: Use _Fork() if available | Tavian Barnes | 2024-07-27 | 4 | -0/+18 |
* | build/flags: Add -Wmissing-variable-declarations if supported | Tavian Barnes | 2024-07-27 | 2 | -1/+11 |
* | build/flags: Infrastructure to detect compiler flag support | Tavian Barnes | 2024-07-27 | 4 | -5/+44 |
* | build/define-if.sh: Remove unneeded code | Tavian Barnes | 2024-07-27 | 1 | -3/+1 |
* | build: Save cc.sh build products to gen/ | Tavian Barnes | 2024-06-21 | 4 | -13/+8 |
* | build: Generate config.mk after config.h | Tavian Barnes | 2024-06-21 | 2 | -5/+8 |
* | configure: Bail out if CC doesn't work at all | Tavian Barnes | 2024-06-18 | 1 | -2/+10 |
* | build: Rename CONFIG to CONFFLAGS | Tavian Barnes | 2024-06-18 | 1 | -1/+1 |
* | build: Include CC in bfs --version output | Tavian Barnes | 2024-06-13 | 1 | -0/+1 |
* | build: Use exec "$@" rather than just "$@" | Tavian Barnes | 2024-06-11 | 1 | -1/+1 |
* | Revert "build: Add -Wmissing-variable-declarations" | Tavian Barnes | 2024-06-08 | 1 | -1/+0 |
* | build: Add -Wmissing-variable-declarations | Tavian Barnes | 2024-06-08 | 1 | -0/+1 |
* | Embed more configuration info in bfs --version | Tavian Barnes | 2024-06-08 | 3 | -1/+18 |
* | atomic: Fix RISC-V build with GCC < 14 | Tavian Barnes | 2024-06-06 | 2 | -0/+8 |
* | list: New SLIST_SPLICE() macro | Tavian Barnes | 2024-05-31 | 1 | -0/+1 |
* | configure: Color the checkmarks | Tavian Barnes | 2024-05-24 | 1 | -2/+12 |
* | build/deps: Fix _CPPFLAGS variable name | Tavian Barnes | 2024-05-24 | 1 | -1/+1 |