Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bye | 2004-08-11 | 44 | -2516/+0 | |
| | |||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-02 | 32 | -193/+65 | |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | Add Doug Gwyn's portable alloca() for platforms w/o an assembler | 2003-05-02 | 1 | -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. | 2002-09-11 | 1 | -5/+0 | |
| | |||||
* | We need to keep K&R compat macros for some ports where the assemnbler is | 2002-02-19 | 1 | -6/+16 | |
| | | | | still using -traditional-cpp. | ||||
* | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | 2002-02-19 | 1 | -16/+6 | |
| | |||||
* | rfork() needs a fork.S-like stub as well; ok art | 2002-02-17 | 1 | -0/+56 | |
| | |||||
* | Add PSEUDO_NOERROR similar to that used by NetBSD. | 2001-09-20 | 1 | -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. | 2001-09-10 | 1 | -22/+27 | |
| | |||||
* | #(endif|else) foo is incorrect, make it #endif /* foo */ | 2001-08-12 | 1 | -3/+3 | |
| | | | | deraadt@ ok | ||||
* | grammer/spelling | 2001-01-04 | 2 | -4/+4 | |
| | |||||
* | replacement pipe() system call; copies data into place inside kernel, so | 1999-06-07 | 1 | -56/+0 | |
| | | | | that EFAULT return value is possible | ||||
* | A couple of more __MIPSEX__ | 1999-06-02 | 2 | -6/+6 | |
| | |||||
* | missing parts from last commit | 1999-04-25 | 1 | -2/+2 | |
| | |||||
* | Should be taken care of but make it obvious | 1999-02-01 | 1 | -1/+2 | |
| | |||||
* | mi ptrace | 1999-02-01 | 1 | -54/+0 | |
| | |||||
* | thread support | 1999-01-19 | 10 | -59/+65 | |
| | |||||
* | Better lint(1) framework. Mostly from cgd@NetBSD | 1998-02-08 | 1 | -47/+0 | |
| | |||||
* | pull in protos | 1997-08-01 | 1 | -1/+4 | |
| | |||||
* | tabify | 1997-07-23 | 2 | -9/+9 | |
| | |||||
* | generate reboot.o like other system calls | 1996-12-11 | 1 | -57/+0 | |
| | |||||
* | use types.h rather than machine/endian.h. Latest htonl changes need that | 1996-11-29 | 1 | -2/+2 | |
| | |||||
* | Minor warning about unterminated constant fixed | 1996-09-23 | 1 | -2/+2 | |
| | |||||
* | Fix RCS ids | 1996-08-19 | 46 | -201/+166 | |
| | | | | Make sure everything uses {SYS,}LIBC_SCCS properly | ||||
* | Stupid bug fixed.. | 1996-08-12 | 1 | -5/+8 | |
| | |||||
* | Cleanup of abi call and endian stuff. Also fixed some bugs. (AENT). | 1996-07-30 | 33 | -344/+138 | |
| | |||||
* | oops, floatconstants are in memory so wee need a .cpload to set gp-reg. | 1996-07-25 | 1 | -5/+4 | |
| | |||||
* | Changes to support elf shared librarys | 1996-05-16 | 33 | -51/+395 | |
| | |||||
* | Add support for building lint(1) library | 1996-03-25 | 3 | -0/+49 | |
| | |||||
* | from netbsd: | 1995-12-26 | 3 | -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#1793 | 1995-12-15 | 2 | -2/+73 | |
| | |||||
* | initial import of NetBSD tree | 1995-10-18 | 46 | -0/+2560 | |