aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/csu
Commit message (Expand)AuthorAgeFilesLines
* libc/csu: Pass HWCAP flags to ifunc resolver functionsSarah Walker2026-02-091-3/+28
* csu: C standard requires errno on main() entryKonstantin Belousov2025-06-241-0/+9
* libc/csu: Unify INIT_RELOCS across architecturesJessica Clarke2024-10-1814-42/+43
* libc/csu: Support IFUNCs on riscvJessica Clarke2024-10-182-2/+65
* libc: Purge unneeded cdefs.hWarner Losh2023-11-014-4/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-164-8/+0
* libc/csu: Do not compile the finalizer() for PIC buildDmitry Chagin2023-07-221-0/+2
* lib/csu: do not compile the body of handle_static_init() for PIC build at allKonstantin Belousov2023-03-121-0/+2
* libc/csu: add powerpcspeKonstantin Belousov2023-03-121-0/+4
* libc/csu: rename ignore_init.c to libc_start1.cKonstantin Belousov2023-03-112-1/+1
* libc: move declaration of 'char **environ' to common private headerKonstantin Belousov2023-03-111-2/+0
* x86: microoptimize static PIE startupKonstantin Belousov2023-03-114-10/+22
* csu: move common code to libcKonstantin Belousov2023-03-1114-0/+489