Subject: Re: CVS commit: src/sys
To: None <rmind@netbsd.org>
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
List: source-changes
Date: 11/05/2007 07:53:04
> Module Name: src
> Committed By: rmind
> Date: Sun Nov 4 11:20:35 UTC 2007
>
> Modified Files:
> src/sys/kern: sysv_msg.c sysv_sem.c
> src/sys/sys: sem.h
>
> Log Message:
> Support for dynamic changing of SysV message queues and semaphores limits.
> Also fixes the alignment problem, which was here forever. Thanks for <uwe>
> for discussion and <martin> for testing.
>
> Reviewed by: <tech-kern>, <gdt>
why make syscalls return EINTR when resizing?
YAMAMOTO Takashi