| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
The fix involved adding a proper build of ld-elf.so.1 ,
and also replacing ldd with objdump (suggested by Garrett Cooper)
to build the list of shared libraries needed by the binaries
and libraries on the target.
|
|
|
|
|
|
|
| |
improve support for multi-arch and cross-arch builds, by adding
a suffix to the kernel config file and build_directory.
(cross builds not clean yet, a cross-built kernel boots
but fails when starting /sbin/init)
|
|
|
|
|
|
| |
Requested by: jilles (content)
Reviewed by: gjb (doc)
Approved by: jilles
|
|
|
|
|
|
|
|
| |
- ZFS is now up to version 28
- sysinstall(8) is not supported in -CURRENT
Reviewed by: pgj
Approved by: jilles
|
|
|
|
|
|
|
|
| |
machines.
- Mention that V480 with broken centerplanes have a chance of working with
the WAR in the upcoming 8.3-RELEASE and 9.0-RELEASE.
MFC after: 3 days
|
|
|
|
| |
as of r227006.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
things and generating checksums.
MFC after: 1 week
|
|
|
|
|
|
|
|
| |
were fixes.
Thanks to: gjb, manolis
Pointy hat ++: brueffer
MFC after: 3 days
|
|
|
|
|
|
|
| |
- mvs.4 uses nested '.Bl' tags which appears to confuse man2hwnotes.pl
for hardware note generation
- mps.4 also breaks the build, but I haven't yet identified why
|
|
|
|
| |
MFC after: 3 days
|
|
|
|
| |
needed by the loader.
|
|
|
|
| |
MFC after: 3 days
|
| |
|
|
|
|
|
|
| |
fix problems with some BIOSes.
MFC after: 3 days
|
|
|
|
|
|
|
|
| |
digit beyond your time.
Various sysinstall dependencies (e.g. libftpio, libdisk, libodialog, etc.)
will be cleaned up in coming days. Some will take longer than others due to
a few other consumers (tzsetup and sade).
|
| |
|
|
|
|
|
|
| |
it from the 9.0-RELEASE release cycle code freeze.
Approved by: re (implicit)
|
|
|
|
|
|
|
|
|
| |
not configure the host's networking if netbooted [1]. Also fix FTP
installations behind some firewalls [2].
PR: bin/159583 [2]
Reported by: stas [1]
Approved by: re (kib)
|
|
|
|
| |
Approved by: re (kib)
|
|
|
|
|
|
|
| |
PR: misc/159666
Submitted by: Test Rat <ttsestt@gmail.com>
Reviewed by: Nathan Whitehorn <nwhitehorn@freebsd.org>
Approved by: re (kib)
|
|
|
|
|
|
| |
Playstation 3 consoles running kboot or petitboot.
Approved by: re (bz)
|
|
|
|
|
| |
Approved by: re (hrs)
MFC after: 1 week
|
|
|
|
|
|
| |
renaming from Makefile to Makefile.sysinstall.
Approved by: re (hrs)
|
|
|
|
|
|
| |
to indicate the creation of a bootable image.
Approved by: re (kib)
|
|
|
|
|
| |
Approved by: re (kib)
MFC after: 1 week
|
|
|
|
|
|
|
|
|
|
|
|
| |
Remove references to machdep.hlt_logical_cpus and
machdep.hlt_cpus sysctls and tunables.
Document machdep.hyperthreading_allowed and
hint.lapic.X.disabled tunables.
Prompted by: ru
Proofreading: bf
Reviewed by: jhb
Approved by: re (kib)
|
|
|
|
|
|
| |
user modifications and subsequently preventing a functioning installation.
Approved by: re (kib)
|
|
|
|
|
|
|
| |
the normal distfile mechanism. Thanks to Marc Fonvieille for the patch and
for putting up with me taking entirely too long to commit this!
Submitted by: blackend
|
|
|
|
| |
bootable yet, but proven to be useful without it already.
|
| |
|
|
|
|
|
| |
Submitted by: ryusuke
Reported by: gavin, brucec
|
|
|
|
| |
useful without a toolchain.
|
|
|
|
|
| |
only, they are very unlikely to be needed and take up a great deal of
space.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
o boot/mfsroot.gz is no more. Copy it only when it exists so as still
to be compatible with Makefile.sysinstall.
o while here, make ispfw.ko optional as well.
o '-b bootimage' is not a valid argument for makefs. What was meant
was '-o bootimage'.
o create the boot image in the current directory so that makefs can
find the file. Previously it had to be created under $BASE because
that's how mkisofs wanted it.
|
|
|
|
|
|
|
|
|
|
| |
so that running make release causes make obj to be run before doing
anything. This fixes a bug wherein, when run for the first time, and
without -DNOSRC, make release would attempt to recursively tar up the src
directory including its own output and enter an infinite loop.
While here, make the cross-building stuff work a little more the way it
should if only one of TARGET/TARGET_ARCH is specified.
|
|
|
|
| |
Approved by: re
|
|
|
|
|
|
|
|
|
| |
Some files keep the SUN4V tags as a code reference, for the future,
if any rewamped sun4v support wants to be added again.
Reviewed by: marius
Tested by: sbruno
Approved by: re
|
|
|
|
|
| |
IBM SLOF is (a) case-sensitive and (b) accepts only booting files in
certain subdirectories of the CD.
|
|
|
|
|
|
| |
systems. In principle, FreeBSD should run on at least some of these
already, and support for the remainder will hopefully show up eventually,
so add this while I'm thinking about it.
|
|
|
|
| |
Ed Schouten.
|
| |
|
|
|
|
| |
Submitted by: marius
|
|
|
|
|
|
|
|
| |
changes, and backport the new logic (ISO images are TARGET dependant, not
TARGET_CPUARCH dependant) to Makefile.sysinstall. While modifying ISO
image scripts, change several archs to use makefs (from base) instead of
mkisofs (from ports) which makes release CD generation both faster and
self-hosting.
|
|
|
|
|
|
|
|
| |
in hybrid image generation in cdrtools. This produces a small HFS partition
containing loader, mapped in by an oddly-formed APM table using a new
feature in makefs. This does not appear to work yet on early-model G3
systems, which will be fixed later, but produces bootable CDs on
everything else.
|