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 |
2013-07-24 |
Szabolcs Nagy | add CLOCK_TAI (and CLOCK_SGI_CYCLE) clock ids to time.h
|
commit | commitdiff | tree |
2013-07-24 |
Szabolcs Nagy | remove TCP_COOKIE_TRANSACTIONS from tcp.h
|
commit | commitdiff | tree |
2013-07-24 |
Szabolcs Nagy | add SO_SELECT_ERR_QUEUE to socket.h
|
commit | commitdiff | tree |
2013-06-08 |
Szabolcs Nagy | prng: make rand_r have 2^32 period instead of 2^31
|
commit | commitdiff | tree |
2013-06-08 |
Szabolcs Nagy | prng: fix rand() to give good sequence with small state
|
commit | commitdiff | tree |
2013-05-26 |
Szabolcs Nagy | fix the prototype of settimeofday to follow the original...
|
commit | commitdiff | tree |
2013-05-26 |
Szabolcs Nagy | fix ioctl _IOR, _IOW, etc macros to avoid signed overflow...
|
commit | commitdiff | tree |
2013-05-26 |
Szabolcs Nagy | on x86_64 use long instead of long long for 64bit posix...
|
commit | commitdiff | tree |
2013-05-19 |
Szabolcs Nagy | math: add fma TODO comments about the underflow issue
|
commit | commitdiff | tree |
2013-05-19 |
Szabolcs Nagy | math: fix two fma issues (only affects non-nearest...
|
commit | commitdiff | tree |
2013-05-18 |
Szabolcs Nagy | math: sin cos cleanup
|
commit | commitdiff | tree |
2013-05-18 |
Szabolcs Nagy | math: tan cleanups
|
commit | commitdiff | tree |
2013-05-15 |
Szabolcs Nagy | math: use double_t for temporaries to avoid stores...
|
commit | commitdiff | tree |
2013-05-06 |
Szabolcs Nagy | remove compound literals from math.h to please c++
|
commit | commitdiff | tree |
2013-04-01 |
Szabolcs Nagy | add syscall numbers for the new kcmp and finit_module...
|
commit | commitdiff | tree |
2013-04-01 |
Szabolcs Nagy | add the new SO_REUSEPORT socket option to mips and...
|
commit | commitdiff | tree |
2013-04-01 |
Szabolcs Nagy | add new socket options to sys/socket.h following linux
|
commit | commitdiff | tree |
2013-04-01 |
Szabolcs Nagy | adding ethernet protocol ids to if_ether.h following...
|
commit | commitdiff | tree |
2013-04-01 |
Szabolcs Nagy | add ADJ_SETOFFSET timex mode bit (new in linux v2.6.39)
|
commit | commitdiff | tree |
2013-04-01 |
Szabolcs Nagy | add new linux tcp socket option flags to netinet/tcp.h
|
commit | commitdiff | tree |
2013-01-15 |
Szabolcs Nagy | remove unused "params" related code from regex
|
commit | commitdiff | tree |
2013-01-13 |
Szabolcs Nagy | regex: remove an unused local variable from regexec
|
commit | commitdiff | tree |
2013-01-13 |
Szabolcs Nagy | in crypt_des change unnecessary union keybuf into unsigned...
|
commit | commitdiff | tree |
2013-01-13 |
Szabolcs Nagy | crypt: fix the prototype of md5_sum, sha256_sum and...
|
commit | commitdiff | tree |
2013-01-13 |
Szabolcs Nagy | fix lio_listio return value in LIO_WAIT mode
|
commit | commitdiff | tree |
2013-01-12 |
Szabolcs Nagy | add MOD_TAI to sys/timex.h and update STA_RONLY
|
commit | commitdiff | tree |
2013-01-12 |
Szabolcs Nagy | add SWAP_FLAG_DISCARD to sys/swap.h
|
commit | commitdiff | tree |
2013-01-12 |
Szabolcs Nagy | add mount flags to sys/mount.h
|
commit | commitdiff | tree |
2013-01-12 |
Szabolcs Nagy | add IN_EXCL_UNLINK to sys/inotify.h
|
commit | commitdiff | tree |
2013-01-12 |
Szabolcs Nagy | add EPOLLWAKEUP flag to sys/epoll.h
|
commit | commitdiff | tree |
2013-01-12 |
Szabolcs Nagy | add RB_SW_SUSPEND and RB_KEXEC to sys/reboot.h
|
commit | commitdiff | tree |
2013-01-12 |
Szabolcs Nagy | add missing mmap options and madvices to bits/mman...
|
commit | commitdiff | tree |
2013-01-12 |
Szabolcs Nagy | add missing EXTPROC flag to bits/termios.h
|
commit | commitdiff | tree |
2013-01-12 |
Szabolcs Nagy | add missing F_GETOWNER_UIDS flag to bits/fcntl.h
|
commit | commitdiff | tree |
2013-01-12 |
Szabolcs Nagy | add missing EHWPOISON to bits/errno.h
|
commit | commitdiff | tree |
2013-01-12 |
Szabolcs Nagy | add missing ptrace requests and options to sys/ptrace.h
|
commit | commitdiff | tree |
2013-01-12 |
Szabolcs Nagy | add missing multicast socket options to netinet/in.h
|
commit | commitdiff | tree |
2013-01-12 |
Szabolcs Nagy | add missing protocol families to sys/socket.h
|
commit | commitdiff | tree |
2013-01-07 |
Szabolcs Nagy | math: erf and erfc cleanup
|
commit | commitdiff | tree |
2013-01-01 |
Szabolcs Nagy | math: bessel cleanup (jn.c and jnf.c)
|
commit | commitdiff | tree |
2013-01-01 |
Szabolcs Nagy | math: bessel cleanup (j1.c and j1f.c)
|
commit | commitdiff | tree |
2013-01-01 |
Szabolcs Nagy | math: bessel cleanup (j0.c and j0f.c)
|
commit | commitdiff | tree |
2012-12-19 |
Szabolcs Nagy | math: more correct tgmath.h type cast logic
|
commit | commitdiff | tree |
2012-12-19 |
Szabolcs Nagy | math: new type cast logic in tgmath.h
|
commit | commitdiff | tree |
2012-12-16 |
Szabolcs Nagy | math: use 0x1p-120f and 0x1p120f for tiny and huge...
|
commit | commitdiff | tree |
2012-12-16 |
Szabolcs Nagy | math: tgammal.c fixes
|
commit | commitdiff | tree |
2012-12-16 |
Szabolcs Nagy | math: tanh.c cleanup similar to sinh, cosh
|
commit | commitdiff | tree |
2012-12-16 |
Szabolcs Nagy | math: sinh.c cleanup similar to the cosh one
|
commit | commitdiff | tree |
2012-12-16 |
Szabolcs Nagy | math: finished cosh.c cleanup
|
commit | commitdiff | tree |
2012-12-16 |
Szabolcs Nagy | math: x86_64 version of expl, fixed some comments in...
|
commit | commitdiff | tree |
2012-12-16 |
Szabolcs Nagy | math: move x86_64 exp2l implementation to exp2l.s from...
|
commit | commitdiff | tree |
2012-12-14 |
Szabolcs Nagy | math: fix i386/expl.s with more precise x*log2e
|
commit | commitdiff | tree |
2012-12-14 |
Szabolcs Nagy | fixed tgmath.h for functions with integral result
|
commit | commitdiff | tree |
2012-12-12 |
Szabolcs Nagy | math: add a non-dummy tgamma implementation
|
commit | commitdiff | tree |
2012-12-12 |
Szabolcs Nagy | math: cosh cleanup
|
commit | commitdiff | tree |
2012-12-12 |
Szabolcs Nagy | math: fix comment in __rem_pio2f.c
|
commit | commitdiff | tree |
2012-12-11 |
Szabolcs Nagy | math: add empty __invtrigl.s to i386 and x86_64
|
commit | commitdiff | tree |
2012-12-11 |
Szabolcs Nagy | math: clean up inverse trigonometric functions
|
commit | commitdiff | tree |
2012-12-11 |
Szabolcs Nagy | math: rewrite inverse hyperbolic functions to be simpler...
|
commit | commitdiff | tree |
2012-12-11 |
Szabolcs Nagy | math: remove long double version of bessel functions...
|
commit | commitdiff | tree |
2012-12-11 |
Szabolcs Nagy | make CMPLX macros available in complex.h in non-c11...
|
commit | commitdiff | tree |
2012-11-18 |
Szabolcs Nagy | math: use float constants in exp10f.c
|
commit | commitdiff | tree |
2012-11-18 |
Szabolcs Nagy | math: expl.c cleanup
|
commit | commitdiff | tree |
2012-11-18 |
Szabolcs Nagy | math: expf.c cleanup
|
commit | commitdiff | tree |
2012-11-17 |
Szabolcs Nagy | math: cleanup exp2.c exp2f.c and exp2l.c
|
commit | commitdiff | tree |
2012-11-17 |
Szabolcs Nagy | math: exp.c clean up
|
commit | commitdiff | tree |
2012-11-14 |
Szabolcs Nagy | fenv: return FE_TONEAREST in dummy fegetround
|
commit | commitdiff | tree |
2012-11-14 |
Szabolcs Nagy | math: ld80 invtrig cleanups
|
commit | commitdiff | tree |
2012-11-13 |
Szabolcs Nagy | math: simplify hypot and hypotf using scalbn
|
commit | commitdiff | tree |
2012-11-13 |
Szabolcs Nagy | math: turn off the STRICT_ASSIGN workaround by default
|
commit | commitdiff | tree |
2012-11-13 |
Szabolcs Nagy | math: use '#pragma STDC FENV_ACCESS ON' when fenv is...
|
commit | commitdiff | tree |
2012-11-13 |
Szabolcs Nagy | math: excess precision fix modf, modff, scalbn, scalbnf
|
commit | commitdiff | tree |
2012-11-13 |
Szabolcs Nagy | math: fix scalbn and scalbnf on overflow/underflow
|
commit | commitdiff | tree |
2012-11-13 |
Szabolcs Nagy | math: fix nextafter and nexttoward on maxdbl and maxflt...
|
commit | commitdiff | tree |
2012-11-13 |
Szabolcs Nagy | complex: add C11 CMPLX macros and replace cpack with...
|
commit | commitdiff | tree |
2012-11-12 |
Szabolcs Nagy | math: raise flags in logl.c on <= 0 arguments
|
commit | commitdiff | tree |
2012-11-12 |
Szabolcs Nagy | math: fix logb*.c exceptions now that ilogb raises...
|
commit | commitdiff | tree |