summaryrefslogtreecommitdiff
path: root/lib/libc/arch/m88k
AgeCommit message (Expand)Author
2002-05-17Remove unused pieces and clean Makefile.incMiod Vallat
2002-02-19We need to keep K&R compat macros for some ports where the assemnbler isTodd C. Miller
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
2002-02-17rfork() needs a fork.S-like stub as well; ok artTheo de Raadt
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-09-21add isnan.cMiod Vallat
2001-09-20Add PSEUDO_NOERROR similar to that used by NetBSD.Todd C. Miller
2001-09-10Use the LBL isnan() and isinf() on all platforms with ieee floating point.Todd C. Miller
2001-09-10Use the LBL frexp() on all platforms with ieee floating point.Todd C. Miller
2000-03-01$OpenBSD$Todd T. Fries
1999-06-07replacement pipe() system call; copies data into place inside kernel, soTheo de Raadt
1999-04-25missing parts from last commitTodd C. Miller
1999-02-09Fixed brk() and sbrk(). Removal of old mvme88k dir.Steve Murphree
1999-02-01mi ptraceDavid Leonard
1998-12-15correted sigsetjmp, setjump. Fixed MACHINE_ARCH vs. MACHINE stuff.Steve Murphree