Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Aug 2008 12:36:40 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   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
Message-ID:  <200808191237.m7JCbX5x011739@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808191237.m7JCbX5x011739>