svn commit: r234853 - stable/9/sbin/fdisk

2012-04-30 Thread Dmitry Morozovsky
Author: marck (doc committer) Date: Mon Apr 30 22:03:43 2012 New Revision: 234853 URL: http://svn.freebsd.org/changeset/base/234853 Log: MFC r234345: VMware environment is frequent nowadays. Add VMFS id. Modified: stable/9/sbin/fdisk/fdisk.c Directory Properties: stable/9/sbin/f

svn commit: r234849 - stable/9/sys/fs/tmpfs

2012-04-30 Thread Gleb Kurtsou
Author: gleb Date: Mon Apr 30 17:56:49 2012 New Revision: 234849 URL: http://svn.freebsd.org/changeset/base/234849 Log: MFC r233998-r234000 and r234325: r233998: Add reserved memory limit sysctl to tmpfs. Cleanup availble and used memory functions. Check if free pages available before

svn commit: r234845 - stable/9/sys/gnu/fs/reiserfs

2012-04-30 Thread Jean-Sebastien Pedron
Author: dumbbell Date: Mon Apr 30 15:46:41 2012 New Revision: 234845 URL: http://svn.freebsd.org/changeset/base/234845 Log: MFC r233575: Make ReiserFS MPSAFE Most functions seemed to be already fine w.r.t. what's done in msdosfs. Modified: stable/9/sys/gnu/fs/reiserfs/reiserfs_vfsops.c

svn commit: r234842 - stable/9/lib/libpam/modules/pam_exec

2012-04-30 Thread Jean-Sebastien Pedron
Author: dumbbell Date: Mon Apr 30 13:34:15 2012 New Revision: 234842 URL: http://svn.freebsd.org/changeset/base/234842 Log: MFC r233507: Use program exit status as pam_exec return code (optional) pam_exec(8) now accepts a new option "return_prog_exit_status". When set, the program exit

svn commit: r234839 - in stable/9/sys: kern sys

2012-04-30 Thread Konstantin Belousov
Author: kib Date: Mon Apr 30 13:07:21 2012 New Revision: 234839 URL: http://svn.freebsd.org/changeset/base/234839 Log: MFC r234616: Allow for the process information sysctls to accept a thread id in addition to the process id. Modified: stable/9/sys/kern/kern_proc.c stable/9/sys/sys/pro