summaryrefslogtreecommitdiff
path: root/lib/libc/arch/alpha
AgeCommit message (Collapse)Author
2007-05-15fix some lint 'xxx used, but not defined' warnings by properly addingOtto Moerbeek
stuff to LSRCS
2005-11-29if we pull in a .S file, we must fake out the lint with a .c fileTheo de Raadt
for this first cut, we will do this for alloca() using alloca.c by adding it to LSRCS
2005-08-07zap rcsid.Marc Espie
okay deraadt@ (tested them all)
2005-02-01Replace broken frexp() with a working one from FreeBSD. There'sTodd C. Miller
no need to have a copy for each platform with ieee floating point, only vax needs a special version (which probably has similar bugs). OK and with help from otto@
2004-10-01add some missing $, ok djm@ 'That looks fine to me' millert@Jonathan Gray
2004-01-29fix to use sigaltstack again. help miod ok miod deraadtTed Unangst
2004-01-15ABI breakage happened with the sigaltstack replacement. It is too late,Theo de Raadt
now we just have to cope. Since setjmp uses it, the alpha and sparc64 are unhappy with the structure change. In a few days, we will make the second hop here, for now, use the old system call until all binaries have the new struct in them.
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2003-05-02Add Doug Gwyn's portable alloca() for platforms w/o an assemblerTodd C. Miller
version. Normally, gcc provides its own alloca() (unless -fno-builtin is specified). The C version is decidedly suboptimal--we really need proper assembler versions but this will work as a stop-gap measure.
2003-03-10duplicate words and spelling fixes in commentsDavid Krause
ok miod@
2003-03-01Provide real ieee fp*() functions; from NetBSD.Miod Vallat
ok millert@
2002-10-06Rename curbrk to __curbrk on alpha to avoid namespace pollution.Artur Grabowski
2002-10-06Rename cerror to __cerror on alpha to avoid namespace pollution.Artur Grabowski
2002-02-17rfork() needs a fork.S-like stub as well; ok artTheo de Raadt
2002-01-04system calls are made thru _thread_sys_* with weak symbols of the real nameDale Rahn
pointing to the _thread_sys_ version. ok pval, fgs
2002-01-04longjmp(..., 0) is not really legal, but all other archs I've lookedArtur Grabowski
at make sure that setjmp doesn't return 0 if longjmp is passed a 0. Avoid surprises.
2001-09-20Add PSEUDO_NOERROR similar to that used by NetBSD.Todd C. Miller
Some ports were setting errno in PSEUDO and some were not. Now errno is set for all in PSEUDO and PSEUDO_NOERROR is provided for the non-errno case (only used by _exit). Needs testing on vax and m88k. XXX - hppa and powerpc still lack a real PSEUDO_NOERROR implementation. Currently PSEUDO_NOERROR and PSEUDO are the same (so builds don't break on those platforms).
2001-09-10Use the LBL isnan() and isinf() on all platforms with ieee floating point.Todd C. Miller
2001-09-10Use the LBL frexp() on all platforms with ieee floating point.Todd C. Miller
2001-06-13SYSLEAF, not LEAF. shared libc_r builds now on alpha.Artur Grabowski
2001-06-13prettyArtur Grabowski
2001-06-13"#endif _THREAD_SAFE" is not legalArtur Grabowski
2001-01-24Add alignment on this ugly array.Artur Grabowski
Fixes the unaligned accesses in awk.
1999-06-07replacement pipe() system call; copies data into place inside kernel, soTheo de Raadt
that EFAULT return value is possible
1999-04-25missing parts from last commitTodd C. Miller
1999-02-04END -> SYSEND (typo fix)David Leonard
1999-02-01mi ptraceDavid Leonard
1999-01-20use LIBCSRCDIRDavid Leonard
1999-01-06_THREAD_SAFE; nominal testing by friesDavid Leonard
1998-02-08Better lint(1) framework. Mostly from cgd@NetBSDThorsten Lockert
1997-08-01pull in protosTheo de Raadt
1997-07-23tabifykstailey
1996-12-11generate reboot.o like other system callsTheo de Raadt
1996-11-13Bad include directive.etheisen
1996-11-13Merge to NetBSD, added RCSidsNiklas Hallqvist
1996-11-13Sync to NetBSD + fixup RCS IDsNiklas Hallqvist
1996-11-13Move RCSid upNiklas Hallqvist
1996-11-13Sync with kernel, from NetBSDNiklas Hallqvist
1996-08-19Fix RCS idsThorsten Lockert
Make sure everything uses {SYS,}LIBC_SCCS properly
1996-05-01sync with netbsdTheo de Raadt
1996-03-25Add support for building lint(1) libraryThorsten Lockert
1995-12-14from cgd@netbsd; be more conservative when setting the gpTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt