Age | Commit message (Expand) | Author |
2020-12-06 | On i386 setjmp(3) should store the FPU state and longjmp(3) restore | Alexander Bluhm |
2020-12-06 | Introduce constants to access the setjmp(3) jmp_buf fields from | Alexander Bluhm |
2020-11-28 | Add retguard to macppc kernel locore.S, ofwreal.S, setjmp.S | gkoehler |
2020-11-07 | Actually m88k assembler can not handle 'nop' mnemonic, use a macro instead. | Kenji Aoyama |
2020-10-26 | Retguard asm macros for powerpc libc, ld.so | gkoehler |
2020-10-21 | Save and restore the MXCSR register and the FPU control word such that | Mark Kettenis |
2020-10-20 | Use a trap instruction that unconditionally terminates the process. | Visa Hankala |
2020-10-19 | Retguard sigsetjmp on powerpc64. | mortimer |
2020-10-19 | replace ad-hoc illegal instruction with the architecturally defined one | Christian Weisgerber |
2020-10-19 | add retguard prologue/epilogue | Theo de Raadt |
2020-10-19 | Save and restore the FPCR register such that floating-point control modes | Mark Kettenis |
2020-10-18 | Add powerpc64 retguard macros for setjmp / longjmp. | mortimer |
2020-10-18 | SYS___threxit cannot fail, but this integration looks like a gadget. | Theo de Raadt |
2020-10-16 | Adapt SYS.h to use retguard macros from asm.h, so that generated system | Theo de Raadt |
2020-10-01 | Mark top-level frame for new thread in both CFI and with zero | Philip Guenther |
2020-08-23 | amd64: TSC timecounter: prefix RDTSC with LFENCE | cheloha |
2020-07-27 | Fix two cases where we shpould compare/store 64-bit values instead of | Mark Kettenis |
2020-07-27 | Fix powerpc64's sbrk() | gkoehler |
2020-07-18 | Userland timecounter implementation for octeon | Visa Hankala |
2020-07-17 | Userland timecounter for macppc | gkoehler |
2020-07-15 | Userland timecounter implementation for arm64. | Mark Kettenis |
2020-07-14 | Fix TIB/TCB on powerpc64. Some bright sould decided that the TCB should | Mark Kettenis |
2020-07-11 | Add usertc.c. | Mark Kettenis |
2020-07-11 | Add missing usertc.c file. | Mark Kettenis |
2020-07-08 | Userland timecounter implementation for sparc64. | Mark Kettenis |
2020-07-08 | Clean up the amd64 userland timecounter implementation a bit: | Mark Kettenis |
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 |