summaryrefslogtreecommitdiff
path: root/lib/libc/compat
AgeCommit message (Expand)Author
2020-05-25Pull up following revision(s) (requested by riastradh in ticket #920):martin
2019-06-18Fix warning message for mknod symbol linkagekamil
2018-04-29Add some compat stubs for aarch64. Not providing any actual compatibilityjmcneill
2017-12-26Fix const argument inconsistency (found by lint(1))christos
2016-12-16scandir/alphasort take "const struct dirent **" not "const void *" inmrg
2016-10-07Sync with compat and remove dup implementations of ldexp and modf, switchingchristos
2016-08-27remove debuggingchristos
2016-08-27detect overflow in oldexp + newexpchristos
2016-06-30various ia64 updates:mrg
2016-03-26Do not store FP registers in softfloat userlandmartin
2015-10-30Add tzgetgmtoff() prototype I forgot to commit.christos
2015-03-26Return type of compat wait functions should be pid_t not int.justin
2015-02-09Include compat in rumprun libcpooka
2015-01-29Remove va_arg hack for Clang/PPC.joerg
2015-01-20Fix non _REENTRANT build.christos
2014-09-19New files for Userland support of UCB RISC-V (both 32-bit and 64-bit)matt
2014-09-03New files for OR1K supportmatt
2014-08-13Use the lint path as workaround for Clang on 32bit PPC for now.joerg
2014-08-10If LINT code path uses memcpy, it should also include string.h.joerg
2014-08-10Preliminary files for AARCH64 (64-bit ARM) support.matt
2014-06-12rename to 60christos
2014-06-12fix srandom and initstate signatures (from enh at google)christos
2014-05-23Put missing END() markers to set ELF symbol size.uebayasi
2014-05-23Define hacked version of END() in addition to ENTRY().uebayasi
2014-05-22Put missing END() markers to set ELF symbol size.uebayasi
2014-03-18Merge riastradh-drm2 to HEAD.riastradh
2014-03-04Avoid a warning and just do the trap #1 instead of calling sigreturn inline.matt
2014-01-31expose __lwp_park60christos
2014-01-24Load the magic into the right register for the comparison in _longjmpskrll
2014-01-24remove bogus comment, we are not working around an assembler issue.christos
2014-01-23Use a constant in the text segment to avoid the .lit8 out of range relocationchristos
2014-01-16"soon" is "now". Remove all __indr_reference crap.christos
2013-11-30Use PLT_SYM.joerg
2013-10-04prefix compat with __ in case __dso_hidden is not availablechristos
2013-10-04avoid linker warning for compat symbols that are used internally in libc,christos
2013-09-13Redo the locale cache to be constant. It now contains the localeconv()joerg
2013-09-12Pass PICFLAGS down to cc-as-as and use __PIC__ to decide if it is smalljoerg
2013-08-19Use _INVOKE_CERROR() and movsmatt
2013-08-01CERROR is now hidden so no need to call it via the PLTmatt
2013-07-25Fix some more CERROR inversionsmatt
2013-07-17Missed these. Convert to motorola format.matt
2013-07-17Use a more compact instruction sequence that also works on coldfirematt
2013-07-16Use SYSTRAP.matt
2013-03-29Compat glue for lwp park, but does not use the new syscall yet.christos
2013-03-06comment and assertionyamt
2013-01-11Remove all FPA code.matt
2012-10-24Add a warning when we are using the libc version of alloca(3).christos
2012-10-17fix trivial typo in warning msgdrochner
2012-10-15-Wstrict-overflowmsaitoh
2012-10-11take care of the signal safe syslog calls which are not exposed.christos