cvs commit: src/sys/fs/devfs devfs_int.h devfs_vnops.c src/sys/kern kern_conf.c kern_descrip.c kern_thread.c src/sys/sys conf.h file.h proc.h

Konstantin Belousov kib at FreeBSD.org
Tue Aug 19 12:37:34 UTC 2008


kib         2008-08-19 12:36:40 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/fs/devfs         devfs_int.h devfs_vnops.c 
    sys/kern             kern_conf.c kern_descrip.c kern_thread.c 
    sys/sys              conf.h file.h proc.h 
  Log:
  SVN rev 181869 on 2008-08-19 12:36:40Z by kib
  
  MFC r179175:
  Implement the per-open file data for the cdev.
  The td_fpop member of the struct thread is appended to the end, and cleared
  in the thread allocator to keep struct thread KBI-compatible on RELENG_7.
  
  MFC r181635:
  Remove unnecessary locking around pointer fetch.
  
  Revision   Changes    Path
  1.4.2.1    +11 -0     src/sys/fs/devfs/devfs_int.h
  1.149.2.3  +109 -2    src/sys/fs/devfs/devfs_vnops.c
  1.208.2.7  +9 -2      src/sys/kern/kern_conf.c
  1.313.2.9  +7 -0      src/sys/kern/kern_descrip.c
  1.255.2.7  +1 -0      src/sys/kern/kern_thread.c
  1.233.2.3  +6 -0      src/sys/sys/conf.h
  1.73.2.1   +2 -0      src/sys/sys/file.h
  1.491.2.8  +1 -0      src/sys/sys/proc.h


More information about the cvs-all mailing list