summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/sh/bits
Commit message (Expand)AuthorAgeFilesLines
* bits/kernel_stat.h: no need for _LIBC guard, the file is not installed on targetPeter S. Mazinger2011-03-091-4/+0
* nptl_sh: Fix compiler warning due to shadowed variableCarmelo Amoroso2010-09-161-3/+3
* use uniform form of C99 keywordsBernhard Reutner-Fischer2010-06-242-4/+4
* Merge remote branch 'origin/master' into nptlAustin Foxley2009-11-281-103/+0
|\
| * bits/mmap.h: unify ala linux asm-generic effortsMike Frysinger2009-11-231-103/+0
* | whitespace fixesAustin Foxley2009-10-171-1/+1
* | sh specific bits needed for nptlAustin Foxley2009-10-171-321/+195
|/
* Fix SH bits/kernel_types.h for new kernel headers.Joseph Myers2009-10-141-1/+2
* clean up O_CLOEXEC handlingMike Frysinger2009-10-071-2/+0
* always define float_t as floatBernhard Reutner-Fischer2009-09-171-21/+1
* honour NO_LONG_DOUBLE_MATHBernhard Reutner-Fischer2009-08-301-0/+6
* enable nanosecond stat support for everyoneMike Frysinger2009-07-261-14/+6
* syscall: unify part 2: NCS varietyMike Frysinger2009-07-091-23/+0
* syscall: unify common syscall definesMike Frysinger2009-07-081-134/+0
* uClibc_arch_features: sync defines between portsMike Frysinger2009-07-031-0/+3
* Use gcc built-in defines for detecting SH cores instead ofCarmelo Amoroso2009-02-232-2/+2
* Fix my previous commit to use preprocessor in the right way !Carmelo Amoroso2009-02-201-1/+1
* Fix typo.Carmelo Amoroso2009-02-201-1/+1
* sh: Fix __SH_SYSCALL_TRAP_BASE for SH2A architectureCarmelo Amoroso2009-02-201-1/+1
* Make __UCLIBC_HAVE_ASM_CFI_DIRECTIVES__ visible in case the archCarmelo Amoroso2008-11-271-0/+3
* - Remove linux-specific prototypes if asked to.Bernhard Reutner-Fischer2008-11-151-2/+2
* - revert wrong r24049Bernhard Reutner-Fischer2008-11-151-2/+2
* - Remove linux-specific prototypes if asked to.Bernhard Reutner-Fischer2008-11-151-2/+2
* - add long double math wrappers (Ned Ludd)Bernhard Reutner-Fischer2008-10-031-6/+0
* 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
* - trim any trailing whitespaceBernhard Reutner-Fischer2008-07-232-4/+4
* - 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
* Take Mike Frysinger's comments into account -- make certain that userEric Andersen2006-12-081-5/+0
* 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-232-20/+31
* 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-233-60/+44
* import new headers from upstream via psmMike Frysinger2006-08-232-0/+141
* bits/profil-counter.h and bits/atomicity.h are leftovers from the old gprofEric Andersen2006-08-211-33/+0
* sync with glibcMike Frysinger2006-04-211-1/+10
* sync with glibcMike Frysinger2006-03-291-17/+56
* only check for rlimit stuff if the target doesnt support the newer function c...Mike Frysinger2006-02-101-0/+3
* Allow for targets that don't know about signed zero floats."Jan-Benedict Glaw"2006-01-261-0/+3
* move the sh64 code out of the sh headerMike Frysinger2006-01-201-3/+1
* Change to sane defaultsPeter S. Mazinger2006-01-191-5/+10