Age | Commit message (Expand) | Author |
2022-08-08 | Added support for creation of Static Position-Independent Executables (PIE) o... | linted |
2022-08-08 | resource.h: add missing RUSAGE_THREAD | Waldemar Brodkorb |
2022-07-26 | Added support for creation of Static Position-Independent Executables (PIE) o... | linted |
2022-06-20 | xtensa: implement user context manipulation functions | Max Filippov |
2022-05-20 | define RLIMIT_RTTIME, bump RLIMIT_NLIMITS | Romain Naour |
2022-02-27 | guard prlimit, reported by Lance Fredrickson | Waldemar Brodkorb |
2022-01-28 | sched.h: Add SCHED_DEADLINE | Petr Vorel |
2022-01-21 | add prlimit syscall wrapper, now for real | Waldemar Brodkorb |
2022-01-21 | add prlimit syscall wrapper | Waldemar Brodkorb |
2022-01-21 | nds32: sync with binutils 2.37, gcc 11.2 and linux 5.10.93 changes | Waldemar Brodkorb |
2022-01-10 | arc: fix signal handler restorer | Sergey Matyukevich |
2021-12-24 | Fix some warnings due to type issues | Yann Sionneau |
2021-12-24 | kvx: fix warning about __BITS_PER_LONG not being defined | Yann Sionneau |
2021-06-04 | powerpc: fix PIE/PIC builds with newer gcc/binutils which use secureplt by de... | Yann Sionneau |
2021-04-09 | open: Add support for O_TMPFILE | Nicolas Cavallari |
2021-02-19 | fcntl.h: Make F_DUPFD_CLOEXEC if _USE_XOPEN2K8 | Paul Cercueil |
2021-01-28 | use renameat2 syscall, when renameat isn't available | Waldemar Brodkorb |
2021-01-27 | fix umount2 compilation for alpha on Linux 5.x | Waldemar Brodkorb |
2021-01-27 | sh: Add 64-bit time types from kernel | Geoffrey Le GourriƩrec |
2020-10-02 | kvx: add support for kvx arch to uClibc-ng | Yann Sionneau |
2020-09-15 | Fix memory corruption due to struct stat field | Yann Sionneau |
2020-08-19 | Add {name, open}_to_handle_at() implementation | Petr Vorel |
2020-08-17 | riscv64: add __riscv_flush_icache | Waldemar Brodkorb |
2020-08-15 | sys/random.h include stddef.h | Waldemar Brodkorb |
2020-08-11 | xtensa: add exclusive access support | Max Filippov |
2020-08-11 | xtensa: relax memory constraint in atomic assembly | Max Filippov |
2020-07-02 | Rename __unused struct members to include a namespace | Ed Wildgoose |
2020-05-17 | mips: Do not include hi and lo in __SYSCALL_CLOBBERS for R6 | Romain Naour |
2020-04-01 | statx: make include conditional, fixes non-csky arch buildroot builds | Waldemar Brodkorb |
2020-02-07 | aarch64/bits: provide sigstack.h | Vladimir Murzin |
2020-02-07 | aarch64/sys: update ucontext.h | Vladimir Murzin |
2020-02-07 | common/bits: Fix ipc_perm and semid_ds definitions for 64-bit arches | Vladimir Murzin |
2020-02-03 | csky: add statx conditionals | Waldemar Brodkorb |
2020-01-30 | poll: avoid calling select with empty sets which hangs the process | Yann Sionneau |
2019-11-17 | fix PTRAVE_EVENT_SECCOMP typo in ptrace.h | Joris Vink |
2019-11-08 | riscv64: implement NPTL/TLS | Waldemar Brodkorb |
2019-11-06 | riscv64: lazy relocations do not work like sparc/m68k | Waldemar Brodkorb |
2019-11-05 | implement fexecve from glibc | Waldemar Brodkorb |
2019-11-01 | riscv64: add shared library support | Waldemar Brodkorb |
2019-10-30 | Make __syscall_error return long, as expected by syscall() callers | Carlos Santos |
2019-10-15 | Fix value for O_mask_was_saved based on gdb observation | mirabilos |
2019-10-15 | sparc64: Make structure match kernel uapi | mirabilos |
2019-10-15 | sparc64: Use the jmpbuf-offsets.h header instead of duplicating it | mirabilos |
2019-10-10 | aarch64: sync with glibc code to see any differences in a better way | Waldemar Brodkorb |
2019-10-05 | or1k: Fix compiling with PIC and latest binutils use PLT for __syscall_error | Stafford Horne |
2019-09-30 | PowerPC: Fix termios definitions | Adhemerval Zanella |
2019-07-05 | riscv: clear a3/a4 in crt1 | Christoph Hellwig |
2019-07-05 | riscv: add the MAP_UNINITIALIZED definition | Christoph Hellwig |
2019-05-27 | sparc: remove asm constraint | Romain Naour |
2019-05-13 | preadv/pwritev: fix offset argument type | Max Filippov |