This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
cosmopolitan
Watch
1
Star
0
Fork
You've already forked cosmopolitan
0
mirror of
https://github.com/jart/cosmopolitan.git
synced
2025-02-14 10:18:02 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
1
4f98ad1054
cosmopolitan
/
libc
/
sysv
/
calls
/
sys_sigprocmask.s
3 lines
98 B
ArmAsm
Raw
Normal View
History
Unescape
Escape
Apply some touchups
2021-02-07 14:11:44 +00:00
.include
"
o
/
l
i
b
c
/
s
y
s
v
/
m
a
c
r
o
s
.
i
n
t
e
r
n
a
l
.
i
n
c
"
Make signal handling work well across platforms - Fix sigsuspend() on XNU - Fix strsignal() on non-Linux - Add unit tests for strsignal() - Add unit tests for setitimer() - Add unit tests for sigsuspend() - Rewrite setitimer() for New Technology - Rewrite nanosleep() for New Technology - Polyfill SIGALRM on the New Technology - select(0,0,0,0) on NT now calls pause() - Remove some NTDLL calls that aren't needed - Polyfill SA_NOCLDWAIT on the New Technology - Polyfill SA_RESETHAND on the New Technology - Polyfill sigprocmask() on the New Technology - Polyfill SIGCHLD+SIG_IGN on the New Technology - Polyfill SA_RESTART masking on the New Technology - Deliver console signals from main thread on New Technology - Document SA_RESTART behavior w/ @sarestartable / @norestart - System call trace in MODE=dbg now prints inherited FDs and signal mask
2022-03-25 14:11:44 +00:00
.scall
sys
_
s
i
g
p
r
o
c
m
a
s
k
,
0
x12
5
0
3
0
1
5
4
2
1
4
9
0
0
e
,
g
l
o
b
l
,
h
i
d
d
e
n
Reference in a new issue
Copy permalink