1827 Commits (b6f99412019219eda032823030846bc4c90b7cbc)
 

Author SHA1 Message Date
Szabolcs Nagy f13a478860 add missing protocol families to sys/socket.h 14 years ago
Rich Felker 2dec29741b fix another case of cloexec/nonblock flags not matching arch values 14 years ago
Rich Felker 6468fc9e37 check for invalid handles in dlsym/dlclose 14 years ago
Szabolcs Nagy 121e3a38a1 math: erf and erfc cleanup 14 years ago
rofl0r d84923d89e setjmp.h: add struct tag for sigjmp_buf (GCC C++ compatibility) 14 years ago
rofl0r 2ba3f44db5 add legacy header values.h 14 years ago
rofl0r 87781ac64c time.h: add BSD aliases for otherwise internal struct tm members 14 years ago
rofl0r e895ddc0cd wait.h: add linux specific, thread-related waitpid() flags 14 years ago
rofl0r 2c1f8fd5da __assert_fail(): remove _Noreturn, to get proper stacktraces 14 years ago
Rich Felker 5d893e50b0 add some new-ish IPPROTO constants that were missing 14 years ago
Szabolcs Nagy 5652d70054 math: bessel cleanup (jn.c and jnf.c) 14 years ago
Szabolcs Nagy 5bb6b24952 math: bessel cleanup (j1.c and j1f.c) 14 years ago
Szabolcs Nagy 697acde67e math: bessel cleanup (j0.c and j0f.c) 14 years ago
Rich Felker d18a410bbf expose [v]asprintf under _BSD_SOURCE 14 years ago
Rich Felker 761ebe065c align EPOLL_* flags with fcntl O_* flag definitions, which vary by arch 14 years ago
Rich Felker 820fccdefe fix alignment logic in strlcpy 14 years ago
Rich Felker 8442358d9d add linux extension POLLRDHUP to poll.h 14 years ago
Rich Felker e172c7b4df fix reference to libc struct in static tls init code 14 years ago
Rich Felker d12f2ed282 clean up and fix logic for making mmap fail on invalid/unsupported offsets 14 years ago
Rich Felker 5d5ab51862 merge a few fixes by sh4rm4 14 years ago
rofl0r 3159e2fc81 socket.h: add SO_(SND/RCV)BUFFORCE to generic block 14 years ago
Szabolcs Nagy 3c4214db72 math: more correct tgmath.h type cast logic 14 years ago
rofl0r 36d7303878 add inet_network (required for wine) 14 years ago
rofl0r 3bb167b338 x86_64/bits/signal.h: fix typo in REG_CSGSFS 14 years ago
rofl0r 26cf9c3c6b link.h: expose glibc/svr4 dynlinker debugging glue 14 years ago
Szabolcs Nagy e9e2b66e68 math: new type cast logic in tgmath.h 14 years ago
Szabolcs Nagy c6383b7b10 math: use 0x1p-120f and 0x1p120f for tiny and huge values 14 years ago
Szabolcs Nagy d8a7619e37 math: tgammal.c fixes 14 years ago
Szabolcs Nagy e42a977fe5 math: tanh.c cleanup similar to sinh, cosh 14 years ago
Szabolcs Nagy f143458223 math: sinh.c cleanup similar to the cosh one 14 years ago
Szabolcs Nagy 1aec620f93 math: finished cosh.c cleanup 14 years ago
Szabolcs Nagy 58bba42d1b math: x86_64 version of expl, fixed some comments in the i386 version 14 years ago
Szabolcs Nagy 525ad96e0e math: move x86_64 exp2l implementation to exp2l.s from expl.s 14 years ago
Rich Felker 1d7c4f8f93 fix breakage in ldd (failure to print library load address) 14 years ago
Rich Felker 969ddbc423 Merge remote-tracking branch 'nsz/math' 14 years ago
Rich Felker 9cb589939c add some missing macros to sys/shm.h 14 years ago
Szabolcs Nagy a8f73bb1a6 math: fix i386/expl.s with more precise x*log2e 14 years ago
Szabolcs Nagy 9346094423 fixed tgmath.h for functions with integral result 14 years ago
Rich Felker d50955620f add missing flags in sys/timerfd.h 14 years ago
Rich Felker 2384f27d34 treat invalid C as an error even if warnings aren't enabled. 14 years ago
Szabolcs Nagy 0f53c1a426 math: add a non-dummy tgamma implementation 14 years ago
Szabolcs Nagy 14cc9c7f38 math: cosh cleanup 14 years ago
Szabolcs Nagy 9c6b1de0fb math: fix comment in __rem_pio2f.c 14 years ago
Szabolcs Nagy 1384ad5f33 math: add empty __invtrigl.s to i386 and x86_64 14 years ago
Szabolcs Nagy b12a73d5bf math: clean up inverse trigonometric functions 14 years ago
Szabolcs Nagy 482ccd2f74 math: rewrite inverse hyperbolic functions to be simpler/smaller 14 years ago
Szabolcs Nagy 64623cd59a math: remove long double version of bessel functions from math.h 14 years ago
Szabolcs Nagy faea4c9937 make CMPLX macros available in complex.h in non-c11 mode as well 14 years ago
Rich Felker bcc20d2b94 fix double errno-decoding in the old-kernel fallback path of pipe2 14 years ago
Rich Felker 490d4a0e9e fix regressions in app compatibility from previous sys/ipc.h changes 14 years ago