Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | if we pull in a .S file, we must fake out the lint with a .c file | 2005-11-29 | 1 | -1/+2 | ||
| | | | | | for this first cut, we will do this for alloca() using alloca.c by adding it to LSRCS | |||||
* | zap rcsid. | 2005-08-07 | 36 | -171/+36 | ||
| | | | | okay deraadt@ (tested them all) | |||||
* | Replace broken frexp() with a working one from FreeBSD. There's | 2005-02-01 | 2 | -76/+2 | ||
| | | | | | | no need to have a copy for each platform with ieee floating point, only vax needs a special version (which probably has similar bugs). OK and with help from otto@ | |||||
* | In _longjmp(), flush windows rather than attempting to backtrack manually, | 2004-05-04 | 1 | -28/+19 | ||
| | | | | | | | | | since the latter is not reliable in all cases. This allows ruby to work on sparc64. Problem spotted by claudio@; fix adapted from NetBSD for sparc, FreeBSD for sparc64; ok deraadt@ | |||||
* | Use an unsigned comparison against minbrk. | 2003-12-25 | 1 | -3/+3 | ||
| | | | | ok deraadt@ | |||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-02 | 36 | -219/+75 | ||
| | | | | 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. | |||||
* | Indent delay slot insns | 2003-04-22 | 8 | -43/+43 | ||
| | ||||||
* | Make the mul/div/rem (and u... versions) weak so that ld.so can override | 2002-11-23 | 3 | -3/+18 | ||
| | | | | | it with optimized versions. And allow ld.so to compile with strong versions with extra symbols so it can find them. | |||||
* | curbrk -> __curbrk on sparc to avoid name space pollution. | 2002-10-06 | 2 | -12/+12 | ||
| | ||||||
* | Two touches to make this work with ELF. | 2002-08-11 | 2 | -31/+18 | ||
| | | | | | - use _C_LABEL(__cerror) and not cerror to avoid polluting the name space. - Use weak symbols for libc_r syscalls. | |||||
* | _C_LABEL where needed. | 2002-08-05 | 3 | -13/+13 | ||
| | ||||||
* | We need to keep K&R compat macros for some ports where the assemnbler is | 2002-02-19 | 1 | -1/+6 | ||
| | | | | still using -traditional-cpp. | |||||
* | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | 2002-02-19 | 1 | -6/+1 | ||
| | ||||||
* | rfork() needs a fork.S-like stub as well; ok art | 2002-02-17 | 1 | -0/+48 | ||
| | ||||||
* | Add PSEUDO_NOERROR similar to that used by NetBSD. | 2001-09-20 | 1 | -9/+18 | ||
| | | | | | | | | | | | 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 isnan() and isinf() on all platforms with ieee floating point. | 2001-09-10 | 2 | -4/+8 | ||
| | ||||||
* | Use the LBL frexp() on all platforms with ieee floating point. | 2001-09-10 | 1 | -1/+3 | ||
| | ||||||
* | #(endif|else) foo is incorrect, make it #endif /* foo */ | 2001-08-12 | 1 | -3/+3 | ||
| | | | | deraadt@ ok | |||||
* | damn it, i have had it with this untested weak shit | 2000-10-17 | 1 | -9/+14 | ||
| | ||||||
* | re-add weak sparc support; d@ | 2000-10-16 | 1 | -14/+9 | ||
| | ||||||
* | back out weak symbols; deraadt@ | 2000-10-11 | 1 | -46/+38 | ||
| | ||||||
* | use weak symbols in sparc's libc | 2000-10-04 | 1 | -38/+46 | ||
| | ||||||
* | $OpenBSD$ | 2000-03-01 | 1 | -1/+1 | ||
| | ||||||
* | system call entry, art@ | 2000-01-06 | 1 | -2/+2 | ||
| | ||||||
* | replacement pipe() system call; copies data into place inside kernel, so | 1999-06-07 | 1 | -55/+0 | ||
| | | | | that EFAULT return value is possible | |||||
* | use SYSENTRY, so that libc_r wraps this properly | 1999-05-28 | 1 | -2/+2 | ||
| | ||||||
* | missing parts from last commit | 1999-04-25 | 1 | -2/+2 | ||
| | ||||||
* | mi ptrace | 1999-02-01 | 1 | -61/+0 | ||
| | ||||||
* | ENTRY -> SYSENTRY for sparc libc_r (per d@) | 1999-01-22 | 3 | -6/+6 | ||
| | ||||||
* | use LIBCSRCDIR | 1999-01-20 | 1 | -5/+5 | ||
| | ||||||
* | _THREAD_SAFE; nominal testing by fries | 1999-01-06 | 2 | -9/+30 | ||
| | ||||||
* | Better lint(1) framework. Mostly from cgd@NetBSD | 1998-02-08 | 1 | -48/+0 | ||
| | ||||||
* | pull in protos | 1997-08-01 | 1 | -1/+4 | ||
| | ||||||
* | tabify | 1997-07-23 | 2 | -4/+4 | ||
| | ||||||
* | generate reboot.o like other system calls | 1996-12-11 | 1 | -46/+0 | ||
| | ||||||
* | Fix RCS ids | 1996-08-19 | 50 | -221/+177 | ||
| | | | | Make sure everything uses {SYS,}LIBC_SCCS properly | |||||
* | Add support for building lint(1) library | 1996-03-25 | 3 | -0/+50 | ||
| | ||||||
* | From NetBSD: merge of 960317 | 1996-03-19 | 1 | -4/+8 | ||
| | ||||||
* | From NetBSD: Add explicit return type | 1996-02-24 | 2 | -2/+4 | ||
| | ||||||
* | initial import of NetBSD tree | 1995-10-18 | 51 | -0/+3435 | ||