| Commit message (Expand) | Author | Age | Files | Lines |
* | Actually m88k assembler can not handle 'nop' mnemonic, use a macro instead. |  aoyama | 2020-11-07 | 1 | -2/+4 |
* | SYS___threxit cannot fail, but this integration looks like a gadget. |  deraadt | 2020-10-18 | 1 | -1/+3 |
* | Add support for timeconting in userland. |  pirofti | 2020-07-06 | 2 | -2/+23 |
* | Stop exporting the internal _mcount symbol as that's only referenced |  guenther | 2019-10-26 | 1 | -1/+0 |
* | Add add PIE support for m88k (requires gcc4 toolchain) |  guenther | 2018-06-16 | 2 | -5/+7 |
* | Copy files from ../librthread in preparation for moving functionality |  guenther | 2017-08-15 | 1 | -0/+44 |
* | Switch from calling obsolete sig{block,setmask} to directly using the |  guenther | 2016-09-22 | 3 | -76/+42 |
* | m88k switched to RELRO |  guenther | 2016-09-22 | 1 | -6/+0 |
* | Simplify __cerror now that %r27 is always the TCB pointer. |  guenther | 2016-09-22 | 3 | -54/+40 |
* | Between relro and previous RWX work, the __{got,plt}_{start,end} symbols |  guenther | 2016-08-11 | 1 | -0/+6 |
* | Wrap fpgetround() so internal calls to it (seen on arm, powerpc, and sh) |  guenther | 2016-07-26 | 1 | -2/+3 |
* | PSEUDO_NOERROR() is used for syscalls that return now, so need to put |  guenther | 2016-06-16 | 1 | -1/+2 |
* | Stop supporting longjmperror(); it's not used, not portable, and the checks |  guenther | 2016-05-23 | 3 | -15/+9 |
* | Remove sigreturn declaration and the now-unused libc syscall stub |  guenther | 2016-05-09 | 1 | -42/+0 |
* | Use a Thread Information Block in both single and multi-threaded programs. |  guenther | 2016-05-07 | 5 | -63/+37 |
* | The asm in the MD_DISABLE_KBIND macro was too fragile and broke alpha and hppa. |  guenther | 2016-03-21 | 1 | -27/+0 |
* | Rearrange C runtime bits: now that ld.so exports environ and __progname, |  guenther | 2016-03-20 | 1 | -0/+27 |
* | Wrap the remaining math functions in libc: __fpclassify*(), __flt_rounds(), |  guenther | 2015-10-27 | 1 | -1/+2 |
* | Merge the sigaction() and sigprocmask() overloads/wrappers from libpthread |  guenther | 2015-10-23 | 2 | -6/+8 |
* | Do provide hidden _libc_* aliases for sig{block,setmask} and use them in |  guenther | 2015-09-13 | 2 | -10/+10 |
* | Adds hidden _libc_FOO aliases for the system call stubs. |  guenther | 2015-09-10 | 7 | -21/+29 |
* | Add framework for resolving (pun intended) libc namespace issues, using |  guenther | 2015-08-31 | 1 | -1/+24 |
* | Sync with other per-arch Symbols.list files |  guenther | 2015-08-26 | 1 | -3/+0 |
* | Hide many (194!) symbols that nothing should be using. |  guenther | 2015-08-26 | 3 | -49/+11 |
* | catch up |  miod | 2015-08-25 | 1 | -0/+12 |
* | Make index/rindex weak aliases of strchr/strrchr since they are not |  millert | 2015-05-15 | 1 | -2/+2 |
* | Make pthread_atfork() track the DSO that called it like atexit() does, |  guenther | 2015-04-07 | 2 | -3/+15 |
* | Simplify fork/vfork logic: the kernel has handled returning zero in the child |  guenther | 2015-03-31 | 1 | -10/+2 |
* | restructure libc/string + libc/arch/*/string coperation regarding |  deraadt | 2014-11-30 | 1 | -6/+7 |
* | Nuke the machinery to sync libkern with libc, it's not been used in the |  miod | 2014-06-09 | 1 | -6/+1 |
* | Apply "unifdef -D__STDC__" to libc/arch/*/SYS.h |  matthew | 2014-06-04 | 1 | -5/+1 |
* | Remove the `let's zero %r2 if %r3 is nonzero' dance. It's been more than 10 |  miod | 2013-09-08 | 1 | -10/+2 |
* | On second thought, do not use a tcnd instruction to test for divide-by-zero, |  miod | 2013-06-05 | 4 | -9/+17 |
* | ...also add __modsi3 and __umodsi3, and make these symbols weak by default. |  miod | 2013-06-05 | 5 | -4/+112 |
* | Add __divsi3 and __udivsi3 gcc-compatible routines. Not used by anything yet |  miod | 2013-06-05 | 3 | -6/+93 |
* | Fix obviously stupid bug in the PIC_{LOAD,STORE} macros when compiling with |  miod | 2013-04-11 | 1 | -3/+3 |
* | Oops, due to the way return from system calls work, we can not use a delay |  miod | 2013-01-24 | 2 | -6/+16 |
* | The kernel sources mention that the system call entry point is trap #450; the |  miod | 2013-01-23 | 9 | -19/+19 |
* | Fix PIC_LOAD and PIC_STORE macros to really access the variable, instead of |  miod | 2013-01-20 | 1 | -5/+7 |
* | PIC-related code should follow the #ifdef __PIC__ line, not the #else line. |  miod | 2013-01-20 | 3 | -14/+14 |
* | Add END() directives to the various functions. |  miod | 2013-01-11 | 20 | -31/+142 |
* | Add a bunch of macros to help writing PIC code for libc .S routines. Handles |  miod | 2013-01-11 | 1 | -10/+42 |
* | fix __cerror non-weak symbol name |  miod | 2013-01-08 | 1 | -2/+2 |
* | Switch m88k ports to ELF. |  miod | 2013-01-05 | 28 | -319/+319 |
* | Actually invoke the system call in libc's sigreturn() wrapper; went unnoticed |  miod | 2012-12-26 | 1 | -4/+3 |
* | Adapt ieee.h, gdtoa and libc to the fact that we don't have 80-bit |  martynas | 2012-09-15 | 9 | -239/+3 |
* | these are no longer used; ok guenther |  deraadt | 2012-09-04 | 1 | -39/+0 |
* | Fix almost ten-years old bug in siglongjmp(), which would not restore a signal |  miod | 2012-08-12 | 3 | -87/+57 |
* | Do not use <machine/float.h>, that is an deformed BSD-ism. |  deraadt | 2012-06-25 | 1 | -2/+2 |
* | __tfork() needs to set the stack address of the new thread in the kernel, |  guenther | 2012-06-21 | 1 | -5/+3 |