summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps
Commit message (Collapse)AuthorAgeFilesLines
...
* Last bits for IMA, now everything can be built w/ DOMULTI=y on gcc-3.4.4 ↵Peter S. Mazinger2005-11-0310-17/+17
| | | | with my config (no locale, the rest enabled). Not tested if libc is complete and usable. All the files listed in *_NO_MULTI need love, best would be to replace all multisources w/ single sources.
* 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 ↵Peter S. Mazinger2005-11-022-66/+42
| | | | instead of crt0.c to get it working
* 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
| | | | not exist, we reinclude the including Makefile. Moved arch/common fpu_control.h link creation into main Makefile.in. Updated the link creation script to remove all the other Makefiles
* Moved guard_setup to dl-osinfo.h (used commonly by ldso and libc). Renamed ↵Peter S. Mazinger2005-10-274-3/+69
| | | | to _dl_setup_stack_chk_guard, as in glibc. SSP requires now binutils-2.16.1 and newer. Add NOT_IN_libc/IS_IN_libc. Began using -DSHARED in uClibc_main.c, there are more candidates in there. Move back dl_protect_relro to it's earlier place.
* All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other ↵Peter S. Mazinger2005-10-258-0/+265
| | | | archs lack proper crt1. The Makefiles in extra/scripts are intended to be linked into each dir, where it is necessary to build locally.
* 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 ↵Peter S. Mazinger2005-10-1221-727/+465
| | | | objects at once; use :=//$</$^; use CRT_SRC/CRT_OBJ/SCRT_OBJ/CSRC/COBJ/SSRC/SOBJ/MSRC/MOBJ where no more is needed, if only CSRC is present use OBJS directly instead of COBJ; CTOR_TARGETS are created directly in lib; remove unused/unneeded parts. Hope I haven't broken too much.
* 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
| | | | prototypes for functions disabled on mmu-less systems.
* 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 ↵Peter S. Mazinger2005-09-282-13/+19
| | | | __PIC__. Add these weaks to mips/crt1.S as well.
* 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
| | | | | Moved guard_setup to __uClibc_main.c, the only place where it is called. Removed SIGKILL option, not usable with sigaction.
* 'pthread.h' is not the only file that needs to be symlinked. When NPTL gets ↵"Steven J. Hill"2005-09-211-142/+0
| | | | merged, you will need to do 'semaphore.h' and 'bits/pthreadtypes.h'. I think I have been a good little boy and keeping my NPTL changes out of mainline, so I'm going to go ahead and cross the line this once to get this change in.
* 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
| | | | Merge glibc bits/atomic.h powerpc32/bits/atomic.h powerpc64/bits/atomic.h into one file
* Change to glibc way of defining syscalls. This should make PPCJoakim Tjernlund2005-09-171-33/+127
| | | | compile with gcc 4.0/4.1
* 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
| | | | | | The gcc compiler has deprecated the type __uint128 for 32-bits platforms. Due to the fact that this type was introduced in gcc-3.1 it is better to drop its use. (glibc has the same problem and uses this same solution).
* 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
| | | | | kernels, we need this bit to make the non-syscall version that recurses up the directory path work properly. Thanks go to Harald Kuethe for sorting this out.
* 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
|