Age | Commit message (Expand) | Author |
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 |
2016-03-09 | We are done providing support for the vax. | Theo de Raadt |
2015-12-11 | "the the" -> "the" in comment | mmcc |
2015-11-15 | Tweak previous: rename it to fpround() to match FreeBSD | Philip Guenther |
2015-11-15 | I got a round tuit to rename round() to roundit() to avoid gcc warning. | Philip Guenther |
2015-11-14 | Split the non-syscall ASM bits from SYS.h into DEFS.h and use that in the | Philip Guenther |
2015-10-31 | Invoke the _HIDDEN() sigprocmask label rather than the public one. | Miod Vallat |
2015-10-31 | This is sigprocmask, not sigpending. | Miod Vallat |
2015-10-27 | Wrap the remaining math functions in libc: __fpclassify*(), __flt_rounds(), | Philip Guenther |
2015-10-23 | Merge the sigaction() and sigprocmask() overloads/wrappers from libpthread | Philip Guenther |
2015-10-18 | Pull in <float.h> instead of declaring __flt_rounds() locally | Philip Guenther |
2015-10-17 | Rename SYSEXIT() to SYSCALL_END() for consistency with most other archs. | Philip Guenther |
2015-10-04 | Delete an inexplicable comment | Philip Guenther |
2015-09-14 | vax deserves gdtoa love too! | Philip Guenther |
2015-09-13 | Need SYS.h for END_STRONG() | Philip Guenther |
2015-09-13 | Add hidden _libc_ aliases and symbol sizes | Philip Guenther |
2015-09-13 | Add hidden _libc_ aliases and symbol sizes | Philip Guenther |
2015-09-13 | Uses angle brackets to include softfloat.h, and add the proper directory to | Miod Vallat |
2015-09-13 | Wrap <stdlib.h> so that calls go direct and the symbols not in the | Philip Guenther |
2015-09-13 | Do provide hidden _libc_* aliases for sig{block,setmask} and use them in | Philip Guenther |
2015-09-10 | Adds hidden _libc_FOO aliases for the system call stubs. | Philip Guenther |
2006-10-10 | Preliminary userland bits for OpenBSD/landisk, many things coming from | Miod Vallat |
2015-09-09 | Backtrack a little bit and don't try to use the per-thread errno location if | Mark Kettenis |
2015-09-05 | Fix previous: restore a PSEUDO_SUFFIX macro to actually handle errno and return | Philip Guenther |
2015-09-05 | This is probably what guenther@ had in mind. | Miod Vallat |
2015-09-05 | Adds hidden _libc_FOO aliases for the system call stubs. | Philip Guenther |
2015-08-31 | use #function rather than @function on arm | Theo de Raadt |
2015-08-31 | Also add ALTEXIT_{STRONG,WEAK} to hppa64, copied from hppa. Document'em too | Philip Guenther |
2015-08-31 | Add ALTEXIT_{STRONG,WEAK} to support wrapping of functions using ALTENTRY. | Philip Guenther |
2015-08-31 | Add framework for resolving (pun intended) libc namespace issues, using | Philip Guenther |
2006-10-10 | Preliminary userland bits for OpenBSD/landisk, many things coming from | Miod Vallat |