index
:
uclibc-ng.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2005-06-30
remove unused variable
Mike Frysinger
2005-06-30
fix type casting so we dont have any warnings on 32/64 bit arches
Mike Frysinger
2005-06-30
fix ALL_SUBDIRS/DIRS setting so clean always kills everything
Mike Frysinger
2005-06-30
exit with an error if thread functions failed so make can detect the problem
Mike Frysinger
2005-06-30
oops, we dont want to use relative paths for the header files
Mike Frysinger
2005-06-30
remove pointless exit 1 ... if $(AR) fails then make will abort ok
Mike Frysinger
2005-06-30
fix typo in umount2() emulation of umount()
Mike Frysinger
2005-06-30
if the include files get updated we want to rebuild
Mike Frysinger
2005-06-30
create generic ELF_* macros to hide 32/64 bit differences
Mike Frysinger
2005-06-30
whitespace tweaks
Mike Frysinger
2005-06-30
change all Elf32_* usage to ElfW(*) usage since we shouldnt care about the bi...
Mike Frysinger
2005-06-30
Quick and dirty hack to prevent ld.so from beeing loaded twice.
Joakim Tjernlund
2005-06-30
typecast to long instead of int so pointers on 64bit arches can be typecast s...
Mike Frysinger
2005-06-30
small whitespace fix
Mike Frysinger
2005-06-30
err revert %p->%x change since _dl_printf() is not fprintf()
Mike Frysinger
2005-06-30
use %p instead of %x to show addresses so we dont have to worry about the siz...
Mike Frysinger
2005-06-30
use %p instead of %x to show addresses so we dont have to worry about the siz...
Mike Frysinger
2005-06-30
The function '_dl_memset' should always be inlined regardless of the
"Steven J. Hill"
2005-06-30
Oops, fix link fail.
Joakim Tjernlund
2005-06-29
Add __libc_stack_end to libc.
Joakim Tjernlund
2005-06-29
need stdlib.h for some things
Mike Frysinger
2005-06-29
need to include string.h for some mem funcs
Mike Frysinger
2005-06-29
simplify TESTDIR setting and touchup
Mike Frysinger
2005-06-29
clean up and use topdir .config instead of local Config
Mike Frysinger
2005-06-29
touchup syntax
Mike Frysinger
2005-06-29
touchups syntax and fix warning when using 64bit arches
Mike Frysinger
2005-06-29
declare init/fini as weak if __UCLIBC_CTOR_DTOR__ is turned off
Joakim Tjernlund
2005-06-29
need to include features.h to get uclibc defines
Mike Frysinger
2005-06-29
need to include features.h to get uclibc defines
Mike Frysinger
2005-06-29
previous commit of trimming __IPC_64 wasnt quite correct ... rework __IPC_64 ...
Mike Frysinger
2005-06-29
if both __NR_send and __NR_socketcall do not exist, fall back to __NR_sendto ...
Mike Frysinger
2005-06-29
Minor cleanup.
Joakim Tjernlund
2005-06-29
syntax tweaks
Mike Frysinger
2005-06-29
update Makefile to match ppc and new files
Mike Frysinger
2005-06-29
make sure we setup stat64 too
Mike Frysinger
2005-06-29
add syscall error handling with jockes simple errno setting solution
Mike Frysinger
2005-06-29
unneeded quotes
Mike Frysinger
2005-06-29
rename crt0.S to crt1.S and clean up so it actually works :)
Mike Frysinger
2005-06-29
declare init/fini as weak if __UCLIBC_CTOR_DTOR__ is turned off
Mike Frysinger
2005-06-29
cast buf as void* to fix warning
Mike Frysinger
2005-06-29
always define __IPC_64 regardless of __NR_ipc
Mike Frysinger
2005-06-29
tweak to get rid of warning when TZ is disabled
Mike Frysinger
2005-06-29
whitespace/syntax updates
Mike Frysinger
2005-06-29
if we have a signal handler in place to cover SIGABRT, we have to make sure t...
Mike Frysinger
2005-06-29
ifdef out check which always fails
Mike Frysinger
2005-06-29
also symlink asm-$TARGET_ARCH if it exists
Mike Frysinger
2005-06-27
remove __IPC_64 in syscall() macro since real 64bit arches dont need it (and ...
Mike Frysinger
2005-06-27
Add __libc_stack_end to ld.so. The libc.a version remains to do.
Joakim Tjernlund
2005-06-26
Oops.
Joakim Tjernlund
2005-06-26
stack_end in __uClibc_main must point to where argc is.
Joakim Tjernlund
[prev]
[next]