Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_bionic
/
refs/heads/17
/
libc
/
include
/
signal.h
432a4af
Remove <signal.h> inlines for obsolete API levels.
by Elliott Hughes
· 2 years, 5 months ago
38c5344
Nullability check for signal module.
by zijunzhao
· 2 years, 6 months ago
95c6cd7
Stop using the __ANDROID_API_x__ constants.
by Elliott Hughes
· 6 years ago
f106a39
Remove __INTRODUCED_IN for obsolete API levels.
by Elliott Hughes
· 6 years ago
c0f4656
Make android_get_application_target_sdk_version available to the NDK.
by Elliott Hughes
· 7 years ago
726b63f
Implement pthread_sigqueue.
by Josh Gao
· 7 years ago
23415fc
Add uc_sigmask64.
by Elliott Hughes
· 7 years ago
3796669
MIPS32: Make sigset64_t equal to sigset_t
by Goran Jakovljevic
· 7 years ago
3e23591
Add `struct sigaction64` and `sigaction64`.
by Elliott Hughes
· 8 years ago
5905d6f
Add `sigset64_t` and accompanying functions.
by Elliott Hughes
· 8 years ago
a40640d
POSIX says `sigaction::sa_flags` is `int`.
by Elliott Hughes
· 8 years ago
faa7434
Name function arguments in libc headers for Studio.
by Elliott Hughes
· 8 years ago
3f66e74
Remove nullability specifications.
by Elliott Hughes
· 8 years ago
2e8e5e6
DO NOT MERGE: The future is now.
by Josh Gao
· 8 years ago
d3cfd26
Add declaration of tgkill to signal.h.
by Josh Gao
· 9 years ago
5bc78c8
Add and use constants for the Android API levels.
by Elliott Hughes
· 9 years ago
16016df
versioner: refactor to use CompilerInstance directly.
by Josh Gao
· 9 years ago
b6a4a4c
Add version information for legacy inlines.
by Josh Gao
· 9 years ago
8778d64
Remove __BIONIC_LEGACY_INLINE.
by Josh Gao
· 9 years ago
5470c18
Make it possible to build bionic with -I instead of -isystem.
by Elliott Hughes
· 9 years ago
46b4416
Update header versions for NDK platform fixes.
by Josh Gao
· 9 years ago
baa2a97
Use clang's nullability instead of nonnull.
by Dan Albert
· 10 years ago
34c599a
Add __INTRODUCED_IN_FUTURE for unreleased APIs.
by Josh Gao
· 9 years ago
14adff1
Add versioning information to symbols.
by Josh Gao
· 9 years ago
b8e1b705
Make the legacy inline headers compile standalone.
by Josh Gao
· 9 years ago
5375bf6
Add SysV signal handling
by Greg Hackmann
· 9 years ago
5704c42
Implement POSIX lockf.
by Elliott Hughes
· 10 years ago
a6435a1
Use attribute availability.
by Dan Albert
· 10 years ago
466dbe4
Put back inline definitions if using an old API.
by Dan Albert
· 11 years ago
6466292
Reduce <signal.h> namespace pollution.
by Elliott Hughes
· 11 years ago
40360b3
Remove bogus transitive includes.
by Elliott Hughes
· 11 years ago
db49903
Use machine/timespec.h to separate timespec definition.
by Yabin Cui
· 11 years ago
6348160
support _POSIX_REALTIME_SIGNALS
by Yabin Cui
· 11 years ago
75ef63d
Move some pthread functions to signal.h.
by Dan Albert
· 11 years ago
26a8eb5
POSIX says <signal.h> gets you ucontext_t.
by Elliott Hughes
· 11 years ago
93e7b9f
asm/sigcontext.h is required to build unwind-dw2.c in gcc-4.9.
by Raghu Gandham
· 11 years ago
205dd7d
Remove bsd_signal and sysv_signal from bionic LP64.
by Dan Albert
· 11 years ago
0990d4f
Make SIGRTMIN hide the real-time signals we use internally.
by Elliott Hughes
· 11 years ago
a0cd9bc
Add si_timerid to <signal.h>.
by Elliott Hughes
· 11 years ago
671e236
Restore sys_signame for LP64.
by Elliott Hughes
· 11 years ago
aa0ebda
Clean up sys_signame and sys_siglist a little.
by Elliott Hughes
· 11 years ago
199346a
Fix NSIG.
by Elliott Hughes
· 11 years ago
68d89c7
Remove some old kernel header cruft not needed with uapi.
by Elliott Hughes
· 12 years ago
d8482b6
Fix <signal.h> for mips uapi.
by Elliott Hughes
· 12 years ago
61fb3fc
Prepare to switch to the uapi <linux/signal.h>.
by Elliott Hughes
· 12 years ago
c7e9b23
Fix sigaction(3) for 64-bit.
by Elliott Hughes
· 12 years ago
40d105c
Switch sigpending over to rt_sigpending.
by Elliott Hughes
· 12 years ago
156ccf4
update signal.h to be C90 compatable
by Erik Gilling
· 12 years ago
41b3179
Unit tests for formatting code, fix %%.
by Elliott Hughes
· 13 years ago
f373b11
Add const for first argument of sigismember for fit POSIX spec
by Kito Cheng
· 13 years ago
fb5e5cb
Fix an off-by-one error in the sigset_t function error handling.
by Elliott Hughes
· 13 years ago
da73f65
Add argument checking to sigemptyset(3) and friends.
by Elliott Hughes
· 13 years ago
c1b44ec
Revert "libc: Provide ucontext_t/mcontext_t/<sys/ucontext.h>"
by David 'Digit' Turner
· 13 years ago
c124baa
libc: Provide ucontext_t/mcontext_t/<sys/ucontext.h>
by David 'Digit' Turner
· 13 years ago
b5f053b
Make strerror(3) and strsignal(3) thread-safe, and add psignal(3) and psiginfo(3).
by Irina Tirdea
· 13 years ago
5c8c00a
libc: Fix the definition of SIGRTMAX
by David 'Digit' Turner
· 15 years ago
bb5581a
libc: tag missing functions in system headers.
by David 'Digit' Turner
· 15 years ago
fdf2454
merge from open-source master
by The Android Open Source Project
· 15 years ago
81569aa
Add declaration for sys_signame[] forgotten in change 12489
by Thorsten Glaser
· 16 years ago
8c59d96
Add killpg function
by Colin Cross
· 16 years ago
1dc9e47
auto import from //depot/cupcake/@135843
by The Android Open Source Project
· 16 years ago
1767f90
auto import from //depot/cupcake/@135843
by The Android Open Source Project
· 16 years ago
4e468ed
Code drop from //branches/cupcake/...@124589
by The Android Open Source Project
· 17 years ago
a27d2ba
Initial Contribution
by The Android Open Source Project
· 17 years ago