freebsd-skq/sys/ufs/ffs
pfg 944d693f04 ext2fs|ufs:Unsign some values related to allocation.
When allocating memory through malloc(9), we always expect the amount of
memory requested to be unsigned as a negative value would either stand for
an error or an overflow.
Unsign some values, found when considering the use of mallocarray(9), to
avoid unnecessary casting. Also consider that indexes should be of
at least the same size/type as the upper limit they pretend to index.

MFC after:	2 weeks
2018-01-24 17:58:48 +00:00
..
ffs_alloc.c SPDX: Complete License ID tags for UFS. 2017-12-27 19:13:50 +00:00
ffs_balloc.c SPDX: Complete License ID tags for UFS. 2017-12-27 19:13:50 +00:00
ffs_extern.h sys: further adoption of SPDX licensing ID tags. 2017-11-20 19:43:44 +00:00
ffs_inode.c sys: further adoption of SPDX licensing ID tags. 2017-11-20 19:43:44 +00:00
ffs_rawread.c sys: general adoption of SPDX licensing ID tags. 2017-11-27 15:23:17 +00:00
ffs_snapshot.c Revert r327781, r328093, r328056: 2018-01-24 16:44:57 +00:00
ffs_softdep.c ext2fs|ufs:Unsign some values related to allocation. 2018-01-24 17:58:48 +00:00
ffs_subr.c sys: further adoption of SPDX licensing ID tags. 2017-11-20 19:43:44 +00:00
ffs_suspend.c sys: general adoption of SPDX licensing ID tags. 2017-11-27 15:23:17 +00:00
ffs_tables.c sys: further adoption of SPDX licensing ID tags. 2017-11-20 19:43:44 +00:00
ffs_vfsops.c Postpone the disassotiation of the background write buffer with devvp 2018-01-09 10:33:11 +00:00
ffs_vnops.c SPDX: Complete License ID tags for UFS. 2017-12-27 19:13:50 +00:00
fs.h sys: further adoption of SPDX licensing ID tags. 2017-11-20 19:43:44 +00:00
softdep.h sys: general adoption of SPDX licensing ID tags. 2017-11-27 15:23:17 +00:00