about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* add missing protocol families to sys/socket.hSzabolcs Nagy2013-01-121-1/+11
* fix another case of cloexec/nonblock flags not matching arch valuesRich Felker2013-01-101-2/+3
* check for invalid handles in dlsym/dlcloseRich Felker2013-01-101-1/+17
* setjmp.h: add struct tag for sigjmp_buf (GCC C++ compatibility)rofl0r2013-01-041-1/+1
* add legacy header values.hrofl0r2013-01-042-0/+40
* time.h: add BSD aliases for otherwise internal struct tm membersrofl0r2013-01-041-0/+4
* wait.h: add linux specific, thread-related waitpid() flagsrofl0r2013-01-041-0/+4
* __assert_fail(): remove _Noreturn, to get proper stacktracesrofl0r2013-01-042-2/+2
* add some new-ish IPPROTO constants that were missingRich Felker2013-01-011-0/+3
* math: bessel cleanup (jn.c and jnf.c)Szabolcs Nagy2013-01-012-164/+161
* math: bessel cleanup (j1.c and j1f.c)Szabolcs Nagy2013-01-012-187/+138
* math: bessel cleanup (j0.c and j0f.c)Szabolcs Nagy2013-01-012-203/+161
* expose [v]asprintf under _BSD_SOURCERich Felker2012-12-281-2/+2
* align EPOLL_* flags with fcntl O_* flag definitions, which vary by archRich Felker2012-12-271-2/+3
* fix alignment logic in strlcpyRich Felker2012-12-261-1/+1
* add linux extension POLLRDHUP to poll.hRich Felker2012-12-261-0/+1
* fix reference to libc struct in static tls init codeRich Felker2012-12-251-1/+1
* clean up and fix logic for making mmap fail on invalid/unsupported offsetsRich Felker2012-12-201-3/+7
* merge a few fixes by sh4rm4Rich Felker2012-12-195-1/+34
|\
| * socket.h: add SO_(SND/RCV)BUFFORCE to generic blockrofl0r2012-12-191-0/+2
| * add inet_network (required for wine)rofl0r2012-12-192-0/+12
| * x86_64/bits/signal.h: fix typo in REG_CSGSFSrofl0r2012-12-191-1/+1
| * link.h: expose glibc/svr4 dynlinker debugging gluerofl0r2012-12-191-0/+19
* | math: more correct tgmath.h type cast logicSzabolcs Nagy2012-12-191-32/+17
* | math: new type cast logic in tgmath.hSzabolcs Nagy2012-12-191-25/+58
* | math: use 0x1p-120f and 0x1p120f for tiny and huge valuesSzabolcs Nagy2012-12-1610-27/+27
* | math: tgammal.c fixesSzabolcs Nagy2012-12-161-28/+23
* | math: tanh.c cleanup similar to sinh, coshSzabolcs Nagy2012-12-163-173/+83
* | math: sinh.c cleanup similar to the cosh oneSzabolcs Nagy2012-12-163-171/+72
* | math: finished cosh.c cleanupSzabolcs Nagy2012-12-163-142/+49
|/
* math: x86_64 version of expl, fixed some comments in the i386 versionSzabolcs Nagy2012-12-164-4/+112
* math: move x86_64 exp2l implementation to exp2l.s from expl.sSzabolcs Nagy2012-12-163-85/+76
* fix breakage in ldd (failure to print library load address)Rich Felker2012-12-151-2/+2
* Merge remote-tracking branch 'nsz/math'Rich Felker2012-12-1535-907/+803
|\
| * math: fix i386/expl.s with more precise x*log2eSzabolcs Nagy2012-12-142-7/+107
| * fixed tgmath.h for functions with integral resultSzabolcs Nagy2012-12-141-7/+9
| * math: add a non-dummy tgamma implementationSzabolcs Nagy2012-12-122-20/+215
| * math: cosh cleanupSzabolcs Nagy2012-12-123-70/+63
| * math: fix comment in __rem_pio2f.cSzabolcs Nagy2012-12-121-2/+2
| * math: add empty __invtrigl.s to i386 and x86_64Szabolcs Nagy2012-12-122-0/+0
| * math: clean up inverse trigonometric functionsSzabolcs Nagy2012-12-1112-377/+258
| * math: rewrite inverse hyperbolic functions to be simpler/smallerSzabolcs Nagy2012-12-119-406/+149
| * math: remove long double version of bessel functions from math.hSzabolcs Nagy2012-12-111-8/+0
| * make CMPLX macros available in complex.h in non-c11 mode as wellSzabolcs Nagy2012-12-112-10/+0
* | add some missing macros to sys/shm.hRich Felker2012-12-151-0/+3
* | add missing flags in sys/timerfd.hRich Felker2012-12-131-0/+6
* | treat invalid C as an error even if warnings aren't enabled.Rich Felker2012-12-111-1/+11
|/
* fix double errno-decoding in the old-kernel fallback path of pipe2Rich Felker2012-12-111-1/+1
* fix regressions in app compatibility from previous sys/ipc.h changesRich Felker2012-12-101-0/+5
* document self-synchronized destruction issue for stdio lockingRich Felker2012-12-101-0/+10