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
path:
root
/
libc
/
unistd
/
exec.c
Age
Commit message (
Collapse
)
Author
2006-03-10
Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, ↵
Peter S. Mazinger
most of global data relocations are back
2006-02-18
tweak the idea between having a MMU and actually using it
Mike Frysinger
2006-01-22
Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ↵
Peter S. Mazinger
is a useless attempt
2006-01-16
Last relocs jump and global data, (even locales) that I could remove are ↵
Peter S. Mazinger
gone from libc. The remaining are left as exercise for others ;-)
2006-01-14
hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵
Peter S. Mazinger
missing headers, other jump relocs removed
2005-12-08
mmap/mremap/socket/rewind gone
Peter S. Mazinger
2005-12-08
Use internal versions
Peter S. Mazinger
2005-12-04
More hiding, 300 left
Peter S. Mazinger
2005-12-03
More hiding, including __mempcpy
Peter S. Mazinger
2005-12-01
Hide mostly used functions
Peter S. Mazinger
2004-02-17
Sigh... Fall back to alloca() if munmap is broken (uClinux).
Manuel Novoa III
2004-01-16
s/UCLIBC_HAS_MMU/ARCH_HAS_MMU/g
Eric Andersen
2004-01-02
Redo the exec functions to comply with SUSv3.
Manuel Novoa III