summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/sh
Commit message (Expand)AuthorAgeFilesLines
* 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
* Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ...Peter S. Mazinger2006-01-221-25/+7
* Correct sigprocmask undefined for sh and remove the useless __sigprocmask weakPeter S. Mazinger2006-01-212-6/+3
* move the sh64 code out of the sh headerMike Frysinger2006-01-201-3/+1
* Remove HAVE_ELFPeter S. Mazinger2006-01-193-5/+5
* 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/+39
* make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger2006-01-146-22/+26
* Add hidden versions of pipe()Peter S. Mazinger2006-01-141-0/+2
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger2006-01-149-30/+28
* Make clone use internal _exitPeter S. Mazinger2005-12-161-1/+1
* Hide fork and vfork, use the newly introduced *aliasPeter S. Mazinger2005-12-151-5/+7
* Do hidden brk, hide _brk as well for some archs, convert users of brkPeter S. Mazinger2005-12-143-4/+5
* Fixup byte order handling. Not all architectures define __BIG_ENDIAN__ so i.e.Eric Andersen2005-12-141-4/+4
* Do hidden sbrkPeter S. Mazinger2005-12-131-2/+3
* Do hidden pipe, please check the change in mips (.end __pipe?)Peter S. Mazinger2005-12-101-3/+2
* mmap/mremap/socket/rewind gonePeter S. Mazinger2005-12-081-1/+3
* Hide mostly used functionsPeter S. Mazinger2005-12-011-1/+1
* define MREMAP_FIXEDMike Frysinger2005-11-271-0/+1
* Remove TOPDIRPeter S. Mazinger2005-11-211-3/+1
* rename common Makefile.arch to prevent include funkiness from occuringMike Frysinger2005-11-191-1/+1
* we want to compare the register value itself, not the address of the variable...Mike Frysinger2005-11-171-2/+2
* update copyright and license, add _BITS_SETJMP_H protection around the file, ...Mike Frysinger2005-11-161-2/+2
* sync with glibc and fix warning when building pthreadsMike Frysinger2005-11-161-2/+4
* sync with glibcMike Frysinger2005-11-091-2/+6
* unify common code thus making arch-specific Makefiles very simple :)Mike Frysinger2005-11-041-22/+4
* Last bits for IMA, now everything can be built w/ DOMULTI=y on gcc-3.4.4 with...Peter S. Mazinger2005-11-031-2/+2