about summary refs log tree commit diff
path: root/arch/x86_64/bits/signal.h
Commit message (Expand)AuthorAgeFilesLines
* reduce impact of REG_* namespace pollution in x86[_64] signal.hRich Felker2017-01-041-23/+46
* fix MINSIGSTKSZ values for archs with large signal contextsRich Felker2015-03-181-0/+5
* fix signal.h breakage from moving stack_t to arch-specific bitsRich Felker2014-03-181-6/+6
* move signal.h definition of stack_t to arch-specific bitsRich Felker2014-03-181-0/+6
* add deprecated SIGIOT alias for SIGABRTRich Felker2013-03-231-0/+1
* x86_64/bits/signal.h: fix typo in REG_CSGSFSrofl0r2012-12-191-1/+1
* move signal.h REG_* macros under _GNU_SOURCE protectionRich Felker2012-12-061-24/+26
* bits/signal.h: add register names for x86(_64)rofl0r2012-12-061-0/+25
* fixup mcontext stuff to expost gregset_t/fpregset_t as appropriateRich Felker2012-11-251-4/+5
* sigcontext/mcontext cleanup for arch-specific bitsRich Felker2012-11-231-20/+29
* fix up leftover, incorrect NSIG definitions in arch-specific signal.hRich Felker2012-11-231-1/+0
* add back NSIG, removed from powerpc in last commit, but for all archsRich Felker2012-11-211-0/+2
* fix missing _BSD_SOURCE support in bits/*.hRich Felker2012-05-221-2/+2
* cleanup redundancy in bits/signal.h versionsRich Felker2011-09-191-129/+9
* make sigaltstack work (missing macros in signal.h, error conditions)Rich Felker2011-03-101-0/+2
* fill in some missing siginfo stuff in signal.hRich Felker2011-02-201-5/+56
* support the ugly and deprecated ucontext and sigcontext header stuff...Rich Felker2011-02-181-0/+32
* fix some type leakage (timer_t) from x86_64 commitRich Felker2011-02-151-1/+1
* Update x86_64 bits to mirror (modulo platform differences) the latest changesNicholas J. Kain2011-02-151-3/+11
* Port musl to x86-64. One giant commit!Nicholas J. Kain2011-02-151-0/+107