| Commit message (Expand) | Author | Age | Files | Lines |
* | Add retguard to macppc kernel locore.S, ofwreal.S, setjmp.S |  gkoehler | 2020-11-28 | 7 | -24/+24 |
* | Retguard asm macros for powerpc libc, ld.so |  gkoehler | 2020-10-26 | 9 | -64/+87 |
* | SYS___threxit cannot fail, but this integration looks like a gadget. |  deraadt | 2020-10-18 | 1 | -1/+3 |
* | Userland timecounter for macppc |  gkoehler | 2020-07-17 | 1 | -2/+22 |
* | Add support for timeconting in userland. |  pirofti | 2020-07-06 | 2 | -1/+22 |
* | Provide an optimized implementation of ffs(3) in libc on |  naddy | 2020-06-26 | 2 | -2/+18 |
* | Unexport __floatundidf. |  kettenis | 2019-10-23 | 1 | -1/+0 |
* | Unlike gas, clang's assembler complains about duplicate symbol assignments. |  guenther | 2019-07-14 | 1 | -2/+2 |
* | Copy files from ../librthread in preparation for moving functionality |  guenther | 2017-08-15 | 1 | -0/+53 |
* | RELRO means the __{got,plt}_{start,end} symbols are superfluous |  guenther | 2017-02-27 | 1 | -2/+0 |
* | Wrap fpgetround() so internal calls to it (seen on arm, powerpc, and sh) |  guenther | 2016-07-26 | 2 | -4/+6 |
* | Consistently reference '_end' instead of 'end' in the brk/sbrk implementation |  guenther | 2016-05-30 | 3 | -8/+7 |
* | Only require 4 byte alignment on ILP32 archs |  guenther | 2016-05-29 | 1 | -2/+2 |
* | Use .balign instead of .align; only need 8 byte alignment not 2^8 |  guenther | 2016-05-29 | 1 | -2/+2 |
* | Add XOR cookies for r1 (stack) and lr. Switch from calling obsolete |  guenther | 2016-05-22 | 2 | -108/+209 |
* | Oh right, actually delete this now that __cerror is unused |  guenther | 2016-05-22 | 1 | -61/+0 |
* | Add END() to match ENTRY() macros |  guenther | 2016-05-15 | 2 | -3/+8 |
* | TIB conversion is complete, so set errno in the syscall stub and eliminate |  guenther | 2016-05-15 | 6 | -21/+33 |
* | Remove sigreturn declaration and the now-unused libc syscall stub |  guenther | 2016-05-09 | 1 | -29/+0 |
* | No, sigaltstack's onstack flag shouldn't be saved. Delete comment |  guenther | 2016-05-08 | 1 | -2/+1 |
* | Use a Thread Information Block in both single and multi-threaded programs. |  guenther | 2016-05-07 | 10 | -57/+24 |
* | The asm in the MD_DISABLE_KBIND macro was too fragile and broke alpha and hppa. |  guenther | 2016-03-21 | 1 | -23/+0 |
* | Rearrange C runtime bits: now that ld.so exports environ and __progname, |  guenther | 2016-03-20 | 1 | -0/+23 |
* | 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 | -7/+7 |
* | Do provide hidden _libc_* aliases for sig{block,setmask} and use them in |  guenther | 2015-09-13 | 1 | -5/+5 |
* | Backtrack a little bit and don't try to use the per-thread errno location if |  kettenis | 2015-09-09 | 1 | -23/+21 |
* | Fix previous: restore a PSEUDO_SUFFIX macro to actually handle errno and return |  guenther | 2015-09-05 | 1 | -1/+2 |
* | Adds hidden _libc_FOO aliases for the system call stubs. |  guenther | 2015-09-05 | 8 | -17/+34 |
* | Add framework for resolving (pun intended) libc namespace issues, using |  guenther | 2015-08-31 | 2 | -3/+28 |
* | fix comment |  guenther | 2015-08-27 | 1 | -2/+2 |
* | Hide many (194!) symbols that nothing should be using. |  guenther | 2015-08-26 | 4 | -51/+17 |
* | Make __cerror() use the per-thread errno location if r2 isn't zero. This way |  kettenis | 2015-08-23 | 4 | -17/+25 |
* | Fetch the _GLOBAL_OFFSET_TABLE_ pointer in a way that's compatible with the |  kettenis | 2015-08-23 | 2 | -8/+12 |
* | Set up r30 with the _GLOBAL_OFFSET_TABLE_ pointer as required by the |  kettenis | 2015-08-23 | 1 | -3/+21 |
* | Explicitly list the symbols permitted to be exported by libc. |  guenther | 2015-08-22 | 1 | -0/+15 |
* | 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 | -5/+8 |
* | Simplify fork/vfork logic: the kernel has handled returning zero in the child |  guenther | 2015-03-31 | 1 | -2/+1 |
* | asm version from libkern, but mempcy() remains tied to the |  deraadt | 2014-12-04 | 2 | -2/+170 |
* | restructure libc/string + libc/arch/*/string coperation regarding |  deraadt | 2014-11-30 | 1 | -3/+5 |
* | zap trailing newlines; "go for it" deraadt |  okan | 2014-07-16 | 1 | -1/+0 |
* | Nuke the machinery to sync libkern with libc, it's not been used in the |  miod | 2014-06-09 | 1 | -4/+1 |
* | Apply "unifdef -D__STDC__" to libc/arch/*/SYS.h |  matthew | 2014-06-04 | 1 | -9/+1 |
* | It's been a quarter century: we can assume volatile is present with that name. |  guenther | 2014-04-17 | 8 | -19/+19 |
* | Switch libc and libm to use strong aliases rather than weak aliases |  martynas | 2013-03-28 | 1 | -2/+2 |
* | Remove excessive sys/cdefs.h inclusion |  deraadt | 2012-12-05 | 1 | -2/+1 |
* | these are no longer used; ok guenther |  deraadt | 2012-09-04 | 1 | -43/+0 |
* | Fix missing PIC -> __PIC__ conversions; ok pascal |  deraadt | 2012-08-22 | 4 | -10/+10 |
* | make this actually work |  kettenis | 2012-07-01 | 1 | -23/+21 |