Age | Commit message (Expand) | Author |
2016-10-04 | Use the userspace-visible thread register directly in __cerror instead | Philip Guenther |
2016-09-22 | Switch from calling obsolete sig{block,setmask} to directly using the | Philip Guenther |
2016-09-22 | m88k switched to RELRO | Philip Guenther |
2016-09-22 | Simplify __cerror now that %r27 is always the TCB pointer. | Philip Guenther |
2016-09-18 | Use unified syntax such that this compiles with both gcc and clang. | Mark Kettenis |
2016-09-18 | unbreak the build by including stddef.h for the definition of NULL | Jonathan Gray |
2016-09-17 | Add an interface to find the ARM.exidx table for use by the ARM EHABI unwinder. | Mark Kettenis |
2016-09-10 | Clang ignores a .weak directive before a function is actually defined. So | Mark Kettenis |
2016-09-06 | Remove branch prediction hints from conditional branch instructions. These | Mark Kettenis |
2016-09-01 | retire the sparc library code | Ted Unangst |
2016-08-11 | Between relro and previous RWX work, the __{got,plt}_{start,end} symbols | Philip Guenther |
2016-08-07 | Add XOR cookies for lr and sp. Stop saving/restoring r12 to/from the jmpbuf. | Philip Guenther |
2016-08-06 | Use internal names for __errno, _memcpy, memset, and {,_}{set,long}jmp | Philip Guenther |
2016-07-26 | Wrap fpgetround() so internal calls to it (seen on arm, powerpc, and sh) | Philip Guenther |
2016-06-16 | PSEUDO_NOERROR() is used for syscalls that return now, so need to put | Philip Guenther |
2016-05-30 | Consistently reference '_end' instead of 'end' in the brk/sbrk implementation | Philip Guenther |
2016-05-30 | Do setjmp cookies for eip, esp, and ebp. For bonus points, mix how | Philip Guenther |
2016-05-30 | Do setjmp cookies for gp, sp, and ra | Philip Guenther |
2016-05-29 | Switch from calling obsolete sig{block,setmask} to directly using the | Philip Guenther |
2016-05-29 | Only require 4 byte alignment on ILP32 archs | Philip Guenther |
2016-05-29 | Use .balign instead of .align; only need 8 byte alignment not 2^8 | Philip Guenther |
2016-05-23 | More fixes from miod | Philip Guenther |
2016-05-23 | Include SYS.h instead of DEFS.h now that this does a direct syscall | Philip Guenther |
2016-05-23 | Add XOR cookies for rp and sp. Switch from calling obsolete | Philip Guenther |
2016-05-23 | Stop supporting longjmperror(); it's not used, not portable, and the checks | Philip Guenther |
2016-05-22 | Add XOR cookies for r1 (stack) and lr. Switch from calling obsolete | Philip Guenther |
2016-05-22 | Oh right, actually delete this now that __cerror is unused | Philip Guenther |
2016-05-18 | Save and restore 'gbr' register when enter/leaving the kernel, and use | Philip Guenther |
2016-05-16 | ...and delete the GP setup. Should have been in previous commit | Philip Guenther |
2016-05-16 | Eliminate cerror: use PAL_rdunique to get the TCB address directly | Philip Guenther |
2016-05-15 | Add END() to match ENTRY() macros | Philip Guenther |
2016-05-15 | TIB conversion is complete, so set errno in the syscall stub and eliminate | Philip Guenther |
2016-05-12 | Using a 3-word buffer in the openbsd.randomdata segment, XOR swizzle | Theo de Raadt |
2016-05-11 | remove hppa64 port, which we never got going beyond broken single users. | Theo de Raadt |
2016-05-09 | Remove sigreturn declaration and the now-unused libc syscall stub | Philip Guenther |
2006-10-10 | Preliminary userland bits for OpenBSD/landisk, many things coming from | Miod Vallat |
2016-05-09 | Stop using sigreturn for longjmp, just set the signal mask and return | Philip Guenther |
2016-05-09 | Don't use sigreturn(2) in longjmp(3). Instead use a similar approach as in | Mark Kettenis |
2016-05-08 | Implement longjmp directly and not on top of sigreturn. | Philip Guenther |
2016-05-08 | No, sigaltstack's onstack flag shouldn't be saved. Delete comment | Philip Guenther |
2016-05-08 | Hide __fpu_* and make internal _Qp_* calls go direct. | Philip Guenther |
2016-05-08 | Simplify sig{set,long}jmp(): just Do The Job instead of calling others | Philip Guenther |
2016-05-07 | Use a Thread Information Block in both single and multi-threaded programs. | Philip Guenther |
2016-04-28 | Don't add setjmp.S twice. | Mark Kettenis |
2016-04-28 | Don't use sigreturn(2) in longjmp(3). Instead use a similar approach as in | Mark Kettenis |
2016-04-28 | remove duplicate strrchr.c entry in SRCS | Jonathan Gray |
2016-03-27 | Don't need to define SYS_sycall here | Philip Guenther |
2016-03-27 | Switch to RSYSCALL: no special handling is needed here any more and | Philip Guenther |
2016-03-21 | The asm in the MD_DISABLE_KBIND macro was too fragile and broke alpha and hppa. | Philip Guenther |
2016-03-20 | Rearrange C runtime bits: now that ld.so exports environ and __progname, | Philip Guenther |