summaryrefslogtreecommitdiffstats
path: root/tools/include/nolibc
Commit message (Expand)AuthorAgeFilesLines
* tools/nolibc: Implement gettid()Mark Brown2021-11-301-0/+18
* tools/nolibc: x86-64: Use `mov $60,%eax` instead of `mov $60,%rax`Ammar Faizi2021-11-301-1/+1
* tools/nolibc: x86: Remove `r8`, `r9` and `r10` from the clobber listAmmar Faizi2021-11-301-14/+19
* tools/nolibc: fix incorrect truncation of exit codeWilly Tarreau2021-11-301-8/+5
* tools/nolibc: i386: fix initial stack alignmentWilly Tarreau2021-11-301-1/+9
* tools/nolibc: x86-64: Fix startup code bugAmmar Faizi2021-11-301-2/+8
* tools/nolibc: Implement msleep()Mark Brown2021-07-201-0/+13
* tools: include: nolibc: Fix a typo occured to occurred in the file nolibc.hBhaskar Chowdhury2021-07-201-1/+1
* tools/nolibc: Fix position of -lgcc in the documented exampleWilly Tarreau2021-01-211-1/+1
* tools/nolibc: Emit detailed error for missing alternate syscall number defini...Willy Tarreau2021-01-211-13/+39
* tools/nolibc: Remove incorrect definitions of __ARCH_WANT_*Willy Tarreau2021-01-211-8/+0
* tools/nolibc: Get timeval, timespec and timezone from linux/time.hWilly Tarreau2021-01-211-18/+1
* tools/nolibc: Implement poll() based on ppoll()Willy Tarreau2021-01-211-0/+10
* tools/nolibc: Implement fork() based on clone()Willy Tarreau2021-01-211-0/+10
* tools/nolibc: Make getpgrp() fall back to getpgid(0)Willy Tarreau2021-01-211-1/+19
* tools/nolibc: Make dup2() rely on dup3() when availableWilly Tarreau2021-01-211-0/+26
* tools/nolibc: Add the definition for dup()Willy Tarreau2021-01-211-0/+12
* tools/nolibc: Fix a spelling error in a commentBhaskar Chowdhury2020-11-061-1/+1
* rcutorture/nolibc: Fix a typo in header fileSamuel Hernandez2020-11-061-1/+1
* tool headers nolibc: add RISCV supportPranith Kumar2019-05-081-0/+194
* tools headers: Move the nolibc header from rcutorture to tools/include/nolibc/Willy Tarreau2019-01-251-0/+2263