| Commit message (Expand) | Author | Age | Files | Lines |
* | use _C_LABEL |  mickey | 2001-11-01 | 2 | -10/+10 |
* | fix __PSEUDO_NOERROR, two ways |  mickey | 2001-10-24 | 1 | -20/+23 |
* | Correct length of jmpbuf, it is sizeof(long) * _JBLEN == 8*14 |  millert | 2001-10-11 | 1 | -5/+5 |
* | Changes to SYS.h for sparc64 to make it work with libc_r |  drahn | 2001-09-26 | 1 | -16/+41 |
* | Revert last. The ERROR() macro is called from leaf functions |  art | 2001-09-26 | 1 | -2/+6 |
* | Add an ASPICFLAG variable to bsd.own.mk which a platform use to pass flags |  drahn | 2001-09-25 | 1 | -6/+2 |
* | Rename __minbrk to minbrk to allow gmon.c to link correctly. |  art | 2001-09-24 | 1 | -6/+6 |
* | add isnan.c |  miod | 2001-09-21 | 1 | -1/+2 |
* | Fix incorrect number of args to __SYSCALL. Somehow this managed to |  millert | 2001-09-21 | 1 | -9/+5 |
* | change PSEUDO_NOERROR so it is indeed does not set errno. |  drahn | 2001-09-20 | 1 | -3/+3 |
* | Add PSEUDO_NOERROR similar to that used by NetBSD. |  millert | 2001-09-20 | 10 | -78/+160 |
* | make this compile for kernel |  mickey | 2001-09-20 | 1 | -4/+4 |
* | Keep the strings fully quoted. |  drahn | 2001-09-11 | 1 | -2/+2 |
* | Use the LBL isnan() and isinf() on all platforms with ieee floating point. |  millert | 2001-09-10 | 21 | -169/+356 |
* | Use the LBL frexp() on all platforms with ieee floating point. |  millert | 2001-09-10 | 8 | -104/+172 |
* | Use ${LIBCSRCDIR} not ${.CURDIR} for relative path (allows libc_r to build) |  jason | 2001-09-10 | 1 | -5/+5 |
* | Adapt to our sigcontext and fix the obvious bugs. |  art | 2001-09-07 | 1 | -21/+25 |
* | explicit alignment, just like on alpha. |  art | 2001-09-05 | 1 | -2/+3 |
* | Last pieces needed to build libc on sparc64. |  art | 2001-08-29 | 2 | -0/+41 |
* | Bunch of necessary files from NetBSD. |  art | 2001-08-29 | 11 | -0/+965 |
* | more files from sparc. |  art | 2001-08-29 | 4 | -0/+183 |
* | bunch of files from sparc. |  art | 2001-08-29 | 7 | -0/+399 |
* | except ffs and strlen we use the generic functions (for now). |  art | 2001-08-29 | 1 | -0/+6 |
* | ffs from sparc and strlen from NetBSD. |  art | 2001-08-29 | 2 | -0/+155 |
* | syscall(), trivial |  art | 2001-08-29 | 1 | -0/+8 |
* | signal stuff from sparc, cleaned up. |  art | 2001-08-29 | 4 | -0/+206 |
* | setlogin from NetBSD |  art | 2001-08-29 | 1 | -0/+63 |
* | sbrk from NetBSD |  art | 2001-08-29 | 1 | -0/+83 |
* | fork from sparc. cleaned up. |  art | 2001-08-28 | 1 | -0/+47 |
* | exect from sparc. |  art | 2001-08-28 | 1 | -0/+46 |
* | Add SYSENTRY as on sparc. We'll need it later. |  art | 2001-08-28 | 1 | -1/+7 |
* | cerror. based on the same file from sparc, with cleanups. |  art | 2001-08-28 | 1 | -0/+60 |
* | brk from NetBSD |  art | 2001-08-28 | 1 | -0/+91 |
* | Duh. remove dumb debugging before commit next time. |  art | 2001-08-28 | 1 | -3/+1 |
* | Ovfork from sparc, cleaned up. |  art | 2001-08-28 | 1 | -0/+54 |
* | abs from NetBSD |  art | 2001-08-28 | 2 | -0/+56 |
* | {hton,ntoh}{s,l} from NetBSD. |  art | 2001-08-28 | 5 | -0/+207 |
* | SYS.h from NetBSD. Not fixed yet for libc_r. |  art | 2001-08-28 | 1 | -0/+126 |
* | Fix the __infinity constant on powerpc. |  drahn | 2001-08-25 | 1 | -4/+4 |
* | Fix the syscall wrappers name generation in, so that libc_r gets the |  miod | 2001-08-23 | 7 | -46/+54 |
* | remove unused bits and pieces. |  brad | 2001-08-19 | 78 | -3759/+0 |
* | #(endif|else) foo is incorrect, make it #endif /* foo */ |  heko | 2001-08-12 | 7 | -18/+18 |
* | SYSLEAF, not LEAF. shared libc_r builds now on alpha. |  art | 2001-06-13 | 1 | -3/+3 |
* | pretty |  art | 2001-06-13 | 1 | -2/+2 |
* | "#endif _THREAD_SAFE" is not legal |  art | 2001-06-13 | 1 | -3/+3 |
* | oh, just include machine/asm.h |  mickey | 2001-06-04 | 1 | -3/+3 |
* | entrieness cleanup |  mickey | 2001-06-04 | 14 | -42/+46 |
* | PowerPC is big endian, not little endian. This fixes isinf() and isnan() |  drahn | 2001-05-11 | 1 | -9/+10 |
* | Most of the systems we run on require an emulated EMODD, so avoid using |  hugh | 2001-04-18 | 1 | -2/+8 |
* | fix fork, brk/sbrk; rcsid embedding |  mickey | 2001-03-29 | 15 | -60/+73 |