| Age | Commit message (Expand) | Author |
| 2014-02-02 | bump date for previous | dholland |
| 2014-02-02 | Reorg second paragraph too, to group related info together. | dholland |
| 2014-02-02 | Rework description for clarity; prompted by chat comments from bad@. | dholland |
| 2014-02-02 | Sort errors. Bump date for previous. | wiz |
| 2014-02-02 | Bump date for previous. | wiz |
| 2014-02-02 | Remove paranthesis from return operands. | martin |
| 2014-02-02 | Limit the amount of kernel memory a posix_spawn syscall can use (for handling | martin |
| 2014-02-02 | Mark up HZ. | wiz |
| 2014-02-02 | Fix unsigned 64 bit int to long double conversion for numbers that would not | martin |
| 2014-02-01 | mention how HZ affects us | christos |
| 2014-02-01 | Since powerpc passes 8 arguments in registers and the syscall number in r0, | matt |
| 2014-02-01 | sparc and sparc64 have moved to new world order, remove legacy files. | martin |
| 2014-01-31 | Restore -Wno-error for clang build. Just don't try to force GCC 4.1 for | joerg |
| 2014-01-31 | Fix prototype in SYNOPSIS, mark up NULL with Dv. | wiz |
| 2014-01-31 | expose __lwp_park60 | christos |
| 2014-01-31 | remove compatibility code for handling CLOCK_MONOTONIC and handle it in the | christos |
| 2014-01-31 | Just use EXT_EXP_INFNAN instead of EXT_EXP_INF or EXT_EXP_NAN. | matt |
| 2014-01-31 | PR/44756: Sad Clouds: Prevent leakage of errno = ESRCH from _lwp_park. This | christos |
| 2014-01-31 | Since N32/N64 pass the first 8 arguments in registers, we can load all | matt |
| 2014-01-31 | Remove old compiler based crt stuff for alpha mips powerpc and vax | matt |
| 2014-01-31 | -Wno-error=missing-prototypes is not available on gcc 4.1 | martin |
| 2014-01-30 | Add unordtf2.c | matt |
| 2014-01-30 | Make confiditon on FLOAT128 | matt |
| 2014-01-30 | unord for float128 long double | matt |
| 2014-01-30 | Provide a simple floatunditf implementation, at least mips64 needs one. | joerg |
| 2014-01-30 | Use fixunssfsi and fixunsdfsi from compiler-rt. | joerg |
| 2014-01-30 | Install a pkg-config file for zlib. | wiz |
| 2014-01-29 | Include compiler-rt in libc, libm and libkern. | joerg |
| 2014-01-29 | Long double support builds for PPC now. | joerg |
| 2014-01-29 | Also make sure the __CTOR_LIST__ is just aligned to a pointer boundary. | bouyer |
| 2014-01-28 | no need to duplicate the generic fabs_ieee754.c here | macallan |
| 2014-01-28 | split fabs.c into hardfloat .S and softfloat .c as requested by joerg | macallan |
| 2014-01-27 | Add missing __RCSID("$NetBSD$"); | matt |
| 2014-01-27 | Use ${TOOL_GZIP} instead of just gzip in all Makefiles | apb |
| 2014-01-24 | CID 1163170, 1164171, resource leak | christos |
| 2014-01-24 | Load the magic into the right register for the comparison in _longjmp | skrll |
| 2014-01-24 | remove bogus comment, we are not working around an assembler issue. | christos |
| 2014-01-23 | Change vnode operations create, mknod, mkdir and symlink to return | hannken |
| 2014-01-23 | Use a constant in the text segment to avoid the .lit8 out of range relocation | christos |
| 2014-01-23 | One vmsr is enough. | joerg |
| 2014-01-21 | Handle case where a 0 length template string or a template | seanb |
| 2014-01-21 | Increment to the value, not the pointer. (Thorsten Brehm) | christos |
| 2014-01-21 | ... if called prior to using_history(). This needed to be worked around | christos |
| 2014-01-20 | Use fabs_ieee754.c. | joerg |
| 2014-01-20 | vfwprintf: fix error propagation | yamt |
| 2014-01-19 | If MKREPRO=yes, make the tags file refer to /usr/src | apb |
| 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 | Make sure that "_FORTIFY_SOURCE" really gets undefined even if "USE_SSP" | tron |
| 2014-01-18 | Add various functions which need fenv support to arm. | skrll |