summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* use _C_LABELmickey2001-11-012-10/+10
* fix __PSEUDO_NOERROR, two waysmickey2001-10-241-20/+23
* Correct length of jmpbuf, it is sizeof(long) * _JBLEN == 8*14millert2001-10-111-5/+5
* Changes to SYS.h for sparc64 to make it work with libc_rdrahn2001-09-261-16/+41
* Revert last. The ERROR() macro is called from leaf functionsart2001-09-261-2/+6
* Add an ASPICFLAG variable to bsd.own.mk which a platform use to pass flagsdrahn2001-09-251-6/+2
* Rename __minbrk to minbrk to allow gmon.c to link correctly.art2001-09-241-6/+6
* add isnan.cmiod2001-09-211-1/+2
* Fix incorrect number of args to __SYSCALL. Somehow this managed tomillert2001-09-211-9/+5
* change PSEUDO_NOERROR so it is indeed does not set errno.drahn2001-09-201-3/+3
* Add PSEUDO_NOERROR similar to that used by NetBSD.millert2001-09-2010-78/+160
* make this compile for kernelmickey2001-09-201-4/+4
* Keep the strings fully quoted.drahn2001-09-111-2/+2
* Use the LBL isnan() and isinf() on all platforms with ieee floating point.millert2001-09-1021-169/+356
* Use the LBL frexp() on all platforms with ieee floating point.millert2001-09-108-104/+172
* Use ${LIBCSRCDIR} not ${.CURDIR} for relative path (allows libc_r to build)jason2001-09-101-5/+5
* Adapt to our sigcontext and fix the obvious bugs.art2001-09-071-21/+25
* explicit alignment, just like on alpha.art2001-09-051-2/+3
* Last pieces needed to build libc on sparc64.art2001-08-292-0/+41
* Bunch of necessary files from NetBSD.art2001-08-2911-0/+965
* more files from sparc.art2001-08-294-0/+183
* bunch of files from sparc.art2001-08-297-0/+399
* except ffs and strlen we use the generic functions (for now).art2001-08-291-0/+6
* ffs from sparc and strlen from NetBSD.art2001-08-292-0/+155
* syscall(), trivialart2001-08-291-0/+8
* signal stuff from sparc, cleaned up.art2001-08-294-0/+206
* setlogin from NetBSDart2001-08-291-0/+63
* sbrk from NetBSDart2001-08-291-0/+83
* fork from sparc. cleaned up.art2001-08-281-0/+47
* exect from sparc.art2001-08-281-0/+46
* Add SYSENTRY as on sparc. We'll need it later.art2001-08-281-1/+7
* cerror. based on the same file from sparc, with cleanups.art2001-08-281-0/+60
* brk from NetBSDart2001-08-281-0/+91
* Duh. remove dumb debugging before commit next time.art2001-08-281-3/+1
* Ovfork from sparc, cleaned up.art2001-08-281-0/+54
* abs from NetBSDart2001-08-282-0/+56
* {hton,ntoh}{s,l} from NetBSD.art2001-08-285-0/+207
* SYS.h from NetBSD. Not fixed yet for libc_r.art2001-08-281-0/+126
* Fix the __infinity constant on powerpc.drahn2001-08-251-4/+4
* Fix the syscall wrappers name generation in, so that libc_r gets themiod2001-08-237-46/+54
* remove unused bits and pieces.brad2001-08-1978-3759/+0
* #(endif|else) foo is incorrect, make it #endif /* foo */heko2001-08-127-18/+18
* SYSLEAF, not LEAF. shared libc_r builds now on alpha.art2001-06-131-3/+3
* prettyart2001-06-131-2/+2
* "#endif _THREAD_SAFE" is not legalart2001-06-131-3/+3
* oh, just include machine/asm.hmickey2001-06-041-3/+3
* entrieness cleanupmickey2001-06-0414-42/+46
* PowerPC is big endian, not little endian. This fixes isinf() and isnan()drahn2001-05-111-9/+10
* Most of the systems we run on require an emulated EMODD, so avoid usinghugh2001-04-181-2/+8
* fix fork, brk/sbrk; rcsid embeddingmickey2001-03-2915-60/+73