Source-Changes archive

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

CVS commit: [netbsd-5] src/sys/kern



Module Name:    src
Committed By:   snj
Date:           Mon Feb  2 02:53:51 UTC 2009

Modified Files:
        src/sys/kern [netbsd-5]: sys_descrip.c

Log Message:
Pull up following revision(s) (requested by ad in ticket #341):
        sys/kern/sys_descrip.c: revision 1.8
Prevent a potential deadlock from a multithreaded process doing:
t1      dup2(0, 1)
t2      dup2(1, 0)


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.7.4.1 src/sys/kern/sys_descrip.c

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



Home | Main Index | Thread Index | Old Index