#
1dc349ab |
| 15-Feb-2017 |
Ed Maste <emaste@FreeBSD.org> |
prefix UFS symbols with UFS_ to reduce namespace pollution
Specifically: ROOTINO -> UFS_ROOTINO WINO -> UFS_WINO NXADDR -> UFS_NXADDR NDADDR -> UFS_NDADDR NIADDR -> UFS_NIADDR MAXSYMLINK
prefix UFS symbols with UFS_ to reduce namespace pollution
Specifically: ROOTINO -> UFS_ROOTINO WINO -> UFS_WINO NXADDR -> UFS_NXADDR NDADDR -> UFS_NDADDR NIADDR -> UFS_NIADDR MAXSYMLINKLEN_UFS[12] -> UFS[12]_MAXSYMLINKLEN (for consistency)
Also prefix ext2's and nandfs's NDADDR and NIADDR with EXT2_ and NANDFS_
Reviewed by: kib, mckusick Obtained from: NetBSD MFC after: 1 month Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D9536
show more ...
|
Revision tags: release/11.0.1, release/11.0.0 |
|
#
b8a1930f |
| 11-May-2016 |
Edward Tomasz Napierala <trasz@FreeBSD.org> |
Cosmetic fixes for growfs(8) - remove unneeded capitalization and a spurious newline, clarify a message.
MFC after: 1 month Sponsored by: The FreeBSD Foundation
|
#
e921a133 |
| 02-May-2016 |
Marcelo Araujo <araujo@FreeBSD.org> |
Use MIN() macro from sys/param.h.
Reviewed by: trasz MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D6119
|
#
edf6b683 |
| 18-Apr-2016 |
Marcelo Araujo <araujo@FreeBSD.org> |
Use NULL instead of 0 for pointers.
strchr(3) will return NULL if the character does not appear in the string.
MFC after: 2 weeks.
|
Revision tags: release/10.3.0, release/10.2.0 |
|
#
416ba5c7 |
| 22-Jun-2015 |
Navdeep Parhar <np@FreeBSD.org> |
Catch up with HEAD (r280229-r284686).
|
#
98e0ffae |
| 27-May-2015 |
Simon J. Gerraty <sjg@FreeBSD.org> |
Merge sync of head
|
#
7757a1b4 |
| 03-May-2015 |
Baptiste Daroussin <bapt@FreeBSD.org> |
Merge from head
|
#
de7df74b |
| 01-May-2015 |
Glen Barber <gjb@FreeBSD.org> |
MFH: r281855-r282312
Sponsored by: The FreeBSD Foundation
|
#
a44ba043 |
| 24-Apr-2015 |
Edward Tomasz Napierala <trasz@FreeBSD.org> |
Fix growfs(8) build with debug enabled (make -DGFSDBG).
PR: 199641 Submitted by: Willem Jan Withagen <wjw at digiware dot nl> MFC after: 1 month Sponsored by: The FreeBSD Foundation
|
Revision tags: release/10.1.0, release/9.3.0 |
|
#
6cec9cad |
| 03-Jun-2014 |
Peter Grehan <grehan@FreeBSD.org> |
MFC @ r266724
An SVM update will follow this.
|
#
3b8f0845 |
| 28-Apr-2014 |
Simon J. Gerraty <sjg@FreeBSD.org> |
Merge head
|
#
84e51a1b |
| 23-Apr-2014 |
Alan Somers <asomers@FreeBSD.org> |
IFC @264767
|
#
c98bb15d |
| 21-Feb-2014 |
Glen Barber <gjb@FreeBSD.org> |
MFH: tracking commit
Sponsored by: The FreeBSD Foundation
|
#
5748b897 |
| 19-Feb-2014 |
Martin Matuska <mm@FreeBSD.org> |
Merge head up to r262222 (last merge was incomplete).
|
#
295a5bd7 |
| 09-Feb-2014 |
Christian Brueffer <brueffer@FreeBSD.org> |
Refer newfs and growfs users to fsck_ffs instead of fsck, the latter does not accept the referred to "-b" flag.
This change was accidently committed directly to 9-STABLE in r237505.
PR: 82720 Subm
Refer newfs and growfs users to fsck_ffs instead of fsck, the latter does not accept the referred to "-b" flag.
This change was accidently committed directly to 9-STABLE in r237505.
PR: 82720 Submitted by: David D.W. Downey MFC after: 1 week
show more ...
|
Revision tags: release/10.0.0, release/9.2.0 |
|
#
d1d01586 |
| 05-Sep-2013 |
Simon J. Gerraty <sjg@FreeBSD.org> |
Merge from head
|
#
40f65a4d |
| 07-Aug-2013 |
Peter Grehan <grehan@FreeBSD.org> |
IFC @ r254014
|
#
552311f4 |
| 17-Jul-2013 |
Xin LI <delphij@FreeBSD.org> |
IFC @253398
|
#
cfe30d02 |
| 19-Jun-2013 |
Gleb Smirnoff <glebius@FreeBSD.org> |
Merge fresh head.
|
Revision tags: release/8.4.0 |
|
#
63efd0a1 |
| 08-May-2013 |
Eitan Adler <eadler@FreeBSD.org> |
Allow the use of lowercase 'yes'
PR: bin/178422 Submitted by: Garrett Cooper <yaneurabeya@gmail.com>
|
#
44246b4c |
| 15-Apr-2013 |
Xin LI <delphij@FreeBSD.org> |
Use arc4random() instead of random().
MFC after: 2 weeks
|
#
d241a0e6 |
| 26-Feb-2013 |
Xin LI <delphij@FreeBSD.org> |
IFC @247348.
|
#
d9a44755 |
| 08-Feb-2013 |
David E. O'Brien <obrien@FreeBSD.org> |
Sync with HEAD.
|
#
46b1c55d |
| 04-Jan-2013 |
Neel Natu <neel@FreeBSD.org> |
IFC @ r244983.
|
#
be1bfa99 |
| 16-Dec-2012 |
Edward Tomasz Napierala <trasz@FreeBSD.org> |
When growing a filesystem, don't leave unused space at the end if there is not enough room for a full cylinder group.
Reviewed by: mckusick@
|