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 |
2014-02-24 |
Szabolcs Nagy | elf.h: add aarch64 relocations
|
commit | commitdiff | tree |
2014-02-24 |
Szabolcs Nagy | elf.h: new elf header flag to mark 2008-NaN vs legacy...
|
commit | commitdiff | tree |
2014-02-24 |
Szabolcs Nagy | mips: add mips-sf subarch support (soft-float)
|
commit | commitdiff | tree |
2014-02-11 |
Szabolcs Nagy | add parens when bit and arith ops are mixed in macros...
|
commit | commitdiff | tree |
2014-02-11 |
Szabolcs Nagy | fix signed and unsigned comparision in macros in public...
|
commit | commitdiff | tree |
2014-02-09 |
Szabolcs Nagy | fix fesetenv(FE_DFL_ENV) on x86_64 (see previous commit)
|
commit | commitdiff | tree |
2014-02-09 |
Szabolcs Nagy | fix fesetenv(FE_DFL_ENV) on i386
|
commit | commitdiff | tree |
2014-01-23 |
Szabolcs Nagy | fix an overflow in wcsxfrm when n==0
|
commit | commitdiff | tree |
2014-01-21 |
Szabolcs Nagy | fix initstate to make the state buffer usable in setstate
|
commit | commitdiff | tree |
2014-01-08 |
Szabolcs Nagy | add __isoc99_vfscanf weak alias to vfscanf
|
commit | commitdiff | tree |
2014-01-08 |
Szabolcs Nagy | math: add drem and dremf weak aliases to i386 remainder asm
|
commit | commitdiff | tree |
2013-12-12 |
Szabolcs Nagy | include cleanups: remove unused headers and add feature...
|
commit | commitdiff | tree |
2013-12-12 |
Szabolcs Nagy | remove an unnecessary check in inet_pton
|
commit | commitdiff | tree |
2013-12-12 |
Szabolcs Nagy | math: define _GNU_SOURCE when implementing non-standard...
|
commit | commitdiff | tree |
2013-12-04 |
Szabolcs Nagy | move struct ucred under _GNU_SOURCE in sys/socket.h...
|
commit | commitdiff | tree |
2013-12-04 |
Szabolcs Nagy | fix SHUT_WR typo in sys/socket.h and duplicate definitions...
|
commit | commitdiff | tree |
2013-12-04 |
Szabolcs Nagy | fix res_mkquery and res_send prototypes in resolv.h
|
commit | commitdiff | tree |
2013-12-01 |
Szabolcs Nagy | fix the end of string matching in fnmatch with FNM_PATHNAME
|
commit | commitdiff | tree |
2013-11-25 |
Szabolcs Nagy | remove duplicate includes from dynlink.c, strfmon.c...
|
commit | commitdiff | tree |
2013-11-24 |
Szabolcs Nagy | math: clean up __rem_pio2
|
commit | commitdiff | tree |
2013-11-24 |
Szabolcs Nagy | use 0 instead of NULL in headers where NULL is not...
|
commit | commitdiff | tree |
2013-11-23 |
Szabolcs Nagy | add O_TMPFILE flag, new in linux 3.11
|
commit | commitdiff | tree |
2013-11-23 |
Szabolcs Nagy | add TCP_NOTSENT_LOWAT tcp socket option, new in linux...
|
commit | commitdiff | tree |
2013-11-21 |
Szabolcs Nagy | add legacy getloadavg api
|
commit | commitdiff | tree |
2013-11-21 |
Szabolcs Nagy | math: add (obsolete) bsd drem and finite functions
|
commit | commitdiff | tree |
2013-11-21 |
Szabolcs Nagy | math: lgamma cleanup (simpler sin(pi*x) for the negative...
|
commit | commitdiff | tree |
2013-10-29 |
Szabolcs Nagy | POSIX conformance fix: define struct entry in search.h
|
commit | commitdiff | tree |
2013-10-28 |
Szabolcs Nagy | fenv: fix i386 fesetround for sse
|
commit | commitdiff | tree |
2013-10-28 |
Szabolcs Nagy | math: extensive log*.c cleanup
|
commit | commitdiff | tree |
2013-10-23 |
Szabolcs Nagy | fix inet_pton
|
commit | commitdiff | tree |
2013-10-22 |
Szabolcs Nagy | fix __ipparse to parse the generic numbers-and-dots...
|
commit | commitdiff | tree |
2013-10-22 |
Szabolcs Nagy | fix inet_aton to accept the generic "numbers-and-dots...
|
commit | commitdiff | tree |
2013-10-18 |
Szabolcs Nagy | use consistent include guard name in arpa/ftp.h
|
commit | commitdiff | tree |
2013-10-18 |
Szabolcs Nagy | fix typo in socket.h (wrong macro name)
|
commit | commitdiff | tree |
2013-10-07 |
Szabolcs Nagy | math: fix rare underflow issue in fma
|
commit | commitdiff | tree |
2013-10-07 |
Szabolcs Nagy | math: use sqrtl if FLT_EVAL_METHOD==2 in acosh and...
|
commit | commitdiff | tree |
2013-10-07 |
Szabolcs Nagy | fix clockid macro names in time.h, reported by Paul...
|
commit | commitdiff | tree |
2013-10-07 |
Szabolcs Nagy | remove errno setting from setenv, malloc sets it correctly...
|
commit | commitdiff | tree |
2013-10-07 |
Szabolcs Nagy | fix allocation sizes in regcomp
|
commit | commitdiff | tree |
2013-10-07 |
Szabolcs Nagy | add missing va_end in execl* for correcness and static...
|
commit | commitdiff | tree |
2013-10-07 |
Szabolcs Nagy | minor vfprintf and vfwprintf changes to please static...
|
commit | commitdiff | tree |
2013-10-06 |
Szabolcs Nagy | math: remove an unused variable from modfl
|
commit | commitdiff | tree |
2013-10-04 |
Szabolcs Nagy | math: remove code duplication in erfl found by clang...
|
commit | commitdiff | tree |
2013-10-04 |
Szabolcs Nagy | math: remove a useless assignment in lgammal found...
|
commit | commitdiff | tree |
2013-09-27 |
Szabolcs Nagy | math: fix comparision macros (isless etc) when FLT_EVAL_METH...
|
commit | commitdiff | tree |
2013-09-16 |
Szabolcs Nagy | sys/resource.h: add PRIO_MIN and PRIO_MAX for getpriority...
|
commit | commitdiff | tree |
2013-09-16 |
Szabolcs Nagy | update include/elf.h following glibc changes
|
commit | commitdiff | tree |
2013-09-15 |
Szabolcs Nagy | sys/socket.h: add new SO_BUSY_POLL socket option
|
commit | commitdiff | tree |