Author: pluknet
Date: Sat Mar 23 03:28:20 2013
New Revision: 248633
URL: http://svnweb.freebsd.org/changeset/base/248633
Log:
MFC r246823:
Remove write only assignments and thus fix the build after struct bufarea
TAILQ conversion (r246812).
Modified:
stable/9/sbin/fsdb/fsdbutil.c
Direc
Author: mckusick
Date: Fri Mar 22 22:50:48 2013
New Revision: 248628
URL: http://svnweb.freebsd.org/changeset/base/248628
Log:
MFS of 246812:
Update fsck_ffs buffer cache manager to use TAILQ macros.
No functional changes.
Modified:
stable/9/sbin/fsck_ffs/fsck.h
stable/9/sbin/fsck_ff
Author: mckusick
Date: Fri Mar 22 22:40:16 2013
New Revision: 248626
URL: http://svnweb.freebsd.org/changeset/base/248626
Log:
MFS of 246289:
For UFS2 i_blocks is unsigned. The current "sanity" check that it
has gone below zero after the blocks in its inode are freed is a
no-op which th
Author: mm
Date: Fri Mar 22 07:57:28 2013
New Revision: 248611
URL: http://svnweb.freebsd.org/changeset/base/248611
Log:
MFC r240870 (pjd):
It is possible to recursively destroy snapshots even if the snapshot
doesn't exist on a dataset we are starting from. For example if we
have the follo
Author: mm
Date: Fri Mar 22 07:30:36 2013
New Revision: 248609
URL: http://svnweb.freebsd.org/changeset/base/248609
Log:
MFC r248493:
Plug memory leak in dsl_check_snap_cb()
This was unnoticed because the function is very rarely used.
Modified:
stable/9/sys/cddl/contrib/opensolaris/uts/co