opnsense-src/usr.sbin/pkg
Kyle Evans 9ec09b04df pkg(7): address minor nits (mostly clang-analyze complaints)
- One (1) spurious whitespace.
- One (1) occurrence of "random(3) bad, arc4random(3)" good.
- Three (3) writes that will never be seen.

The latter two points are complaints from clang-analyze. Switching to
arc4random(3) is decidedly a good idea because we weren't doing any kind
of PRNG seeding anyways. The discarded assignments are arguably good
for future-proofing, but it's better to improve the S/N ratio from
clang-analyze.

(cherry picked from commit b2c4ca8d28)
2021-02-20 13:29:46 -06:00
..
config.c pkg(7): add an -r reponame option for bootstrap and add 2021-02-20 13:29:30 -06:00
config.h pkg(7): add an -r reponame option for bootstrap and add 2021-02-20 13:29:30 -06:00
dns_utils.c pkg(7): address minor nits (mostly clang-analyze complaints) 2021-02-20 13:29:46 -06:00
dns_utils.h various: general adoption of SPDX licensing ID tags. 2017-11-27 15:37:16 +00:00
FreeBSD.conf.latest Keep two versions of the FreeBSD.conf pkg configuration file; one which 2019-04-24 06:25:21 +00:00
FreeBSD.conf.quarterly Keep two versions of the FreeBSD.conf pkg configuration file; one which 2019-04-24 06:25:21 +00:00
Makefile Make use of the getlocalbase() function for run-time adjustment of the 2020-11-18 20:00:55 +00:00
Makefile.depend DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
pkg.7 pkg(7): add an -r reponame option for bootstrap and add 2021-02-20 13:29:30 -06:00
pkg.c pkg(7): address minor nits (mostly clang-analyze complaints) 2021-02-20 13:29:46 -06:00