summaryrefslogtreecommitdiff
path: root/lib/libc/arch/vax/gen
AgeCommit message (Expand)Author
2013-03-28Switch libc and libm to use strong aliases rather than weak aliasesMartynas Venckus
2012-12-05Remove excessive sys/cdefs.h inclusionTheo de Raadt
2012-04-19rely on the compiler giving us a built-in alloca. any new architectureTheo de Raadt
2012-04-12alloca.c cannot be usedTheo de Raadt
2011-11-22sigstack() is long dead, and the compat sigaltstack syscall is gone too.Philip Guenthe
2011-07-08Revert (leaving the complex math part alone). Some stuff is dependingMartynas Venckus
2011-07-08Move fabs(3), frexp(3), and modf(3) to libm--nothing has been usingMartynas Venckus
2011-07-02Trick lint into recording the right prototypes in the llib-lc.lnMartynas Venckus
2009-04-21remove from gen so that lint doesn't check gen if assembly versionsMartynas Venckus
2008-12-12__isinff and __isnanfMartynas Venckus
2008-12-12do the same as was done in mi version: do not include math.h, since isinf,Martynas Venckus
2008-12-10no spaces allowed in the macro arguments. completely insanity!Theo de Raadt
2008-12-10use sys/cdefs.h; pointed out by theoMartynas Venckus
2008-12-09ditto frexpl and ldexplMartynas Venckus
2008-12-09alias fabsl to fabs on these archsMartynas Venckus
2008-12-09- add long double signbitMartynas Venckus
2008-07-24- move isinf, isnan dups to gen, since most is ieee 754Martynas Venckus
2008-05-21Use _C_LABEL when appropriate.Miod Vallat
2005-11-29if we pull in a .S file, we must fake out the lint with a .c fileTheo de Raadt
2005-08-07zap rcsid.Marc Espie
2005-02-01Replace broken frexp() with a working one from FreeBSD. There'sTodd C. Miller
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-11-06From NetBSD; Use _C_LABEL, not SYSNAME to call sigaltstack, sigblock,Todd C. Miller
2001-09-10Use the LBL isnan() and isinf() on all platforms with ieee floating point.Todd C. Miller
2001-08-23Fix the syscall wrappers name generation in, so that libc_r gets theMiod Vallat
2001-04-18Most of the systems we run on require an emulated EMODD, so avoid usingHugh Graham
2001-03-18Fix lots of register masks.Brandon Creighton
2000-10-10Fresh infinity from NetBSD.Hugh Graham
1997-07-23tabifykstailey
1996-08-19Fix RCS idsThorsten Lockert
1996-02-24From NetBSD: Add explicit return typeNiklas Hallqvist
1995-12-14from netbsd; sigsetjmp/siglongjmp was missing. Code fix by Arne H. Juul.Theo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt