Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-11-21 | Remove TOPDIR | Peter S. Mazinger | |
2005-11-18 | make -j2 works here | Peter S. Mazinger | |
2005-11-17 | Include all lib*/Makefile.in in top_srcdir/Makefile.in, allows adding ↵ | Peter S. Mazinger | |
foreign objects to a lib | |||
2005-11-15 | Undo hiding __libc_fcntl[64], CANCELABLE_SYSCALL is not grep friendly ;-(, ↵ | Peter S. Mazinger | |
have to find some other way to make it internal to libc and libpthread | |||
2005-11-15 | Update copyright notice | Peter S. Mazinger | |
2005-11-15 | Hide __libc_fcntl[64]. Change weak __libc_fcntl* fcntl* to strong | Peter S. Mazinger | |
2005-11-04 | initial import of a nicer output display akin to linux-2.6 | Mike Frysinger | |
2005-11-01 | change .os back to .oS per psm | Mike Frysinger | |
2005-10-31 | produce a .os instead of .oS | Mike Frysinger | |
2005-10-29 | Hopefully correct undefined __libc_stack_end issue | Peter S. Mazinger | |
2005-10-29 | Replace all Makefiles for new build infrastucture | Peter S. Mazinger | |
2005-10-27 | Moved guard_setup to dl-osinfo.h (used commonly by ldso and libc). Renamed ↵ | Peter S. Mazinger | |
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. | |||
2005-10-25 | All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other ↵ | Peter S. Mazinger | |
archs lack proper crt1. The Makefiles in extra/scripts are intended to be linked into each dir, where it is necessary to build locally. | |||
2005-10-12 | Remove /dev/erandom support, as [h]lfs does not use it in this form. | Peter S. Mazinger | |
2005-10-12 | Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all ↵ | Peter S. Mazinger | |
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. | |||
2005-10-11 | Allow building uClibc w/ make-3.79.1 if SSP is disabled | Peter S. Mazinger | |
2005-10-08 | User strong_alias instead of initializing __guard separately | Peter S. Mazinger | |
2005-10-04 | Clean up pthread include mess. Some of these will be needed to support NPTL, ↵ | "Steven J. Hill" | |
but they do no harm for the linuxthreads case. Yes, I tested this. | |||
2005-10-03 | Enable attribute_relro on __guard and __stack_chk_guard now that ld.so ↵ | Peter S. Mazinger | |
supports it | |||
2005-10-01 | Change the order in which '__uClibc_init' is called. In the case of NPTL, ↵ | "Steven J. Hill" | |
some auxillary TLS set up has to happen beforehand. This has been tested for almost two months now and I am tired of chasing it around in my merges. Look in the NPTL trunk if you want more information. | |||
2005-10-01 | Add gcc-4.1 non-TLS __stack_chk_guard support. Run the guard setup only once. | Peter S. Mazinger | |
2005-09-23 | Do not build __uClibc_main.o with ssp enabled | Peter S. Mazinger | |
2005-09-23 | New ssp code using syscalls where possible. | Peter S. Mazinger | |
Moved guard_setup to __uClibc_main.c, the only place where it is called. Removed SIGKILL option, not usable with sigaction. | |||
2005-09-21 | correct some typos | Peter S. Mazinger | |
2005-09-08 | punt _DL_FINI_CRT_COMPAT option now that 0.9.28 has been released | Mike Frysinger | |
2005-09-08 | Fix by Martin Schlemmer: | Mike Frysinger | |
If _DL_FINI_CRT_COMPAT is defined, _dl_fini is setup to run at exit via atexit(), but this makes it run _before_ the fini (__app_fini()) of the app, causing stuff like sandbox that frees structs, etc via its fini to segfault. http://bugs.gentoo.org/98187 | |||
2005-08-29 | anemo writes in Bug 9: use ElfW(auxv_t) instead of Elf32_auxv_t | Mike Frysinger | |
2005-08-13 | per suggestion by psm, remove the variable DYNAMIC_LINKER | Eric Andersen | |
2005-06-29 | Add __libc_stack_end to libc. | Joakim Tjernlund | |
2005-05-28 | Add Peter Mazinger fini/crt compat patch. Select DL_FINI_CRT_COMPAT to | Joakim Tjernlund | |
be able to run apps built with 0.9.27. This also renames __uClibc_start_main to __uClibc_main. This compat option should be removed some time after 0.9.28 is released. Let me know if you don't like this change. | |||
2005-05-26 | This commit breaks the entire world (yet again). Calculate the | Eric Andersen | |
position of envp in C code based on argv and argp. No need to caclulate that in asm for N arches. This way, we better match what glibc does. All arches will need to be fixed to match up with this change. | |||
2005-05-25 | Adapt startup code in x86 and PPC to almost match glibc. _init vs. ↵ | Joakim Tjernlund | |
__libc_csu_init and _fini vs. __libc_csu_fini remains to do. | |||
2005-05-21 | Pass main function ptr from crt1 to __uClibc_start_main. | Joakim Tjernlund | |
Kill old crt0/__uClibc_main. This breaks ABI. All apps and toolchain needs to be recompiled. All archs except x86 are now broken and need to be fixed as x86. PPC will be fixed shortly by me, the rest is left to the arch maintainers. | |||
2005-04-16 | In Bug 116, dicksnippe writes: | Mike Frysinger | |
uClibc's mkstemp/mktemp tries to read /dev/urandom (or /dev/random) to generate random contents for the .XXXXXX part of its argument. In a chrooted environment /dev/[u]random might not be available. Thus the mkstemp call fails. Add back in the braindamaged gettimeofday/getpid code, but only as a fallback for when reading /dev/[u]random fail for whatever reasons. | |||
2005-03-20 | Prepare for moving ldso FINI handling into libc. | Joakim Tjernlund | |
#define _DL_DO_FINI_IN_LIBC to enable(the arch specific part needs to be in place first). | |||
2005-02-12 | no more cvs | Mike Frysinger | |
2005-01-25 | merge parallel build support | Mike Frysinger | |
2004-12-22 | Patch from Peter S. Mazinger: | Eric Andersen | |
rename UCLIBC_PROPOLICE to UCLIBC_HAS_SSP | |||
2004-10-27 | Fix up __uClibc_init() for so that we prevent starting SUID | Eric Andersen | |
binaries where the standard file descriptors are not opened. -Erik | |||
2004-08-16 | I will always test before I commit. | Eric Andersen | |
I will always test before I commit. I will always test before I commit. -Erik | |||
2004-08-16 | Setup __pagesize from inside __uClibc_init(), or else when registering | Eric Andersen | |
dtors via atexit(), atexit may need to call realloc with __pagesize still set to 0. ugh. -Erik | |||
2004-08-16 | Be a bit more prominant about the fact that setuid handling | Eric Andersen | |
is not quite there... | |||
2004-08-16 | The variable used to store pagesize is not the same as the | Eric Andersen | |
_dl_pagesize variable in ldso, so avoid aliasing. -Erik | |||
2004-08-13 | Fixup PAGE_SIZE problems | Eric Andersen | |
-Erik | |||
2004-08-04 | doh | Eric Andersen | |
2004-08-04 | Add missing header file needed to define PAGE_SIZE | Eric Andersen | |
2004-08-03 | As Joakim Tjernlund rightly notes, I should have used PAGE_SIZE | Eric Andersen | |
not the hard coded value of 4096. | |||
2004-07-28 | Do not grovel about in the ELF header for the page size when | Eric Andersen | |
running on uClinux, which at runtime uses the FLAT file format. | |||
2004-06-12 | Oops. Missed a spot. | Eric Andersen | |
2004-06-06 | scrap the goofy time + getpid() based "randomness" and use | Eric Andersen | |
the real thing. |