summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/sh
Commit message (Expand)AuthorAgeFilesLines
...
* - use c89-style commentsBernhard Reutner-Fischer2008-10-032-11/+11
* sh: Fix SYSCALL_INST_STRx to work for SH-2[A] core by using theCarmelo Amoroso2008-09-251-7/+8
* Add INTERNAL_SYSCALL macros for shCarmelo Amoroso2008-09-161-0/+145
* - add sync_file_range()Bernhard Reutner-Fischer2008-09-161-4/+0
* Follow sh asm convention to indent the instruction into the delay slot.Carmelo Amoroso2008-09-041-2/+2
* Kill off the GOT lookup for init/fini in the sh crti.S. This wasPaul Mundt2008-09-041-23/+0
* Fix SH ldso sequence startup.Carmelo Amoroso2008-08-081-2/+8
* - trim any trailing whitespaceBernhard Reutner-Fischer2008-07-232-4/+4
* - fix inline keywordBernhard Reutner-Fischer2008-07-231-2/+2
* - fix asm and volatile keywordsBernhard Reutner-Fischer2008-07-231-21/+21
* sh4 don't need to cope with older RLIMIT implementation.Carmelo Amoroso2008-07-081-1/+1
* - add missing #endifBernhard Reutner-Fischer2008-05-031-0/+1
* - implement splice,vmsplice,tee for all archesBernhard Reutner-Fischer2008-05-031-12/+27
* A patch from our Blackfin repository, originally from Jie Zhang. This fixesBernd Schmidt2008-01-171-3/+0
* change NO_UNDERSCORES to just UNDERSCORES so as to be less confusing when doi...Mike Frysinger2008-01-081-1/+1
* whitespace only: touchups from Hans-Christian EgtvedtMike Frysinger2008-01-051-2/+2
* Carmelo AMOROSO <carmelo.amoroso@st.com> writes:Joakim Tjernlund2007-06-131-2/+14
* Carmelo AMOROSO writes:Mike Frysinger2007-04-301-2/+2
* fixes from Carmelo AMOROSO to depend less on kernel headersMike Frysinger2007-04-021-1/+10
* dont include asm/user.hMike Frysinger2007-03-141-3/+53
* Sync sh's procfs.h with glibc, fixes gdbserver.Paul Mundt2007-03-071-2/+2
* Fix PLTJMP() token pasting build error, patch fromPaul Mundt2007-03-071-1/+1
* sh crti.S needs features.h to resolve __HAVE_SHARED__, trivial patchPaul Mundt2007-02-071-0/+2
* fixup includes so we compile againMike Frysinger2007-02-042-6/+4
* fix compiling and touchup styleMike Frysinger2007-02-041-14/+16
* Take Mike Frysinger's comments into account -- make certain that userEric Andersen2006-12-084-8/+3
* bits/kernel_stat.h is for internal uClibc use only, fix a few otherEric Andersen2006-12-061-0/+4
* Merge SH-2 trapa fixups from Mark.Paul Mundt2006-10-238-42/+61
* Bump SHMLBA up to a sensible size for dcache alias avoidance to coincide withPaul Mundt2006-08-251-0/+109
* fix from psm: enable readahead prototypeMike Frysinger2006-08-241-1/+3
* fix from psm: just use common resource.hMike Frysinger2006-08-241-209/+0
* sync with psm: update errno handling to be the same on all archesMike Frysinger2006-08-231-7/+4
* sync with upstream via psmMike Frysinger2006-08-234-61/+47
* import new headers from upstream via psmMike Frysinger2006-08-232-0/+141
* fixes from psm: hide internal brk symbolsMike Frysinger2006-08-233-16/+8
* fixes from psm: disable unsupported __fpu_control and sync with upstreamMike Frysinger2006-08-231-0/+4
* bits/profil-counter.h and bits/atomicity.h are leftovers from the old gprofEric Andersen2006-08-211-33/+0
* fixup my copyright notice, trim stale remnants of older notices whichEric Andersen2006-07-051-9/+12
* sync with glibcMike Frysinger2006-04-211-1/+10
* sync with glibcMike Frysinger2006-03-291-17/+56
* Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, ...Peter S. Mazinger2006-03-103-5/+0
* Weaken all internal vfork versions in asm code, wondering why only some of th...Peter S. Mazinger2006-02-131-1/+1
* only check for rlimit stuff if the target doesnt support the newer function c...Mike Frysinger2006-02-101-0/+3
* missed two __curbrkPeter S. Mazinger2006-02-011-0/+2
* I will risk this one: __curbrkPeter S. Mazinger2006-02-012-0/+8
* Add some prototypes to arch specific pread_write.c, mips has __mips64 questio...Peter S. Mazinger2006-01-271-0/+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-4/+6
* Convert all the strong_aliases to weak that are cancelable in libpthreadPeter S. Mazinger2006-01-241-4/+4
* longjmp missed, remove sh version, it's the same as the generic onePeter S. Mazinger2006-01-232-49/+1