2015-03-04 21:29 martin * atari/atari/trap.c (1.113), cesfic/cesfic/trap.c (1.57), hp300/hp300/trap.c (1.151), luna68k/luna68k/trap.c (1.69), mvme68k/mvme68k/trap.c (1.108), news68k/news68k/trap.c (1.69), next68k/next68k/trap.c (1.88), sun2/sun2/trap.c (1.44), sun3/sun3/trap.c (1.144), x68k/x68k/trap.c (1.106): Handle EINVAL in the fault path and send SIGBUS on mmap'd access past EOF 2015-03-04 20:56 mlelstv * amiga/amiga/trap.c (1.135): Handle EINVAL in the fault path and send SIGBUS on mmap'd access past EOF. From martin@ 2015-03-04 10:39 skrll * sh3/sh3/exception.c (1.64): Handle EINVAL in the fault path and send SIGBUS on mmap'd access past EOF. From martin@ 2015-03-03 21:36 martin * mac68k/mac68k/trap.c (1.147): Handle EINVAL in the fault path and send SIGBUS on mmap'd access past EOF. 2015-03-03 14:23 martin * vax/vax/trap.c (1.133): Handle EINVAL in the fault path and send SIGBUS on mmap'd access past EOF 2015-03-02 14:36 martin * arm/arm32/fault.c (1.103): Handle EINVAL in the fault path and send SIGBUS for mmap acces past EOF. 2015-03-02 12:07 martin * alpha/alpha/trap.c (1.132): Handle EINVAL in fault path, so mmap() access past EOF gets SIGBUS. 2015-03-02 12:05 martin * hppa/hppa/trap.c (1.107): Send SIGBUS when accessing mmap() past end of file (handle EINVAL in fault path). While there, handle ENOMEM as well. 2015-02-28 22:44 martin * sparc64/sparc64/trap.c (1.181): As christos put it: "Tidy up error handling, and return SIGBUS for mmap past the end of file as required by the spec." 2015-02-27 17:41 christos * i386/i386/trap.c (1.274): sync with amd64: SIGBUS for mmap out of range. 2015-02-27 16:35 christos * amd64/amd64/trap.c (1.80): Tidy up error handling, and return SIGBUS for mmap past the end of file as required by the spec.