summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/arm
Commit message (Expand)AuthorAgeFilesLines
...
* fix from psm: enable readahead prototypeMike Frysinger2006-08-241-1/+3
* fixups from psm for ASSEMBLER handlingMike Frysinger2006-08-241-20/+21
* fix from psm: just use common resource.hMike Frysinger2006-08-241-209/+0
* s/ifdef ASM/ifndef ASM/ as point out by psmMike Frysinger2006-08-241-1/+1
* sync with psm: update errno handling to be the same on all archesMike Frysinger2006-08-231-7/+5
* sync with upstream via psmMike Frysinger2006-08-235-105/+115
* fix from psm: remove unused defines/includesMike Frysinger2006-08-233-11/+0
* fixes from psm: use __asm__/__volatile__Mike Frysinger2006-08-232-22/+22
* fixes from psm: hide internal brk symbolsMike Frysinger2006-08-231-1/+1
* fixes from psm: disable unsupported __fpu_control and sync with upstreamMike Frysinger2006-08-231-2/+4
* bits/profil-counter.h and bits/atomicity.h are leftovers from the old gprofEric Andersen2006-08-212-157/+0
* Remove SA_ONSTACK handling for ARM based up on glibc code as submitted by Pau..."Steven J. Hill"2006-07-062-11/+34
* fixup my copyright notice, trim stale remnants of older notices whichEric Andersen2006-07-051-5/+2
* Update ARM EABI kernel interface due to layout and size of struct stat64."Steven J. Hill"2006-06-241-0/+4
* sync with glibcMike Frysinger2006-04-211-6/+12
* sync with glibcMike Frysinger2006-03-291-3/+17
* Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, ...Peter S. Mazinger2006-03-101-3/+0
* tweak the idea between having a MMU and actually using itMike Frysinger2006-02-181-1/+1
* Weaken all internal vfork versions in asm code, wondering why only some of th...Peter S. Mazinger2006-02-131-1/+1
* Joseph S. Myers writes:Mike Frysinger2006-02-113-0/+12
* even the hidden version of the weaks in libc (as strong in libpthread) have t...Peter S. Mazinger2006-02-021-1/+1
* I will risk this one: __curbrkPeter S. Mazinger2006-02-011-0/+3
* s:THUMB_INTERWORK:USE_BX:, thx Khem RajPeter S. Mazinger2006-01-312-3/+3
* John Bowler writes in Bug 385:Mike Frysinger2006-01-317-8/+8
* John Bowler writes in Bug 385:Mike Frysinger2006-01-311-0/+27
* John Bowler writes in Bug 385:Mike Frysinger2006-01-312-1/+13
* make it build if WCHAR is disabledPeter S. Mazinger2006-01-301-0/+6
* Using hidden_proto solves this internally, my proposal was wrongPeter S. Mazinger2006-01-301-3/+0
* Use memset instead of bzeroPeter S. Mazinger2006-01-301-2/+2
* Patch by Joseph S. Myers to add support for ARM EABIMike Frysinger2006-01-2925-48/+788
* rename _sys_result var to get rid of shadow warningsMike Frysinger2006-01-291-5/+5
* Get rid of missing prototype warningsPeter S. Mazinger2006-01-262-1/+4
* Allow for targets that don't know about signed zero floats."Jan-Benedict Glaw"2006-01-261-0/+3
* fork/vfork weak in libc, strong in libpthreadPeter S. Mazinger2006-01-241-5/+7
* make sigaction/raise/sigwait/siglongjmp/longjmp weak_alias, these are in libp...Peter S. Mazinger2006-01-231-1/+1
* Change to sane defaultsPeter S. Mazinger2006-01-191-5/+10
* move a bunch of arch-specific checks out of common files and into an arch spe...Mike Frysinger2006-01-191-0/+33
* Joseph S. Myers writes:Eric Andersen2006-01-191-4/+6
* make gcc4 happy w/ hidden_def/proto, correct some typosPeter S. Mazinger2006-01-151-1/+1
* fix broken commentingMike Frysinger2006-01-141-1/+2
* make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger2006-01-143-19/+9
* fix loading of argc/argv for arm/nommuMike Frysinger2006-01-141-0/+10
* need features.h for new HIDDEN_JUMPTARGET()Mike Frysinger2006-01-141-0/+1
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger2006-01-148-34/+39
* Convert all the rest, remove isxupper/isxlower, if someone objects, I'll add ...Peter S. Mazinger2005-12-161-0/+1
* Make clone use internal _exitPeter S. Mazinger2005-12-161-5/+1
* Hide fork and vfork, use the newly introduced *aliasPeter S. Mazinger2005-12-151-5/+10
* Do hidden brk, hide _brk as well for some archs, convert users of brkPeter S. Mazinger2005-12-141-1/+2
* Merge from NPTL branch. Bring in the remaining changes for sigaction."Steven J. Hill"2005-12-101-1/+3
* Implement hidden poll, switch user to hidden *printf/*scanf/pollPeter S. Mazinger2005-12-091-0/+2