Author: rmacklem
Date: Sat Apr 23 11:22:48 2011
New Revision: 220967
URL: http://svn.freebsd.org/changeset/base/220967
Log:
Fix a LOR in vfs_busy() where, after msleeping, it would lock
the mutexes in the wrong order for the case where the
MBF_MNTLSTLOCK is set. I believe this did have the
Author: simon
Date: Sat Apr 23 13:07:35 2011
New Revision: 220968
URL: http://svn.freebsd.org/changeset/base/220968
Log:
Check return code of setuid() in traceroute.
While it will not fail in normal circumstances, better safe than sorry.
Reported by: LLVM's clang static analyzer
MFC
Author: simon
Date: Sat Apr 23 13:42:03 2011
New Revision: 220969
URL: http://svn.freebsd.org/changeset/base/220969
Log:
Check return code of setuid(), setgid(), and setgroups() in rwhod.
While they will not fail in normal circumstances, better safe than
sorry.
MFC after:1 week
Author: simon
Date: Sat Apr 23 13:57:12 2011
New Revision: 220970
URL: http://svn.freebsd.org/changeset/base/220970
Log:
Check return code of setuid() in timedc.
While it will not fail in normal circumstances, better safe than
sorry.
MFC after:3 days
Modified:
head/usr.sbin/ti
Author: simon
Date: Sat Apr 23 14:19:26 2011
New Revision: 220971
URL: http://svn.freebsd.org/changeset/base/220971
Log:
Check return code of setuid() and setgid() in finger.
While they will not fail in normal circumstances, better safe than
sorry.
MFC after:1 week
Modified:
h
Author: dougb
Date: Sat Apr 23 17:37:14 2011
New Revision: 220974
URL: http://svn.freebsd.org/changeset/base/220974
Log:
As previously advertised, remove the error message for enable_quotas
prior to 9.0-RELEASE.
This change should not be MFC'ed.
Modified:
head/etc/rc.subr
Modified: he
Author: gjb (doc committer)
Date: Sat Apr 23 20:59:58 2011
New Revision: 220975
URL: http://svn.freebsd.org/changeset/base/220975
Log:
- Clarification on kld_file_stat.size
- While here, remove a few C comments that don't seem to contribute
anything additional to the man page.
PR:
Author: kib
Date: Sat Apr 23 21:38:21 2011
New Revision: 220977
URL: http://svn.freebsd.org/changeset/base/220977
Log:
Fix two bugs in r218670.
Hold the vnode around the region where object lock is dropped, until
vnode lock is acquired.
Do not drop the vnode reference for a case when
Author: jilles
Date: Sat Apr 23 22:28:56 2011
New Revision: 220978
URL: http://svn.freebsd.org/changeset/base/220978
Log:
sh: Allow EV_EXIT through function calls, make {...} next)
mklocal(sp->text);
exitstatus = oexitstatus;
- if (flags & EV
Author: kib
Date: Sat Apr 23 23:11:44 2011
New Revision: 220979
URL: http://svn.freebsd.org/changeset/base/220979
Log:
Fix display of the drm sysctls.
Sponsored by: The FreeBSD Foundation
MFC after:3 days
Modified:
head/sys/dev/drm/drm_sysctl.c
Modified: head/sys/dev/drm/drm_sysct
TO PEOPLE WHO THINK THAT FreeBSD 9.
machines to maximize performance. (To disable malloc debugging, run
ln -s aj /etc/malloc.conf.)
+20110423:
+ The default NFS server has been changed to the new server, which
+ was referred to as the experimental server. I
Author: rmacklem
Date: Sun Apr 24 01:11:28 2011
New Revision: 220981
URL: http://svn.freebsd.org/changeset/base/220981
Log:
Patch the mountd and nfsd man pages to reflect the recent changes
done by r220980 to deprecate the -e option and add the -o option.
This is a content change for both ma
On 24 April 2011 12:06, Rick Macklem wrote:
> Author: rmacklem
> Date: Sun Apr 24 00:06:56 2011
> New Revision: 220980
> URL: http://svn.freebsd.org/changeset/base/220980
>
> Log:
> This patch changes the default NFS server to the new one, which was
> referred to as the experimental server. It a
13 matches
Mail list logo