about summary refs log tree commit diff
path: root/src/signal
Commit message (Expand)AuthorAgeFilesLines
* fix all implicit conversion between signed/unsigned pointersRich Felker2011-03-251-1/+1
* overhaul cancellation to fix resource leaks and dangerous behavior with signalsRich Felker2011-03-242-0/+2
* global cleanup to use the new syscall interfaceRich Felker2011-03-208-23/+10
* syscall overhaul part two - unify public and internal syscall interfaceRich Felker2011-03-193-3/+3
* fix errors in sigqueue (potential information leak, wrong behavior)Rich Felker2011-03-101-5/+7
* remove useless return value checks for functions that cannot failRich Felker2011-03-101-3/+2
* make sigsuspend a cancellation pointRich Felker2011-03-101-1/+6
* make sigtimedwait a cancellation pointRich Felker2011-03-101-0/+3
* don't fail with EINTR in sigtimedwaitRich Felker2011-03-101-6/+6
* fix sigsuspend syscallRich Felker2011-03-101-1/+1
* make sigaltstack work (missing macros in signal.h, error conditions)Rich Felker2011-03-101-1/+11
* fix error handling for pthread_sigmaskRich Felker2011-03-091-1/+5
* fix race condition in raise - just mask signalsRich Felker2011-03-091-9/+9
* fix raise semantics with threads.Rich Felker2011-03-091-1/+12
* fix null pointer dereference introduced in last sigprocmask commitRich Felker2011-02-201-1/+1
* prevent sigprocmask/pthread_sigmask from blocking implementation signalsRich Felker2011-02-191-3/+5
* Port musl to x86-64. One giant commit!Nicholas J. Kain2011-02-152-0/+22
* header cleanup, conformance fixes - signalsRich Felker2011-02-142-6/+3
* fix previous commit that broke sigreturn. looks like the asm is needed.Rich Felker2011-02-133-5/+17
* fix omission that kept sa_restorer from being usedRich Felker2011-02-131-1/+1
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-1232-0/+398