2016-03-02 |
Szabolcs Nagy | fix ^* at the start of a complete BRE
|
commit | commitdiff | tree |
2016-03-02 |
Szabolcs Nagy | fix * at the start of a BRE subexpression
|
commit | commitdiff | tree |
2016-01-31 |
Szabolcs Nagy | fix malloc_usable_size for NULL input
|
commit | commitdiff | tree |
2016-01-31 |
Szabolcs Nagy | regex: increase the stack tre uses for tnfa creation
|
commit | commitdiff | tree |
2016-01-31 |
Szabolcs Nagy | better a_sc inline asm constraint on aarch64 and arm
|
commit | commitdiff | tree |
2016-01-31 |
Szabolcs Nagy | regex: simplify the {,} repetition parsing logic
|
commit | commitdiff | tree |
2016-01-31 |
Szabolcs Nagy | regex: treat \+, \? as repetitions in BRE
|
commit | commitdiff | tree |
2016-01-31 |
Szabolcs Nagy | regex: rewrite the repetition parsing code
|
commit | commitdiff | tree |
2016-01-31 |
Szabolcs Nagy | regex: treat \| in BRE as alternation
|
commit | commitdiff | tree |
2016-01-31 |
Szabolcs Nagy | regex: reject repetitions in some cases with REG_BADRPT
|
commit | commitdiff | tree |
2016-01-31 |
Szabolcs Nagy | regex: clean up position accounting for literal nodes
|
commit | commitdiff | tree |
2016-01-27 |
Szabolcs Nagy | fix siginfo_t for mips
|
commit | commitdiff | tree |
2016-01-27 |
Szabolcs Nagy | move bits/signal.h include close to the top of signal.h
|
commit | commitdiff | tree |
2016-01-26 |
Szabolcs Nagy | add new PTRACE_SECCOMP_GET_FILTER ptrace command
|
commit | commitdiff | tree |
2016-01-26 |
Szabolcs Nagy | add MCL_ONFAULT and MLOCK_ONFAULT mlockall and mlock2...
|
commit | commitdiff | tree |
2016-01-26 |
Szabolcs Nagy | add mlock2 syscall number from linux v4.4
|
commit | commitdiff | tree |
2016-01-26 |
Szabolcs Nagy | add new PTRACE_O_SUSPEND_SECCOMP ptrace option
|
commit | commitdiff | tree |
2016-01-26 |
Szabolcs Nagy | add new PR_CAP_AMBIENT and related defines to sys/prctl.h
|
commit | commitdiff | tree |
2016-01-26 |
Szabolcs Nagy | update netpacket/packet.h to linux v4.3
|
commit | commitdiff | tree |
2016-01-26 |
Szabolcs Nagy | add new membarrier, userfaultfd and switch_endian syscalls
|
commit | commitdiff | tree |
2016-01-26 |
Szabolcs Nagy | add new i386 socket syscall numbers
|
commit | commitdiff | tree |
2016-01-26 |
Szabolcs Nagy | change the internal socketcall selection logic
|
commit | commitdiff | tree |
2016-01-25 |
Szabolcs Nagy | add new IP_BIND_ADDRESS_NO_PORT and IPPROTO_MPLS to...
|
commit | commitdiff | tree |
2016-01-25 |
Szabolcs Nagy | update netinet/tcp.h for linux v4.2
|
commit | commitdiff | tree |
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-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 |