Commit Graph

11099 Commits

Author SHA1 Message Date
dsl
23ee525d3d Change most of the variables that hold disk sector number to be (at least)
uint32_t. Might make sysinst work on disks between 1TB and 2TB.
Not actually tested because I don't have a big disk.
Hopefully I haven't broken the small disk case!
Set WARNS= 4 so that comparisons of signed and unsigned block numbers
are trapped.
2010-01-02 21:16:46 +00:00
dsl
7dd4a9773c Fix another couple of signed v unsigned comparisons of disk block numbers. 2010-01-02 20:54:46 +00:00
dsl
8f503a6d66 Fix some of the sign-compare fubar. 2010-01-02 18:06:57 +00:00
dsl
6b52b2b9be Sanitise whitespace to minimise the differences between these files. 2010-01-02 17:15:07 +00:00
tsutsui
ec5b1733ef No need to install /usr/share/zoneinfo into miniroot
because libc functions in libhack doesn't require it and
zoneinfo files seem to get larger since tzcode2009k import.
(due to 64bit time_t support?)

Briefly tested sysinst on sparc miniroot.
2010-01-02 06:46:09 +00:00
tsutsui
48a350b252 Remove LIBS -lz which is already in distrib/miniroot/list. 2010-01-02 06:39:00 +00:00
tsutsui
2087c24e30 Remove -ledit and -lmagic from LIBS.
No program requires -ledit in crunched SMALLPROG case, and
miniroot doesn't have /usr/bin/file which requires -lmagic.
(sparc had it but it was removed in distrib/sparc/miniroot/list rev 1.29)
2010-01-02 06:37:28 +00:00
christos
6e8626c060 don't bump libdes - not needed. 2009-12-27 19:26:04 +00:00
christos
bb63eb87ed new openssh 2009-12-27 01:42:40 +00:00
christos
fe6a4bfaaf new openssl 2009-12-27 00:53:35 +00:00
christos
72d39b99c8 sets for new bind. 2009-12-26 23:13:15 +00:00
tsutsui
93bd1a122c Use /dev/fd0a rather than /dev/rfd0a to read instfs.tgz image from floppy.
It looks newer (appearred after 1.6) gzip tries to read less than DEV_BSIZE
(to check header?) so we can't use raw device directly.
(note sparc bootfs ramdisk doesn't have dd(1))

Workaround for PR port-sparc/42193, and would also fix PR install/28734.
2009-12-24 14:56:14 +00:00
jakllsch
36338876d4 Add libdwarf lint file. 2009-12-24 01:13:20 +00:00
mbalmer
8a65aabe5b Fix typo in command output. 2009-12-23 09:13:21 +00:00
darran
666c22984b Add libdwarf files. 2009-12-23 00:33:25 +00:00
jmmv
77eb4fd2ef Update file sets to match atf 0.7. 2009-12-22 13:38:40 +00:00
nonaka
118e8385d3 remove "mount -t kernfs" line. 2009-12-22 11:15:52 +00:00
nonaka
6f567e45e4 Add /usr/bin/{tset,more}. 2009-12-22 11:15:25 +00:00
nonaka
5a5f67b6bf "Full installation" should install kernel. 2009-12-22 11:14:33 +00:00
dyoung
664580ff00 Fix MKDEBUGLIB=yes builds: add entries
/usr/lib/lib{avl,nvpair,umem,uutil,zfs,zpool}_g.a with keywords
'zfs' and 'debuglib'.  Add the keyword 'binutils' to entries
/usr/lib/lib{bfd,iberty,opcodes}_g.a.
2009-12-21 21:09:41 +00:00
uebayasi
3db267ebd3 s/sed/${SED}/; s/xargs/${XARGS}/ 2009-12-21 15:37:25 +00:00
nonaka
2d1090dc2d Added dmesg, mount_msdos. 2009-12-21 11:22:41 +00:00
mrg
6879cbdf8e create the ecoff copy of the install kernel so the prom can boot it.
from PR 39915.
2009-12-20 19:53:36 +00:00
jruoho
e050282388 Add myself. 2009-12-20 16:59:39 +00:00
thorpej
cf9dd0698e Add libelf files. 2009-12-20 05:53:34 +00:00
ahoka
efa829b8a6 Make SHA1 the first option when selecting cyphers, so one without basic
understanding of cryptography won't choose DES as the default on his system.

The default option should be the best possible in case the user is unsure.
2009-12-16 16:03:26 +00:00
snj
0d7850aa0d Remove HAYAKAWA Koichi's acknowledgement. 2009-12-15 22:30:58 +00:00
jmmv
00d06c4b46 Add missing entries for libiscsi compat library. Hi mrg@! 2009-12-15 21:54:22 +00:00
uebayasi
930c6ee6c5 Clean up debug knobs. 2009-12-15 06:18:07 +00:00
mrg
37e0c45668 update mips64* sets for reality, and fix a couple of newly introduced
issues with sparc64 and amd64.
2009-12-15 05:59:50 +00:00
uebayasi
4b2bc9eb2d Factor out print_set_files() printing raw set list entries out of
list_set_files().  While here kill a useless-use-of-cat.
2009-12-15 05:11:08 +00:00
uebayasi
6be5668179 We don't need to check ${MACHINE_ARCH} == "m68000" if we use shlib or not.
Because such a knowledge is concentrated in bsd.own.mk and passed to as
${MKPIC}.  Tested by build.sh -m sun2 distribution sets.
2009-12-15 05:07:11 +00:00
mrg
7dc27f7039 fix a bunch of issues with MKATF=no. 2009-12-15 03:01:15 +00:00
skrll
339f8dbeea MKDEBUGLIB=yes fixes. 2009-12-14 15:27:13 +00:00
uebayasi
473d579ad2 Set list police. 2009-12-14 09:57:37 +00:00
mrg
da0616fc93 merge in my (uncommited) changes from matt-nb5-mips64 branch.
XXX these probably still need updates for eg, shlib bumps, but this should
be mostly correct now.
2009-12-14 02:19:58 +00:00
matt
4979791cbe Update sets lists from matt-nb5-mips64 2009-12-14 02:01:53 +00:00
matt
1819481222 Merge from matt-nb5-mips64 2009-12-14 01:11:02 +00:00
dyoung
c869fe1c8c Fix MKKERBEROS=no MKPAM=no MKDEBUGLIB=yes builds by adding missing
keywords to a few *_g.a files.
2009-12-13 20:46:10 +00:00
mrg
8b618fb27a obsolete a bunch of files that should never have been installed, found
by the new src/compat framework that builds libraries more like they
are normally built.
2009-12-13 09:28:41 +00:00
tsutsui
cee8238241 Add 5.0.1 configuration files for reference. 2009-12-13 08:37:40 +00:00
nonaka
7ed8bf295b The support of X for zaurus is added. 2009-12-13 05:04:36 +00:00
nonaka
f97268b43d Added keyboard config files for Sharp Zaurus SL-C3x00. 2009-12-13 04:57:16 +00:00
snj
7c9842f451 libint10 is only built on amd64, i386, and macppc. Update the xorg part
of this setlist to reflect that.
2009-12-11 22:34:30 +00:00
uebayasi
d7fe4afc2b Set $rundir before calling sets.subr as other scripts do. 2009-12-11 15:25:05 +00:00
he
66597865fb Move the test for evbppc out of sets.subr and into bsd.own.mk, to
decide whether to make kernel modules: set MKKMOD to no for evbppc.
Use this in etc/Makefile to decide whether to do the "modules"
obsolete sets.  Move the ./var/db/obsolete/modules entry from the
"mi" to the "module.mi" file set.

Fixes the build for evbppc.

Discussed with uebayasi@
2009-12-11 15:22:33 +00:00
uebayasi
096187792a list_set_lists() - Share code of handling *.ad.* set lists. 2009-12-11 13:30:11 +00:00
uebayasi
e140e09a48 Indent. 2009-12-11 13:10:47 +00:00
uebayasi
e06370d53f Refactor list_set_lists using more functions. 2009-12-11 13:10:06 +00:00
uebayasi
0e9d695764 Replace many "if [ -f $x ]; then echo $x; fi" instances with function. 2009-12-11 12:57:39 +00:00