Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys



"Mindaugas Rasiukevicius" <rmind%netbsd.org@localhost> wrote:
> Log Message:
> Highly rewrite POSIX semaphore.  Use file descriptor subsystem, greatly
> simplify reference counting, and fix various bugs which existed before,
> e.g. some incorrect locking or mq_unlink() not checking for permissions.
                                 ^^^^^^^^^^^

Highly wrong!  Should be sem_unlink(); I did check mq_unlink() for bugs.

> 
> Also, fixes PR/43452.
> 
> 
> To generate a diff of this commit:
> cvs rdiff -u -r1.29 -r1.30 src/sys/kern/uipc_sem.c
> cvs rdiff -u -r1.71 -r1.72 src/sys/sys/file.h
> 
> Please note that diffs are not public domain; they are subject to the
> copyright notices on the relevant files.
> 

-- 
Mindaugas


Home | Main Index | Thread Index | Old Index