Source-Changes archive

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

CVS commit: src/sys



Module Name:    src
Committed By:   rmind
Date:           Tue Oct 27 02:58:29 UTC 2009

Modified Files:
        src/sys/kern: kern_descrip.c kern_lwp.c
        src/sys/sys: filedesc.h

Log Message:
- Amend fd_hold() to take an argument and add assert (reflects two cases,
  fork1() and the rest, e.g. kthread_create(), when creating from lwp0).

- lwp_create(): do not touch filedesc internals, use fd_hold().


To generate a diff of this commit:
cvs rdiff -u -r1.199 -r1.200 src/sys/kern/kern_descrip.c
cvs rdiff -u -r1.135 -r1.136 src/sys/kern/kern_lwp.c
cvs rdiff -u -r1.56 -r1.57 src/sys/sys/filedesc.h

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