cregit-Linux how code gets into the kernel

Release 4.7 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 sergeevstas sergeev1029.41%225.00%
pre-gitpre-git823.53%337.50%
al viroal viro823.53%112.50%
david howellsdavid howells720.59%112.50%
andy lutomirskiandy lutomirski12.94%112.50%
Total34100.00%8100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
{% endraw %}