re: CVS commit: src/distrib/sets/lists/base

2011-10-14 Thread matthew green

 Module Name:  src
 Committed By: christos
 Date: Fri Oct 14 15:48:50 UTC 2011
 
 Modified Files:
   src/distrib/sets/lists/base: mi
 
 Log Message:
 fix sun2 build; mark lua shared object appropriately so that it is not 
 required

actually, this belongs in shl.mi.. where it doesn't need the pic marker.


.mrg.


re: CVS commit: src/sys

2011-10-14 Thread matthew green

 Module Name:  src
 Committed By: hannken
 Date: Fri Oct 14 09:23:31 UTC 2011
 
 Modified Files:
   src/sys/compat/linux/common: linux_file.c linux_file64.c linux_ioctl.c
   linux_misc.c
   src/sys/compat/linux32/common: linux32_dirent.c
   src/sys/compat/ossaudio: ossaudio.c
   src/sys/compat/svr4: svr4_fcntl.c
   src/sys/compat/svr4_32: svr4_32_fcntl.c
   src/sys/dev: ccd.c cgd.c vnd.c
   src/sys/dev/dm: dm_target_linear.c dm_target_snapshot.c
   dm_target_stripe.c
   src/sys/dev/raidframe: rf_copyback.c rf_disks.c rf_reconstruct.c
   src/sys/kern: kern_verifiedexec.c vfs_mount.c vfs_syscalls.c
   vfs_vnops.c vnode_if.src
   src/sys/uvm: uvm_mmap.c
 
 Log Message:
 Change the vnode locking protocol of VOP_GETATTR() to request at least
 a shared lock.  Make all calls outside of file systems respect it.
 
 The calls from file systems need review.
 
 No objections from tech-kern.

does this require a kernel bump?  if filesystem code needs to
change, even if API signatures haven't, i would say so?

thanks.


.mrg.