| Age | Commit message (Expand) | Author |
| 2014-01-18 | ARM needs __clear_cache. | joerg |
| 2014-01-18 | Must use LIBC_MACHINE_ARCH for deciding whether 64bit support code is | joerg |
| 2014-01-18 | revert previous, it causes other problem and I cannot easily debug it. | christos |
| 2014-01-18 | __fixsfdi is required, __fixdfsi already in softfloat. | joerg |
| 2014-01-18 | Use a separate variable for the use of GCC's unwind code. | joerg |
| 2014-01-17 | GC | joerg |
| 2014-01-17 | Use generic version of fabs for softfloat. | joerg |
| 2014-01-17 | Don't use aeabi_dcmp.S and aeabi_fcmp.S on ARM yet, softfloat provides | joerg |
| 2014-01-17 | Comment out softfloat code until it is decided what to use long term. | joerg |
| 2014-01-17 | __floatunsidf and __floatunsisf are provided by softfloat, but | joerg |
| 2014-01-17 | Explicitly enumerate platforms that have unwind support to make | joerg |
| 2014-01-17 | fix memory allocation, and an off-by-one | drochner |
| 2014-01-17 | the addition is handled in the alias. | christos |
| 2014-01-17 | Move more code into the macro, and fix the bug where realloc would cause | christos |
| 2014-01-16 | Don't build common quad routines if the platform is 64bit since they | matt |
| 2014-01-16 | remove dups | christos |
| 2014-01-16 | Remove MAXALIASES limit | christos |
| 2014-01-16 | "soon" is "now". Remove all __indr_reference crap. | christos |
| 2014-01-16 | namespace protection for the new err functions | christos |
| 2014-01-16 | PR/47602: Christos Zoulas: getwc() modifies input instead of returning EILSEQ. | christos |
| 2014-01-16 | Fix (v)errc/(v)warnc. | joerg |
| 2014-01-16 | Add the {v,}{err,warn}c flavors, from FreeBSD. | christos |
| 2014-01-15 | Add profiling helper functions to the build. | joerg |
| 2014-01-15 | Use the quad support from compiler-rt for MKLIBGCC=no. | joerg |
| 2014-01-14 | TODO: fix stdout/stdin/stderr to not require copy relocations | joerg |
| 2014-01-10 | whitespace. | wiz |
| 2014-01-08 | provide a patchable __res_conf_name for testing purposes. | christos |
| 2014-01-08 | bump for ptsname_r | christos |
| 2014-01-08 | return the same errors as linux for ptsname_r | christos |
| 2014-01-08 | add ptsname_r | christos |
| 2014-01-07 | Kill unneeded paragraph macro. | njoly |
| 2014-01-04 | Merge EINVAL descriptions. | wiz |
| 2014-01-04 | Sort sections. Remove trailing whitespace. | wiz |
| 2014-01-04 | Sort sections. Punctuation formatting nits. | wiz |
| 2014-01-02 | don't lose the RPC error from CLNT_CALL. | christos |
| 2013-12-28 | O_SYNC, not O_FSYNC. Spotted by "beatnix" on freenode. | dholland |
| 2013-12-27 | moved to common | christos |
| 2013-12-26 | update from tzcode 2013e to tzcode2013i | christos |
| 2013-12-25 | Explicitly enable FPU support. | joerg |
| 2013-12-25 | fix bug in previous change (sz should be the size of the newly allocated | christos |
| 2013-12-25 | Sort errors. Use parentheses instead of Pq in normal text. | wiz |
| 2013-12-25 | typo | dholland |
| 2013-12-24 | Rewrite for clarity and add an example. | dholland |
| 2013-12-22 | - don't clobber hp in the RES_USE_INET6 case | christos |
| 2013-12-22 | this is supposed to be re-entrant, call don't call __hostalias that uses | christos |
| 2013-12-19 | Only apply -fno-tree-vrp for GCC. | joerg |
| 2013-12-19 | Add shm_open(3) and shm_unlink(3) to support POSIX shared memory objects. | rmind |
| 2013-12-14 | It's been many years since realloc(NULL, size) == malloc(size). Also don't | christos |
| 2013-12-14 | knf, reduce pointer gymnastics | christos |
| 2013-12-13 | time_t_{min,max} are only used in localtime.c | christos |