summaryrefslogtreecommitdiff
path: root/lib/libc/arch/m68k
AgeCommit message (Expand)Author
2003-12-26Use an unsigned comparison against minbrk.martin
2003-10-29C99 7.12.3.2: add library portions of isfinite, but don't build these justkleink
2003-10-28C99 7.12.3.1: add IEEE library portions of fpclassify. Don't build thesekleink
2003-10-28Ignore the explicit integer bit here, too; otherwise an infinity with thekleink
2003-10-27Err, rename some members added in previous to make them reflect theirkleink
2003-10-27Retire local union { floating-type; struct ieee_prec; } in favor of thosekleink
2003-10-26Use the generic `long double' == `double' versions on m68000.kleink
2003-10-25Add __infinityf and __infinityl, float respectively long double analogskleink
2003-10-25replace __longjmp14 asm-implementation with __longjmp14 C-implementationcl
2003-10-24* Since there is no single portable IEEE 754 format for a long double,kleink
2003-10-18Userland portion of SIGTRAMP_VALID() commit.christos
2003-09-22SA_SIGINFO support for m68k (libc)cl
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-08-01Rework how dependency generation is performed:lukem
2003-07-26netbsd.org->NetBSD.orgsalo
2003-05-17Build _isinfl() and _isnanl().thorpej
2003-05-12Rename ieee754_function.c to function_ieee754.c, following the conventionkleink
2003-04-07Make sure we reference getcontext() by its internal name.kleink
2003-02-13Implement pthread_atfork() (in libc, because the required threadlibnathanw
2003-01-26Fix comment typo, and convert to C-style comments.kleink
2003-01-18Merge the nathanw_sa branch.thorpej
2002-07-10Enable the libc-provided signal trampoline. The old __sigaction14thorpej
2002-07-09New __sigaction14() system call stub which registers the signalthorpej
2002-05-30Make this work with an ISO C preprocessor.thorpej
2002-05-26Revert previous: .S files are currently compiled with -traditional-cpp,wiz
2002-05-26__STDC__ is always defined on NetBSD.wiz
2002-02-19Clean up some rampant code duplication wrt ieee number handling:simonb
2002-01-22Redefine ENTRY properly for both ELF and a.outaymeric
2002-01-14* Add WSYSCALL() to SYS.h, which creates a system call with anthorpej
2002-01-13Add internal names for fp{get,set}{mask,round,sticky}(), andthorpej
2001-11-07-Wshadow fixdrochner
2001-11-07cpoy from the 040 version: -Wshadow warning fixdrochner
2001-11-07fix -Wshadow warningsdrochner
2001-09-07On the 68010, don't bother with the by-8-longwords loop, insteadfredette
2001-07-20Compensate for the syscall args stack cleanup in the clone.scw
2001-07-19clone(2) syscall frontend for m68k.scw
2001-06-13Don't compile softfloat or integer support routines on 68000fredette
2001-05-29Add missing internal names and weak aliases to assembly versions.kleink
2001-05-18On m68000, all code is compiled softfloat, so functionsfredette
2001-05-17Added. These are part of the soft-float support on the 68010.fredette
2001-05-17Use the EXTBL macro where we want the extbl instruction.fredette
2001-05-17On the 68010 only, assemble a different version offredette
2001-05-17On the 68010, we are forced to do bytewise comparesfredette
2001-05-05Shameless hack to reference end when using a.out and _end when using ELF.kleink
2001-02-05Implement a significantly improved version of memccpy(), with thanks toscottr
2001-02-05Implement a significantly improved version of memccpy(), with thanks toscottr
2000-12-13The bare minimum to get m68k libc working again...scw
2000-12-11Identical on m68k.is
2000-12-07Use A1 to save the return address, since A0 is no longer preserved acrossscw
2000-12-07The last change broke things if SYS___vfork14 returned an error; fix it.scw