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 |
2013-09-15 |
Szabolcs Nagy | ptrace.h: add new ptrace requests to get/set sigmask
|
commit | commitdiff | tree |
2013-09-15 |
Szabolcs Nagy | net/if_arp.h: add missing ARP hardware identifiers...
|
commit | commitdiff | tree |
2013-09-15 |
Szabolcs Nagy | netinet/in.h: add missing IP protocol numbers from...
|
commit | commitdiff | tree |
2013-09-15 |
Szabolcs Nagy | support configurable page size on mips, powerpc and...
|
commit | commitdiff | tree |
2013-09-06 |
Szabolcs Nagy | math: remove STRICT_ASSIGN from exp2f (see previous...
|
commit | commitdiff | tree |
2013-09-06 |
Szabolcs Nagy | math: remove STRICT_ASSIGN macro
|
commit | commitdiff | tree |
2013-09-05 |
Szabolcs Nagy | math: support invalid ld80 representations in fpclassify
|
commit | commitdiff | tree |
2013-09-05 |
Szabolcs Nagy | math: fix atanh (overflow and underflow issues)
|
commit | commitdiff | tree |
2013-09-05 |
Szabolcs Nagy | math: remove libc.h include from libm.h
|
commit | commitdiff | tree |
2013-09-05 |
Szabolcs Nagy | math: fix acoshf on negative values
|
commit | commitdiff | tree |
2013-09-05 |
Szabolcs Nagy | math: fix expm1l on x86_64 (avoid underflow for large...
|
commit | commitdiff | tree |
2013-09-05 |
Szabolcs Nagy | math: fix lrintl.s on x86_64 (use movslq to signextend...
|
commit | commitdiff | tree |
2013-09-05 |
Szabolcs Nagy | math: fix exp2l asm on x86 (raise underflow correctly)
|
commit | commitdiff | tree |
2013-09-05 |
Szabolcs Nagy | math: cosmetic cleanup (use explicit union instead...
|
commit | commitdiff | tree |
2013-09-05 |
Szabolcs Nagy | math: remove *_WORD64 macros from libm.h
|
commit | commitdiff | tree |
2013-09-05 |
Szabolcs Nagy | math: remove old longdbl.h
|
commit | commitdiff | tree |
2013-09-05 |
Szabolcs Nagy | math: long double fix (use ldshape union)
|
commit | commitdiff | tree |
2013-09-05 |
Szabolcs Nagy | math: use float_t and double_t in scalbnf and scalbn
|
commit | commitdiff | tree |
2013-09-05 |
Szabolcs Nagy | math: fix remaining old long double code (erfl, fmal...
|
commit | commitdiff | tree |
2013-09-05 |
Szabolcs Nagy | math: cbrt cleanup and long double fix
|
commit | commitdiff | tree |
2013-09-05 |
Szabolcs Nagy | math: fix underflow in exp*.c and long double handling...
|
commit | commitdiff | tree |
2013-09-05 |
Szabolcs Nagy | math: long double trigonometric cleanup (cosl, sinl...
|
commit | commitdiff | tree |
2013-09-05 |
Szabolcs Nagy | math: long double inverse trigonometric cleanup (acosl...
|
commit | commitdiff | tree |
2013-09-05 |
Szabolcs Nagy | math: rewrite hypot
|
commit | commitdiff | tree |
2013-09-05 |
Szabolcs Nagy | math: rewrite remainder functions (remainder, remquo...
|
commit | commitdiff | tree |
2013-09-05 |
Szabolcs Nagy | math: rewrite rounding functions (ceil, floor, trunc...
|
commit | commitdiff | tree |
2013-09-05 |
Szabolcs Nagy | math: fix logb(-0.0) in downward rounding mode
|
commit | commitdiff | tree |
2013-09-05 |
Szabolcs Nagy | math: ilogb cleanup
|
commit | commitdiff | tree |
2013-09-05 |
Szabolcs Nagy | long double cleanup, initial commit
|
commit | commitdiff | tree |
2013-08-18 |
Szabolcs Nagy | fix fenv exception functions to mask their argument
|
commit | commitdiff | tree |
2013-08-18 |
Szabolcs Nagy | optimize x86 feclearexcept: only use save/restore x87...
|
commit | commitdiff | tree |
2013-08-18 |
Szabolcs Nagy | remove the __mxcsr member from fenv_t on i386 to follow...
|
commit | commitdiff | tree |
2013-08-18 |
Szabolcs Nagy | add sse fenv support on i386 through hwcap
|
commit | commitdiff | tree |
2013-08-18 |
Szabolcs Nagy | fix i386 fesetenv: FE_DFL_ENV is (fenv_t*)-1 not 0
|
commit | commitdiff | tree |
2013-08-15 |
Szabolcs Nagy | math: fix pow(x,-1) to raise underflow properly
|
commit | commitdiff | tree |
2013-08-15 |
Szabolcs Nagy | math: fix i386 atan2.s to raise underflow for subnormal...
|
commit | commitdiff | tree |
2013-08-15 |
Szabolcs Nagy | math: clean up atan2.c
|
commit | commitdiff | tree |
2013-08-15 |
Szabolcs Nagy | math: fix x86 asin, atan, exp, log1p to raise underflow
|
commit | commitdiff | tree |
2013-08-15 |
Szabolcs Nagy | math: fix x86 expl.s to raise underflow and clean up...
|
commit | commitdiff | tree |
2013-08-15 |
Szabolcs Nagy | math: fix asin, atan, log1p, tanh to raise underflow...
|
commit | commitdiff | tree |
2013-08-15 |
Szabolcs Nagy | math: fix tgamma to raise underflow for large negative...
|
commit | commitdiff | tree |
2013-08-15 |
Szabolcs Nagy | math: fix pow(0,-inf) to raise divbyzero flag
|
commit | commitdiff | tree |
2013-08-15 |
Szabolcs Nagy | math: minor scalbn*.c simplification
|
commit | commitdiff | tree |
2013-07-25 |
Szabolcs Nagy | add protocol families PF_IB and PF_VSOCK to socket.h
|
commit | commitdiff | tree |
2013-07-24 |
Szabolcs Nagy | update siginfo according to linux headers
|
commit | commitdiff | tree |
2013-07-24 |
Szabolcs Nagy | add PTRACE_PEEKSIGINFO to ptrace.h
|
commit | commitdiff | tree |
2013-07-24 |
Szabolcs Nagy | add if_ether.h constants ETH_P_802_3_MIN and ETH_P_BATMAN
|
commit | commitdiff | tree |