summaryrefslogtreecommitdiff
path: root/lib/libc/arch
AgeCommit message (Expand)Author
2007-03-02Move landisk to hardware floating point. At the moment the FPU context isMiod Vallat
2007-02-12from FreeBSD via Jung (moorang at gmail), fix obvious typo in __fpu_ftox()Jason Wright
2006-12-23please gccTheo de Raadt
2006-11-14Do not use fpu in the softfloat case. Fixes lib/libc/ieeefp/roundOtto Moerbeek
2006-11-13missing ;Otto Moerbeek
2006-11-12fix infinity, taking into account endianess. ok drahn@ miod@Otto Moerbeek
2006-11-07Load the syscall number into the scratch register (r12) so that we dontDale Rahn
2006-11-07Build the correct arch softfloat code.Dale Rahn
2006-11-07forgot to commit the new files for sh softfloat support.Dale Rahn
2006-11-06Move (back) to softfloat on sh for now.Dale Rahn
2006-11-03Dont double fork, and since the assembles the same, use -1, instead of 0xffDale Rahn
2006-10-11and I forgot ldexp.cDale Rahn
2006-10-11build modf.cDale Rahn
2006-10-10Preliminary userland bits for OpenBSD/landisk, many things coming fromMiod Vallat
2006-05-09The int (32bit) argument must be sign extended on the 64 bit amd64 beforeDale Rahn
2006-04-24Properly terminate ENTRY with a semicolon, required for asm profiling.Dale Rahn
2006-03-31Gently cast to make lint happy.Dale Rahn
2006-03-31Be kind to lint, and specify the correct width on these constants.Dale Rahn
2006-02-06typos from alexey dobriyan;Jason McIntyre
2006-01-05System call stubs don't have a frame of their own, so use EMTRY_LEAF insteadMark Kettenis
2006-01-05System call stubs don't have a frame of their own, so use EMTRY_LEAF insteadMark Kettenis
2005-12-13Remove the advertising clause in the UCB license which BerkeleyJonathan Gray
2005-11-29if we pull in a .S file, we must fake out the lint with a .c fileTheo de Raadt
2005-08-07undo unrelated commitMarc Espie
2005-08-07.PATH betterTheo de Raadt
2005-08-07zap rcsid.Marc Espie
2005-08-07zap rcsid, tested there. okay deraadt@Marc Espie
2005-06-29cleanup KMSRC (copy to libkern) list from nonexistant srcs; also noticed befo...Michael Shalayeff
2005-04-01hppa64 bits cloned form hppaMichael Shalayeff
2005-04-01Fix typo in comment (_setjmp -> setjmp)Hans-Joerg Hoexer
2005-03-25Change wording of APIWARNs to match arch-independent code.Mark Kettenis
2005-03-25Fix APIWARNs.Mark Kettenis
2005-02-01Replace broken frexp() with a working one from FreeBSD. There'sTodd C. Miller
2004-10-29fix typo in commentHans-Joerg Hoexer
2004-10-26rcsidMichael Shalayeff
2004-10-18fix a couple of wrongly used li's instead of dli's. spotted by as@gnu ;)Per Fogelstrom
2004-10-02convert to 64 bitPer Fogelstrom
2004-10-02convert to 64 bitPer Fogelstrom
2004-10-01add some missing $, ok djm@ 'That looks fine to me' millert@Jonathan Gray
2004-09-28Fix unsigned {int, long, long long} to long double conversions forOtto Moerbeek
2004-09-15ABI compliant register namesPer Fogelstrom
2004-09-10setjmp now passes all regress tests.Per Fogelstrom
2004-09-09mips64 is now going ABI64 and shared library support!Per Fogelstrom
2004-09-0732 -> 64 bit cleanups but no optimizations yetPer Fogelstrom
2004-08-15remove single 'Per Fogelstrom
2004-08-11byePer Fogelstrom
2004-08-11Move mips to mips64Per Fogelstrom
2004-07-28Use less stack space for temporary storage and C code invocation, afterMiod Vallat
2004-07-28Update stack frame processing after ABI change.Miod Vallat
2004-07-22Do not overallocate stack space, and keep the stack on a 16-byte boundary.Miod Vallat