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
/
sysdeps
/
linux
/
frv
Age
Commit message (
Expand
)
Author
2006-01-10
just define _GNU_SOURCE
Mike Frysinger
2005-12-16
Make clone use internal _exit
Peter S. Mazinger
2005-12-15
Hide fork and vfork, use the newly introduced *alias
Peter S. Mazinger
2005-12-14
Do hidden brk, hide _brk as well for some archs, convert users of brk
Peter S. Mazinger
2005-12-13
Do hidden sbrk
Peter S. Mazinger
2005-12-08
mmap/mremap/socket/rewind gone
Peter S. Mazinger
2005-11-27
define MREMAP_FIXED
Mike Frysinger
2005-11-16
update copyright and license, add _BITS_SETJMP_H protection around the file, ...
Mike Frysinger
2005-10-12
Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objec...
Peter S. Mazinger
2005-09-28
Build crt[in].o with disabled ssp.
Peter S. Mazinger
2005-09-27
Speed up clean target, don't recurse where possible, remove unneeded actions
Peter S. Mazinger
2005-01-29
merge parallel build support
Mike Frysinger
2005-01-05
fix eriks e-mail address
Mike Frysinger
2004-12-22
Patch from Peter S. Mazinger to simplify PIE handling
Eric Andersen
2004-12-22
Patch from Peter S. Mazinger to consistantly use "ASFLAGS"
Eric Andersen
2004-12-11
Partial commit of a patch from Alexandre Oliva:
Eric Andersen
2004-10-14
Peter Mazinger writes:
Joakim Tjernlund
2004-08-26
Partial patch from Alexandre Oliva:
Eric Andersen
2004-08-21
Kill off all support for 'gcc -pg' / 'gprof' style profiling. There is both a
Eric Andersen
2004-07-30
s/___brk_addr/__curbrk/g
Eric Andersen
2004-05-14
Alexandre Oliva writes:
Eric Andersen
2004-05-14
__data_start needs to be added to all crt0.S files that don't currently
Eric Andersen
2004-05-14
Kill off the now obsolete __libc_vfork symbol
Eric Andersen
2004-05-14
Patch from Alexandre Oliva:
Eric Andersen
2004-03-18
Alexandre Oliva writes:
Eric Andersen
2004-02-18
Fixup naming of '_mmap' to 'mmap' so it will properly override
Eric Andersen
2004-02-18
Alexandre Oliva writes:
Eric Andersen