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
/
common
Age
Commit message (
Expand
)
Author
2003-03-05
Default to using fork() for vfork() when no arch specific
Eric Andersen
2003-03-03
Initial effort at adding profiling support.
Eric Andersen
2003-03-02
cut-n-paste strikes again
Eric Andersen
2003-03-02
Add missing alias __modify_ldt
Eric Andersen
2003-02-27
Major update for pthreads, based in large part on improvements
Eric Andersen
2003-02-18
Fixup ioctl so we can special case powerpc silliness
Eric Andersen
2003-02-17
Using -g when doing the initfini compilation breaks the SH4 case pretty
David McCullough
2003-02-15
Add missing ';'s so powerpc will compile
Eric Andersen
2003-02-15
Fix a _ton_ of system call user type/kernel type translation
Eric Andersen
2003-02-10
We need to have the size of struct dirent equal to the size of struct dirent64
Eric Andersen
2003-02-03
Fixup compile on 2.2.x kernels when UCLIBC_HAS_LFS is enabled
Eric Andersen
2003-01-30
Use correct names for dummy crti.o/crtn.o files.
Miles Bader
2003-01-29
Create stub crti.o and crtn.o files when UCLIBC_CTOR_DTOR is disabled
Eric Andersen
2003-01-28
Fix scandir64 to not free the wrong pieces of memory (which could
Eric Andersen
2003-01-28
Patch from Stefan Allius to fix the build when
Eric Andersen
2003-01-24
Finish up fixing stat and setting various system types.
Eric Andersen
2003-01-24
I thought it would be smaller to inline since these funcs are small.
Eric Andersen
2003-01-24
Ok, people are probably going to hate me for this... This commit changes the
Eric Andersen
2003-01-23
Update architecture specific support to consistantly
Eric Andersen
2003-01-23
Update ignore list
Eric Andersen
2003-01-23
Cleanup makefiles and make clean a bit
Eric Andersen
2003-01-22
Update sigaction syscall names to act more like glibc. Fix the x86 sigaction
Eric Andersen
2003-01-22
Missed an endif
Eric Andersen
2003-01-22
Looks like sigaction on arm needs adjustment, so split this into
Eric Andersen
2002-12-20
The big thing is locale dependent collation support.
Manuel Novoa III
2002-12-12
Based on discussions with Stefan Allius, change it so that we always
Eric Andersen
2002-12-11
Remove trailing comma from enum list as a nicety for older compilers.
Manuel Novoa III
2002-12-04
Fix the other instance of getcwd
Eric Andersen
2002-12-04
Properly allocate memory when size is 0, but so is buf
Eric Andersen
2002-11-27
Make support for global constructors and global destructors be
Eric Andersen
2002-11-22
Ok... here's the summary:
Manuel Novoa III
2002-11-15
Cleanup a few structural wierdnesses
Eric Andersen
2002-11-15
Fix it for real this time.
Eric Andersen
2002-11-15
Doh! I screwed that one all up. Lets try that again...
Eric Andersen
2002-11-14
Minor cleanup
Eric Andersen
2002-11-14
Implement sendfile64
Eric Andersen
2002-11-05
Patch from Stefan Allius. Include CPU_CFLAGS when compiling
Eric Andersen
2002-11-04
Oops. Fix compilation on arm.
Eric Andersen
2002-11-03
Implement locale-specific grouping in printf for base 10 integer conversions
Manuel Novoa III
2002-11-03
Another update to initfini.awk and initfini.c from Stefan Allius
Eric Andersen
2002-10-31
Ok, this commit is _huge_ and its gonna change the world. I've
Eric Andersen
2002-10-29
Remove my horrible SH hack infavor of this fix for initfini.awk from
Eric Andersen
2002-10-29
Add in a horrible hack that seems necessary for the Hitachi
Eric Andersen
2002-10-25
Overwriting the crt1.o link is fine
Eric Andersen
2002-10-25
Be nicer to gcc -- add a link for crt1.o
Eric Andersen
2002-10-18
This patch, based on a patch from Stefan Allius, lets us pick an
Eric Andersen
2002-10-14
Patch from Christian MICHON <christian_michon@yahoo.fr> to reimplement
Eric Andersen
2002-10-13
It turns out that __thread is now a gcc keyword. We used __thread in
Eric Andersen
2002-10-01
Patch from Stefan Allius <allius@atecom.com>:
Eric Andersen
2002-09-16
Use __UCLIBC_HAVE_LFS__ not __USE_LARGEFILE64 to decide if
Eric Andersen
[next]