summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* name space pollution; after art@mickey2002-10-072-18/+18
* kick, kick. Fix these files which did not come from NetBSD, but thedrahn2002-10-0714-6/+375
* clean up ifdefs for PIC, resulting code unchanged.drahn2002-10-071-6/+3
* s/curbrk/__curbrk/ as suggested by art, a few _ASM_LABEL added as appropriate.drahn2002-10-072-14/+14
* Simpler, smaller, more efficient and equivalent.drahn2002-10-071-13/+2
* cerror -> __cerror as suggested by art, with a couple of missing _ASM_LABEL()drahn2002-10-076-10/+10
* curbrk -> __curbrk on sparc to avoid name space pollution.art2002-10-062-12/+12
* Rename curbrk to __curbrk on i386 to avoid namespace pollution.art2002-10-062-12/+12
* Rename curbrk to __curbrk on alpha to avoid namespace pollution.art2002-10-062-9/+9
* Rename cerror to __cerror on i386 to avoid namespace pollution.art2002-10-068-23/+23
* Rename cerror to __cerror on alpha to avoid namespace pollution.art2002-10-062-6/+6
* Fix license and conformance with man page.smurph2002-09-184-53/+369
* bye bye.fgsch2002-09-111-5/+0
* 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
* Two touches to make this work with ELF.art2002-08-112-31/+18
* no more of the French Favourite Symbolmickey2002-08-081-2/+2
* fix KMSRCS after some files removelancemickey2002-08-081-2/+2
* _C_LABEL where needed.art2002-08-053-13/+13
* real vforkmickey2002-07-251-4/+16
* we can live very well w/ MI ffs()mickey2002-07-082-62/+2
* offload the arguments from the stack before performingmickey2002-07-081-9/+7
* Rewrite to get proper Copyright.espie2002-06-181-15/+40
* make fabs use asm, and license repairderaadt2002-06-171-6/+32
* no more _NO_WEAK_ALIASES here.fgsch2002-06-101-18/+1
* 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
* Remove unused pieces and clean Makefile.incmiod2002-05-173-36/+1
* Sync with netbsd version, adds SOFTFLOAT (not supported) and copyright.drahn2002-05-081-2/+39
* OpenBSD tag.drahn2002-05-081-0/+1
* Add copyright block to this file I wrote long ago.drahn2002-05-081-0/+31
* 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
* We need to keep K&R compat macros for some ports where the assemnbler ismillert2002-02-1911-26/+143
* We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.millert2002-02-1911-143/+26
* rfork() needs a fork.S-like stub as well; ok artderaadt2002-02-1710-0/+442
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-162-130/+130
* 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
* sigprocmask should return 0 on success, fixes powerpc ntpdate problem.drahn2002-01-101-0/+1
* system calls are made thru _thread_sys_* with weak symbols of the real namedrahn2002-01-041-23/+16
* longjmp(..., 0) is not really legal, but all other archs I've lookedart2002-01-042-4/+11