index
:
mirror/musl
this commit
master
rs-1.0
mirror of git://git.musl-libc.org/musl
Leah Neukirchen
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
unistd
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
add setxid.c for new set*id() framework. missed in last commit.
Rich Felker
2011-07-29
1
-0
/
+49
*
new attempt at making set*id() safe and robust
Rich Felker
2011-07-29
8
-8
/
+12
*
omit errno update path for syscalls that cannot fail
Rich Felker
2011-04-21
7
-7
/
+7
*
workaround bug in linux dup2
Rich Felker
2011-04-20
1
-1
/
+4
*
remove bogus extra logic for close cancellability
Rich Felker
2011-04-18
1
-3
/
+1
*
debloat: use __syscall instead of syscall where possible
Rich Felker
2011-04-17
1
-1
/
+1
*
overhaul pthread cancellation
Rich Felker
2011-04-17
8
-38
/
+9
*
consistency: change all remaining syscalls to use SYS_ rather than __NR_ prefix
Rich Felker
2011-04-06
12
-12
/
+12
*
move rsyscall out of pthread_create module
Rich Felker
2011-04-06
6
-12
/
+6
*
make ualarm actually work (obsolete function removed from SUS)
Rich Felker
2011-04-03
1
-4
/
+9
*
add setresuid/setresgid functions (nonstandard)
Rich Felker
2011-04-03
2
-0
/
+20
*
remove obsolete and useless useconds_t type
Rich Felker
2011-04-01
2
-2
/
+2
*
global cleanup to use the new syscall interface
Rich Felker
2011-03-20
49
-50
/
+50
*
syscall overhaul part two - unify public and internal syscall interface
Rich Felker
2011-03-19
4
-4
/
+4
*
finish moving 32-bit-specific junk out of source files.
Rich Felker
2011-02-15
4
-14
/
+4
*
put confstr.c with the other conf functions
Rich Felker
2011-02-14
1
-17
/
+0
*
cleaning up syscalls in preparation for x86_64 port
Rich Felker
2011-02-13
14
-24
/
+27
*
initial check-in, version 0.5.0
v0.5.0
Rich Felker
2011-02-12
71
-0
/
+646
[prev]