summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/sh
AgeCommit message (Expand)Author
2009-07-26enable nanosecond stat support for everyoneMike Frysinger
2009-07-09syscall(): create a common version based on INLINE_SYSCALL_NCS()Mike Frysinger
2009-07-09syscall: unify part 2: NCS varietyMike Frysinger
2009-07-09sh: Change __HAVE_SHARED__ to __PIC__Peter Griffin
2009-07-08syscall: unify common syscall definesMike Frysinger
2009-07-03uClibc_arch_features: sync defines between portsMike Frysinger
2009-07-02sh: add cacheflush syscall wrapperCarmelo Amoroso
2009-05-05Add position independent code for crt1.S.Carmelo Amoroso
2009-02-23Use gcc built-in defines for detecting SH cores instead ofCarmelo Amoroso
2009-02-20Fix my previous commit to use preprocessor in the right way !Carmelo Amoroso
2009-02-20Fix typo.Carmelo Amoroso
2009-02-20sh: Fix __SH_SYSCALL_TRAP_BASE for SH2A architectureCarmelo Amoroso
2008-12-10*: remove some __libc_XXX functions:Denis Vlasenko
2008-11-27Make __UCLIBC_HAVE_ASM_CFI_DIRECTIVES__ visible in case the archCarmelo Amoroso
2008-11-21fix ioperm build problems caused by libc_hidden_proto removalDenis Vlasenko
2008-11-20Last portion of libc_hidden_proto removal.Denis Vlasenko
2008-11-20next portion of libc_hidden_proto removalDenis Vlasenko
2008-11-15- Remove linux-specific prototypes if asked to.Bernhard Reutner-Fischer
2008-11-15- revert wrong r24049Bernhard Reutner-Fischer
2008-11-15- Remove linux-specific prototypes if asked to.Bernhard Reutner-Fischer
2008-10-28- trim superfluous ';'. No objcode changesBernhard Reutner-Fischer
2008-10-22- remove superfluous ';'. No objcode changes.Bernhard Reutner-Fischer
2008-10-03- add long double math wrappers (Ned Ludd)Bernhard Reutner-Fischer
2008-10-03- use c89-style commentsBernhard Reutner-Fischer
2008-09-25sh: Fix SYSCALL_INST_STRx to work for SH-2[A] core by using theCarmelo Amoroso
2008-09-16Add INTERNAL_SYSCALL macros for shCarmelo Amoroso
2008-09-16- add sync_file_range()Bernhard Reutner-Fischer
2008-09-04Follow sh asm convention to indent the instruction into the delay slot.Carmelo Amoroso
2008-09-04Kill off the GOT lookup for init/fini in the sh crti.S. This wasPaul Mundt
2008-08-08Fix SH ldso sequence startup.Carmelo Amoroso
2008-07-23- trim any trailing whitespaceBernhard Reutner-Fischer
2008-07-23- fix inline keywordBernhard Reutner-Fischer
2008-07-23- fix asm and volatile keywordsBernhard Reutner-Fischer
2008-07-08sh4 don't need to cope with older RLIMIT implementation.Carmelo Amoroso
2008-05-03- add missing #endifBernhard Reutner-Fischer
2008-05-03- implement splice,vmsplice,tee for all archesBernhard Reutner-Fischer
2008-01-17A patch from our Blackfin repository, originally from Jie Zhang. This fixesBernd Schmidt
2008-01-08change NO_UNDERSCORES to just UNDERSCORES so as to be less confusing when doi...Mike Frysinger
2008-01-05whitespace only: touchups from Hans-Christian EgtvedtMike Frysinger
2007-06-13Carmelo AMOROSO <carmelo.amoroso@st.com> writes:Joakim Tjernlund
2007-04-30Carmelo AMOROSO writes:Mike Frysinger
2007-04-02fixes from Carmelo AMOROSO to depend less on kernel headersMike Frysinger
2007-03-14dont include asm/user.hMike Frysinger
2007-03-07Sync sh's procfs.h with glibc, fixes gdbserver.Paul Mundt
2007-03-07Fix PLTJMP() token pasting build error, patch fromPaul Mundt
2007-02-07sh crti.S needs features.h to resolve __HAVE_SHARED__, trivial patchPaul Mundt
2007-02-04fixup includes so we compile againMike Frysinger
2007-02-04fix compiling and touchup styleMike Frysinger
2006-12-08Take Mike Frysinger's comments into account -- make certain that userEric Andersen
2006-12-06bits/kernel_stat.h is for internal uClibc use only, fix a few otherEric Andersen