SysV IPC test improvements

2018-02-02 Thread Brooks Davis
In our FreeBSD derivative I made some changes to the kernel/t_sysv.c test (I'm not sure where it lives in the NetBSD tree). I've included them below. The changes are: - Don't use the example msg struct name (FreeBSD erroneously defines it). - Fix a broken call to open(2) with O_CREAT and no permi

Re: SysV IPC test improvements

2018-02-02 Thread Paul Goyette
Thanks, Brooks, I'll have a look at this. On Sat, 3 Feb 2018, Brooks Davis wrote: In our FreeBSD derivative I made some changes to the kernel/t_sysv.c test (I'm not sure where it lives in the NetBSD tree). I've included them below. The changes are: - Don't use the example msg struct name (Fr

Re: SysV IPC test improvements

2018-02-02 Thread Paul Goyette
Committed - thanks! On Sat, 3 Feb 2018, Paul Goyette wrote: Thanks, Brooks, I'll have a look at this. On Sat, 3 Feb 2018, Brooks Davis wrote: In our FreeBSD derivative I made some changes to the kernel/t_sysv.c test (I'm not sure where it lives in the NetBSD tree). I've included them below