summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/mips (follow)
Commit message (Collapse)AuthorAgeFilesLines
* byepefo2004-08-1144-2516/+0
|
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-0232-193/+65
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* Add Doug Gwyn's portable alloca() for platforms w/o an assemblermillert2003-05-021-1/+2
| | | | | | | version. Normally, gcc provides its own alloca() (unless -fno-builtin is specified). The C version is decidedly suboptimal--we really need proper assembler versions but this will work as a stop-gap measure.
* bye bye.fgsch2002-09-111-5/+0
|
* We need to keep K&R compat macros for some ports where the assemnbler ismillert2002-02-191-6/+16
| | | | still using -traditional-cpp.
* We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.millert2002-02-191-16/+6
|
* rfork() needs a fork.S-like stub as well; ok artderaadt2002-02-171-0/+56
|
* Add PSEUDO_NOERROR similar to that used by NetBSD.millert2001-09-201-4/+10
| | | | | | | | | | | 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).
* Use the LBL frexp() on all platforms with ieee floating point.millert2001-09-101-22/+27
|
* #(endif|else) foo is incorrect, make it #endif /* foo */heko2001-08-121-3/+3
| | | | deraadt@ ok
* grammer/spellingtodd2001-01-042-4/+4
|
* replacement pipe() system call; copies data into place inside kernel, soderaadt1999-06-071-56/+0
| | | | that EFAULT return value is possible
* A couple of more __MIPSEX__pefo1999-06-022-6/+6
|
* missing parts from last commitmillert1999-04-251-2/+2
|
* Should be taken care of but make it obviouspefo1999-02-011-1/+2
|
* mi ptraced1999-02-011-54/+0
|
* thread supportd1999-01-1910-59/+65
|
* Better lint(1) framework. Mostly from cgd@NetBSDtholo1998-02-081-47/+0
|
* pull in protosderaadt1997-08-011-1/+4
|
* tabifykstailey1997-07-232-9/+9
|
* generate reboot.o like other system callsderaadt1996-12-111-57/+0
|
* use types.h rather than machine/endian.h. Latest htonl changes need thatimp1996-11-291-2/+2
|
* Minor warning about unterminated constant fixedimp1996-09-231-2/+2
|
* Fix RCS idstholo1996-08-1946-201/+166
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* Stupid bug fixed..pefo1996-08-121-5/+8
|
* Cleanup of abi call and endian stuff. Also fixed some bugs. (AENT).pefo1996-07-3033-344/+138
|
* oops, floatconstants are in memory so wee need a .cpload to set gp-reg.pefo1996-07-251-5/+4
|
* Changes to support elf shared libraryspefo1996-05-1633-51/+395
|
* Add support for building lint(1) librarytholo1996-03-253-0/+49
|
* from netbsd:deraadt1995-12-263-6/+6
| | | | | Change mips assembly code for {,_,sig}setjmp.S to get register names from <machine/regnum.h>, not <machine/reg.h> (which also defines structs.)
* sigsetjmp from Havard.Eidnes@runit.sintef.no; netbsd pr#1793deraadt1995-12-152-2/+73
|
* initial import of NetBSD treederaadt1995-10-1846-0/+2560