summaryrefslogtreecommitdiff
path: root/lib/libc/arch/vax
AgeCommit message (Expand)Author
2015-08-31Add framework for resolving (pun intended) libc namespace issues, usingPhilip Guenther
2015-08-26Hide many (194!) symbols that nothing should be using.Philip Guenther
2015-05-26Bring back `1:' label removed by mistake in 1.7. Complained loudly about by gasMiod Vallat
2015-05-15Make index/rindex weak aliases of strchr/strrchr since they are notTodd C. Miller
2015-05-12Put the right number of leading underscores in ___cerror and __cerror, forMiod Vallat
2015-04-07Make pthread_atfork() track the DSO that called it like atexit() does,Philip Guenther
2015-03-31Simplify fork/vfork logic: the kernel has handled returning zero in the childPhilip Guenther
2014-11-30restructure libc/string + libc/arch/*/string coperation regardingTheo de Raadt
2014-08-15XPG requires insque() and remque() to work with linear lists and not justPhilip Guenther
2014-06-09Nuke the machinery to sync libkern with libc, it's not been used in theMiod Vallat
2014-06-04Apply "unifdef -D__STDC__" to libc/arch/*/SYS.hMatthew Dempsky
2013-07-05VAX ELF userland bits. Consists mostly of register prefix additions.Miod Vallat
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-09-04remove lint leftovers; ok guenther@Okan Demirmen
2012-09-04these are no longer used; ok guentherTheo de Raadt
2012-06-21__tfork() needs to set the stack address of the new thread in the kernel,Philip Guenthe
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
2012-04-12remove rfork(); ok guenther miodTheo de Raadt
2012-03-22Move __tfork_thread() from rthreads (libpthread) to libc so thatPhilip Guenthe
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
2011-06-08- The 0x1p514 was wrong on VAX, but remove FP_SUBNORMAL, FP_INFINITE,Martynas Venckus
2011-04-09On the a.out architectures, WEAK_ALIAS does an implicit _C_LABEL()Theo de Raadt
2011-04-04Move __cerror to ___cerror with a weak alias so that rthreads can override it.Philip Guenthe
2009-10-28more rcsid/sccs cleanupTheo de Raadt
2009-10-16teach gdtoa & its subroutines that malloc can fail; in which caseMartynas 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-09-07- replace dtoa w/ David's gdtoa, version 2008-03-15Martynas 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
2008-05-21Use _PROF_PROLOGUE insteaf of rolling our own.Miod Vallat
2007-05-17LSRCS should refer to the C source version of asm files 'put it in' deraadt@Dale Rahn
2007-05-15fix some lint 'xxx used, but not defined' warnings by properly addingOtto Moerbeek
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-12-25Use an unsigned comparison against minbrk.Miod Vallat
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-09insque and remque are VAX instructions, no need for C functions; From 4.4BSDTodd C. Miller