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
/
vfork.S
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove stray code alignment (.align 16 and .align 4 directives)
Denis Vlasenko
2007-07-29
1
-1
/
+0
*
Weaken all internal vfork versions in asm code, wondering why only some of th...
Peter S. Mazinger
2006-02-13
1
-1
/
+1
*
Use #define __NR_vfork __NR_fork consistently
Peter S. Mazinger
2006-01-25
1
-4
/
+4
*
fork/vfork weak in libc, strong in libpthread
Peter S. Mazinger
2006-01-24
1
-10
/
+9
*
hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...
Peter S. Mazinger
2006-01-14
1
-8
/
+7
*
Hide fork and vfork, use the newly introduced *alias
Peter S. Mazinger
2005-12-15
1
-4
/
+5
*
jump straight to __syscall_error
Mike Frysinger
2005-08-11
1
-4
/
+1
*
oops, we want to jmp to the syscall handler, not call it
Mike Frysinger
2005-07-08
1
-1
/
+1
*
dont need errno.h anymore
Mike Frysinger
2005-07-07
1
-2
/
+0
*
Peter S. Mazinger writes: use the __syscall_error.c trick to handle setting e...
Mike Frysinger
2005-07-06
1
-19
/
+4
*
syntax touchups as suggested by Peter S. Mazinger
Mike Frysinger
2005-07-06
1
-6
/
+6
*
Kill the runtime fallback to fork and make it be compile time
Eric Andersen
2003-06-03
1
-19
/
+9
*
Fix broken
Eric Andersen
2003-06-03
1
-44
/
+46
*
In a number of places we erroneously used tests such as '#ifdef PIC' when we
Eric Andersen
2003-05-30
1
-4
/
+4
*
Replace all instances of _LIBC_REENTRANT with __UCLIBC_HAS_THREADS__
Eric Andersen
2002-08-16
1
-4
/
+4
*
Make these PIC and _LIBC_REENTRANT compatible.
Manuel Novoa III
2001-06-27
1
-4
/
+43
*
Fixed vfork on i386. Reduced size of __uClibc_syscall.
Manuel Novoa III
2001-03-04
1
-0
/
+22