| Age | Commit message (Expand) | Author |
| 2014-03-04 | Introduce GENASSYM_CPPFLAGS for options during genassym processing. | joerg |
| 2014-03-04 | The fixuns* come from compiler_rt so softfloat doesn't need to provide them. | matt |
| 2014-03-04 | Avoid a warning and just do the trap #1 instead of calling sigreturn inline. | matt |
| 2014-03-02 | Change remaining "MACHINE_ARCH" to "LIBC_MACHINE_ARCH" | matt |
| 2014-02-26 | Update compiler-rt glue for the new source layout. | joerg |
| 2014-02-25 | Powerpc seems to expect minimum 8 byte alignment from malloc as well. | martin |
| 2014-02-22 | pipe2 requires fcntl.h for its flags; PR 48614 from Steffen Daode Nurpmeso. | dholland |
| 2014-02-19 | Provide a genassym.cf in libc for hppa and use it. | skrll |
| 2014-02-17 | Bounce the minimum allocation alignement for sparc64 and amd64 as well, | martin |
| 2014-02-10 | remove unneeded code, and kill parens from return | christos |
| 2014-02-10 | PR/48585: Henning Petersen: Always set errno when returning NULL. | christos |
| 2014-02-07 | don't lie about function signatures. | christos |
| 2014-02-07 | RFC 3542 (section 10.1) states that optlen should only be checked when | christos |
| 2014-02-06 | bump the date | rmind |
| 2014-02-06 | cdbw(3) man page: fix the header file name and use .Fa for function arguments. | rmind |
| 2014-02-05 | Err on the safe side for small memory allocations and provide 4byte | skrll |
| 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-01-31 | Fix prototype in SYNOPSIS, mark up NULL with Dv. | wiz |
| 2014-01-31 | expose __lwp_park60 | christos |
| 2014-01-31 | Since N32/N64 pass the first 8 arguments in registers, we can load all | matt |
| 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-29 | Include compiler-rt in libc, libm and libkern. | joerg |
| 2014-01-29 | Long double support builds for PPC now. | joerg |
| 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 | 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 | 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-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 |