summaryrefslogtreecommitdiff
path: root/lib/libc/arch
AgeCommit message (Expand)Author
2004-02-06fix alias definition, was backwards.Dale Rahn
2004-02-03correct psABI functions _Q_feq and friends (they return 'int' not long double);Jason Wright
2004-02-03Correct modf (from alpha) instead of one which doesnt compile from NetBSDDale Rahn
2004-02-02add missing frexpDale Rahn
2004-02-02cleanupDale Rahn
2004-02-02This file was not supposed to committed.Dale Rahn
2004-02-02Use the real fpgetround found in softfloat.Dale Rahn
2004-02-02fix __weak_aliasDale Rahn
2004-02-02Add missing minbrk symbol, fixes profiling builds.Dale Rahn
2004-02-02sigh, watch for compile errors...Dale Rahn
2004-02-01ARGH, forgot tags.Dale Rahn
2004-02-01arm libc support. From NetBSD. currently supports softfloat.Dale Rahn
2004-01-29fix to use sigaltstack again. help miod ok miod deraadtTed Unangst
2004-01-28things for amd64; from art@Michael Shalayeff
2004-01-26Use libkern's fast ffs() in libc too.Miod Vallat
2004-01-15ABI breakage happened with the sigaltstack replacement. It is too late,Theo de Raadt
2004-01-05Use correct type for old values. No binary change.Otto Moerbeek
2003-12-25Use an unsigned comparison against minbrk.Miod Vallat
2003-12-24In the never-ending story of *setjmp bugs, fix a typo preventingMiod Vallat
2003-12-19Speed up sbrk() one cycle by removing an unnecessary register shuffling.Miod Vallat
2003-12-08OR r13, not r9 to match SYS.h; fixes syscall(2) on mvme88k; OK miod@Todd C. Miller
2003-10-16Only a clown like me could put cerror in the data section by mistake...Miod Vallat
2003-09-01These files are not necessary anymore.Miod Vallat
2003-08-06In setjmp() and sigsetjmp(), be sure to return with r14 and r15 unchanged, asMiod Vallat
2003-08-01Fix the *longjmp() behaviour - it is legal to reuse a jmp_buf several times.Miod Vallat
2003-07-24warn about unsafe APIs at link time. Conditional on libc/Makefile definingTheo de Raadt
2003-07-21enable the libc portions of the quad float stuff (nothing will call thisJason Wright
2003-07-21implementation of __ftoul (float -> unsigned long) (based on __dtoul above it)Jason Wright
2003-07-21quad float emulation stuff. Mostly based on freebsd (which is based onJason Wright
2003-07-15proto repairsTheo de Raadt
2003-07-10Use a logical comparison (unsigned) for pointers. ok drahn@Thierry Deval
2003-06-25pull in headersTheo de Raadt
2003-06-17Sync with share/misc/license.template and add missing DARPA creditTodd C. Miller
2003-06-11oopsTheo de Raadt
2003-06-11ansification; checked by pvalTheo de Raadt
2003-06-03terms 3 & 4 cleanup based on "terms" fileTheo de Raadt
2003-06-03Use an ISC-tyle license for all my code; it is simpler and more permissive.Todd C. Miller
2003-06-02three four kill ...Michael Shalayeff
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-09assembler versions of insque and remque for m68k, also from 4.4BSDTodd C. Miller
2003-05-09insque and remque are VAX instructions, no need for C functions; From 4.4BSDTodd C. Miller
2003-05-02Add Doug Gwyn's portable alloca() for platforms w/o an assemblerTodd C. Miller
2003-04-22Indent delay slot insnsJason Wright
2003-04-17ELF fixups, ELF PIC syscall support, asm changes as requested by assembler.Dale Rahn
2003-03-10duplicate words and spelling fixes in commentsDavid Krause
2003-03-01Provide real ieee fp*() functions; from NetBSD.Miod Vallat
2003-02-18indent delay slotJason Wright
2003-02-08Obey calling convention and use the right opcode (fabss -> fabsd); Fabulous...Jason Wright
2003-01-29Align this char array accessed as double, for paranoia reasons.Dale Rahn
2003-01-16Waiter! I asked for a working vfork!Miod Vallat