2016-01-25 |
Szabolcs Nagy | add MS_LAZYTIME mount option to sys/mount.h
|
commit | commitdiff | tree |
2016-01-25 |
Szabolcs Nagy | add AF_MPLS (PF_MPLS) address family to socket.h
|
commit | commitdiff | tree |
2016-01-25 |
Szabolcs Nagy | add MSG_FASTOPEN sendmsg/sendto flag to socket.h
|
commit | commitdiff | tree |
2016-01-25 |
Szabolcs Nagy | clean powerpc syscall.h
|
commit | commitdiff | tree |
2016-01-25 |
Szabolcs Nagy | add missing powerpc specific PROT_SAO memory protection...
|
commit | commitdiff | tree |
2016-01-25 |
Szabolcs Nagy | fix powerpc MCL_* mlockall flags in bits/mman.h
|
commit | commitdiff | tree |
2016-01-25 |
Szabolcs Nagy | fix aarch64 atomics to load/store 32bit only
|
commit | commitdiff | tree |
2015-12-08 |
Szabolcs Nagy | fix tsearch, tfind, tdelete to handle null pointer...
|
commit | commitdiff | tree |
2015-12-08 |
Szabolcs Nagy | tsearch code cleanup
|
commit | commitdiff | tree |
2015-12-08 |
Szabolcs Nagy | fix tsearch to avoid crash on oom
|
commit | commitdiff | tree |
2015-12-08 |
Szabolcs Nagy | fix tdelete to properly balance the tree
|
commit | commitdiff | tree |
2015-11-28 |
Szabolcs Nagy | ldso: fix the dtv update logic in __tls_get_new
|
commit | commitdiff | tree |
2015-11-05 |
Szabolcs Nagy | use vfp mnemonics instead of p10 coprocessor ones in...
|
commit | commitdiff | tree |
2015-10-19 |
Szabolcs Nagy | declare fpu usage to the assembler in arm hard-float...
|
commit | commitdiff | tree |
2015-09-24 |
Szabolcs Nagy | avoid reading uninitialized memory in __map_file
|
commit | commitdiff | tree |
2015-09-24 |
Szabolcs Nagy | regcomp: propagate allocation failures
|
commit | commitdiff | tree |
2015-08-11 |
Szabolcs Nagy | aarch64: fix 64-bit syscall argument passing
|
commit | commitdiff | tree |
2015-06-14 |
Szabolcs Nagy | arm: add vdso support
|
commit | commitdiff | tree |
2015-05-08 |
Szabolcs Nagy | fix netinet/ether.h for c++
|
commit | commitdiff | tree |
2015-05-01 |
Szabolcs Nagy | add IPTOS_CLASS_* macros to netinet/ip.h
|
commit | commitdiff | tree |
2015-05-01 |
Szabolcs Nagy | complex: fix ctanh(+-0+i*nan) and ctanh(+-0+-i*inf)
|
commit | commitdiff | tree |
2015-04-30 |
Szabolcs Nagy | fix __syscall declaration with wrong visibility in...
|
commit | commitdiff | tree |
2015-04-30 |
Szabolcs Nagy | aarch64: fix CRTJMP in reloc.h
|
commit | commitdiff | tree |
2015-04-18 |
Szabolcs Nagy | math: fix pow(+-0,-inf) not to raise divbyzero flag
|
commit | commitdiff | tree |
2015-04-18 |
Szabolcs Nagy | comment fixes in aarch64 tlsdesc asm
|
commit | commitdiff | tree |
2015-04-18 |
Szabolcs Nagy | add PR_*_FP_MODE prctl options
|
commit | commitdiff | tree |
2015-04-18 |
Szabolcs Nagy | add PR_MPX_*_MANAGEMENT prctl options
|
commit | commitdiff | tree |
2015-04-18 |
Szabolcs Nagy | add IP_CHECKSUM socket option to netinet/in.h
|
commit | commitdiff | tree |
2015-04-18 |
Szabolcs Nagy | add execveat syscall number to microblaze
|
commit | commitdiff | tree |
2015-04-04 |
Szabolcs Nagy | fix getdelim to set the error indicator on all failures
|
commit | commitdiff | tree |
2015-04-01 |
Szabolcs Nagy | aarch64: fix namespace pollution in bits/shm.h
|
commit | commitdiff | tree |
2015-03-28 |
Szabolcs Nagy | regex: fix character class repetitions
|
commit | commitdiff | tree |
2015-03-23 |
Szabolcs Nagy | do not treat \0 as a backref in BRE
|
commit | commitdiff | tree |
2015-03-14 |
Szabolcs Nagy | aarch64: fix typo in bits/ioctl.h
|
commit | commitdiff | tree |
2015-03-14 |
Szabolcs Nagy | aarch64: add struct _aarch64_ctx to signal.h
|
commit | commitdiff | tree |
2015-03-12 |
Szabolcs Nagy | add aarch64 port
|
commit | commitdiff | tree |
2015-03-11 |
Szabolcs Nagy | math: add dummy implementations of 128 bit long double...
|
commit | commitdiff | tree |
2015-03-11 |
Szabolcs Nagy | math: add ld128 exp2l based on the freebsd implementation
|
commit | commitdiff | tree |
2015-03-11 |
Szabolcs Nagy | copy the dtv pointer to the end of the pthread struct...
|
commit | commitdiff | tree |
2015-03-07 |
Szabolcs Nagy | fix FLT_ROUNDS to reflect the current rounding mode
|
commit | commitdiff | tree |
2015-03-04 |
Szabolcs Nagy | add new si_lower and si_upper siginfo_t members
|
commit | commitdiff | tree |
2015-02-09 |
Szabolcs Nagy | add syscall numbers for the new execveat syscall
|
commit | commitdiff | tree |
2015-02-09 |
Szabolcs Nagy | add new socket options SO_INCOMING_CPU, SO_ATTACH_BPF...
|
commit | commitdiff | tree |
2015-02-09 |
Szabolcs Nagy | use the internal macro name FUTEX_PRIVATE in __wait
|
commit | commitdiff | tree |
2015-02-09 |
Szabolcs Nagy | add IEEE binary128 long double support to floatscan
|
commit | commitdiff | tree |
2015-02-09 |
Szabolcs Nagy | math: fix fmodl for IEEE binary128
|
commit | commitdiff | tree |
2015-02-08 |
Szabolcs Nagy | simplify armhf fesetenv
|
commit | commitdiff | tree |
2015-02-08 |
Szabolcs Nagy | fix fesetenv(FE_DFL_ENV) on mips
|
commit | commitdiff | tree |
2015-02-08 |
Szabolcs Nagy | math: fix __fpclassifyl(-0.0) for IEEE binary128
|
commit | commitdiff | tree |
2015-02-08 |
Szabolcs Nagy | add parenthesis in fma.c to clarify intent and silence...
|
commit | commitdiff | tree |
2015-02-07 |
Szabolcs Nagy | remove cruft from x86_64 syscall.h
|
commit | commitdiff | tree |
2014-12-23 |
Szabolcs Nagy | add new prctl command PR_SET_MM_MAP to sys/prctl.h
|
commit | commitdiff | tree |
2014-12-23 |
Szabolcs Nagy | add new syscall numbers for bpf and kexec_file_load
|
commit | commitdiff | tree |
2014-12-17 |
Nagy Szabolcs | implement FNM_CASEFOLD extension to fnmatch function
|
commit | commitdiff | tree |
2014-11-05 |
Szabolcs Nagy | math: use fnstsw consistently instead of fstsw in x87 asm
|
commit | commitdiff | tree |
2014-11-05 |
Szabolcs Nagy | math: fix x86_64 and x32 asm not to use sahf instruction
|
commit | commitdiff | tree |
2014-10-31 |
Szabolcs Nagy | math: use the rounding idiom consistently
|
commit | commitdiff | tree |
2014-10-31 |
Szabolcs Nagy | fix rint.c and rintf.c when FLT_EVAL_METHOD!=0
|
commit | commitdiff | tree |
2014-10-08 |
Szabolcs Nagy | add new linux file sealing api to fcntl.h
|
commit | commitdiff | tree |
2014-10-08 |
Szabolcs Nagy | add new IPV6_AUTOFLOWLABEL socket option in netinet...
|
commit | commitdiff | tree |
2014-10-08 |
Szabolcs Nagy | add new syscall numbers for seccomp, getrandom, memfd_create
|
commit | commitdiff | tree |
2014-09-18 |
Szabolcs Nagy | math: fix exp10 not to raise invalid exception on NaN
|
commit | commitdiff | tree |
2014-09-12 |
Szabolcs Nagy | rewrite the regex pattern parser in regcomp
|
commit | commitdiff | tree |
2014-09-08 |
Szabolcs Nagy | fix exp10l.c to include float.h
|
commit | commitdiff | tree |
2014-09-08 |
Szabolcs Nagy | prune math code on archs with binary64 long double
|
commit | commitdiff | tree |
2014-09-08 |
Szabolcs Nagy | add new F_OFD_* macros to fcntl.h (open file description...
|
commit | commitdiff | tree |
2014-09-05 |
Szabolcs Nagy | fix macros for LFS *64_t types in sys/stat.h, sys/types...
|
commit | commitdiff | tree |
2014-09-05 |
Szabolcs Nagy | add missing legacy LFS *64 symbol aliases
|
commit | commitdiff | tree |
2014-09-05 |
Szabolcs Nagy | fix memory leak in regexec when input contains illegal...
|
commit | commitdiff | tree |
2014-09-05 |
Szabolcs Nagy | fix dn_expand empty name handling and offsets to 0
|
commit | commitdiff | tree |
2014-08-27 |
Szabolcs Nagy | add static_assert and hide noreturn, alignas, alignof...
|
commit | commitdiff | tree |
2014-08-27 |
Szabolcs Nagy | add C11 floating-point characteristic macros to float.h
|
commit | commitdiff | tree |
2014-08-13 |
Szabolcs Nagy | fix #ifdef inside a macro argument list in __init_tls.c
|
commit | commitdiff | tree |
2014-08-13 |
Szabolcs Nagy | fix CPU_EQUAL macro in sched.h
|
commit | commitdiff | tree |
2014-08-13 |
Szabolcs Nagy | add inline isspace in ctype.h as an optimization
|
commit | commitdiff | tree |
2014-07-30 |
Szabolcs Nagy | plural rule evaluator rewrite for dcngettext
|
commit | commitdiff | tree |
2014-07-29 |
Szabolcs Nagy | tweaks to plural rules evaluator
|
commit | commitdiff | tree |
2014-07-20 |
Szabolcs Nagy | add new PR_SET_THP_DISABLE and PR_GET_THP_DISABLE prctl...
|
commit | commitdiff | tree |
2014-07-20 |
Szabolcs Nagy | add pacing rate information to the tcp_info struct...
|
commit | commitdiff | tree |
2014-07-20 |
Szabolcs Nagy | add new ethernet packet types ETH_P_80221, ETH_P_LOOPBACK
|
commit | commitdiff | tree |
2014-07-20 |
Szabolcs Nagy | add syscall numbers for the new renameat2 syscall
|
commit | commitdiff | tree |
2014-06-06 |
Szabolcs Nagy | implement dn_comp RFC 1035 domain name compression
|
commit | commitdiff | tree |
2014-06-06 |
Szabolcs Nagy | accept trailing . and empty domain names
|
commit | commitdiff | tree |
2014-06-05 |
Szabolcs Nagy | fix the domain name length limit checks
|
commit | commitdiff | tree |
2014-06-05 |
Szabolcs Nagy | fix multiple validation issues in dns response label...
|
commit | commitdiff | tree |
2014-05-30 |
Szabolcs Nagy | fix POSIX namespace pollution in sys/types.h
|
commit | commitdiff | tree |
2014-05-30 |
Szabolcs Nagy | use cleaner code for handling float rounding in vfprintf
|
commit | commitdiff | tree |
2014-05-30 |
Szabolcs Nagy | update netinet/in.h to match the current kernel uapi
|
commit | commitdiff | tree |
2014-05-30 |
Szabolcs Nagy | add SO_BPF_EXTENSIONS socket option
|
commit | commitdiff | tree |
2014-05-30 |
Szabolcs Nagy | add sched_{get,set}attr syscall numbers and SCHED_DEADLINE...
|
commit | commitdiff | tree |
2014-05-30 |
Szabolcs Nagy | fix for broken kernel side RLIM_INFINITY on mips
|
commit | commitdiff | tree |
2014-05-08 |
Szabolcs Nagy | fix strftime %s not to zero pad with default width=2
|
commit | commitdiff | tree |
2014-04-15 |
Szabolcs Nagy | fix RLIMIT_ constants for mips
|
commit | commitdiff | tree |
2014-04-11 |
Szabolcs Nagy | math: fix aliasing violation in long double wrappers
|
commit | commitdiff | tree |
2014-03-12 |
Szabolcs Nagy | fix statfs struct on mips
|
commit | commitdiff | tree |
2014-03-12 |
Szabolcs Nagy | fix semid_ds structure on mips
|
commit | commitdiff | tree |
2014-03-09 |
Szabolcs Nagy | math.h: make __FLOAT_BITS and __DOUBLE_BITS C89
|
commit | commitdiff | tree |
2014-02-24 |
Szabolcs Nagy | in.h: new IP_MTU_DISCOVER mode IP_PMTUDISC_INTERFACE
|
commit | commitdiff | tree |
2014-02-24 |
Szabolcs Nagy | if_ether.h: new ethernet protocol type
|
commit | commitdiff | tree |
2014-02-24 |
Szabolcs Nagy | sys/socket.h: add the SO_MAX_PACING_RATE SOL_SOCKET...
|
commit | commitdiff | tree |