summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/m88k (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix almost ten-years old bug in siglongjmp(), which would not restore a signalmiod2012-08-123-87/+57
* Do not use <machine/float.h>, that is an deformed BSD-ism.deraadt2012-06-251-2/+2
* __tfork() needs to set the stack address of the new thread in the kernel,guenther2012-06-211-5/+3
* alloca.c cannot be usedderaadt2012-04-121-3/+1
* remove rfork(); ok guenther miodderaadt2012-04-121-45/+0
* Move __tfork_thread() from rthreads (libpthread) to libc so thatguenther2012-03-221-0/+55
* Revert (leaving the complex math part alone). Some stuff is dependingmartynas2011-07-082-3/+49
* Move fabs(3), frexp(3), and modf(3) to libm--nothing has been usingmartynas2011-07-082-49/+3
* On the a.out architectures, WEAK_ALIAS does an implicit _C_LABEL()deraadt2011-04-091-2/+2
* Move __cerror to ___cerror with a weak alias so that rthreads can override it.guenther2011-04-041-2/+4
* more rcsid/sccs cleanupderaadt2009-10-284-24/+4
* remove from gen so that lint doesn't check gen if assembly versionsmartynas2009-04-211-3/+3
* - ldexp implementation has issues. switch to the one from libmmartynas2009-04-193-449/+3
* these were not neededmartynas2008-12-091-2/+1
* ditto frexpl and ldexplmartynas2008-12-091-1/+2
* - add long double signbitmartynas2008-12-096-6/+38
* - replace dtoa w/ David's gdtoa, version 2008-03-15martynas2008-09-0710-1/+222
* - move isinf, isnan dups to gen, since most is ieee 754martynas2008-07-244-97/+12
* Change the syscall invocation sequences to no longer fetch the last fewmiod2007-10-242-8/+2
* if we pull in a .S file, we must fake out the lint with a .c filederaadt2005-11-291-1/+2
* zap rcsid.espie2005-08-0729-158/+29
* Replace broken frexp() with a working one from FreeBSD. There'smillert2005-02-012-76/+2
* Use less stack space for temporary storage and C code invocation, aftermiod2004-07-283-30/+24
* Update stack frame processing after ABI change.miod2004-07-282-9/+9
* Do not overallocate stack space, and keep the stack on a 16-byte boundary.miod2004-07-221-7/+7
* It turns out that the so-called fast ffs(3) routines were wrong, as soon asmiod2004-04-012-18/+2
* Use libkern's fast ffs() in libc too.miod2004-01-262-2/+18
* Use an unsigned comparison against minbrk.miod2003-12-251-7/+6
* In the never-ending story of *setjmp bugs, fix a typo preventingmiod2003-12-241-5/+5
* Speed up sbrk() one cycle by removing an unnecessary register shuffling.miod2003-12-191-4/+3
* OR r13, not r9 to match SYS.h; fixes syscall(2) on mvme88k; OK miod@millert2003-12-081-3/+3
* Only a clown like me could put cerror in the data section by mistake...miod2003-10-161-4/+3
* These files are not necessary anymore.miod2003-09-011-45/+0
* In setjmp() and sigsetjmp(), be sure to return with r14 and r15 unchanged, asmiod2003-08-062-4/+11
* Fix the *longjmp() behaviour - it is legal to reuse a jmp_buf several times.miod2003-08-013-36/+15
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-0223-160/+68
* Add Doug Gwyn's portable alloca() for platforms w/o an assemblermillert2003-05-021-1/+2
* duplicate words and spelling fixes in commentsdavid2003-03-101-3/+3
* Waiter! I asked for a working vfork!miod2003-01-161-3/+3
* Alignment requirements are satisfied in ENTRY(), no need to add more here.miod2003-01-161-2/+1
* Get static rcsid correctly, better style for .S files, trim whitespace.miod2003-01-0730-156/+167
* Properly align __infinity - m88k is very strict wrt double alignment.miod2003-01-071-6/+7
* Get the rounding modes table correct, eventually.miod2003-01-071-4/+10
* One more pass to get thinks correct wrt weak symbols and syscalls.miod2003-01-071-35/+27
* Fix *longjmp() return values.miod2003-01-043-59/+57
* Adapt to recent changes in libc/libc_r wrt weak symbols, so that programsmiod2003-01-026-50/+66
* Rename cerror to __cerror and curbrk to __curbrk, to avoid namespacemiod2003-01-029-41/+42
* Typosmiod2003-01-023-13/+13
* Fix license and conformance with man page.smurph2002-09-184-53/+369
* Remove unused pieces and clean Makefile.incmiod2002-05-173-36/+1