summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/m68k (follow)
Commit message (Expand)AuthorAgeFilesLines
* __tfork() needs to set the stack address of the new thread in the kernel,guenther2012-06-211-7/+6
* rely on the compiler giving us a built-in alloca. any new architecturederaadt2012-04-192-50/+1
* alloca.c cannot be usedderaadt2012-04-121-2/+1
* remove rfork(); ok guenther miodderaadt2012-04-121-40/+0
* Move __tfork_thread() from rthreads (libpthread) to libc so thatguenther2012-03-221-0/+70
* sigstack() is long dead, and the compat sigaltstack syscall is gone too.guenther2011-11-221-2/+2
* Revert (leaving the complex math part alone). Some stuff is dependingmartynas2011-07-083-3/+100
* Move fabs(3), frexp(3), and modf(3) to libm--nothing has been usingmartynas2011-07-083-100/+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-287-37/+2
* 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
* if we pull in a .S file, we must fake out the lint with a .c filederaadt2005-11-291-2/+5
* zap rcsid.espie2005-08-0778-388/+78
* Replace broken frexp() with a working one from FreeBSD. There'smillert2005-02-012-76/+2
* Use an unsigned comparison against minbrk.miod2003-12-251-2/+2
* warn about unsafe APIs at link time. Conditional on libc/Makefile definingderaadt2003-07-242-2/+17
* Sync with share/misc/license.template and add missing DARPA creditmillert2003-06-171-8/+8
* oopsderaadt2003-06-112-12/+2
* ansification; checked by pvalderaadt2003-06-112-2/+12
* Use an ISC-tyle license for all my code; it is simpler and more permissive.millert2003-06-031-22/+11
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-0273-443/+151
* assembler versions of insque and remque for m68k, also from 4.4BSDmillert2003-05-092-0/+116
* Oops, unbrek libc_pmiod2002-11-181-2/+2
* Move the weak definition from before the syscall's entry point tomillert2002-11-061-13/+11
* thread safe libc -- 2nd try. OK miod@, millert@marc2002-11-051-18/+19
* Rename cerror to __cerror and curbrk to __curbrk, to avoid namespacemiod2002-11-059-28/+28
* back out previous patch.. there are still some vax/m68k issuesmarc2002-11-031-1/+13
* libc changes for thread safety. Tested on:marc2002-11-031-13/+1
* Rewrite to get proper Copyright.espie2002-06-181-15/+40
* We need to keep K&R compat macros for some ports where the assemnbler ismillert2002-02-191-4/+12
* We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.millert2002-02-191-12/+4
* rfork() needs a fork.S-like stub as well; ok artderaadt2002-02-171-0/+48
* Fix incorrect number of args to __SYSCALL. Somehow this managed tomillert2001-09-211-9/+5
* Add PSEUDO_NOERROR similar to that used by NetBSD.millert2001-09-201-17/+30
* Use the LBL isnan() and isinf() on all platforms with ieee floating point.millert2001-09-103-29/+72
* Use the LBL frexp() on all platforms with ieee floating point.millert2001-09-101-15/+28
* #(endif|else) foo is incorrect, make it #endif /* foo */heko2001-08-122-5/+5
* replacement pipe() system call; copies data into place inside kernel, soderaadt1999-06-071-50/+0
* It is faster to split this into separate length and copy operationsmillert1999-05-011-22/+34
* don't use a2millert1999-04-301-3/+2
* fix register usage (program logic is unchanged)millert1999-04-301-15/+15
* missing parts from last commitmillert1999-04-251-3/+3
* m68k assembler version of strlcpy(3)millert1999-04-252-3/+63
* mi ptraced1999-02-011-61/+0
* _THREAD_SAFEd1999-01-066-23/+61