Filippo Arcidiacono 8a32a32317 libc: Fix l64a to return the correct buffer pointer 14 anos atrás
..
malloc 23528282b7 malloc: fix race condition and other bugs in the no-mmu malloc 14 anos atrás
malloc-simple 00673f9382 nommu: use MAP_UNINITIALIZE for mallocs 14 anos atrás
malloc-standard 00673f9382 nommu: use MAP_UNINITIALIZE for mallocs 14 anos atrás
.indent.pro c1fe19d4c1 Bug ugly formatting update 24 anos atrás
Makefile ba31c6c463 Remove TOPDIR 18 anos atrás
Makefile.in 5bf029cb1b Fix accidently dropped hunk during last merge from master. 14 anos atrás
__cxa_atexit.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 anos atrás
__cxa_finalize.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 anos atrás
__exit_handler.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 anos atrás
__fp_range_check.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 anos atrás
__strtofpmax.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 anos atrás
__strtofpmax_l.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 anos atrás
__uc_malloc.c 21730caa66 trim Experimentally off and uncommented hidden 14 anos atrás
__wcstofpmax.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 anos atrás
__wcstofpmax_l.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 anos atrás
_atexit.c 21730caa66 trim Experimentally off and uncommented hidden 14 anos atrás
_stdlib_mb_cur_max.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 anos atrás
_stdlib_strto_l.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 anos atrás
_stdlib_strto_l_l.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 anos atrás
_stdlib_strto_ll.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 anos atrás
_stdlib_strto_ll_l.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 anos atrás
_stdlib_wcsto_l.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 anos atrás
_stdlib_wcsto_l_l.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 anos atrás
_stdlib_wcsto_ll.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 anos atrás
_stdlib_wcsto_ll_l.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 anos atrás
_strtod.c 93f8a2e834 convert // comments to /**/; remove empty #if/#endif pairs. no code changes 14 anos atrás
a64l.c 11975abb2c - remove old-style definitions. No object-code changes. 16 anos atrás
abort.c 21730caa66 trim Experimentally off and uncommented hidden 14 anos atrás
abs.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 anos atrás
arc4random.c 93f8a2e834 convert // comments to /**/; remove empty #if/#endif pairs. no code changes 14 anos atrás
atexit.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 anos atrás
atof.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 anos atrás
atoi.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 anos atrás
atol.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 anos atrás
atoll.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 anos atrás
bsd_getpt.c 21730caa66 trim Experimentally off and uncommented hidden 14 anos atrás
bsearch.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 anos atrás
div.c f79ff0842e fixup my copyright notice, trim stale remnants of older notices which 18 anos atrás
drand48-iter.c e969404db0 - note that __drand48_iterate should be void 16 anos atrás
drand48.c 21730caa66 trim Experimentally off and uncommented hidden 14 anos atrás
drand48_r.c 21730caa66 trim Experimentally off and uncommented hidden 14 anos atrás
erand48.c 21730caa66 trim Experimentally off and uncommented hidden 14 anos atrás
erand48_r.c 21730caa66 trim Experimentally off and uncommented hidden 14 anos atrás
exit.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 anos atrás
gcvt.c 21730caa66 trim Experimentally off and uncommented hidden 14 anos atrás
getenv.c 21730caa66 trim Experimentally off and uncommented hidden 14 anos atrás
getpt.c 21730caa66 trim Experimentally off and uncommented hidden 14 anos atrás
grantpt.c c9209d6f90 - hide __libc_{f,}statfs. Thanks to Peter S. Mazinger for mentioning this fact. 15 anos atrás
jrand48.c 21730caa66 trim Experimentally off and uncommented hidden 14 anos atrás
jrand48_r.c 21730caa66 trim Experimentally off and uncommented hidden 14 anos atrás
l64a.c 8a32a32317 libc: Fix l64a to return the correct buffer pointer 14 anos atrás
labs.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 anos atrás
ldiv.c af0172162f hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed 18 anos atrás
llabs.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 anos atrás
lldiv.c df31d32b41 Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA is a useless attempt 18 anos atrás
lrand48.c 21730caa66 trim Experimentally off and uncommented hidden 14 anos atrás
lrand48_r.c 21730caa66 trim Experimentally off and uncommented hidden 14 anos atrás
mblen.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 anos atrás
mbstowcs.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 anos atrás
mbtowc.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 anos atrás
mkdtemp.c 8d74517c16 Extend __gen_tempname with mode argument 14 anos atrás
mkstemp.c 8d74517c16 Extend __gen_tempname with mode argument 14 anos atrás
mkstemp64.c 8d74517c16 Extend __gen_tempname with mode argument 14 anos atrás
mktemp.c 8d74517c16 Extend __gen_tempname with mode argument 14 anos atrás
mrand48.c 21730caa66 trim Experimentally off and uncommented hidden 14 anos atrás
mrand48_r.c 21730caa66 trim Experimentally off and uncommented hidden 14 anos atrás
nrand48.c 21730caa66 trim Experimentally off and uncommented hidden 14 anos atrás
nrand48_r.c 21730caa66 trim Experimentally off and uncommented hidden 14 anos atrás
old_atexit.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 anos atrás
on_exit.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 anos atrás
posix_memalign.c cefed3e103 add the posix_memalign function 19 anos atrás
ptsname.c 21730caa66 trim Experimentally off and uncommented hidden 14 anos atrás
pty-private.h a3e03be058 Add in libutil, based on Cory Visi's variant of Michael Shmulevich's libutil 23 anos atrás
qsort.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 anos atrás
rand.c 21730caa66 trim Experimentally off and uncommented hidden 14 anos atrás
rand_r.c 94e5ab630b Merge in an ugly pile of rand* functions from glibc. :( 22 anos atrás
random.c 21730caa66 trim Experimentally off and uncommented hidden 14 anos atrás
random_r.c 21730caa66 trim Experimentally off and uncommented hidden 14 anos atrás
realpath.c 2c3ed06051 realpath: SUSv4 compliant 14 anos atrás
seed48.c 21730caa66 trim Experimentally off and uncommented hidden 14 anos atrás
seed48_r.c 21730caa66 trim Experimentally off and uncommented hidden 14 anos atrás
setenv.c 21730caa66 trim Experimentally off and uncommented hidden 14 anos atrás
srand48.c 21730caa66 trim Experimentally off and uncommented hidden 14 anos atrás
srand48_r.c 21730caa66 trim Experimentally off and uncommented hidden 14 anos atrás
stdlib.c 7aa9c2486c remove a few more empty #if/#endif pairs 14 anos atrás
strtod.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 anos atrás
strtod_l.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 anos atrás
strtof.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 anos atrás
strtof_l.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 anos atrás
strtol.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 anos atrás
strtol_l.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 anos atrás
strtold.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 anos atrás
strtold_l.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 anos atrás
strtoll.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 anos atrás
strtoll_l.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 anos atrás
strtoul.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 anos atrás
strtoul_l.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 anos atrás
strtoull.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 anos atrás
strtoull_l.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 anos atrás
system.c 0f3e8be773 whitespace fixes 14 anos atrás
unix_grantpt.c 21730caa66 trim Experimentally off and uncommented hidden 14 anos atrás
unlockpt.c 21730caa66 trim Experimentally off and uncommented hidden 14 anos atrás
valloc.c 21730caa66 trim Experimentally off and uncommented hidden 14 anos atrás
wcstod.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 anos atrás
wcstod_l.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 anos atrás
wcstof.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 anos atrás
wcstof_l.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 anos atrás
wcstol.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 anos atrás
wcstol_l.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 anos atrás
wcstold.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 anos atrás
wcstold_l.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 anos atrás
wcstoll.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 anos atrás
wcstoll_l.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 anos atrás
wcstombs.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 anos atrás
wcstoul.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 anos atrás
wcstoul_l.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 anos atrás
wcstoull.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 anos atrás
wcstoull_l.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 anos atrás
wctomb.c 42c9f52536 Add files for IMA. Yes, I know it's a hack and no, I won't split the affected files 18 anos atrás