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
/
arm
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
This file was missing on arm
Eric Andersen
2001-05-12
1
-0
/
+209
*
Add missing header file for arm
Eric Andersen
2001-05-12
1
-0
/
+93
*
Ok, this should finish off my massive ro-organization. The source
Eric Andersen
2001-05-12
1
-4
/
+2
*
Change FILENAME_MAX to be only 255. Max filename on ext2 is 255,
Eric Andersen
2001-05-07
1
-1
/
+1
*
Fix up a comment
Eric Andersen
2001-04-28
1
-1
/
+1
*
These are needed for arm ld.so support (not at all working yet...)
Eric Andersen
2001-04-24
2
-0
/
+73
*
Nobody should be using the SYS_ syscall names. Use the __NR_<foo>
Eric Andersen
2001-04-20
1
-1
/
+1
*
Add missing alias siglongjmp = longjmp;
Eric Andersen
2001-04-19
1
-0
/
+9
*
Remove all the __THROW macros
Eric Andersen
2001-04-19
2
-2
/
+2
*
Fix include/errno.h to not use kernel header, and instead use bits/errno.h.
Eric Andersen
2001-04-06
1
-0
/
+60
*
It seems ARM 2.4.x kernels do not have iopl. Also add missing
Eric Andersen
2001-03-30
1
-0
/
+87
*
Move fork to common/syscalls (with NO_MMU check). Add Makefile to sparc so
Manuel Novoa III
2001-03-06
1
-1
/
+1
*
Update arm for the new way of entering main. BTW, I can now run things on arm
Eric Andersen
2001-02-23
2
-101
/
+54
*
Revert stdio to initializing itself. Not quite a pretty but that ensures that
Eric Andersen
2001-02-09
2
-51
/
+42
*
It turns out that vfork was completely broken. That was why it
Eric Andersen
2001-02-09
2
-2
/
+75
*
_void_void_null_func never returned. I noticed this yesterday
Eric Andersen
2001-02-07
2
-2
/
+2
*
Clean up atexit.c; make sure sysconf and atexit agree; link in ref'd libgcc.a
Manuel Novoa III
2001-01-25
1
-1
/
+4
*
Don't trash regs r0-r2, fix thanks to Michiel Thuys <michiel.thuys@intersil.c...
Eric Andersen
2001-01-25
1
-74
/
+77
*
Minor comment update
Eric Andersen
2001-01-17
1
-2
/
+7
*
Now works on StrongArm (using crt0.S) and arm7tdmi/uClinux with
Eric Andersen
2001-01-17
2
-2
/
+83
*
Fix arm so it actually works.
Eric Andersen
2001-01-16
1
-40
/
+82
*
Remove an extra "/" from the crt0 path
Eric Andersen
2001-01-16
1
-1
/
+1
*
Makefile fixes
Eric Andersen
2001-01-16
1
-4
/
+4
*
Facelist/cleanup for several syscalls. Added poll.
Eric Andersen
2001-01-16
1
-0
/
+51
*
Added common handling of errno.
Eric Andersen
2001-01-16
1
-6
/
+1
*
Fix termios handling. Now synced with behavior of GNU libc.
Eric Andersen
2001-01-15
1
-0
/
+212
*
Use the right name.
Eric Andersen
2001-01-15
1
-1
/
+1
*
USe the name crt0.o, and cp it to $(TOPDIR)/libcrt0.o
Eric Andersen
2001-01-15
2
-2
/
+76
*
Fix naming error. s/sigsetjmp/__sigsetjmp/g
Eric Andersen
2001-01-15
1
-3
/
+3
*
A large update from Manuel Novoa III <mnovoa3@bellsouth.net>.
Eric Andersen
2001-01-11
1
-4
/
+4
*
Seems I forgot these...
Eric Andersen
2000-12-30
2
-0
/
+518
*
Handle fork and vfork on a per architecture basis...
Eric Andersen
2000-12-13
1
-1
/
+1
*
Fix doc blunder.
Eric Andersen
2000-11-04
1
-4
/
+4
*
Make spelling of uClibc be consistant.
Eric Andersen
2000-11-04
1
-1
/
+1
*
Need these includes, so add 'em.
Eric Andersen
2000-10-30
2
-0
/
+134
*
Fix symbol problem. Add in arm support -- might even work...
Eric Andersen
2000-10-30
3
-1
/
+75
*
Add in a platform specific _start
Eric Andersen
2000-10-28
1
-1
/
+1
*
Not needed -- apps simply need to link vs libgcc.
Eric Andersen
2000-10-26
1
-1
/
+1
*
Remove some minor glibc'isms.
Eric Andersen
2000-10-26
2
-3
/
+3
*
Fix it so it compiles again.
Eric Andersen
2000-10-26
1
-1
/
+1
*
Add in arm specific bits.
Eric Andersen
2000-10-26
32
-0
/
+2909
*
Move syscalls to sysdeps/linux/common (since they are common).
Eric Andersen
2000-10-25
1
-7
/
+0
*
Dependancy fix
Eric Andersen
2000-10-23
1
-3
/
+3
*
Updates (list_syscalls.sh was missing _syscall0 calls).
Eric Andersen
2000-10-23
1
-1
/
+1
*
First pass at arm arch support. Works on my netwinder...
Eric Andersen
2000-10-23
1
-0
/
+61
[prev]