summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/sh64
Commit message (Expand)AuthorAgeFilesLines
* bits/mmap.h: unify ala linux asm-generic effortsMike Frysinger2009-11-231-97/+0
* clean up O_CLOEXEC handlingMike Frysinger2009-10-071-0/+2
* fcntl.h: drop unused/dead O_STREAMINGMike Frysinger2009-10-071-1/+0
* trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer2009-09-182-2/+0
* build: Include Makefile.commonarch from common Makefile.inCarmelo Amoroso2009-07-291-2/+0
* enable nanosecond stat support for everyoneMike Frysinger2009-07-261-14/+6
* uClibc_arch_features: sync defines between portsMike Frysinger2009-07-031-0/+9
* next portion of libc_hidden_proto removalDenis Vlasenko2008-11-202-2/+2
* - 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
* - trim superfluous ';'. No objcode changesBernhard Reutner-Fischer2008-10-281-1/+1
* - add sync_file_range()Bernhard Reutner-Fischer2008-09-161-4/+0
* - trim any trailing whitespaceBernhard Reutner-Fischer2008-07-232-4/+4
* - add missing #endifBernhard Reutner-Fischer2008-05-031-0/+1
* - implement splice,vmsplice,tee for all archesBernhard Reutner-Fischer2008-05-031-0/+63
* 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
* Switch sh64 to use __uClibc_main and the new register layout.Paul Mundt2008-01-081-28/+25
* Bring sh64 support back from the dead.Paul Mundt2008-01-086-63/+181
* 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
* Bump SHMLBA up to a sensible size for dcache alias avoidance to coincide withPaul Mundt2006-08-251-0/+103
* sync with psm: update errno handling to be the same on all archesMike Frysinger2006-08-231-7/+4
* fixes from psm: hide internal brk symbolsMike Frysinger2006-08-233-16/+8
* fix license noticeMike Frysinger2006-07-051-13/+1
* Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, ...Peter S. Mazinger2006-03-103-5/+0
* missed two __curbrkPeter S. Mazinger2006-02-011-0/+2
* I will risk this one: __curbrkPeter S. Mazinger2006-02-012-0/+8
* 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-2/+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/+34
* make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger2006-01-142-4/+12
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger2006-01-141-2/+3
* Do hidden brk, hide _brk as well for some archs, convert users of brkPeter S. Mazinger2005-12-143-4/+5
* Do hidden sbrkPeter S. Mazinger2005-12-131-2/+3
* define MREMAP_FIXEDMike Frysinger2005-11-271-0/+1
* update copyright and license, add _BITS_SETJMP_H protection around the file, ...Mike Frysinger2005-11-161-10/+12
* Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objec...Peter S. Mazinger2005-10-121-36/+25
* Build crt[in].o with disabled ssp.Peter S. Mazinger2005-09-281-3/+3
* Speed up clean target, don't recurse where possible, remove unneeded actionsPeter S. Mazinger2005-09-271-1/+0
* merge parallel build supportMike Frysinger2005-01-251-6/+5
* Patch from Peter S. Mazinger to consistantly use "ASFLAGS"Eric Andersen2004-12-221-7/+7
* s/___brk_addr/__curbrk/gEric Andersen2004-07-303-11/+11
* __data_start needs to be added to all crt0.S files that don't currentlyEric Andersen2004-05-141-1/+9
* Use the generic fork implementation on sh64Eric Andersen2004-02-152-36/+1
* Sigh. The 2.6.x kernel removed '__kernel_dev_t' and renamed it asEric Andersen2004-02-061-0/+1
* Paul Mundt <lethal@linux-sh.org> writes:Eric Andersen2003-12-051-0/+96
* Patch from lethal, adding syscall() to the sh64 portEric Andersen2003-12-032-1/+25