summaryrefslogtreecommitdiff
path: root/lib/libc/arch/vax
AgeCommit message (Expand)Author
2023-04-02Trailing whitespaceskrll
2021-11-24Decorate the VAX signal trampoline with the appropriate .cfithorpej
2021-10-31Tidy up how __sigaction14_sigtramp.c is added to SRCS.thorpej
2021-10-26Merge all MD __sigaction14_sigtramp.c copies into one:christos
2020-09-29s/occurence/occurrence/msaitoh
2020-04-18Rename "syscall" to "_syscall" and provide "syscall" as a weak alias.thorpej
2020-01-23Fix name of keyword so it will worwk correctly. :)pgoyette
2018-11-08Attempt to implement fabsf by copying fabs and s/d/f/g.riastradh
2018-11-07On ports without __HAVE_LONG_DOUBLE, make fabsl alias fabs.riastradh
2017-02-07Mark exect(3) obsolete and bind it to plain execve(2) on all platformskamil
2016-01-24use __register_tchristos
2014-03-18Merge riastradh-drm2 to HEAD.riastradh
2013-07-18Make __curbrk & __minbrk hidden.matt
2012-06-25Update old-style definitions to ANSI, remove a couple of registerabs
2012-03-22vax-specific lint fixes.christos
2012-02-27Make __cerror protected to restore ABI leak in older libc versions,joerg
2012-01-07define _UC_TLSBASE and use it to pass the TLS pointer to setcontext().chs
2011-11-21gcc 4.5 on vax creates PLT stubs with an entry mask of 0xffcchs
2011-09-19Mark _resumecontext as dead. ANSIfy all declarations for it.joerg
2011-01-25Move IDs into .identmatt
2010-07-06remove almost all the ability to build netbsd with an a.out target.mrg
2010-03-12Add memset to libkern on vax, moving existing memset.S to src/common.uwe
2009-12-06Rename ${SRCS.{alpha,arm,...}.gen} to ${LSRCS.{alpha,arm,...}.gen} becauseuebayasi
2009-07-31Add the 'abs', 'div' and 'erand48' sources to stdlib/Makefile.inc.dsl
2009-07-30If SRCS contains any .S files then remove the corresponding .c file fromdsl
2009-07-17Change all archs so that strchr.[cS] and strrchr.[cS] exist and generatedsl
2009-06-03add _lwp_makecontext for the vax.christos
2008-08-04Add C99 functions imaxabs and imaxdiv.matt
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2006-12-08Sync all resumecontext.c versions with the changes originally mademartin
2006-03-22build erand48_ieee754.c on everything but vaxdrochner
2006-03-15Add strtof(3) and strtold(3); welcome libc 12.137.kleink
2006-02-22Remove unused local variable (re-declared in inner conditional scope).he
2006-02-19make these consistent.christos
2006-02-18Seperate out the compat support for VAX. Also, make references to thematt
2006-01-25Add machine-dependent definitions for gdtoa.kleink
2005-12-20Use reach-over sources from common/lib/libcchristos
2005-09-14Patterned after the other fixes for __longjmp14.c, includehe
2005-06-12Add missing __RCSID()lukem
2005-05-03Make longjmp on vax not use sigreturn. Instead it rewrites thematt
2005-04-09Start the args after the argc. Return to resumecontext after the entry mask.matt
2004-06-06Revert previous; mhitch has already committed a workaround to ../Makefile.inc.he
2004-06-06It appears necessary to add -I. to CPPFLAGS for nslexer.c. This ishe
2004-06-03A -I. is needed by vax; had gotten removed from elsewhere.mhitch
2004-03-26the WARN_REFERENCES text "include <signal.h> for correct reference" is pointlessdrochner
2004-03-26fix references to the syscall formerly known as SYS___sigreturn14drochner
2004-03-23save errno while trying to install a !SA_SIGINFO trampoline -- thisdrochner
2004-03-23Fix <tab> nits.simonb
2004-03-21Change longjmp on VAX (ELF) to use setcontext instead of sigreturn14.matt
2004-03-04* Turn isinf(3) and isnan(3) into C99-style macros.kleink