2019-07-28 |
Rich Felker | clock_nanosleep: add time64 syscall support, decouple...
|
commit | commitdiff | tree |
2019-07-27 |
Rich Felker | implement settimeofday in terms of clock_settime, not...
|
commit | commitdiff | tree |
2019-07-27 |
Rich Felker | internally, define plain syscalls, if missing, as their...
|
commit | commitdiff | tree |
2019-07-27 |
Rich Felker | internally, define time64 syscalls on x32 as the existing...
|
commit | commitdiff | tree |
2019-07-27 |
Rich Felker | don't use futimesat syscall as utimensat fallback on x32
|
commit | commitdiff | tree |
2019-07-27 |
Rich Felker | fix and simplify futimesat fallback in utimensat
|
commit | commitdiff | tree |
2019-07-27 |
Rich Felker | refactor thrd_sleep and nanosleep in terms of clock_nanosleep
|
commit | commitdiff | tree |
2019-07-21 |
Samuel Holland | use the correct stat structure in the fstat path
|
commit | commitdiff | tree |
2019-07-20 |
Rich Felker | refactor adjtime function using adjtimex function instead...
|
commit | commitdiff | tree |
2019-07-20 |
Rich Felker | refactor adjtimex in terms of clock_adjtime
|
commit | commitdiff | tree |
2019-07-19 |
Rich Felker | fix inadvertent introduction of extern object stx
|
commit | commitdiff | tree |
2019-07-19 |
Rich Felker | implement fstatat with SYS_statx, conditional on undersized...
|
commit | commitdiff | tree |
2019-07-18 |
Rich Felker | cleanup includes now that stat, lstat no longer make...
|
commit | commitdiff | tree |
2019-07-18 |
Rich Felker | restore property that fstat(AT_FDCWD) fails with EBADF
|
commit | commitdiff | tree |
2019-07-18 |
Rich Felker | remove mips/n32/64 stat struct hacks from syscall machinery
|
commit | commitdiff | tree |
2019-07-18 |
Rich Felker | decouple struct stat from kernel type
|
commit | commitdiff | tree |
2019-07-18 |
Rich Felker | refactor all stat functions in terms of fstatat
|
commit | commitdiff | tree |
2019-07-18 |
Rich Felker | remove utterly wrong includes from mips64/n32 bits...
|
commit | commitdiff | tree |
2019-07-17 |
Rich Felker | use register constraint instead of memory operand for...
|
commit | commitdiff | tree |
2019-07-17 |
Rich Felker | fix riscv64 atomic asm constraints
|
commit | commitdiff | tree |
2019-07-17 |
Rich Felker | fix riscv64 syscall asm constraint
|
commit | commitdiff | tree |
2019-07-17 |
Rich Felker | fix broken lseek on x32 (x86_64/ILP32) with offsets...
|
commit | commitdiff | tree |
2019-07-17 |
Rich Felker | fix broken lseek on mipsn32 with offsets larger than...
|
commit | commitdiff | tree |
2019-07-17 |
Rich Felker | clean up mips64/n32 syscall asm constraints
|
commit | commitdiff | tree |
2019-07-17 |
Rich Felker | deduplicate mips64/n32 syscall clobbered register lists
|
commit | commitdiff | tree |
2019-07-16 |
Rich Felker | use namespace-safe __lseek for __stdio_seek instead...
|
commit | commitdiff | tree |
2019-07-16 |
Rich Felker | release 1.1.23
|
commit | commitdiff | tree |
2019-07-15 |
Rich Felker | update year in COPYRIGHT file
|
commit | commitdiff | tree |
2019-07-15 |
Rich Felker | update authors/contributors list
|
commit | commitdiff | tree |
2019-07-15 |
Rich Felker | fix build failure on arm building C code in thumb1...
|
commit | commitdiff | tree |
2019-07-13 |
James Y Knight | fix sigaltstack to ignore ss_size with SS_DISABLE,...
|
commit | commitdiff | tree |
2019-07-10 |
Samuel Holland | use the correct attributes for ___errno_location
|
commit | commitdiff | tree |
2019-07-10 |
Samuel Holland | fix conflicting mips and powerpc definitions for TIOCSER_TEM...
|
commit | commitdiff | tree |
2019-07-10 |
Samuel Holland | fix restrict violations in internal use of several...
|
commit | commitdiff | tree |
2019-07-09 |
Rich Felker | mention mips64 n32 ABI support in INSTALL doc
|
commit | commitdiff | tree |
2019-07-09 |
Rich Felker | document riscv64 support in INSTALL document
|
commit | commitdiff | tree |
2019-07-09 |
Rich Felker | prevent dup2 action for posix_spawn internal pipe fd
|
commit | commitdiff | tree |
2019-07-06 |
Rich Felker | fix inadvertent use of uninitialized variable in dladdr
|
commit | commitdiff | tree |
2019-07-04 |
Rich Felker | remove spurious MAP_32BIT definition from riscv64 arch
|
commit | commitdiff | tree |
2019-07-04 |
Fangrui Song | configure: make AR and RANLIB customizable
|
commit | commitdiff | tree |
2019-07-02 |
Fangrui Song | remove stray .end directives from powerpc[64] asm
|
commit | commitdiff | tree |
2019-07-01 |
Szabolcs Nagy | add new syscall numbers from linux v5.1
|
commit | commitdiff | tree |
2019-07-01 |
Szabolcs Nagy | ipc: prefer SYS_ipc when it is defined
|
commit | commitdiff | tree |
2019-07-01 |
Szabolcs Nagy | mips64: fix syscall numbers of io_pgetevents and rseq
|
commit | commitdiff | tree |
2019-07-01 |
Szabolcs Nagy | elf.h: add NT_ARM_PAC{A,G}_KEYS from linux v5.1
|
commit | commitdiff | tree |
2019-07-01 |
Szabolcs Nagy | netinet/in.h: add INADDR_ALLSNOOPERS_GROUP from linux...
|
commit | commitdiff | tree |
2019-07-01 |
Szabolcs Nagy | sys/socket.h: add SO_BINDTOIFINDEX from linux v5.1
|
commit | commitdiff | tree |
2019-07-01 |
Szabolcs Nagy | s390x: drop SO_ definitions from bits/socket.h
|
commit | commitdiff | tree |
2019-07-01 |
Szabolcs Nagy | netinet/in.h: add IPV6_ROUTER_ALERT_ISOLATE from linux...
|
commit | commitdiff | tree |
2019-07-01 |
Szabolcs Nagy | sys/prctl.h: add PR_SPEC_DISABLE_NOEXEC from linux...
|
commit | commitdiff | tree |
2019-07-01 |
Szabolcs Nagy | fcntl.h: add F_SEAL_FUTURE_WRITE from linux v5.1
|
commit | commitdiff | tree |
2019-07-01 |
Szabolcs Nagy | sys/fanotify.h: update for linux v5.1
|
commit | commitdiff | tree |
2019-07-01 |
Samuel Holland | fix deadlock in synccall after threaded fork
|
commit | commitdiff | tree |
2019-06-28 |
Rich Felker | cap getdents length argument to INT_MAX
|
commit | commitdiff | tree |
2019-06-25 |
Rich Felker | remove unnecessary and problematic _Noreturn from crt...
|
commit | commitdiff | tree |
2019-06-25 |
Rich Felker | allow fmemopen with zero size
|
commit | commitdiff | tree |
2019-06-21 |
Matthew Maurer | do not use _Noreturn for a function pointer in dynamic...
|
commit | commitdiff | tree |
2019-06-21 |
Rich Felker | remove implicit include of sys/sysmacros.h from sys...
|
commit | commitdiff | tree |
2019-06-14 |
Rich Felker | add riscv64 architecture support
|
commit | commitdiff | tree |
2019-05-26 |
Rich Felker | optimize aarch64 dynamic tlsdesc function to spill...
|
commit | commitdiff | tree |
2019-05-23 |
Rich Felker | make powerpc64 vrregset_t logical layout match expected API
|
commit | commitdiff | tree |
2019-05-22 |
Rich Felker | fix vrregset_t layout and member naming on powerpc64
|
commit | commitdiff | tree |
2019-05-17 |
Szabolcs Nagy | fix tls offsets when p_vaddr%p_align != 0 on TLS_ABOVE_TP...
|
commit | commitdiff | tree |
2019-05-17 |
Szabolcs Nagy | fix static tls offsets of shared libs on TLS_ABOVE_TP...
|
commit | commitdiff | tree |
2019-05-16 |
Rich Felker | fix format strings for uid/gid values in putpwent/putgrent
|
commit | commitdiff | tree |
2019-05-12 |
Fangrui Song | remove unused struct dso members from dynlink.c
|
commit | commitdiff | tree |
2019-05-11 |
Rich Felker | improve i386 inline syscall asm on non-broken compilers
|
commit | commitdiff | tree |
2019-05-11 |
Rich Felker | fix regression in i386 inline syscall asm producing...
|
commit | commitdiff | tree |
2019-05-06 |
Rich Felker | make fgetwc set error indicator for stream on encoding...
|
commit | commitdiff | tree |
2019-05-05 |
Rich Felker | fix broken posix_fadvise on mips due to missing 7-arg...
|
commit | commitdiff | tree |
2019-05-05 |
Rich Felker | allow archs to provide a 7-argument syscall if needed
|
commit | commitdiff | tree |
2019-05-05 |
Rich Felker | fix build regression on mips n32 due to typo in new...
|
commit | commitdiff | tree |
2019-05-05 |
Rich Felker | fix passing of 64-bit syscall arguments on microblaze
|
commit | commitdiff | tree |
2019-04-23 |
Rich Felker | fix regression in s390x SO_PEERSEC definition
|
commit | commitdiff | tree |
2019-04-20 |
Rich Felker | make new math code compatible with unused variable...
|
commit | commitdiff | tree |
2019-04-18 |
Szabolcs Nagy | math: new pow
|
commit | commitdiff | tree |
2019-04-18 |
Szabolcs Nagy | math: new exp and exp2
|
commit | commitdiff | tree |
2019-04-18 |
Szabolcs Nagy | math: new log2
|
commit | commitdiff | tree |
2019-04-18 |
Szabolcs Nagy | math: new log
|
commit | commitdiff | tree |
2019-04-18 |
Szabolcs Nagy | math: new powf
|
commit | commitdiff | tree |
2019-04-18 |
Szabolcs Nagy | math: new exp2f and expf
|
commit | commitdiff | tree |
2019-04-18 |
Szabolcs Nagy | math: new log2f
|
commit | commitdiff | tree |
2019-04-18 |
Szabolcs Nagy | math: new logf
|
commit | commitdiff | tree |
2019-04-17 |
Szabolcs Nagy | math: add configuration macros
|
commit | commitdiff | tree |
2019-04-17 |
Szabolcs Nagy | math: add macros for static branch prediction hints
|
commit | commitdiff | tree |
2019-04-17 |
Szabolcs Nagy | math: add double precision error handling functions
|
commit | commitdiff | tree |
2019-04-17 |
Szabolcs Nagy | math: add single precision error handling functions
|
commit | commitdiff | tree |
2019-04-17 |
Szabolcs Nagy | math: add eval_as_float and eval_as_double
|
commit | commitdiff | tree |
2019-04-17 |
Szabolcs Nagy | math: add fp_arch.h with fp_barrier and fp_force_eval
|
commit | commitdiff | tree |
2019-04-17 |
Szabolcs Nagy | math: remove sun copyright from libm.h
|
commit | commitdiff | tree |
2019-04-17 |
Szabolcs Nagy | math: add asuint, asuint64, asfloat and asdouble
|
commit | commitdiff | tree |
2019-04-17 |
Szabolcs Nagy | math: move complex math out of libm.h
|
commit | commitdiff | tree |
2019-04-17 |
Szabolcs Nagy | define FP_FAST_FMA* when fma* can be inlined
|
commit | commitdiff | tree |
2019-04-11 |
A. Wilcox | fcntl.h: define O_TTY_INIT to 0
|
commit | commitdiff | tree |
2019-04-11 |
Rich Felker | remove external __syscall function and last remaining...
|
commit | commitdiff | tree |
2019-04-10 |
Rich Felker | implement inline 5- and 6-argument syscalls for mipsn32...
|
commit | commitdiff | tree |
2019-04-10 |
Rich Felker | cleanup mips64 syscall_arch functions
|
commit | commitdiff | tree |
2019-04-10 |
Rich Felker | implement inline 5- and 6-argument syscalls for mips
|
commit | commitdiff | tree |
2019-04-10 |
Rich Felker | use inline syscalls for powerpc (32-bit)
|
commit | commitdiff | tree |
2019-04-10 |
Rich Felker | remove cruft for supposedly-buggy clang from or1k ...
|
commit | commitdiff | tree |