This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
musl
Watch
1
Star
0
Fork
0
You've already forked musl
mirror of
https://git.musl-libc.org/git/musl
synced
2025-02-02 11:25:39 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
musl
/
src
History
Rich Felker
682a0f271f
fix failure behavior of sem_open when sem does not exist
2011-03-10 22:05:16 -05:00
..
conf
fix sem_open and sem_close to obey posix semantics
2011-03-10 21:34:19 -05:00
ctype
…
dirent
…
env
…
errno
…
exit
…
fcntl
…
internal
optimize pthread termination in the non-detached case
2011-03-10 18:31:37 -05:00
ipc
…
ldso
…
linux
…
locale
…
malloc
…
math
…
misc
…
mman
implement POSIX shared memory
2011-03-03 00:30:31 -05:00
multibyte
…
network
…
passwd
…
prng
…
process
make fork properly initialize the main thread in the child process
2011-03-09 20:23:44 -05:00
regex
…
select
…
setjmp
…
signal
fix errors in sigqueue (potential information leak, wrong behavior)
2011-03-10 18:26:29 -05:00
stat
…
stdio
…
stdlib
…
string
…
stub
…
temp
…
termios
more cancellation points: tcdrain, clock_nanosleep
2011-03-10 11:06:50 -05:00
thread
fix failure behavior of sem_open when sem does not exist
2011-03-10 22:05:16 -05:00
time
more cancellation points: tcdrain, clock_nanosleep
2011-03-10 11:06:50 -05:00
unistd
…