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
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
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
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
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