summaryrefslogtreecommitdiff
path: root/lib/libc/arch/vax
AgeCommit message (Expand)Author
2003-12-25Use an unsigned comparison against minbrk.Miod Vallat
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-09insque and remque are VAX instructions, no need for C functions; From 4.4BSDTodd C. Miller
2003-03-10duplicate words and spelling fixes in commentsDavid Krause
2002-11-06From NetBSD; Use _C_LABEL, not SYSNAME to call sigaltstack, sigblock,Todd 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-11-01Stub to help libc_r buildsMiod 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
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-08-23Fix the syscall wrappers name generation in, so that libc_r gets theMiod Vallat
2001-08-12#(endif|else) foo is incorrect, make it #endif /* foo */Heikki Korpela
2001-04-18Most of the systems we run on require an emulated EMODD, so avoid usingHugh Graham
2001-03-18Fix lots of register masks.Brandon Creighton
2000-10-10Fresh infinity from NetBSD.Hugh Graham
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-01mi ptraceDavid Leonard
1998-05-17ENTRY takes 2 args nowadaysNiklas Hallqvist
1998-05-14NetBSD mergeNiklas Hallqvist
1998-02-08Better lint(1) framework. Mostly from cgd@NetBSDThorsten Lockert
1997-07-23tabifykstailey
1996-12-11generate reboot.o like other system callsTheo de Raadt
1996-08-19Fix RCS idsThorsten Lockert
1996-05-22sync to raggeTheo de Raadt
1996-03-25Add support for building lint(1) libraryThorsten Lockert
1996-02-24From NetBSD: Add explicit return typeNiklas Hallqvist
1996-01-08from ragge; Changed to only include <machine/asm.h>, as the other portsTheo de Raadt
1995-12-15from ragge; Add defs to understand K&R cppTheo de Raadt
1995-12-14from netbsd:Theo de Raadt
1995-12-14from netbsd; cannot be sure cpp can handle x ## yTheo de Raadt
1995-12-14from netbsd; sigsetjmp/siglongjmp was missing. Code fix by Arne H. Juul.Theo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt