aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/csu
Commit message (Expand)AuthorAgeFilesLines
* 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