Module Name:    src
Committed By:   martin
Date:           Tue Aug  8 16:05:37 UTC 2017

Modified Files:
        src/sys/compat/svr4 [netbsd-8]: svr4_lwp.c svr4_signal.c svr4_stream.c
        src/sys/compat/svr4_32 [netbsd-8]: svr4_32_signal.c

Log Message:
Pull up following revision(s) (requested by spz in ticket #189):
        sys/compat/svr4/svr4_stream.c: revision 1.89
        sys/compat/svr4/svr4_signal.c: revision 1.67
        sys/compat/svr4/svr4_stream.c: revision 1.90
        sys/compat/svr4/svr4_stream.c: revision 1.91
        sys/compat/svr4_32/svr4_32_signal.c: revision 1.29
        sys/compat/svr4/svr4_lwp.c: revision 1.20
Fix some of the multitudinous holes in svr4 streams.
We should never have enabled this by default; it is a minefield.
>From Ilja Van Sprundel.
Zero stack data before copyout.
>From Ilja Van Sprundel.
Fix indexing of svr4 signals.
>From Ilja Van Sprundel.
Feebly attempt to get this reference counting less bad.
This svr4 streams code is bad and it should feel bad.
>From Ilja Van Sprundel.
Check bounds in svr4_sys_putmsg.  Check more svr4_strmcmd bounds.
svr4 streams code is still a disaster.
>From Ilja Van Sprundel.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.19.56.1 src/sys/compat/svr4/svr4_lwp.c
cvs rdiff -u -r1.66 -r1.66.12.1 src/sys/compat/svr4/svr4_signal.c
cvs rdiff -u -r1.88 -r1.88.4.1 src/sys/compat/svr4/svr4_stream.c
cvs rdiff -u -r1.28 -r1.28.10.1 src/sys/compat/svr4_32/svr4_32_signal.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Reply via email to