| Commit message (Expand) | Author | Age | Files | Lines |
* | remove from gen so that lint doesn't check gen if assembly versions |  martynas | 2009-04-21 | 1 | -2/+2 |
* | - ldexp implementation has issues. switch to the one from libm |  martynas | 2009-04-19 | 3 | -450/+2 |
* | use sys/cdefs.h |  deraadt | 2008-12-10 | 2 | -4/+3 |
* | ditto frexpl and ldexpl |  martynas | 2008-12-09 | 1 | -1/+4 |
* | alias fabsl to fabs on these archs |  martynas | 2008-12-09 | 1 | -1/+5 |
* | - replace dtoa w/ David's gdtoa, version 2008-03-15 |  martynas | 2008-09-07 | 3 | -0/+18 |
* | - move isinf, isnan dups to gen, since most is ieee 754 |  martynas | 2008-07-24 | 4 | -96/+11 |
* | System call stubs don't have a frame of their own, so use EMTRY_LEAF instead |  kettenis | 2006-01-05 | 9 | -21/+21 |
* | if we pull in a .S file, we must fake out the lint with a .c file |  deraadt | 2005-11-29 | 1 | -1/+2 |
* | zap rcsid. |  espie | 2005-08-07 | 17 | -109/+17 |
* | Replace broken frexp() with a working one from FreeBSD. There's |  millert | 2005-02-01 | 2 | -76/+2 |
* | rcsid |  mickey | 2004-10-26 | 1 | -1/+2 |
* | include whole SYS.h instead of just machine/asm.h |  mickey | 2004-06-10 | 1 | -2/+2 |
* | PICy stuff |  mickey | 2004-05-25 | 6 | -31/+86 |
* | Use correct type for old values. No binary change. |  otto | 2004-01-05 | 2 | -4/+4 |
* | three four kill ... |  mickey | 2003-06-02 | 12 | -83/+23 |
* | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-02 | 5 | -34/+14 |
* | Add Doug Gwyn's portable alloca() for platforms w/o an assembler |  millert | 2003-05-02 | 1 | -1/+2 |
* | minbrk is exposed, gmon uses it |  mickey | 2003-01-15 | 1 | -6/+6 |
* | gotta define SYSEXIT() and make all the rest of sys/*S be thread-safe now, missed this fuct in the previous take on thread-safe libc |  mickey | 2002-10-31 | 9 | -39/+41 |
* | marc@ said we should be always thread-safe, accomodate for that, also defining the weak symbols which we did not before in either case |  mickey | 2002-10-31 | 1 | -50/+17 |
* | reversed condition checking for sig*jmp(, savemask) |  mickey | 2002-10-21 | 1 | -4/+4 |
* | deal w/ longjmp(, 0) |  mickey | 2002-10-21 | 1 | -2/+4 |
* | make an ieeefp regress pass; miod@ ok |  mickey | 2002-10-21 | 8 | -35/+36 |
* | name space pollution; after art@ |  mickey | 2002-10-07 | 2 | -18/+18 |
* | better, faster scooter; fix cerror in mi someday |  mickey | 2002-09-10 | 1 | -9/+3 |
* | mi versions are good enough |  mickey | 2002-09-10 | 3 | -348/+4 |
* | sync from libkern (where the major fix was done or the kernel piece of this) |  mickey | 2002-08-27 | 1 | -18/+22 |
* | forgot to fix this while was fixing copy_on_fault shitz |  mickey | 2002-08-13 | 1 | -4/+4 |
* | no more of the French Favourite Symbol |  mickey | 2002-08-08 | 1 | -2/+2 |
* | fix KMSRCS after some files removelance |  mickey | 2002-08-08 | 1 | -2/+2 |
* | real vfork |  mickey | 2002-07-25 | 1 | -4/+16 |
* | we can live very well w/ MI ffs() |  mickey | 2002-07-08 | 2 | -62/+2 |
* | I was on drugs when I commited this initially, and still do not understand |  miod | 2002-05-22 | 8 | -244/+53 |
* | save the old onfault where the handler expects it to be, do not zero out on exit, but restore |  mickey | 2002-05-20 | 1 | -2/+3 |
* | kill unused line |  mickey | 2002-05-17 | 1 | -2/+1 |
* | More fp-related libc pieces for hppa. |  miod | 2002-03-11 | 12 | -1/+887 |
* | reverse the condition |  mickey | 2002-03-08 | 1 | -2/+2 |
* | set ret for mem*, no mycopy, better reverse copy check |  mickey | 2002-03-08 | 1 | -5/+3 |
* | use c versions |  mickey | 2002-02-25 | 3 | -199/+3 |
* | rfork() needs a fork.S-like stub as well; ok art |  deraadt | 2002-02-17 | 1 | -0/+49 |
* | fix typo, and put back stack frame ops |  mickey | 2002-02-08 | 1 | -8/+11 |
* | reverse condition in the sp botchness check, we need to nullify |  mickey | 2002-02-07 | 1 | -10/+9 |
* | additional condition on reverse copy; from fredette@ |  mickey | 2002-02-07 | 1 | -1/+2 |
* | no need to interlock the register, use r0 as output |  mickey | 2002-02-06 | 1 | -3/+3 |
* | implement the setjmp/longjmp family, based on fredette@'s work |  mickey | 2002-02-06 | 3 | -23/+204 |
* | fix __PSEUDO_NOERROR, two ways |  mickey | 2001-10-24 | 1 | -20/+23 |
* | Add PSEUDO_NOERROR similar to that used by NetBSD. |  millert | 2001-09-20 | 1 | -10/+19 |
* | make this compile for kernel |  mickey | 2001-09-20 | 1 | -4/+4 |
* | Use the LBL isnan() and isinf() on all platforms with ieee floating point. |  millert | 2001-09-10 | 2 | -6/+6 |