Author: kib
Date: Thu Sep 22 10:58:19 2016
New Revision: 306183
URL: https://svnweb.freebsd.org/changeset/base/306183
Log:
MFC r305599:
Do not leak transient ENOLCK error from flush_newblk_dep() loop.
Modified:
stable/9/sys/ufs/ffs/ffs_softdep.c
Directory Properties:
stable/9/ (props ch
Author: emaste
Date: Thu Sep 22 21:23:28 2016
New Revision: 306217
URL: https://svnweb.freebsd.org/changeset/base/306217
Log:
MFC r264823 (ed): Make usage printing more consistent with other tools.
- Introduce a separate usage() function.
- Don't use argv[0]. Directly name the application
Author: emaste
Date: Fri Sep 23 01:52:06 2016
New Revision: 306222
URL: https://svnweb.freebsd.org/changeset/base/306222
Log:
MFC bspatch Capsicumization and improvements
r304691: bspatch: apply style(9)
Make style changes (and trivial refactoring of open calls) now in order
to reduc