summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
2013-01-12add missing F_GETOWNER_UIDS flag to bits/fcntl.hSzabolcs Nagy-0/+11
2013-01-12add missing EHWPOISON to bits/errno.hSzabolcs Nagy-0/+5
2013-01-12add missing ptrace requests and options to sys/ptrace.hSzabolcs Nagy-1/+9
2013-01-12add missing multicast socket options to netinet/in.hSzabolcs Nagy-0/+17
2013-01-12add missing protocol families to sys/socket.hSzabolcs Nagy-1/+11
2013-01-10fix another case of cloexec/nonblock flags not matching arch valuesRich Felker-2/+3
2013-01-10check for invalid handles in dlsym/dlcloseRich Felker-1/+17
2013-01-04setjmp.h: add struct tag for sigjmp_buf (GCC C++ compatibility)rofl0r-1/+1
2013-01-04add legacy header values.hrofl0r-0/+40
2013-01-04time.h: add BSD aliases for otherwise internal struct tm membersrofl0r-0/+4
2013-01-04wait.h: add linux specific, thread-related waitpid() flagsrofl0r-0/+4
2013-01-04__assert_fail(): remove _Noreturn, to get proper stacktracesrofl0r-2/+2
2013-01-01add some new-ish IPPROTO constants that were missingRich Felker-0/+3
2013-01-01math: bessel cleanup (jn.c and jnf.c)Szabolcs Nagy-164/+161
2013-01-01math: bessel cleanup (j1.c and j1f.c)Szabolcs Nagy-187/+138
2013-01-01math: bessel cleanup (j0.c and j0f.c)Szabolcs Nagy-203/+161
2012-12-28expose [v]asprintf under _BSD_SOURCERich Felker-2/+2
2012-12-27align EPOLL_* flags with fcntl O_* flag definitions, which vary by archRich Felker-2/+3
2012-12-26fix alignment logic in strlcpyRich Felker-1/+1
2012-12-26add linux extension POLLRDHUP to poll.hRich Felker-0/+1
2012-12-25fix reference to libc struct in static tls init codeRich Felker-1/+1
2012-12-20clean up and fix logic for making mmap fail on invalid/unsupported offsetsRich Felker-3/+7
2012-12-19merge a few fixes by sh4rm4Rich Felker-1/+34
2012-12-19socket.h: add SO_(SND/RCV)BUFFORCE to generic blockrofl0r-0/+2
2012-12-19math: more correct tgmath.h type cast logicSzabolcs Nagy-32/+17
2012-12-19add inet_network (required for wine)rofl0r-0/+12
2012-12-19x86_64/bits/signal.h: fix typo in REG_CSGSFSrofl0r-1/+1
2012-12-19link.h: expose glibc/svr4 dynlinker debugging gluerofl0r-0/+19
2012-12-19math: new type cast logic in tgmath.hSzabolcs Nagy-25/+58
2012-12-16math: use 0x1p-120f and 0x1p120f for tiny and huge valuesSzabolcs Nagy-27/+27
2012-12-16math: tgammal.c fixesSzabolcs Nagy-28/+23
2012-12-16math: tanh.c cleanup similar to sinh, coshSzabolcs Nagy-173/+83
2012-12-16math: sinh.c cleanup similar to the cosh oneSzabolcs Nagy-171/+72
2012-12-16math: finished cosh.c cleanupSzabolcs Nagy-142/+49
2012-12-16math: x86_64 version of expl, fixed some comments in the i386 versionSzabolcs Nagy-4/+112
2012-12-16math: move x86_64 exp2l implementation to exp2l.s from expl.sSzabolcs Nagy-85/+76
2012-12-15fix breakage in ldd (failure to print library load address)Rich Felker-2/+2
2012-12-15Merge remote-tracking branch 'nsz/math'Rich Felker-907/+803
2012-12-15add some missing macros to sys/shm.hRich Felker-0/+3
2012-12-14math: fix i386/expl.s with more precise x*log2eSzabolcs Nagy-7/+107
2012-12-14fixed tgmath.h for functions with integral resultSzabolcs Nagy-7/+9
2012-12-13add missing flags in sys/timerfd.hRich Felker-0/+6
2012-12-11treat invalid C as an error even if warnings aren't enabled.Rich Felker-1/+11
2012-12-12math: add a non-dummy tgamma implementationSzabolcs Nagy-20/+215
2012-12-12math: cosh cleanupSzabolcs Nagy-70/+63
2012-12-12math: fix comment in __rem_pio2f.cSzabolcs Nagy-2/+2
2012-12-12math: add empty __invtrigl.s to i386 and x86_64Szabolcs Nagy-0/+0
2012-12-11math: clean up inverse trigonometric functionsSzabolcs Nagy-377/+258
2012-12-11math: rewrite inverse hyperbolic functions to be simpler/smallerSzabolcs Nagy-406/+149
2012-12-11math: remove long double version of bessel functions from math.hSzabolcs Nagy-8/+0