summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/cris
Commit message (Expand)AuthorAgeFilesLines
* clean up O_CLOEXEC handlingMike Frysinger2009-10-161-0/+1
* trim Experimentally off and uncommented hiddenAustin Foxley2009-09-183-3/+0
* enable nanosecond stat support for everyoneMike Frysinger2009-08-191-28/+6
* byteswap: unify common definitionsMike Frysinger2009-08-191-71/+8
* syscall: convert cris/hppa to common syscallsMike Frysinger2009-08-191-68/+4
* build: Include Makefile.commonarch from common Makefile.inCarmelo Amoroso2009-07-291-2/+0
* uClibc_arch_features: sync defines between portsMike Frysinger2009-07-091-1/+7
* Synch with trunk @ 24160Carmelo Amoroso2008-11-276-342/+13
* Synch with trunk at rev 22997.Carmelo Amoroso2008-07-311-1/+1
* Synch libc nios/xtensa/v850/h8300/cris/x86_64/ia64/hppa/i382/nios2/frv/avr32 ...Carmelo Amoroso2008-06-186-18/+29
* Merge from trunk."Steven J. Hill"2006-12-164-13/+7
* When you delete a '1' does it become '0' or tri-stated?"Steven J. Hill"2006-12-161-81/+0
* Big fricking merge from trunk, but an easy one."Steven J. Hill"2006-08-245-24/+48
* Removal as per trunk."Steven J. Hill"2006-08-221-26/+0
* Merge from trunk."Steven J. Hill"2006-08-214-6/+1
* Merge from trunk."Steven J. Hill"2006-08-182-5/+18
* Merge from trunk."Steven J. Hill"2006-02-2819-245/+632
* Big fricking merge from trunk."Steven J. Hill"2006-01-074-6/+7
* Merge from trunk."Steven J. Hill"2005-12-022-3/+2
* Sync up with trunk."Steven J. Hill"2005-11-191-1/+1
* Massive merge from trunk."Steven J. Hill"2005-11-181-10/+12
* Massive merge from trunk."Steven J. Hill"2005-11-171-66/+8
* Copy from trunk."Steven J. Hill"2005-11-161-0/+15
* Merge from trunk."Steven J. Hill"2005-10-301-36/+25
* Big, huge fricking merge. Peter, if you touch the build system again I'm goin..."Steven J. Hill"2005-10-041-3/+3
* Implement _start completely in assembler. Otherwise the compiler willPeter Kjellerstedt2005-02-091-15/+19
* Include features.h (without it, testing for __UCLIBC_HAS_THREADS__ Peter Kjellerstedt2005-02-091-0/+1
* merge parallel build supportMike Frysinger2005-01-251-6/+5
* Patch from Peter S. Mazinger to consistantly use "ASFLAGS"Eric Andersen2004-12-221-4/+3
* Do not assume a fifth argument is used with syscall(). Allocate stackPeter Kjellerstedt2004-10-301-6/+6
* Add bswap_64 macro and uClibc_page.h. From Peter Kjellerstedt.Joakim Tjernlund2004-09-232-0/+55
* Kill off all support for 'gcc -pg' / 'gprof' style profiling. There is both aEric Andersen2004-08-212-51/+1
* s/___brk_addr/__curbrk/gEric Andersen2004-07-303-18/+17
* Removed unused file.Tobias Anderberg2004-05-241-72/+0
* __data_start needs to be added to all crt0.S files that don't currentlyEric Andersen2004-05-141-6/+6
* Cris can use the generic vforkEric Andersen2004-02-152-12/+1
* Fixup fork implementation to provide the __libc_fork symbolEric Andersen2004-02-151-1/+3
* Fix completely hosed up formattingEric Andersen2004-02-061-10/+10
* Sigh. The 2.6.x kernel removed '__kernel_dev_t' and renamed it asEric Andersen2004-02-061-0/+1
* Put in a dummy reference to main so busybox will link.Manuel Novoa III2003-12-021-0/+6
* Remove SAFECFLAGS. It was a workaround for failures in old awk scriptEric Andersen2003-11-221-7/+2
* Darn. Fix compilation for soft-float, which I inadvertantlyEric Andersen2003-11-081-0/+4
* Continue the conversion to using per-arch crti.S and crtn.SEric Andersen2003-11-053-1/+89
* Updated to match the other architectures. Fixes problem with "fcntl:Tobias Anderberg2003-11-031-29/+67
* Peter Kjellerstedt writes:Eric Andersen2003-10-181-1/+1
* Hm. Keep using crt0.c for now. My fever-hack of crt0.S didn't do theTobias Anderberg2003-09-241-1/+1
* Added assembler version of startup code. Fix Makefile so it uses the newTobias Anderberg2003-09-192-1/+73
* Cosmetic changes.Tobias Anderberg2003-08-273-5/+8
* Remove the arch specific shm.h and use the fixed up commonEric Andersen2003-08-011-84/+0
* Initial effort at adding profiling support.Eric Andersen2003-03-033-0/+82