summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/cris
Commit message (Expand)AuthorAgeFilesLines
* Do hidden sbrkPeter S. Mazinger2005-12-131-2/+3
* 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
* update copyright and license, add _BITS_SETJMP_H protection around the file, ...Mike Frysinger2005-11-161-10/+12
* unify common code thus making arch-specific Makefiles very simple :)Mike Frysinger2005-11-041-24/+5
* 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
* Added cris on request to new build structure. It has to provide crt1.S instea...Peter S. Mazinger2005-11-022-66/+42
* 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
* 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
* Finish up fixing stat and setting various system types.Eric Andersen2003-01-241-1/+1
* Ok, people are probably going to hate me for this... This commit changes theEric Andersen2003-01-241-3/+3
* Update architecture specific support to consistantlyEric Andersen2003-01-231-1/+5
* Hopefully this will work as expected. I have no way toEric Andersen2003-01-232-6/+16
* Properly prefix some symbolsEric Andersen2002-11-031-8/+3
* Ok, this commit is _huge_ and its gonna change the world. I'veEric Andersen2002-10-311-1/+1
* Support O_STREAMINGEric Andersen2002-10-091-0/+1
* Replace _LIBC_REENTRANT with __UCLIBC_HAS_THREADS__Eric Andersen2002-09-261-3/+3
* Cosmetic cleanup.Tobias Anderberg2002-09-236-28/+32
* * Added clone() system call.Tobias Anderberg2002-09-208-65/+493
* Removed unused fileTobias Anderberg2002-09-201-4/+0
* Initial version of the CRIS port.Tobias Anderberg2002-09-1627-0/+1634