| Age | Commit message (Expand) | Author |
| 2013-12-28 | warns 6 | christos |
| 2013-12-28 | avoid using freed pointers and non-format strings | christos |
| 2013-12-27 | moved to common | christos |
| 2013-12-27 | updates for new version | christos |
| 2013-12-26 | update from tzcode 2013e to tzcode2013i | christos |
| 2013-12-26 | add smbfs library | 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 | Resolve symlinks and cook the targets instead of the symlink names. | mlelstv |
| 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-20 | remove __P | christos |
| 2013-12-20 | Drop .fpu. Discussed with Matt. | joerg |
| 2013-12-20 | Sort errors. | wiz |
| 2013-12-19 | Only apply -fno-tree-vrp for GCC. | joerg |
| 2013-12-19 | Add a man page for shm_open(3) and shm_unlink(3). Obtained from FreeBSD, | rmind |
| 2013-12-19 | Add shm_open(3) and shm_unlink(3) to support POSIX shared memory objects. | rmind |
| 2013-12-19 | Note that etfs keys are not visible in directory listings, | pooka |
| 2013-12-18 | remove outdated comment (since quite a few months ago) | pooka |
| 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 |
| 2013-12-13 | add a cast for sparc64 where int_fast32_t is long (should it be?), and | christos |
| 2013-12-11 | Make sure the __CTOR_LIST__ is just aligned to a pointer boundary. | matt |
| 2013-12-11 | Moved to src/common. | joerg |
| 2013-12-11 | Allow kernel code to access constant databases by moving cdbr(3) and the | joerg |
| 2013-12-10 | CID 1135779: Fix resource leak | christos |
| 2013-12-09 | Fix typo ("then" instead of "than") | wiz |
| 2013-12-08 | add note about gets() | dholland |
| 2013-12-08 | Make sure t9 ($25) is properly set before calling ___start | matt |
| 2013-12-06 | Make the touch family of calls actually force an update of the | blymn |
| 2013-12-05 | Add cdbr_open_mem. | joerg |
| 2013-12-03 | Don't include bswap for ARM right now, the routines require ARMv6. | joerg |
| 2013-12-03 | Add ARM (EABI) specific sources. Split off code that requires C11, | joerg |
| 2013-12-02 | changed lua_Number to int64_t | lneto |
| 2013-12-01 | - centralize opening of regular and temp files to avoid code duplication | christos |
| 2013-11-30 | fabsl alias. | joerg |
| 2013-11-30 | Use PLT_SYM. | joerg |
| 2013-11-30 | Use PLT_SYM. | joerg |
| 2013-11-29 | Include crtbegin.h first to make it possible to build with the stricter | joerg |
| 2013-11-29 | Use normal style for checking for long double support. Add missing | joerg |
| 2013-11-29 | Add fabsl alias if necessary. | joerg |
| 2013-11-28 | update to MPC 1.0.1. | mrg |
| 2013-11-28 | The document date was not updated as it should have been. | khorben |
| 2013-11-28 | Fixed a typo in the example code for select(2) | khorben |
| 2013-11-26 | goodbye CIRCLEQ, welcome TAILQ | christos |
| 2013-11-24 | Provide expm1f() | martin |