index
:
uClibc-alpine
0.9.32
0.9.32-alpine
master
Where we track our uclibc patches
gitolite
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libc
/
sysdeps
/
linux
/
i386
Commit message (
Expand
)
Author
Age
Files
Lines
*
Oops. I'd left an extra invocation of sigaction in there...
Eric Andersen
2003-02-03
1
-3
/
+1
*
Finish up fixing stat and setting various system types.
Eric Andersen
2003-01-24
1
-1
/
+1
*
Ok, people are probably going to hate me for this... This commit changes the
Eric Andersen
2003-01-24
1
-29
/
+2
*
Update architecture specific support to consistantly
Eric Andersen
2003-01-23
2
-3
/
+2
*
Update a tiny bit
Eric Andersen
2003-01-23
1
-5
/
+1
*
simpler method for getting a 'main' reference. Make _init and _fini
Eric Andersen
2003-01-23
1
-6
/
+12
*
Update sigaction syscall names to act more like glibc. Fix the x86 sigaction
Eric Andersen
2003-01-22
2
-1
/
+170
*
Based on discussions with Stefan Allius, change it so that we always
Eric Andersen
2002-12-12
3
-61
/
+6
*
I forgot to include features.h
Eric Andersen
2002-11-29
1
-0
/
+2
*
Make support for global constructors and global destructors be
Eric Andersen
2002-11-27
1
-0
/
+9
*
Support O_STREAMING
Eric Andersen
2002-10-09
1
-0
/
+1
*
This commit contains a patch from Stefan Allius <allius@atecom.com> to change
Eric Andersen
2002-10-01
1
-15
/
+12
*
Change <bits/syscall.h> to <bits/sysnum.h>.
Miles Bader
2002-09-05
3
-5
/
+5
*
Added __kernel_fsid_t to satisfy some apps that need it.
David McCullough
2002-08-27
1
-0
/
+8
*
Make bits/kernel_types.h include guard names match the include
Eric Andersen
2002-08-26
1
-3
/
+9
*
Tweak things so that struct stat and struct stat64 (seem to) work on
Manuel Novoa III
2002-08-24
1
-0
/
+27
*
Break dependancy of bits/types.h on the asm/posix_types.h kernel
Eric Andersen
2002-08-24
1
-0
/
+29
*
Split out the definition of struct stat into the new arch
Eric Andersen
2002-08-23
1
-0
/
+56
*
Eliminate wrapping of struct stat and use the kernel version
Eric Andersen
2002-08-19
1
-0
/
+4
*
Replace all instances of _LIBC_REENTRANT with __UCLIBC_HAS_THREADS__
Eric Andersen
2002-08-16
2
-8
/
+8
*
Just in case, crash if somehow `exit' returns anyways
Eric Andersen
2002-08-06
1
-0
/
+2
*
Add support for people calling syscall()
Eric Andersen
2002-07-24
3
-76
/
+78
*
Rework syscall handling. Rewrite syscall handlers for x86 and ARM.
Eric Andersen
2002-07-22
1
-156
/
+109
*
Clean up CLK_TCK situation. clock() and sysconf() now use an
Manuel Novoa III
2002-07-15
1
-73
/
+0
*
Fix dummy main reference so it works...
Eric Andersen
2002-04-14
1
-2
/
+6
*
Manuel and I were looking into a problem with applications failing to link
Eric Andersen
2002-04-14
2
-0
/
+7
*
Create a much more careful ftruncate64 implementation, that should
Eric Andersen
2002-04-09
2
-23
/
+1
*
Add in support for ftruncate64 on both ARM and x86
Eric Andersen
2002-03-31
2
-1
/
+23
*
Remove the C++ support stubs, since these now live elsewhere and
Eric Andersen
2002-03-16
2
-19
/
+0
*
Build our own crti.o and crtn.o with a cross arch method that I
Eric Andersen
2002-03-13
1
-1
/
+1
*
Move syscall.h generation to the top level Makefile
Eric Andersen
2002-03-01
1
-1
/
+0
*
Major rework of the include files to eliminate redundancy
Eric Andersen
2002-03-01
65
-7233
/
+524
*
Fixup setjmp and longjmp so they behave themselves properly now
Eric Andersen
2002-01-31
3
-84
/
+1
*
Fixup setjmp implementation so it actaully works as expected
Eric Andersen
2002-01-30
4
-47
/
+146
*
Make sbrk common, add arm/brk.c, cleanup leftover damage
Eric Andersen
2002-01-21
3
-50
/
+3
*
Turn off the useless personality crap
Eric Andersen
2002-01-02
1
-0
/
+2
*
Change all 'cd <foo>; bar' constructs to 'cd <foo> && bar' for
Eric Andersen
2002-01-01
1
-2
/
+2
*
Update my email address. I am no longer andersen@lineo.com
Eric Andersen
2001-12-19
2
-6
/
+4
*
Use the asm version by default on x86. Tag _start as a function.
Eric Andersen
2001-12-19
2
-3
/
+6
*
Add include/sys/reg.h to make gdbserver happy
Eric Andersen
2001-11-29
2
-0
/
+44
*
Scrub up some lingering problems preventing readdir64 from working
Eric Andersen
2001-11-14
1
-2
/
+4
*
Initial first (lame) pass at making a pthreads library. This
Eric Andersen
2001-11-14
1
-0
/
+28
*
Fix the clone syscall so it actually works.
Eric Andersen
2001-11-14
2
-30
/
+31
*
Wohoo! David McCullough found the bug! His comments follow:
Eric Andersen
2001-10-05
1
-12
/
+20
*
Yet more minor cleanups
Eric Andersen
2001-10-04
1
-1
/
+4
*
Cleanup brk/sbrk
Eric Andersen
2001-10-03
4
-83
/
+77
*
Gut this file, and quit referrng to _IO_* junk
Eric Andersen
2001-09-27
1
-146
/
+1
*
Update to accomodate the header file changes
Eric Andersen
2001-09-27
71
-1099
/
+1838
*
This will hopefully make global constructors and destructors work
Eric Andersen
2001-08-28
2
-0
/
+21
*
Added __BEGIN_DECLS and __END_DECLS to the files that didn't have
David McCullough
2001-07-11
6
-0
/
+20
[next]