]> CyberLeo.Net >> Repos - FreeBSD/releng/9.1.git/commit
Add pkg bootstrapping, configuration and public keys. [EN-14:03]
authordelphij <delphij@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 13 May 2014 23:24:14 +0000 (23:24 +0000)
committerdelphij <delphij@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 13 May 2014 23:24:14 +0000 (23:24 +0000)
commit47111e90d3eb5e397e3fa30d27ba0a500d952ebe
treeced663b876a6e88623558bc4471030245bd65480
parent23129886a3f6f7f121020fd70bd6a80b3290489e
Add pkg bootstrapping, configuration and public keys. [EN-14:03]
Improve build repeatability for kldxref(8). [EN-14:04]
Fix data corruption with ciss(4). [EN-14:05]

Approved by: so

git-svn-id: svn://svn.freebsd.org/base/releng/9.1@265988 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
16 files changed:
UPDATING
etc/Makefile
etc/mtree/BSD.root.dist
etc/mtree/BSD.usr.dist
etc/pkg/FreeBSD.conf [new file with mode: 0644]
etc/pkg/Makefile [new file with mode: 0644]
share/Makefile
share/keys/Makefile [new file with mode: 0644]
share/keys/pkg/Makefile [new file with mode: 0644]
share/keys/pkg/trusted/Makefile [new file with mode: 0644]
share/keys/pkg/trusted/pkg.freebsd.org.2013102301 [new file with mode: 0644]
share/man/man7/hier.7
sys/conf/newvers.sh
sys/dev/ciss/ciss.c
usr.sbin/kldxref/kldxref.c
usr.sbin/pkg/pkg.c