cregit-Linux how code gets into the kernel

Release 4.12 include/uapi/linux/signal.h

#ifndef _UAPI_LINUX_SIGNAL_H

#define _UAPI_LINUX_SIGNAL_H

#include <asm/signal.h>
#include <asm/siginfo.h>


#define SS_ONSTACK	1

#define SS_DISABLE	2

/* bit-flags */

#define SS_AUTODISARM	(1U << 31)	
/* disable sas during sighandling */
/* mask for all SS_xxx flags */

#define SS_FLAG_BITS	SS_AUTODISARM

#endif /* _UAPI_LINUX_SIGNAL_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Stas Sergeev1029.41%228.57%
Linus Torvalds (pre-git)823.53%228.57%
Al Viro823.53%114.29%
David Howells720.59%114.29%
Andrew Lutomirski12.94%114.29%
Total34100.00%7100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.