Age | Commit message (Expand) | Author |
2020-07-06 | Add support for timeconting in userland. | Paul Irofti |
2020-07-02 | Use a relative branch to jump from setjmp(3) into _setjmp(4). | Mark Kettenis |
2020-06-30 | Add missing comparison instruction. Load %r12 with the indirect branch | Mark Kettenis |
2020-06-29 | Use C versions of bcopy(3) and memmove(3) for now as the assembly version | Mark Kettenis |
2020-06-28 | Use std instead of stw to store CR since we use std in sigsetjmp(3) and | Mark Kettenis |
2020-06-28 | The 2nd and 3rd argument are pointers, so use the appropriate doubleword | Mark Kettenis |
2020-06-27 | Add missing label. | Mark Kettenis |
2020-06-26 | Provide an optimized implementation of ffs(3) in libc on | Christian Weisgerber |
2020-06-26 | Fix TCB_OFFSET_ERRNO. Adjust comments to reflect that powerpc64 uses %r13 | Mark Kettenis |
2020-06-26 | Avoid "bare" register numbers. | Mark Kettenis |
2020-06-25 | PowerPC64 libc powerpc sys files | Dale Rahn |
2020-06-25 | PowerPC64 libc string/net files | Dale Rahn |
2020-06-25 | *** empty log message *** | Dale Rahn |
2020-06-25 | PowerPC64 libc/arch/powerpc/gdtoa files | Dale Rahn |
2020-06-25 | Committed wrong version of file, atomic_lock is 32 bit. | Dale Rahn |
2020-06-25 | PowerPC64 libc gen files | Dale Rahn |
2020-06-25 | PowerPC64 libc (libc powerpc top) | Dale Rahn |
2020-03-13 | Anthony Steinhauser reports that 32-bit arm cpus have the same speculation | Theo de Raadt |
2020-03-11 | Anthony Steinhauser reports that 32-bit arm cpus have the same speculation | Theo de Raadt |
2020-02-18 | Now that the kernel skips the two instructions immediately following | Mark Kettenis |
2020-01-26 | Insert two nop instructions after each svc #0 instruction in userland. | Mark Kettenis |
2019-11-10 | Mark as 'protected' all the routines from the quad/ and softfloat/ subdirs, | Philip Guenther |
2019-10-27 | Mark the _Qp_{mul,div,add,sub} functions as 'protected' to eliminate | Philip Guenther |
2019-10-26 | Stop exporting the internal _mcount symbol as that's only referenced | Philip Guenther |
2019-10-23 | Unexport __floatundidf. | Mark Kettenis |
2019-07-14 | Unlike gas, clang's assembler complains about duplicate symbol assignments. | Philip Guenther |
2019-06-21 | Fix conversions to long double on sparc64 | Jeremie Courreges-Anglas |
2019-05-10 | Apply retpoline protection to the indirect call to the thread startfunc | Philip Guenther |
2019-04-01 | Compile with -gdwarf-4 to suppress wrnings about DWARF2 in assembly code | Mark Kettenis |
2019-03-30 | Add retguard macros to setjmp/longjmp on amd64. Knocks out some useful | mortimer |
2019-03-15 | Remove FBSDID. | Kevin Lo |
2019-01-05 | Replace two-operand instruction aliases that clang does not | Visa Hankala |
2018-10-01 | Add retguard to arm64 libc syscalls and setjmp / longjmp. | mortimer |
2018-08-12 | Add retguard macros for arm64 asm and apply them in the straightforward | mortimer |
2018-07-10 | In asm.h ensure NENTRY uses the old-school nop-sled align, but change standard | Theo de Raadt |
2018-07-03 | Add retguard macros for libc. | mortimer |
2018-06-22 | Save and restore the relevant FPU state on armv7. | Mark Kettenis |
2018-06-16 | Add add PIE support for m88k (requires gcc4 toolchain) | Philip Guenther |
2018-05-28 | Drop include of <arm64/swi.h> and remove it. | Mark Kettenis |
2018-05-28 | Clear the sign bit in the QNAN constants used by strtof, strtod and strtold, | Jonathan Matthew |
2018-05-17 | Drop memory barrier in _atomic_lock() implementation since the callers now | Mark Kettenis |
2018-03-16 | Since most (if not all) ARMv8 hardware doesn't actually support trapping of | Mark Kettenis |
2018-02-28 | Change floating-point mode/environment control functions to operate on | Mark Kettenis |
2018-01-23 | use END_STRONG. Yes, everything in the sh ecosystem is different.. | Theo de Raadt |
2018-01-21 | Implement ffs(3) using the CLZ instructions which has been available ever | Mark Kettenis |
2018-01-19 | Partial revert of rev. 1.7, fixes build with clang | Jeremie Courreges-Anglas |
2018-01-18 | Wow, it cannot even be in .data... | Theo de Raadt |
2018-01-18 | Sorry, the PIC macros cannot reach to .rodata.... | Theo de Raadt |
2018-01-18 | Instead of trying to handle ffs() with the normal rename-mark-hidden-and-alias | Philip Guenther |
2018-01-14 | Add two more ARM EABI aliases that I missed in the previous libc minor | Mark Kettenis |