Peter S. Mazinger 237277e9a8 Moved guard_setup to dl-osinfo.h (used commonly by ldso and libc). Renamed 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. 18 年 前
..
malloc a80fc77b65 All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other archs lack proper crt1. The Makefiles in extra/scripts are intended to be linked into each dir, where it is necessary to build locally. 18 年 前
malloc-simple a80fc77b65 All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other archs lack proper crt1. The Makefiles in extra/scripts are intended to be linked into each dir, where it is necessary to build locally. 18 年 前
malloc-standard a80fc77b65 All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other archs lack proper crt1. The Makefiles in extra/scripts are intended to be linked into each dir, where it is necessary to build locally. 18 年 前
.indent.pro c1fe19d4c1 Bug ugly formatting update 23 年 前
Makefile 3a7ac9c7a7 Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all 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. 18 年 前
Makefile.in 237277e9a8 Moved guard_setup to dl-osinfo.h (used commonly by ldso and libc). Renamed 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. 18 年 前
a64l.c 8bdad19e0e import a64l and l64a from glibc 19 年 前
abort.c 0f8a6ff0ed Add a config option for abort() to shutdown the stdio subsystem. This is 19 年 前
atexit.c 9ddd9870a8 Add __cxa_atexit and __cxa_finalize, thanks to Stephen Warren. This patch breaks compatibility with existing binaries, unless the new COMPAT_ATEXIT option is enabled. 18 年 前
bsd_getpt.c a5b6b616f8 "Kim B. Heino" <Kim.Heino@bluegiga.com> reports 23 年 前
div.c 5a65349824 Update my email address. I am no longer andersen@lineo.com 22 年 前
drand48-iter.c 9a1eb39a60 Kill the HAS_LONG_LONG option. It really did not make a lot of 22 年 前
drand48.c 94e5ab630b Merge in an ugly pile of rand* functions from glibc. :( 22 年 前
drand48_r.c 94e5ab630b Merge in an ugly pile of rand* functions from glibc. :( 22 年 前
erand48.c 94e5ab630b Merge in an ugly pile of rand* functions from glibc. :( 22 年 前
erand48_r.c 1b2442d41e Cleanup some silly warnings 22 年 前
gcvt.c c85e07fe25 Fix prototype 23 年 前
getenv.c 9a1a89e454 Changed my mind. Keep this separate. 22 年 前
getpt.c 6737908f74 Ok, this commit is _huge_ and its gonna change the world. I've 21 年 前
grantpt.c 6737908f74 Ok, this commit is _huge_ and its gonna change the world. I've 21 年 前
jrand48.c 94e5ab630b Merge in an ugly pile of rand* functions from glibc. :( 22 年 前
jrand48_r.c 1b2442d41e Cleanup some silly warnings 22 年 前
l64a.c 8bdad19e0e import a64l and l64a from glibc 19 年 前
ldiv.c 4bbfdf97af Add missing imaxdiv and lldiv needed for SuSv3. Adjust ldiv to 20 年 前
lldiv.c 4bbfdf97af Add missing imaxdiv and lldiv needed for SuSv3. Adjust ldiv to 20 年 前
lrand48.c 94e5ab630b Merge in an ugly pile of rand* functions from glibc. :( 22 年 前
lrand48_r.c 94e5ab630b Merge in an ugly pile of rand* functions from glibc. :( 22 年 前
mkdtemp.c 55f46cc387 Added function 'mkdtemp' for Linux Test Project. 22 年 前
mkstemp.c 3d9e386284 Remove function declartions from include/features.h, create 22 年 前
mkstemp64.c 3d9e386284 Remove function declartions from include/features.h, create 22 年 前
mktemp.c dd1944787f add a link_warning() like glibc so ppl will [hopefully] stop using mktemp. also redo whitespacing. 19 年 前
mrand48.c 94e5ab630b Merge in an ugly pile of rand* functions from glibc. :( 22 年 前
mrand48_r.c 94e5ab630b Merge in an ugly pile of rand* functions from glibc. :( 22 年 前
nrand48.c 94e5ab630b Merge in an ugly pile of rand* functions from glibc. :( 22 年 前
nrand48_r.c 1b2442d41e Cleanup some silly warnings 22 年 前
posix_memalign.c cefed3e103 add the posix_memalign function 19 年 前
ptsname.c 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 20 年 前
pty-private.h a3e03be058 Add in libutil, based on Cory Visi's variant of Michael Shmulevich's libutil 23 年 前
rand.c 8802da1275 As noted by Michiel Thuys <michiel.thuys@intersil.com>, the weak alias for 23 年 前
rand_r.c 94e5ab630b Merge in an ugly pile of rand* functions from glibc. :( 22 年 前
random.c d05dafe2fc Fix a long-standing bug with pthreads. A couple of linuxthreads files 20 年 前
random_r.c e2d6080d4d Merge glibc random, which gets us a much better RNG and a 22 年 前
realpath.c 6278781655 Fix include/errno.h to not use kernel header, and instead use bits/errno.h. 23 年 前
seed48.c 6f06a7e4c1 mjn3 noticed we were missing seed48, which was odd since we had 21 年 前
seed48_r.c 6f06a7e4c1 mjn3 noticed we were missing seed48, which was odd since we had 21 年 前
setenv.c d05dafe2fc Fix a long-standing bug with pthreads. A couple of linuxthreads files 20 年 前
srand48.c 94e5ab630b Merge in an ugly pile of rand* functions from glibc. :( 22 年 前
srand48_r.c 9a1eb39a60 Kill the HAS_LONG_LONG option. It really did not make a lot of 22 年 前
stdlib.c 9e0d576d1f Kill warnings if IMA compiling 18 年 前
strtod.c 50660812be Fix a few bugs in the new extended locale functions. 21 年 前
strtof.c ed3d3458ef Add implementations of strtof() and strtold(). These are a bit 22 年 前
strtold.c ed3d3458ef Add implementations of strtof() and strtold(). These are a bit 22 年 前
system.c 1b2442d41e Cleanup some silly warnings 22 年 前
unix_grantpt.c 3fec316902 Eliminate wrapping of struct stat and use the kernel version 22 年 前
unlockpt.c a3e03be058 Add in libutil, based on Cory Visi's variant of Michael Shmulevich's libutil 23 年 前
valloc.c 742b3c935b Add #include <malloc.h> to silence warning. 22 年 前