summaryrefslogtreecommitdiff
path: root/lib/libc/arch/mips
AgeCommit message (Collapse)Author
2001-09-20Add PSEUDO_NOERROR similar to that used by NetBSD.Todd C. Miller
Some ports were setting errno in PSEUDO and some were not. Now errno is set for all in PSEUDO and PSEUDO_NOERROR is provided for the non-errno case (only used by _exit). Needs testing on vax and m88k. XXX - hppa and powerpc still lack a real PSEUDO_NOERROR implementation. Currently PSEUDO_NOERROR and PSEUDO are the same (so builds don't break on those platforms).
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
deraadt@ ok
2001-01-04grammer/spellingTodd T. Fries
1999-06-07replacement pipe() system call; copies data into place inside kernel, soTheo de Raadt
that EFAULT return value is possible
1999-06-02A couple of more __MIPSEX__Per Fogelstrom
1999-04-25missing parts from last commitTodd C. Miller
1999-02-01Should be taken care of but make it obviousPer Fogelstrom
1999-02-01mi ptraceDavid Leonard
1999-01-19thread supportDavid Leonard
1998-02-08Better lint(1) framework. Mostly from cgd@NetBSDThorsten Lockert
1997-08-01pull in protosTheo de Raadt
1997-07-23tabifykstailey
1996-12-11generate reboot.o like other system callsTheo de Raadt
1996-11-29use types.h rather than machine/endian.h. Latest htonl changes need thatimp
1996-09-23Minor warning about unterminated constant fixedimp
1996-08-19Fix RCS idsThorsten Lockert
Make sure everything uses {SYS,}LIBC_SCCS properly
1996-08-12Stupid bug fixed..Per Fogelstrom
1996-07-30Cleanup of abi call and endian stuff. Also fixed some bugs. (AENT).Per Fogelstrom
1996-07-25oops, floatconstants are in memory so wee need a .cpload to set gp-reg.Per Fogelstrom
1996-05-16Changes to support elf shared librarysPer Fogelstrom
1996-03-25Add support for building lint(1) libraryThorsten Lockert
1995-12-26from netbsd:Theo de Raadt
Change mips assembly code for {,_,sig}setjmp.S to get register names from <machine/regnum.h>, not <machine/reg.h> (which also defines structs.)
1995-12-15sigsetjmp from Havard.Eidnes@runit.sintef.no; netbsd pr#1793Theo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt