summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps
Commit message (Expand)AuthorAgeFilesLines
...
* Last bits for IMA, now everything can be built w/ DOMULTI=y on gcc-3.4.4 with...Peter S. Mazinger2005-11-0310-17/+17
* wait4 is pid_t, not intPeter S. Mazinger2005-11-031-2/+2
* Enable IMA on i386Peter S. Mazinger2005-11-021-2/+1
* Allow partly IMA compile of this directoryPeter S. Mazinger2005-11-025-9/+21
* Mark _exit as noreturn, include/unistd.h does this alreadyPeter S. Mazinger2005-11-021-1/+1
* add dummy loop to kill gcc warning, probably _exit should get attribute_noreturnPeter S. Mazinger2005-11-021-1/+3
* Undo 12115, it fails on building libc/sysdeps/linux/commonPeter S. Mazinger2005-11-021-5/+4
* Added cris on request to new build structure. It has to provide crt1.S instea...Peter S. Mazinger2005-11-022-66/+42
* Cleaner i386/syscalls.h patch to handle macro redefines proposed by jockePeter S. Mazinger2005-11-021-4/+4
* Remove __set_errno proposed by jockePeter S. Mazinger2005-11-021-4/+2
* Move __SSP__ check to headerPeter S. Mazinger2005-11-021-0/+3
* Allow sources using syscalls to be IMA compiled on x86Peter S. Mazinger2005-11-021-1/+4
* Correct gcc-4.1 ssp buildPeter S. Mazinger2005-11-011-2/+1
* Update sparc to new buildsPeter S. Mazinger2005-11-012-68/+40
* Update sh to new buildsPeter S. Mazinger2005-11-012-69/+40
* Update alpha to new buildsPeter S. Mazinger2005-11-012-65/+40
* Replace all Makefiles for new build infrastucturePeter S. Mazinger2005-10-298-467/+64
* Renamed arch specific Makefile.in to Makefile.arch, else if TARGET_ARCH does ...Peter S. Mazinger2005-10-287-34/+8
* Moved guard_setup to dl-osinfo.h (used commonly by ldso and libc). Renamed to...Peter S. Mazinger2005-10-274-3/+69
* All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other arch...Peter S. Mazinger2005-10-258-0/+265
* Use local copy of sysdep.hPeter S. Mazinger2005-10-253-3/+3
* Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objec...Peter S. Mazinger2005-10-1221-727/+465
* Allow building uClibc w/ make-3.79.1 if SSP is disabledPeter S. Mazinger2005-10-111-1/+1
* merge additional license cruft from glibcMike Frysinger2005-10-051-0/+17
* Do not stub out functions for mmu-less systems. Hide allEric Andersen2005-10-046-25/+7
* Add gcc-4.1 non-TLS __stack_chk_guard support. Run the guard setup only once.Peter S. Mazinger2005-10-013-4/+80
* Add .type _init/_fini unconditionally to arm/crt1.SPeter S. Mazinger2005-09-291-4/+3
* Build crt[in].o with disabled ssp.Peter S. Mazinger2005-09-2820-59/+59
* arm/crt1.S needs features.h and the weak _init/_fini independently of __PIC__...Peter S. Mazinger2005-09-282-13/+19
* Speed up clean target, don't recurse where possible, remove unneeded actionsPeter S. Mazinger2005-09-2718-28/+0
* Changed ssp.c license to LGPL and added vapier as contributorPeter S. Mazinger2005-09-231-8/+4
* New ssp code using syscalls where possible.Peter S. Mazinger2005-09-231-103/+34
* 'pthread.h' is not the only file that needs to be symlinked. When NPTL gets m..."Steven J. Hill"2005-09-211-142/+0
* merge some updates from glibc to fix 32/64 bit supportMike Frysinger2005-09-211-8/+25
* Fix bug 370.Joakim Tjernlund2005-09-201-10/+13
* declare _init/_fini weak if UCLIBC_CTOR_DTOR is not definedMike Frysinger2005-09-181-0/+8
* Add atomic support for PPC.Joakim Tjernlund2005-09-171-0/+607
* Change to glibc way of defining syscalls. This should make PPCJoakim Tjernlund2005-09-171-33/+127
* grab a tiny mmap implementation from glibcMike Frysinger2005-09-072-1/+50
* make sure the syscall mmap func isnt exportedMike Frysinger2005-09-071-1/+1
* asierllano writes in bug 370:Joakim Tjernlund2005-08-271-8/+3
* oops, new math code needs thisMike Frysinger2005-08-261-0/+28
* import different optimized versions of div funcs based upon target sparc archMike Frysinger2005-08-2520-1588/+1763
* also check for __thumb__Mike Frysinger2005-08-181-1/+1
* Make uClibc vfork() use kernels vfork() instead of fork(). Joakim Tjernlund2005-08-172-2/+25
* For current kernels, we just use the getcwd() syscall. For old 2.0 linuxEric Andersen2005-08-151-1/+10
* arm has its own iopl.c now so we dont need ugly #ifdef check for armMike Frysinger2005-08-151-7/+4
* rip out iopl from ioperm.c so it will override the common iopl.cMike Frysinger2005-08-153-14/+36
* import thumb support from jbowler in Bug 385Mike Frysinger2005-08-151-0/+33
* eat whitespaceMike Frysinger2005-08-142-9/+7