summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Stub to help libc_r buildsmiod2002-11-011-0/+4
|
* 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
|
* Remove some old if 0/if 1 code, it is pointless to keep this in.drahn2002-10-241-16/+1
|
* 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
|
* kick, kick. Fix these files which did not come from NetBSD, but thedrahn2002-10-0714-6/+375
| | | | powerpc port by Dale Rahn.
* 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
| | | | added as appropriate.
* 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
| | | | | - use _C_LABEL(__cerror) and not cerror to avoid polluting the name space. - Use weak symbols for libc_r syscalls.
* 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
| | | | | | the copying, initial idea is from freebsd (not fully implemented there, apparently). this also makes bcopy/memcpy a tiny little bit faster.
* Rewrite to get proper Copyright.espie2002-06-181-15/+40
| | | | | | Should even be slightly better than the old one. Checked and fixed by miod@, my initial version was not 100% right (writing m68k loops blindly doesn't always work).
* 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
| | | | | | | | | how I got libc to compile with this. Blush. Replace this with a correct implementation, and write a faster fabs() while there. ok mickey@
* 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
| | | | This enables awk to link.
* 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
| | | | still using -traditional-cpp.
* 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
|