summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/hppa (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove from gen so that lint doesn't check gen if assembly versionsmartynas2009-04-211-2/+2
* - ldexp implementation has issues. switch to the one from libmmartynas2009-04-193-450/+2
* use sys/cdefs.hderaadt2008-12-102-4/+3
* ditto frexpl and ldexplmartynas2008-12-091-1/+4
* alias fabsl to fabs on these archsmartynas2008-12-091-1/+5
* - replace dtoa w/ David's gdtoa, version 2008-03-15martynas2008-09-073-0/+18
* - move isinf, isnan dups to gen, since most is ieee 754martynas2008-07-244-96/+11
* System call stubs don't have a frame of their own, so use EMTRY_LEAF insteadkettenis2006-01-059-21/+21
* if we pull in a .S file, we must fake out the lint with a .c filederaadt2005-11-291-1/+2
* zap rcsid.espie2005-08-0717-109/+17
* Replace broken frexp() with a working one from FreeBSD. There'smillert2005-02-012-76/+2
* rcsidmickey2004-10-261-1/+2
* include whole SYS.h instead of just machine/asm.hmickey2004-06-101-2/+2
* PICy stuffmickey2004-05-256-31/+86
* Use correct type for old values. No binary change.otto2004-01-052-4/+4
* three four kill ...mickey2003-06-0212-83/+23
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-025-34/+14
* Add Doug Gwyn's portable alloca() for platforms w/o an assemblermillert2003-05-021-1/+2
* minbrk is exposed, gmon uses itmickey2003-01-151-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 libcmickey2002-10-319-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 casemickey2002-10-311-50/+17
* reversed condition checking for sig*jmp(, savemask)mickey2002-10-211-4/+4
* deal w/ longjmp(, 0)mickey2002-10-211-2/+4
* make an ieeefp regress pass; miod@ okmickey2002-10-218-35/+36
* name space pollution; after art@mickey2002-10-072-18/+18
* better, faster scooter; fix cerror in mi somedaymickey2002-09-101-9/+3
* mi versions are good enoughmickey2002-09-103-348/+4
* sync from libkern (where the major fix was done or the kernel piece of this)mickey2002-08-271-18/+22
* forgot to fix this while was fixing copy_on_fault shitzmickey2002-08-131-4/+4
* no more of the French Favourite Symbolmickey2002-08-081-2/+2
* fix KMSRCS after some files removelancemickey2002-08-081-2/+2
* real vforkmickey2002-07-251-4/+16
* we can live very well w/ MI ffs()mickey2002-07-082-62/+2
* I was on drugs when I commited this initially, and still do not understandmiod2002-05-228-244/+53
* save the old onfault where the handler expects it to be, do not zero out on exit, but restoremickey2002-05-201-2/+3
* kill unused linemickey2002-05-171-2/+1
* More fp-related libc pieces for hppa.miod2002-03-1112-1/+887
* reverse the conditionmickey2002-03-081-2/+2
* set ret for mem*, no mycopy, better reverse copy checkmickey2002-03-081-5/+3
* use c versionsmickey2002-02-253-199/+3
* rfork() needs a fork.S-like stub as well; ok artderaadt2002-02-171-0/+49
* fix typo, and put back stack frame opsmickey2002-02-081-8/+11
* reverse condition in the sp botchness check, we need to nullifymickey2002-02-071-10/+9
* additional condition on reverse copy; from fredette@mickey2002-02-071-1/+2
* no need to interlock the register, use r0 as outputmickey2002-02-061-3/+3
* implement the setjmp/longjmp family, based on fredette@'s workmickey2002-02-063-23/+204
* fix __PSEUDO_NOERROR, two waysmickey2001-10-241-20/+23
* Add PSEUDO_NOERROR similar to that used by NetBSD.millert2001-09-201-10/+19
* make this compile for kernelmickey2001-09-201-4/+4
* Use the LBL isnan() and isinf() on all platforms with ieee floating point.millert2001-09-102-6/+6