User processes can send signals with number up to _NSIG. There are a few signal numbers above that used by the kernel, but should explicitly not be included in the range or range checks in PM will fail. The system processes use a different version of sigaddset, sigdelset, sigemptyset, sigfillset, and sigismember which does not include a range check on signal numbers (as opposed to the normal functions used by normal processes). This patch unbreaks test37 when the boot image is compiled with GCC/Clang. |
||
|---|---|---|
| .. | ||
| arch | ||
| arpa | ||
| heimdal | ||
| minix | ||
| net | ||
| netinet | ||
| netinet6 | ||
| prop | ||
| protocols | ||
| rpc | ||
| rpcsvc | ||
| ssp | ||
| sys | ||
| ufs | ||
| a.out.h | ||
| aio.h | ||
| ar.h | ||
| assert.h | ||
| atomic.h | ||
| bitstring.h | ||
| bm.h | ||
| cdbr.h | ||
| cdbw.h | ||
| complex.h | ||
| cpio.h | ||
| ctype.h | ||
| db.h | ||
| dirent.h | ||
| disktab.h | ||
| dlfcn.h | ||
| err.h | ||
| errno.h | ||
| fenv.h | ||
| fmtmsg.h | ||
| fnmatch.h | ||
| fstab.h | ||
| fts.h | ||
| ftw.h | ||
| getopt.h | ||
| glob.h | ||
| grp.h | ||
| hesiod.h | ||
| iconv.h | ||
| ieeefp.h | ||
| ifaddrs.h | ||
| inttypes.h | ||
| iso646.h | ||
| kvm.h | ||
| langinfo.h | ||
| libgen.h | ||
| limits.h | ||
| link_aout.h | ||
| link_elf.h | ||
| link.h | ||
| locale.h | ||
| login_cap.h | ||
| lwp.h | ||
| Makefile | ||
| malloc.h | ||
| math.h | ||
| md2.h | ||
| memory.h | ||
| mntopts.h | ||
| monetary.h | ||
| mpool.h | ||
| mqueue.h | ||
| ndbm.h | ||
| netconfig.h | ||
| netdb.h | ||
| netgroup.h | ||
| nl_types.h | ||
| nlist.h | ||
| nsswitch.h | ||
| paths.h | ||
| pwd.h | ||
| randomid.h | ||
| ranlib.h | ||
| re_comp.h | ||
| regex.h | ||
| regexp.h | ||
| res_update.h | ||
| resolv.h | ||
| rmt.h | ||
| sa.h | ||
| sched.h | ||
| search.h | ||
| semaphore.h | ||
| setjmp.h | ||
| sgtty.h | ||
| signal.h | ||
| stab.h | ||
| stdbool.h | ||
| stddef.h | ||
| stdio.h | ||
| stdlib.h | ||
| string.h | ||
| stringlist.h | ||
| strings.h | ||
| struct.h | ||
| sysexits.h | ||
| tar.h | ||
| tgmath.h | ||
| time.h | ||
| ttyent.h | ||
| tzfile.h | ||
| ucontext.h | ||
| ulimit.h | ||
| unistd.h | ||
| util.h | ||
| utime.h | ||
| utmp.h | ||
| utmpx.h | ||
| uuid.h | ||
| varargs.h | ||
| vis.h | ||
| wchar.h | ||
| wctype.h | ||
| wordexp.h | ||