summaryrefslogtreecommitdiff
path: root/lib/libc/arch/m68k
AgeCommit message (Expand)Author
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-03Use an ISC-tyle license for all my code; it is simpler and more permissive.Todd C. Miller
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
2002-11-18Oops, unbrek libc_pMiod Vallat
2002-11-06Move the weak definition from before the syscall's entry point toTodd C. Miller
2002-11-05thread safe libc -- 2nd try. OK miod@, millert@Marco S Hyman
2002-11-05Rename cerror to __cerror and curbrk to __curbrk, to avoid namespaceMiod Vallat
2002-11-03back out previous patch.. there are still some vax/m68k issuesMarco S Hyman
2002-11-03libc changes for thread safety. Tested on:Marco S Hyman
2002-06-18Rewrite to get proper Copyright.Marc Espie
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
2001-09-21Fix incorrect number of args to __SYSCALL. Somehow this managed toTodd C. Miller
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
2001-08-12#(endif|else) foo is incorrect, make it #endif /* foo */Heikki Korpela
1999-06-07replacement pipe() system call; copies data into place inside kernel, soTheo de Raadt
1999-05-01It is faster to split this into separate length and copy operationsTodd C. Miller
1999-04-30don't use a2Todd C. Miller
1999-04-30fix register usage (program logic is unchanged)Todd C. Miller
1999-04-25missing parts from last commitTodd C. Miller
1999-04-25m68k assembler version of strlcpy(3)Todd C. Miller
1999-02-01mi ptraceDavid Leonard
1999-01-06_THREAD_SAFEDavid Leonard
1998-02-08Better lint(1) framework. Mostly from cgd@NetBSDThorsten Lockert
1997-07-23tabifykstailey
1997-04-17Fix __STDC__ macro handling of #, only hurt for mkdep not cpp duegvf
1996-12-11generate reboot.o like other system callsTheo de Raadt
1996-08-19Fix RCS idsThorsten Lockert
1996-05-01use strcat.S instead of strcat.cTheo de Raadt
1996-03-25Add support for building lint(1) libraryThorsten Lockert
1996-02-24From NetBSD: Add explicit return typeNiklas Hallqvist
1995-12-30from netbsd: removed :errfix; const qualifier makes it unnecessaryTheo de Raadt
1995-12-14update from netbsdTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt