Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fix some lint 'xxx used, but not defined' warnings by properly adding | 2007-05-15 | 1 | -1/+4 | ||
| | | | | stuff to LSRCS | |||||
* | if we pull in a .S file, we must fake out the lint with a .c file | 2005-11-29 | 1 | -2/+5 | ||
| | | | | | for this first cut, we will do this for alloca() using alloca.c by adding it to LSRCS | |||||
* | zap rcsid. | 2005-08-07 | 34 | -168/+34 | ||
| | | | | okay deraadt@ (tested them all) | |||||
* | Replace broken frexp() with a working one from FreeBSD. There's | 2005-02-01 | 1 | -2/+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@ | |||||
* | Use an unsigned comparison against minbrk. | 2003-12-25 | 1 | -6/+3 | ||
| | | | | ok deraadt@ | |||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-02 | 40 | -243/+83 | ||
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | |||||
* | insque and remque are VAX instructions, no need for C functions; From 4.4BSD | 2003-05-09 | 2 | -0/+98 | ||
| | ||||||
* | duplicate words and spelling fixes in comments | 2003-03-10 | 1 | -2/+2 | ||
| | | | | ok miod@ | |||||
* | From NetBSD; Use _C_LABEL, not SYSNAME to call sigaltstack, sigblock, | 2002-11-06 | 1 | -5/+5 | ||
| | | | | | | sigreturn. sigblock has not been a syscall since 4.3BSD and using SYSCALL directly seems like a bad idea in general. Fixes a build problem on vax. OK miod@ | |||||
* | thread safe libc -- 2nd try. OK miod@, millert@ | 2002-11-05 | 1 | -19/+19 | ||
| | | | | Thanks to miod@ for m68k and vax fixes | |||||
* | Rename cerror to __cerror and curbrk to __curbrk, to avoid namespace | 2002-11-05 | 8 | -25/+25 | ||
| | | | | pollution. Conforming to art@'s evil plans. | |||||
* | back out previous patch.. there are still some vax/m68k issues | 2002-11-03 | 1 | -1/+14 | ||
| | ||||||
* | libc changes for thread safety. Tested on: | 2002-11-03 | 1 | -14/+1 | ||
| | | | | | | | alpha (millert@), i386 (marc@), m68k (millert@ and miod@), powerpc (drahn@ and dhartmei@), sparc (millert@ and marc@), sparc64 (marc@), and vax (millert@ and miod@). Thanks to millert@, miod@, and mickey@ for fixes along the way. | |||||
* | Stub to help libc_r builds | 2002-11-01 | 1 | -0/+4 | ||
| | ||||||
* | We need to keep K&R compat macros for some ports where the assemnbler is | 2002-02-19 | 1 | -1/+7 | ||
| | | | | still using -traditional-cpp. | |||||
* | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | 2002-02-19 | 1 | -7/+1 | ||
| | ||||||
* | rfork() needs a fork.S-like stub as well; ok art | 2002-02-17 | 1 | -0/+45 | ||
| | ||||||
* | Add PSEUDO_NOERROR similar to that used by NetBSD. | 2001-09-20 | 1 | -11/+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 | 1 | -1/+3 | ||
| | ||||||
* | Fix the syscall wrappers name generation in, so that libc_r gets the | 2001-08-23 | 7 | -46/+54 | ||
| | | | | | | correct entry points and programs can link to it. I would have commited this later, but fgs@ insisted. | |||||
* | #(endif|else) foo is incorrect, make it #endif /* foo */ | 2001-08-12 | 1 | -2/+2 | ||
| | | | | deraadt@ ok | |||||
* | Most of the systems we run on require an emulated EMODD, so avoid using | 2001-04-18 | 1 | -2/+8 | ||
| | | | | | | | it if a CVTDL would do instead. This path is 80x faster on such systems, and falling back to EMODD if necessary hurts little. Helps programs like nawk, a heavy modf user. | |||||
* | Fix lots of register masks. | 2001-03-18 | 12 | -26/+26 | ||
| | ||||||
* | Fresh infinity from NetBSD. | 2000-10-10 | 1 | -4/+5 | ||
| | ||||||
* | replacement pipe() system call; copies data into place inside kernel, so | 1999-06-07 | 1 | -46/+0 | ||
| | | | | that EFAULT return value is possible | |||||
* | missing parts from last commit | 1999-04-25 | 1 | -2/+2 | ||
| | ||||||
* | mi ptrace | 1999-02-01 | 1 | -47/+0 | ||
| | ||||||
* | ENTRY takes 2 args nowadays | 1998-05-17 | 9 | -19/+19 | ||
| | ||||||
* | NetBSD merge | 1998-05-14 | 1 | -23/+35 | ||
| | ||||||
* | Better lint(1) framework. Mostly from cgd@NetBSD | 1998-02-08 | 1 | -50/+0 | ||
| | ||||||
* | tabify | 1997-07-23 | 2 | -9/+9 | ||
| | ||||||
* | generate reboot.o like other system calls | 1996-12-11 | 1 | -42/+0 | ||
| | ||||||
* | Fix RCS ids | 1996-08-19 | 45 | -153/+161 | ||
| | | | | Make sure everything uses {SYS,}LIBC_SCCS properly | |||||
* | sync to ragge | 1996-05-22 | 10 | -2/+623 | ||
| | ||||||
* | Add support for building lint(1) library | 1996-03-25 | 2 | -0/+51 | ||
| | ||||||
* | From NetBSD: Add explicit return type | 1996-02-24 | 1 | -1/+3 | ||
| | ||||||
* | from ragge; Changed to only include <machine/asm.h>, as the other ports | 1996-01-08 | 1 | -77/+2 | ||
| | ||||||
* | from ragge; Add defs to understand K&R cpp | 1995-12-15 | 1 | -1/+16 | ||
| | ||||||
* | from netbsd: | 1995-12-14 | 1 | -1/+2 | ||
| | | | | | Didn't take care of errors when return parameter was long long. Bug pointed out by Arne Henrik Juul. | |||||
* | from netbsd; cannot be sure cpp can handle x ## y | 1995-12-14 | 1 | -1/+18 | ||
| | ||||||
* | from netbsd; sigsetjmp/siglongjmp was missing. Code fix by Arne H. Juul. | 1995-12-14 | 2 | -2/+70 | ||
| | ||||||
* | initial import of NetBSD tree | 1995-10-18 | 35 | -0/+1843 | ||