| History log of /src/distrib/alpha |
| Revision | Date | Author | Comments |
| 1.25 | 23-Sep-2025 |
rillig | all: fix "Invalid internal option" warning from make
|
| 1.24 | 02-Feb-2025 |
tsutsui | Add "build.sh live-image" support for alpha.
Confirmed on qemu-9.2.0 (with pkgsrc patch-hw_rtc_mc146818rtc.c).
--- qemu-system-alpha -m 1024 -machine clipper \ -drive file=NetBSD-10.99.12-alpha-live.img,media=disk,format=raw,if=none,id=disk0 \ -device ide-hd,bus=ide.0,drive=disk0 \ -netdev user,id=net0 -device tulip,netdev=net0 \ -nographic -kernel netbsd-GENERIC -append root=wd0 PCI: 0:1:0 class 0300 id 1013:00b8 PCI: region 0 (BAR 10): 10000000 PCI: region 1 (BAR 14): 12000000 PCI: 0:2:0 class 0101 id 1095:0646 PCI: region 0 (BAR 10): 0000c000 PCI: region 1 (BAR 14): 0000c008 PCI: region 2 (BAR 18): 0000c010 PCI: region 3 (BAR 1c): 0000c018 PCI: region 4 (BAR 20): 0000c020 PCI: intr pin 1 -> irq 12 PCI: 0:3:0 class 0200 id 1011:0019 PCI: region 0 (BAR 10): 0000c080 PCI: region 1 (BAR 14): 12001000 PCI: intr pin 1 -> irq 16 PCI: 0:7:0 class 0601 id 8086:0484 [ 1.0000000] [ Kernel symbol table missing! ] [ 1.0000000] consinit: not using prom console [ 1.0000000] Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, [ 1.0000000] 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, [ 1.0000000] 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, [ 1.0000000] 2024, 2025 [ 1.0000000] The NetBSD Foundation, Inc. All rights reserved. [ 1.0000000] Copyright (c) 1982, 1986, 1989, 1991, 1993 [ 1.0000000] The Regents of the University of California. All rights reserved.
[ 1.0000000] NetBSD 10.99.12 (GENERIC) #0: Thu Jan 30 16:13:51 UTC 2025 [ 1.0000000] mkrepro@mkrepro.NetBSD.org:/usr/src/sys/arch/alpha/compile/GENERIC [ 1.0000000] AlphaServer ES40 ("Clipper"), 250MHz, s/n QEMU [ 1.0000000] 8192 byte page size, 1 processor. [ 1.0000000] total memory = 1024 MB [ 1.0000000] (120 KB reserved for PROM, 1023 MB used by NetBSD) [ 1.0000000] avail memory = 996 MB [ 1.0000000] mainbus0 (root) [ 1.0000000] cpu0 at mainbus0: ID 0 (primary), 21264A-0 (EV67) [ 1.0000000] cpu0: Architecture extensions: 0x1307<PMI,PAT,MVI,CIX,FIX,BWX> [ 1.0000000] qemu0 at mainbus0: Qemu virtual machine services
:
[ 7.2872719] root on wd0a dumps on wd0b [ 7.2872719] root file system type: ffs [ 7.3086672] kern.module.path=/stand/alpha/10.99.12/modules Sun Feb 2 19:56:48 UTC 2025
: ---
|
| 1.23 | 23-Jun-2008 |
matt | branches: 1.23.74; Change remaining instances of ${RELEASEDIR}/${MACHINES} to ${RELEASEDIR}/${RELEASEMACHINEDIR}
|
| 1.22 | 06-Mar-2007 |
bouyer | branches: 1.22.12; 1.22.16; Add an iso_image target (iso-image as a target name doesn't play well with bsd.subdirs.mk) in distrib/makefile, which builds an iso image for $MACHINE with binary sets, stored in ${RELEASEDIR}/iso. The image is bootable for: alpha, amd64, cats, i386, pmax, sgimips, sparc, sparc64, sun3, vax. mac68k/macppc no there yet because of missing feature in makefs.
call iso_image in distrib/ for iso-image in the top Makefile.
|
| 1.21 | 03-Jan-2003 |
lukem | branches: 1.21.16; Install release files under "${RELEASEDIR}/${MACHINE}/..." instead of "${RELEASEDIR}/...".
${RELEASEDIR} is never cleaned , and ${RELEASEDIR}/${MACHINE} is only cleaned if UPDATE is not defined.
|
| 1.20 | 02-May-2002 |
lukem | yet another distrib overhaul: - move guts of distrib/Makefile.inc to distrib/common/Makefile.distrib (fixes problem caused by implicit include of ../Makefile.inc in certain submake conditions triggered by makefiles not yet in tree) - removed mkdir of ${RELEASEDIR}/*; rely upon "snap_pre" target of etc/Makefile to create all the release directories - renamed RELINSTALL to RELEASE_INSTALL - renamed FLOPPYINSTDIR to FLOPPY_RELEASEDIR - renamed MDSETDIR to MDSET_RELEASEDIR - removed ITARGET - move release target from top level to appropriate subdirectory - ensure release target has correct depends - replace miniroot's IMAGE_MD_POST with common/Makefile.image IMAGEPOSTBUILD - Makefile.image: add realall: ${IMAGE}
|
| 1.19 | 02-May-2002 |
lukem | convert to building with NDWO Makefile.tarfloppy.
alpha is now fully NDWO (well, at least, the stuff that's enabled in distrib/alpha/Makefile)
|
| 1.18 | 30-Apr-2002 |
lukem | convert instkernel/fdset into using NDWO Makefile.tarfloppy, which allows UNPRIVED cross building of aforementioned directory
|
| 1.17 | 26-Apr-2002 |
matt | Use the correct name of the INSTALL kernel.
|
| 1.16 | 26-Apr-2002 |
lukem | replace _SRC_TOP_ with NETBSDSRCDIR, since the latter is the "public" version
|
| 1.15 | 11-Apr-2002 |
lukem | use RELINSTALL from ../Makefile.inc
|
| 1.14 | 10-Apr-2002 |
lukem | whitespace tweak
|
| 1.13 | 06-Mar-2002 |
lukem | use check_RELEASEDIR, and minor whitespace cleanup
|
| 1.12 | 09-Feb-2002 |
lukem | don't set the owner or group when installing into $RELEASEDIR
|
| 1.11 | 14-Nov-2001 |
tv | ${MAKE} print-objdir -> ${PRINTOBJDIR}
|
| 1.10 | 07-Nov-2000 |
matt | Need ${.CURDIR} for README.files (required when using MAKEOBJDIRPREFIX).
|
| 1.9 | 26-Oct-2000 |
garbled | Find a bunch of places where we call "make" and replace it with ${MAKE}
|
| 1.8 | 12-Sep-2000 |
matt | ${.CURDIR} is not optional when using MAKEOBJDIRPREFIX.
|
| 1.7 | 30-Aug-2000 |
jhawk | Use ${MAKE} instead of make
|
| 1.6 | 08-Mar-2000 |
cjs | branches: 1.6.4; Fix typo.
|
| 1.5 | 08-Mar-2000 |
cjs | Include bsd.own.mk so we use /etc/mk.conf, which may well have RELEASEDIR in it.
|
| 1.4 | 20-Nov-1999 |
sommerfeld | Don't assume anything about how obj dirs are named.
|
| 1.3 | 20-Sep-1999 |
ross | branches: 1.3.4; GENERIC doesn't fit on one floppy anymore. For now, disable the target.
|
| 1.2 | 30-Jun-1999 |
ross | Add release targets, intended for use by the src/etc/Makefile `make release'.
|
| 1.1 | 16-Oct-1998 |
ross | branches: 1.1.2; Someday we might really traverse in distrib; at least traverse this subdirectory now.
|
| 1.1.2.1 | 29-Feb-2000 |
he | Apply patch (requested by toddpw): Add support for ``release'' and ``depend'' targets in distrib/alpha.
|
| 1.3.4.1 | 27-Dec-1999 |
wrstuden | Pull up to last week's -current.
|
| 1.6.4.1 | 09-Nov-2000 |
tv | Pullup 1.7-1.10 [matt & releng]: Several ${.CURDIR} and ${MAKE} fixes.
|
| 1.21.16.1 | 09-Mar-2007 |
riz | Pull up following revision(s) (requested by bouyer in ticket #494): sys/arch/i386/conf/GENERIC.MP: revision 1.9 distrib/pc532/cdroms/installcd/Makefile: revision 1.1 distrib/macppc/Makefile: revision 1.15 distrib/ofppc/Makefile: revision 1.2 distrib/ibmnws/Makefile: revision 1.2 distrib/acorn32/Makefile: revision 1.18 distrib/x68k/cdroms/installcd/Makefile: revision 1.1 distrib/sparc/Makefile: revision 1.7 distrib/sparc64/cdroms/Makefile: revision 1.1 distrib/hp300/cdroms/Makefile: revision 1.1 distrib/hpcsh/Makefile: revision 1.6 distrib/ofppc/cdroms/installcd/Makefile: revision 1.1 distrib/playstation2/Makefile: revision 1.13 distrib/news68k/cdroms/installcd/Makefile: revision 1.1 distrib/amiga/cdroms/installcd/Makefile: revision 1.1 distrib/hp700/cdroms/installcd/Makefile: revision 1.1 distrib/playstation2/cdroms/Makefile: revision 1.1 distrib/amiga/cdroms/Makefile: revision 1.1 etc/etc.mac68k/Makefile.inc: revision 1.18 distrib/shark/cdroms/installcd/Makefile: revision 1.1 distrib/hpcmips/Makefile: revision 1.28 distrib/hpcmips/cdroms/Makefile: revision 1.1 distrib/amd64/floppies/Makefile: revision 1.3 sys/arch/amd64/conf/INSTALL_ACPI: file removal distrib/i386/cdroms/Makefile: revision 1.4 distrib/acorn26/cdroms/installcd/Makefile: revision 1.1 distrib/hpcsh/cdroms/Makefile: revision 1.1 distrib/prep/cdroms/Makefile: revision 1.1 distrib/pc532/Makefile: revision 1.4 distrib/acorn32/cdroms/installcd/Makefile: revision 1.1 distrib/sun2/Makefile: revision 1.8 distrib/vax/Makefile: revision 1.17 distrib/sparc64/cdroms/installcd/Makefile: revision 1.1 distrib/pmax/cdroms/Makefile: revision 1.1 distrib/mipsco/cdroms/installcd/Makefile: revision 1.1 distrib/sun3/cdroms/installcd/Makefile: revision 1.1 distrib/vax/cdroms/installcd/Makefile: revision 1.1 distrib/hpcarm/cdroms/installcd/Makefile: revision 1.1 distrib/mvme68k/Makefile: revision 1.4 distrib/mvmeppc/cdroms/Makefile: revision 1.1 distrib/newsmips/Makefile: revision 1.4 sys/arch/i386/conf/GENERIC.MPACPI: file removal distrib/hpcarm/cdroms/Makefile: revision 1.1 distrib/evbppc/cdroms/Makefile: revision 1.1 sys/arch/i386/conf/INSTALL_LARGE: revision 1.1 distrib/i386/cdroms/installcd/Makefile: revision 1.2 distrib/i386/cdroms/installcd/Makefile: revision 1.3 doc/CHANGES: revision 1.804 distrib/hpcsh/cdroms/installcd/Makefile: revision 1.1 distrib/i386/cdroms/bootcd/Makefile: revision 1.2 distrib/mvmeppc/cdroms/installcd/Makefile: revision 1.1 distrib/i386/cdroms/bootcd/Makefile: revision 1.3 distrib/evbarm/Makefile: revision 1.8 distrib/mvmeppc/Makefile: revision 1.3 distrib/i386/cdroms/bootcd-com/Makefile: revision 1.2 distrib/i386/cdroms/bootcd-com/Makefile: revision 1.3 distrib/macppc/cdroms/installcd/Makefile: revision 1.1 distrib/acorn26/cdroms/Makefile: revision 1.1 distrib/alpha/cdroms/Makefile: revision 1.1 distrib/hp300/cdroms/installcd/Makefile: revision 1.1 distrib/amd64/floppies/bootfloppy/Makefile: revision 1.4 distrib/pmppc/cdroms/installcd/Makefile: revision 1.1 distrib/hp700/Makefile: revision 1.2 distrib/pmppc/Makefile: revision 1.2 distrib/arc/cdroms/Makefile: revision 1.1 sys/arch/amd64/conf/INSTALL: revision 1.66 distrib/sun3/cdroms/Makefile: revision 1.1 distrib/mipsco/Makefile: revision 1.4 distrib/sun3/Makefile: revision 1.9 distrib/vax/cdroms/Makefile: revision 1.1 distrib/pmppc/cdroms/Makefile: revision 1.1 distrib/amd64/cdroms/Makefile.cdrom: revision 1.1 distrib/atari/cdroms/installcd/Makefile: revision 1.1 distrib/evbppc/cdroms/installcd/Makefile: revision 1.1 distrib/newsmips/cdroms/installcd/Makefile: revision 1.1 distrib/pmax/Makefile: revision 1.4 Makefile: revision 1.247 distrib/cats/cdroms/installcd/Makefile: revision 1.1 sys/arch/amd64/conf/GENERIC: revision 1.130 sys/arch/amd64/conf/GENERIC: revision 1.131 distrib/sgimips/cdroms/installcd/Makefile: revision 1.1 distrib/hp700/cdroms/Makefile: revision 1.1 distrib/cats/cdroms/Makefile: revision 1.1 distrib/evbmips/Makefile: revision 1.3 distrib/evbmips/Makefile: revision 1.4 sys/arch/amd64/conf/GENERIC_ACPI: file removal distrib/ews4800mips/Makefile: revision 1.2 distrib/amd64/cdroms/bootcd-com/Makefile: revision 1.2 distrib/i386/Makefile: revision 1.5 distrib/amd64/cdroms/installcd/Makefile: revision 1.2 distrib/mvme68k/cdroms/installcd/Makefile: revision 1.1 distrib/alpha/cdroms/installcd/Makefile: revision 1.1 etc/etc.amd64/Makefile.inc: revision 1.7 distrib/i386/instkernel/Makefile: revision 1.6 distrib/x68k/cdroms/Makefile: revision 1.1 distrib/i386/cdroms/Makefile.cdrom: revision 1.1 distrib/sandpoint/Makefile: revision 1.4 distrib/i386/cdroms/Makefile.cdrom: revision 1.2 distrib/amiga/Makefile: revision 1.3 distrib/amd64/cdroms/bootcd/Makefile: revision 1.2 distrib/news68k/Makefile: revision 1.4 distrib/amd64/floppies/bootfloppy-com/Makefile: revision 1.5 distrib/news68k/cdroms/Makefile: revision 1.1 distrib/sparc/cdroms/Makefile: revision 1.1 distrib/shark/cdroms/Makefile: revision 1.1 etc/Makefile: revision 1.341 distrib/amd64/instkernel/Makefile: revision 1.2 distrib/sparc64/Makefile: revision 1.7 distrib/dreamcast/cdroms/Makefile: revision 1.1 distrib/shark/Makefile: revision 1.3 distrib/ews4800mips/cdroms/Makefile: revision 1.1 distrib/sun2/cdroms/installcd/Makefile: revision 1.1 distrib/shark/Makefile: revision 1.4 distrib/macppc/cdroms/Makefile: revision 1.1 distrib/mvme68k/cdroms/Makefile: revision 1.1 distrib/sun2/cdroms/Makefile: revision 1.1 distrib/hpcarm/Makefile: revision 1.3 distrib/arc/cdroms/installcd/Makefile: revision 1.1 distrib/hpcmips/cdroms/installcd/Makefile: revision 1.1 distrib/mipsco/cdroms/Makefile: revision 1.1 distrib/Makefile.inc: revision 1.9 distrib/playstation2/cdroms/installcd/Makefile: revision 1.1 distrib/ibmnws/cdroms/installcd/Makefile: revision 1.1 distrib/newsmips/cdroms/Makefile: revision 1.1 distrib/arc/Makefile: revision 1.3 distrib/sparc/cdroms/installcd/Makefile: revision 1.1 distrib/evbmips/cdroms/installcd/Makefile: revision 1.1 distrib/ews4800mips/cdroms/installcd/Makefile: revision 1.1 distrib/prep/Makefile: revision 1.3 distrib/ibmnws/cdroms/Makefile: revision 1.1 distrib/sandpoint/cdroms/Makefile: revision 1.1 distrib/atari/Makefile: revision 1.6 distrib/sgimips/cdroms/Makefile: revision 1.1 distrib/amd64/Makefile: revision 1.4 distrib/atari/cdroms/Makefile: revision 1.1 distrib/x68k/Makefile: revision 1.5 distrib/x68k/Makefile: revision 1.6 distrib/sandpoint/cdroms/installcd/Makefile: revision 1.1 distrib/evbarm/cdroms/Makefile: revision 1.1 distrib/acorn32/cdroms/Makefile: revision 1.1 distrib/cats/Makefile: revision 1.3 distrib/evbmips/cdroms/Makefile: revision 1.1 distrib/pc532/cdroms/Makefile: revision 1.1 distrib/Makefile: revision 1.14 distrib/evbarm/cdroms/installcd/Makefile: revision 1.1 distrib/ofppc/cdroms/Makefile: revision 1.1 distrib/amd64/cdroms/Makefile: revision 1.3 distrib/common/Makefile.bootcd: revision 1.8 distrib/i386/cdroms/bootcd-laptop/Makefile: file removal sys/arch/i386/conf/GENERIC: revision 1.813 distrib/hp300/Makefile: revision 1.17 sys/arch/i386/conf/GENERIC: revision 1.814 distrib/evbppc/Makefile: revision 1.2 distrib/pmax/cdroms/installcd/Makefile: revision 1.1 etc/etc.i386/Makefile.inc: revision 1.49 distrib/sgimips/Makefile: revision 1.2 distrib/prep/cdroms/installcd/Makefile: revision 1.1 distrib/acorn26/Makefile: revision 1.4 distrib/dreamcast/cdroms/installcd/Makefile: revision 1.1 distrib/alpha/Makefile: revision 1.22 distrib/dreamcast/Makefile: revision 1.2 Improve the use of makefs to build boot CDs, and make it truely MI: - allow to specify the "instkernel" directory, and allow to put multiple kernels on the image - allow to specify the directory where the image will be created - only use bootxx_cd9660 if it exists - search for second-stage boot as usr/mdec/boot.${MACHINE} in addition to usr/mdec/boot - make 'installboot -e' optional - use target 'release' or 'iso_image' depending on ${CDRELEASE} - call some MD targets, which will eventually complete the file list or make the image bootable For the benefit of modern hardware, enable ACPI by default in INSTALL and GENERIC kernels. If ACPI is an issue on your hardware, 'boot -c' and 'disable acpi' should be a workaround. ACPI-enabled kernels works fine on pre-acpi hardware. for amd64: - add ACPI to INSTALL and GENERIC, remove the *_ACPI config files. - get rid of the bootfloppy-big.fs boot image, and got to a 3-floppy boot image for i386: - introduce INSTALL_LARGE which has ACPI and some devices with big firmware - move some devices from INSTALL to INSTALL_LARGE - Boot floppies still use INSTALL, and bootfloppy-big.fs is still there (for thoses who want to build el-torito floppy emulation boot CD) and use INSTALL. For both, drop the 'iso-image' code in etc/ to make the iso bootable, we'll use something else to build bootable CDs. Add an iso_image target (iso-image as a target name doesn't play well with bsd.subdirs.mk) in distrib/makefile, which builds an iso image for $MACHINE with binary sets, stored in ${RELEASEDIR}/iso. The image is bootable for: alpha, amd64, cats, i386, pmax, sgimips, sparc, sparc64, sun3, vax. mac68k/macppc no there yet because of missing feature in makefs. call iso_image in distrib/ for iso-image in the top Makefile. Use the new common/Makefile.bootcd to make i386 and amd64 bootable ISO images. amd64 gets a single kernel; i386 images gets 3 kernels: - netbsd, copy from netbsd-INSTALL_LARGE.gz, loaded by default - nbsd-l, copy from netbsd-INSTALL_LAPTOP.gz - nbsd-i, copy from netbsd-INSTALL.gz for those who want the traditionnal non-ACPI kernel - drop the bootcd-laptop image both gets an installcd image, which is the same as bootcd but with the binary sets in addition to kernels. Make iso-image do nothing for all but mac68k, which still relies on mkisofs to create bootable ISO image. macppc should also be there, but it seems the code to make an iso bootable never got added in etc.macppc/ Fix typo in subdir name. Revert local changes that went in accidentally with the "add ACPI" commit. Note ACPI by default in i386/amd64, and the iso-image changes. Fix SUBDIR in previous Remove duplicate ACPIVERBOSE and ACPI_SCANPCI; pointed out by Nicolas Joly. Correct typo: the directory is named cdroms, not cdrom. Use nblaptop and nbnoacpi for the alternative kernel names; as suggected by Alan Barrett. While there factor out the kernels in Makefile.cdrom.
|
| 1.22.16.1 | 18-Sep-2008 |
wrstuden | Sync with wrstuden-revivesa-base-2.
|
| 1.22.12.2 | 05-Oct-2008 |
mjf | Sync with HEAD.
|
| 1.22.12.1 | 29-Jun-2008 |
mjf | Sync with HEAD.
|
| 1.23.74.1 | 02-Aug-2025 |
perseant | Sync with HEAD
|
| 1.14 | 23-Apr-2009 |
snj | Various updates to the INSTALL notes in preparation for 5.0. Changes are still to come.
|
| 1.13 | 20-Sep-1999 |
ross | branches: 1.13.42; 1.13.50; 1.13.52; GENERIC doesn't fit on one floppy anymore. For now, disable the target.
|
| 1.12 | 30-Jun-1999 |
ross | Harmonize pathnames.
|
| 1.11 | 25-Mar-1999 |
ross | Describe GENERIC.fs.
|
| 1.10 | 25-Mar-1999 |
ross | Elaborate, and describe the vanilla instkernel, too.
|
| 1.9 | 05-Nov-1998 |
ross | Replace with README from current snapshot.
|
| 1.8 | 14-Mar-1997 |
cgd | update for current FTP site files
|
| 1.7 | 14-Sep-1996 |
cgd | note new CKSUMS file
|
| 1.6 | 13-Jun-1996 |
cgd | we don't ship netbsd_nfs{,.gdb}.gz any more.
|
| 1.5 | 06-Jun-1996 |
cgd | add note about the 'ported-software' directory of pub/NetBSD/arch/alpha.
|
| 1.4 | 25-Apr-1996 |
cgd | branches: 1.4.4; clean up a bit, note that some source files will no longer be appearing, and note where alpha-specific sources should be installed.
|
| 1.3 | 21-Dec-1995 |
cgd | clean up a bit, add description for README_FIRST
|
| 1.2 | 21-Dec-1995 |
cgd | note that /boot isn't in bin.tar.gz
|
| 1.1 | 16-Oct-1995 |
cgd | README.files included in snapshots
|
| 1.4.4.2 | 13-Jun-1996 |
cgd | pull up from trunk: >we don't ship netbsd_nfs{,.gdb}.gz any more.
|
| 1.4.4.1 | 06-Jun-1996 |
cgd | pull up from trunk: >add note about the 'ported-software' directory of pub/NetBSD/arch/alpha.
|
| 1.13.52.1 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.13.50.1 | 25-Apr-2009 |
snj | Pull up following revision(s) (requested by rmind in ticket #728): distrib/alpha/README.files: revision 1.14 distrib/notes/acorn26/upgrade: revision 1.2 distrib/notes/acorn32/hardware: revision 1.2 distrib/notes/acorn32/prep: revision 1.14 distrib/notes/acorn32/prep.RISCOS: revision 1.20 distrib/notes/alpha/hardware: revisions 1.16-1.17 distrib/notes/alpha/install: revisions 1.35-1.37 distrib/notes/amd64/prep: revision 1.2 distrib/notes/amiga/hardware: revision 1.46 distrib/notes/amiga/install: revision 1.35 distrib/notes/amiga/prep: revision 1.28 distrib/notes/amiga/upgrade: revision 1.28 distrib/notes/arc/prep: revision 1.2 distrib/notes/atari/hardware: revision 1.22 distrib/notes/atari/prep: revision 1.13 distrib/notes/cats/hardware: revision 1.7 distrib/notes/cats/prep: revision 1.11 distrib/notes/cats/upgrade: revision 1.4 distrib/notes/common/contents: revisions 1.150-1.155 distrib/notes/common/legal.common: revision 1.52 distrib/notes/common/main: revisions 1.444-1.446 distrib/notes/common/postinstall: revisions 1.73, 1.74 distrib/notes/common/sysinst: revisions 1.97, 1.98 distrib/notes/common/upgrade: revisions 1.27, 1.28 distrib/notes/common/xfer: revisions 1.64-1.66 distrib/notes/evbarm/prep: revision 1.10 distrib/notes/evbarm/upgrade: revision 1.2 distrib/notes/evbppc/hardware: revision 1.5 distrib/notes/evbppc/upgrade: revision 1.2 distrib/notes/hp300/prep: revision 1.24 distrib/notes/i386/upgrade: revision 1.23 distrib/notes/i386/prep: revision 1.14 distrib/notes/mac68k/hardware: revision 1.24 distrib/notes/mac68k/prep: revision 1.16 distrib/notes/mac68k/upgrade: revision 1.21 distrib/notes/mac68k/xfer: revision 1.20 distrib/notes/macppc/prep: revisions 1.43, 1.44 distrib/notes/macppc/prep.OPENFIRMWARE: revision 1.13 distrib/notes/macppc/hardware: revision 1.47 distrib/notes/macppc/prep.OPENFIRMWARE: revision 1.12 distrib/notes/mvme68k/hardware: revision 1.11 distrib/notes/mvme68k/install: revision 1.21 distrib/notes/next68k/prep: revision 1.8 distrib/notes/pmax/hardware: revision 1.17 distrib/notes/pmax/install: revision 1.41 distrib/notes/sgimips/hardware: revision 1.14 distrib/notes/sgimips/prep: revision 1.10 distrib/notes/shark/install: revision 1.5 distrib/notes/sparc/hardware: revisions 1.35, 1.36 distrib/notes/sparc/prep: revision 1.26 distrib/notes/sparc/upgrade: revision 1.16 distrib/notes/sparc64/prep: revision 1.15 distrib/notes/sun2/hardware: revision 1.4 distrib/notes/sun3/hardware: revision 1.10 distrib/notes/vax/hardware: revision 1.10 distrib/notes/vax/install: revision 1.18 distrib/notes/vax/prep: revision 1.7 distrib/notes/xen/xfer: revision 1.4 distrib/notes/x68k/hardware: revision 1.17 distrib/notes/x68k/prep: revision 1.9 Update release notes.
|
| 1.13.42.1 | 05-Oct-2008 |
mjf | Sync with HEAD.
|
| 1.1 | 06-Mar-2007 |
bouyer | branches: 1.1.2; 1.1.14; Add an iso_image target (iso-image as a target name doesn't play well with bsd.subdirs.mk) in distrib/makefile, which builds an iso image for $MACHINE with binary sets, stored in ${RELEASEDIR}/iso. The image is bootable for: alpha, amd64, cats, i386, pmax, sgimips, sparc, sparc64, sun3, vax. mac68k/macppc no there yet because of missing feature in makefs.
call iso_image in distrib/ for iso-image in the top Makefile.
|
| 1.1.14.1 | 05-Oct-2008 |
mjf | Sync with HEAD.
|
| 1.1.2.2 | 09-Mar-2007 |
riz | Pull up following revision(s) (requested by bouyer in ticket #494): sys/arch/i386/conf/GENERIC.MP: revision 1.9 distrib/pc532/cdroms/installcd/Makefile: revision 1.1 distrib/macppc/Makefile: revision 1.15 distrib/ofppc/Makefile: revision 1.2 distrib/ibmnws/Makefile: revision 1.2 distrib/acorn32/Makefile: revision 1.18 distrib/x68k/cdroms/installcd/Makefile: revision 1.1 distrib/sparc/Makefile: revision 1.7 distrib/sparc64/cdroms/Makefile: revision 1.1 distrib/hp300/cdroms/Makefile: revision 1.1 distrib/hpcsh/Makefile: revision 1.6 distrib/ofppc/cdroms/installcd/Makefile: revision 1.1 distrib/playstation2/Makefile: revision 1.13 distrib/news68k/cdroms/installcd/Makefile: revision 1.1 distrib/amiga/cdroms/installcd/Makefile: revision 1.1 distrib/hp700/cdroms/installcd/Makefile: revision 1.1 distrib/playstation2/cdroms/Makefile: revision 1.1 distrib/amiga/cdroms/Makefile: revision 1.1 etc/etc.mac68k/Makefile.inc: revision 1.18 distrib/shark/cdroms/installcd/Makefile: revision 1.1 distrib/hpcmips/Makefile: revision 1.28 distrib/hpcmips/cdroms/Makefile: revision 1.1 distrib/amd64/floppies/Makefile: revision 1.3 sys/arch/amd64/conf/INSTALL_ACPI: file removal distrib/i386/cdroms/Makefile: revision 1.4 distrib/acorn26/cdroms/installcd/Makefile: revision 1.1 distrib/hpcsh/cdroms/Makefile: revision 1.1 distrib/prep/cdroms/Makefile: revision 1.1 distrib/pc532/Makefile: revision 1.4 distrib/acorn32/cdroms/installcd/Makefile: revision 1.1 distrib/sun2/Makefile: revision 1.8 distrib/vax/Makefile: revision 1.17 distrib/sparc64/cdroms/installcd/Makefile: revision 1.1 distrib/pmax/cdroms/Makefile: revision 1.1 distrib/mipsco/cdroms/installcd/Makefile: revision 1.1 distrib/sun3/cdroms/installcd/Makefile: revision 1.1 distrib/vax/cdroms/installcd/Makefile: revision 1.1 distrib/hpcarm/cdroms/installcd/Makefile: revision 1.1 distrib/mvme68k/Makefile: revision 1.4 distrib/mvmeppc/cdroms/Makefile: revision 1.1 distrib/newsmips/Makefile: revision 1.4 sys/arch/i386/conf/GENERIC.MPACPI: file removal distrib/hpcarm/cdroms/Makefile: revision 1.1 distrib/evbppc/cdroms/Makefile: revision 1.1 sys/arch/i386/conf/INSTALL_LARGE: revision 1.1 distrib/i386/cdroms/installcd/Makefile: revision 1.2 distrib/i386/cdroms/installcd/Makefile: revision 1.3 doc/CHANGES: revision 1.804 distrib/hpcsh/cdroms/installcd/Makefile: revision 1.1 distrib/i386/cdroms/bootcd/Makefile: revision 1.2 distrib/mvmeppc/cdroms/installcd/Makefile: revision 1.1 distrib/i386/cdroms/bootcd/Makefile: revision 1.3 distrib/evbarm/Makefile: revision 1.8 distrib/mvmeppc/Makefile: revision 1.3 distrib/i386/cdroms/bootcd-com/Makefile: revision 1.2 distrib/i386/cdroms/bootcd-com/Makefile: revision 1.3 distrib/macppc/cdroms/installcd/Makefile: revision 1.1 distrib/acorn26/cdroms/Makefile: revision 1.1 distrib/alpha/cdroms/Makefile: revision 1.1 distrib/hp300/cdroms/installcd/Makefile: revision 1.1 distrib/amd64/floppies/bootfloppy/Makefile: revision 1.4 distrib/pmppc/cdroms/installcd/Makefile: revision 1.1 distrib/hp700/Makefile: revision 1.2 distrib/pmppc/Makefile: revision 1.2 distrib/arc/cdroms/Makefile: revision 1.1 sys/arch/amd64/conf/INSTALL: revision 1.66 distrib/sun3/cdroms/Makefile: revision 1.1 distrib/mipsco/Makefile: revision 1.4 distrib/sun3/Makefile: revision 1.9 distrib/vax/cdroms/Makefile: revision 1.1 distrib/pmppc/cdroms/Makefile: revision 1.1 distrib/amd64/cdroms/Makefile.cdrom: revision 1.1 distrib/atari/cdroms/installcd/Makefile: revision 1.1 distrib/evbppc/cdroms/installcd/Makefile: revision 1.1 distrib/newsmips/cdroms/installcd/Makefile: revision 1.1 distrib/pmax/Makefile: revision 1.4 Makefile: revision 1.247 distrib/cats/cdroms/installcd/Makefile: revision 1.1 sys/arch/amd64/conf/GENERIC: revision 1.130 sys/arch/amd64/conf/GENERIC: revision 1.131 distrib/sgimips/cdroms/installcd/Makefile: revision 1.1 distrib/hp700/cdroms/Makefile: revision 1.1 distrib/cats/cdroms/Makefile: revision 1.1 distrib/evbmips/Makefile: revision 1.3 distrib/evbmips/Makefile: revision 1.4 sys/arch/amd64/conf/GENERIC_ACPI: file removal distrib/ews4800mips/Makefile: revision 1.2 distrib/amd64/cdroms/bootcd-com/Makefile: revision 1.2 distrib/i386/Makefile: revision 1.5 distrib/amd64/cdroms/installcd/Makefile: revision 1.2 distrib/mvme68k/cdroms/installcd/Makefile: revision 1.1 distrib/alpha/cdroms/installcd/Makefile: revision 1.1 etc/etc.amd64/Makefile.inc: revision 1.7 distrib/i386/instkernel/Makefile: revision 1.6 distrib/x68k/cdroms/Makefile: revision 1.1 distrib/i386/cdroms/Makefile.cdrom: revision 1.1 distrib/sandpoint/Makefile: revision 1.4 distrib/i386/cdroms/Makefile.cdrom: revision 1.2 distrib/amiga/Makefile: revision 1.3 distrib/amd64/cdroms/bootcd/Makefile: revision 1.2 distrib/news68k/Makefile: revision 1.4 distrib/amd64/floppies/bootfloppy-com/Makefile: revision 1.5 distrib/news68k/cdroms/Makefile: revision 1.1 distrib/sparc/cdroms/Makefile: revision 1.1 distrib/shark/cdroms/Makefile: revision 1.1 etc/Makefile: revision 1.341 distrib/amd64/instkernel/Makefile: revision 1.2 distrib/sparc64/Makefile: revision 1.7 distrib/dreamcast/cdroms/Makefile: revision 1.1 distrib/shark/Makefile: revision 1.3 distrib/ews4800mips/cdroms/Makefile: revision 1.1 distrib/sun2/cdroms/installcd/Makefile: revision 1.1 distrib/shark/Makefile: revision 1.4 distrib/macppc/cdroms/Makefile: revision 1.1 distrib/mvme68k/cdroms/Makefile: revision 1.1 distrib/sun2/cdroms/Makefile: revision 1.1 distrib/hpcarm/Makefile: revision 1.3 distrib/arc/cdroms/installcd/Makefile: revision 1.1 distrib/hpcmips/cdroms/installcd/Makefile: revision 1.1 distrib/mipsco/cdroms/Makefile: revision 1.1 distrib/Makefile.inc: revision 1.9 distrib/playstation2/cdroms/installcd/Makefile: revision 1.1 distrib/ibmnws/cdroms/installcd/Makefile: revision 1.1 distrib/newsmips/cdroms/Makefile: revision 1.1 distrib/arc/Makefile: revision 1.3 distrib/sparc/cdroms/installcd/Makefile: revision 1.1 distrib/evbmips/cdroms/installcd/Makefile: revision 1.1 distrib/ews4800mips/cdroms/installcd/Makefile: revision 1.1 distrib/prep/Makefile: revision 1.3 distrib/ibmnws/cdroms/Makefile: revision 1.1 distrib/sandpoint/cdroms/Makefile: revision 1.1 distrib/atari/Makefile: revision 1.6 distrib/sgimips/cdroms/Makefile: revision 1.1 distrib/amd64/Makefile: revision 1.4 distrib/atari/cdroms/Makefile: revision 1.1 distrib/x68k/Makefile: revision 1.5 distrib/x68k/Makefile: revision 1.6 distrib/sandpoint/cdroms/installcd/Makefile: revision 1.1 distrib/evbarm/cdroms/Makefile: revision 1.1 distrib/acorn32/cdroms/Makefile: revision 1.1 distrib/cats/Makefile: revision 1.3 distrib/evbmips/cdroms/Makefile: revision 1.1 distrib/pc532/cdroms/Makefile: revision 1.1 distrib/Makefile: revision 1.14 distrib/evbarm/cdroms/installcd/Makefile: revision 1.1 distrib/ofppc/cdroms/Makefile: revision 1.1 distrib/amd64/cdroms/Makefile: revision 1.3 distrib/common/Makefile.bootcd: revision 1.8 distrib/i386/cdroms/bootcd-laptop/Makefile: file removal sys/arch/i386/conf/GENERIC: revision 1.813 distrib/hp300/Makefile: revision 1.17 sys/arch/i386/conf/GENERIC: revision 1.814 distrib/evbppc/Makefile: revision 1.2 distrib/pmax/cdroms/installcd/Makefile: revision 1.1 etc/etc.i386/Makefile.inc: revision 1.49 distrib/sgimips/Makefile: revision 1.2 distrib/prep/cdroms/installcd/Makefile: revision 1.1 distrib/acorn26/Makefile: revision 1.4 distrib/dreamcast/cdroms/installcd/Makefile: revision 1.1 distrib/alpha/Makefile: revision 1.22 distrib/dreamcast/Makefile: revision 1.2 Improve the use of makefs to build boot CDs, and make it truely MI: - allow to specify the "instkernel" directory, and allow to put multiple kernels on the image - allow to specify the directory where the image will be created - only use bootxx_cd9660 if it exists - search for second-stage boot as usr/mdec/boot.${MACHINE} in addition to usr/mdec/boot - make 'installboot -e' optional - use target 'release' or 'iso_image' depending on ${CDRELEASE} - call some MD targets, which will eventually complete the file list or make the image bootable For the benefit of modern hardware, enable ACPI by default in INSTALL and GENERIC kernels. If ACPI is an issue on your hardware, 'boot -c' and 'disable acpi' should be a workaround. ACPI-enabled kernels works fine on pre-acpi hardware. for amd64: - add ACPI to INSTALL and GENERIC, remove the *_ACPI config files. - get rid of the bootfloppy-big.fs boot image, and got to a 3-floppy boot image for i386: - introduce INSTALL_LARGE which has ACPI and some devices with big firmware - move some devices from INSTALL to INSTALL_LARGE - Boot floppies still use INSTALL, and bootfloppy-big.fs is still there (for thoses who want to build el-torito floppy emulation boot CD) and use INSTALL. For both, drop the 'iso-image' code in etc/ to make the iso bootable, we'll use something else to build bootable CDs. Add an iso_image target (iso-image as a target name doesn't play well with bsd.subdirs.mk) in distrib/makefile, which builds an iso image for $MACHINE with binary sets, stored in ${RELEASEDIR}/iso. The image is bootable for: alpha, amd64, cats, i386, pmax, sgimips, sparc, sparc64, sun3, vax. mac68k/macppc no there yet because of missing feature in makefs. call iso_image in distrib/ for iso-image in the top Makefile. Use the new common/Makefile.bootcd to make i386 and amd64 bootable ISO images. amd64 gets a single kernel; i386 images gets 3 kernels: - netbsd, copy from netbsd-INSTALL_LARGE.gz, loaded by default - nbsd-l, copy from netbsd-INSTALL_LAPTOP.gz - nbsd-i, copy from netbsd-INSTALL.gz for those who want the traditionnal non-ACPI kernel - drop the bootcd-laptop image both gets an installcd image, which is the same as bootcd but with the binary sets in addition to kernels. Make iso-image do nothing for all but mac68k, which still relies on mkisofs to create bootable ISO image. macppc should also be there, but it seems the code to make an iso bootable never got added in etc.macppc/ Fix typo in subdir name. Revert local changes that went in accidentally with the "add ACPI" commit. Note ACPI by default in i386/amd64, and the iso-image changes. Fix SUBDIR in previous Remove duplicate ACPIVERBOSE and ACPI_SCANPCI; pointed out by Nicolas Joly. Correct typo: the directory is named cdroms, not cdrom. Use nblaptop and nbnoacpi for the alternative kernel names; as suggected by Alan Barrett. While there factor out the kernels in Makefile.cdrom.
|
| 1.1.2.1 | 06-Mar-2007 |
riz | file Makefile was added on branch netbsd-4 on 2007-03-09 06:59:34 +0000
|
| 1.4 | 23-Sep-2019 |
christos | Consistently use ${RELEASEDIR}/${RELEASEMACHINE} instead of ${RELEASEDIR}/${MACHINE} (Paul Ripke)
|
| 1.3 | 28-Sep-2018 |
martin | Now that we do not force debug sets off install CDs any more, explicitly set CDRELEASE_NODEBUG everywhere.
|
| 1.2 | 15-Jan-2012 |
jmcneill | branches: 1.2.40; 1.2.42; use ${CDIMAGE} instead of ${CDBASE}.iso
|
| 1.1 | 06-Mar-2007 |
bouyer | branches: 1.1.2; 1.1.14; 1.1.22; 1.1.30; 1.1.38; 1.1.40; Add an iso_image target (iso-image as a target name doesn't play well with bsd.subdirs.mk) in distrib/makefile, which builds an iso image for $MACHINE with binary sets, stored in ${RELEASEDIR}/iso. The image is bootable for: alpha, amd64, cats, i386, pmax, sgimips, sparc, sparc64, sun3, vax. mac68k/macppc no there yet because of missing feature in makefs.
call iso_image in distrib/ for iso-image in the top Makefile.
|
| 1.1.40.1 | 08-Nov-2014 |
msaitoh | Pullup follwing revisions to fix build break of ticket 1931 on some archs.
distrib/alpha/cdroms/installcd/Makefile 1.2 distrib/pmax/cdroms/installcd/Makefile 1.2 distrib/prep/cdroms/installcd/Makefile 1.3 distrib/sgimips/cdroms/installcd/Makefile 1.2 distrib/sparc/cdroms/installcd/Makefile 1.2 distrib/sparc64/cdroms/installcd/Makefile 1.14 distrib/sun3/cdroms/installcd/Makefile 1.2 distrib/vax/cdroms/installcd/Makefile 1.2
Use ${CDIMAGE} instead of ${CDBASE}.iso.
|
| 1.1.38.1 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.30.1 | 08-Nov-2014 |
msaitoh | Pullup follwing revisions to fix build break of ticket 1931 on some archs:
distrib/alpha/cdroms/installcd/Makefile 1.2 distrib/pmax/cdroms/installcd/Makefile 1.2 distrib/prep/cdroms/installcd/Makefile 1.3 distrib/sgimips/cdroms/installcd/Makefile 1.2 distrib/sparc/cdroms/installcd/Makefile 1.2 distrib/sparc64/cdroms/installcd/Makefile 1.14 distrib/sun3/cdroms/installcd/Makefile 1.2 distrib/vax/cdroms/installcd/Makefile 1.2
Use ${CDIMAGE} instead of ${CDBASE}.iso.
|
| 1.1.22.1 | 08-Nov-2014 |
msaitoh | Pullup follwoing revisons to fix build break of ticket 1931 on some archs:
distrib/alpha/cdroms/installcd/Makefile 1.2 distrib/pmax/cdroms/installcd/Makefile 1.2 distrib/prep/cdroms/installcd/Makefile 1.3 distrib/sgimips/cdroms/installcd/Makefile 1.2 distrib/sparc/cdroms/installcd/Makefile 1.2 distrib/sparc64/cdroms/installcd/Makefile 1.14 distrib/sun3/cdroms/installcd/Makefile 1.2 distrib/vax/cdroms/installcd/Makefile 1.2
Use ${CDIMAGE} instead of ${CDBASE}.iso.
|
| 1.1.14.1 | 05-Oct-2008 |
mjf | Sync with HEAD.
|
| 1.1.2.2 | 09-Mar-2007 |
riz | Pull up following revision(s) (requested by bouyer in ticket #494): sys/arch/i386/conf/GENERIC.MP: revision 1.9 distrib/pc532/cdroms/installcd/Makefile: revision 1.1 distrib/macppc/Makefile: revision 1.15 distrib/ofppc/Makefile: revision 1.2 distrib/ibmnws/Makefile: revision 1.2 distrib/acorn32/Makefile: revision 1.18 distrib/x68k/cdroms/installcd/Makefile: revision 1.1 distrib/sparc/Makefile: revision 1.7 distrib/sparc64/cdroms/Makefile: revision 1.1 distrib/hp300/cdroms/Makefile: revision 1.1 distrib/hpcsh/Makefile: revision 1.6 distrib/ofppc/cdroms/installcd/Makefile: revision 1.1 distrib/playstation2/Makefile: revision 1.13 distrib/news68k/cdroms/installcd/Makefile: revision 1.1 distrib/amiga/cdroms/installcd/Makefile: revision 1.1 distrib/hp700/cdroms/installcd/Makefile: revision 1.1 distrib/playstation2/cdroms/Makefile: revision 1.1 distrib/amiga/cdroms/Makefile: revision 1.1 etc/etc.mac68k/Makefile.inc: revision 1.18 distrib/shark/cdroms/installcd/Makefile: revision 1.1 distrib/hpcmips/Makefile: revision 1.28 distrib/hpcmips/cdroms/Makefile: revision 1.1 distrib/amd64/floppies/Makefile: revision 1.3 sys/arch/amd64/conf/INSTALL_ACPI: file removal distrib/i386/cdroms/Makefile: revision 1.4 distrib/acorn26/cdroms/installcd/Makefile: revision 1.1 distrib/hpcsh/cdroms/Makefile: revision 1.1 distrib/prep/cdroms/Makefile: revision 1.1 distrib/pc532/Makefile: revision 1.4 distrib/acorn32/cdroms/installcd/Makefile: revision 1.1 distrib/sun2/Makefile: revision 1.8 distrib/vax/Makefile: revision 1.17 distrib/sparc64/cdroms/installcd/Makefile: revision 1.1 distrib/pmax/cdroms/Makefile: revision 1.1 distrib/mipsco/cdroms/installcd/Makefile: revision 1.1 distrib/sun3/cdroms/installcd/Makefile: revision 1.1 distrib/vax/cdroms/installcd/Makefile: revision 1.1 distrib/hpcarm/cdroms/installcd/Makefile: revision 1.1 distrib/mvme68k/Makefile: revision 1.4 distrib/mvmeppc/cdroms/Makefile: revision 1.1 distrib/newsmips/Makefile: revision 1.4 sys/arch/i386/conf/GENERIC.MPACPI: file removal distrib/hpcarm/cdroms/Makefile: revision 1.1 distrib/evbppc/cdroms/Makefile: revision 1.1 sys/arch/i386/conf/INSTALL_LARGE: revision 1.1 distrib/i386/cdroms/installcd/Makefile: revision 1.2 distrib/i386/cdroms/installcd/Makefile: revision 1.3 doc/CHANGES: revision 1.804 distrib/hpcsh/cdroms/installcd/Makefile: revision 1.1 distrib/i386/cdroms/bootcd/Makefile: revision 1.2 distrib/mvmeppc/cdroms/installcd/Makefile: revision 1.1 distrib/i386/cdroms/bootcd/Makefile: revision 1.3 distrib/evbarm/Makefile: revision 1.8 distrib/mvmeppc/Makefile: revision 1.3 distrib/i386/cdroms/bootcd-com/Makefile: revision 1.2 distrib/i386/cdroms/bootcd-com/Makefile: revision 1.3 distrib/macppc/cdroms/installcd/Makefile: revision 1.1 distrib/acorn26/cdroms/Makefile: revision 1.1 distrib/alpha/cdroms/Makefile: revision 1.1 distrib/hp300/cdroms/installcd/Makefile: revision 1.1 distrib/amd64/floppies/bootfloppy/Makefile: revision 1.4 distrib/pmppc/cdroms/installcd/Makefile: revision 1.1 distrib/hp700/Makefile: revision 1.2 distrib/pmppc/Makefile: revision 1.2 distrib/arc/cdroms/Makefile: revision 1.1 sys/arch/amd64/conf/INSTALL: revision 1.66 distrib/sun3/cdroms/Makefile: revision 1.1 distrib/mipsco/Makefile: revision 1.4 distrib/sun3/Makefile: revision 1.9 distrib/vax/cdroms/Makefile: revision 1.1 distrib/pmppc/cdroms/Makefile: revision 1.1 distrib/amd64/cdroms/Makefile.cdrom: revision 1.1 distrib/atari/cdroms/installcd/Makefile: revision 1.1 distrib/evbppc/cdroms/installcd/Makefile: revision 1.1 distrib/newsmips/cdroms/installcd/Makefile: revision 1.1 distrib/pmax/Makefile: revision 1.4 Makefile: revision 1.247 distrib/cats/cdroms/installcd/Makefile: revision 1.1 sys/arch/amd64/conf/GENERIC: revision 1.130 sys/arch/amd64/conf/GENERIC: revision 1.131 distrib/sgimips/cdroms/installcd/Makefile: revision 1.1 distrib/hp700/cdroms/Makefile: revision 1.1 distrib/cats/cdroms/Makefile: revision 1.1 distrib/evbmips/Makefile: revision 1.3 distrib/evbmips/Makefile: revision 1.4 sys/arch/amd64/conf/GENERIC_ACPI: file removal distrib/ews4800mips/Makefile: revision 1.2 distrib/amd64/cdroms/bootcd-com/Makefile: revision 1.2 distrib/i386/Makefile: revision 1.5 distrib/amd64/cdroms/installcd/Makefile: revision 1.2 distrib/mvme68k/cdroms/installcd/Makefile: revision 1.1 distrib/alpha/cdroms/installcd/Makefile: revision 1.1 etc/etc.amd64/Makefile.inc: revision 1.7 distrib/i386/instkernel/Makefile: revision 1.6 distrib/x68k/cdroms/Makefile: revision 1.1 distrib/i386/cdroms/Makefile.cdrom: revision 1.1 distrib/sandpoint/Makefile: revision 1.4 distrib/i386/cdroms/Makefile.cdrom: revision 1.2 distrib/amiga/Makefile: revision 1.3 distrib/amd64/cdroms/bootcd/Makefile: revision 1.2 distrib/news68k/Makefile: revision 1.4 distrib/amd64/floppies/bootfloppy-com/Makefile: revision 1.5 distrib/news68k/cdroms/Makefile: revision 1.1 distrib/sparc/cdroms/Makefile: revision 1.1 distrib/shark/cdroms/Makefile: revision 1.1 etc/Makefile: revision 1.341 distrib/amd64/instkernel/Makefile: revision 1.2 distrib/sparc64/Makefile: revision 1.7 distrib/dreamcast/cdroms/Makefile: revision 1.1 distrib/shark/Makefile: revision 1.3 distrib/ews4800mips/cdroms/Makefile: revision 1.1 distrib/sun2/cdroms/installcd/Makefile: revision 1.1 distrib/shark/Makefile: revision 1.4 distrib/macppc/cdroms/Makefile: revision 1.1 distrib/mvme68k/cdroms/Makefile: revision 1.1 distrib/sun2/cdroms/Makefile: revision 1.1 distrib/hpcarm/Makefile: revision 1.3 distrib/arc/cdroms/installcd/Makefile: revision 1.1 distrib/hpcmips/cdroms/installcd/Makefile: revision 1.1 distrib/mipsco/cdroms/Makefile: revision 1.1 distrib/Makefile.inc: revision 1.9 distrib/playstation2/cdroms/installcd/Makefile: revision 1.1 distrib/ibmnws/cdroms/installcd/Makefile: revision 1.1 distrib/newsmips/cdroms/Makefile: revision 1.1 distrib/arc/Makefile: revision 1.3 distrib/sparc/cdroms/installcd/Makefile: revision 1.1 distrib/evbmips/cdroms/installcd/Makefile: revision 1.1 distrib/ews4800mips/cdroms/installcd/Makefile: revision 1.1 distrib/prep/Makefile: revision 1.3 distrib/ibmnws/cdroms/Makefile: revision 1.1 distrib/sandpoint/cdroms/Makefile: revision 1.1 distrib/atari/Makefile: revision 1.6 distrib/sgimips/cdroms/Makefile: revision 1.1 distrib/amd64/Makefile: revision 1.4 distrib/atari/cdroms/Makefile: revision 1.1 distrib/x68k/Makefile: revision 1.5 distrib/x68k/Makefile: revision 1.6 distrib/sandpoint/cdroms/installcd/Makefile: revision 1.1 distrib/evbarm/cdroms/Makefile: revision 1.1 distrib/acorn32/cdroms/Makefile: revision 1.1 distrib/cats/Makefile: revision 1.3 distrib/evbmips/cdroms/Makefile: revision 1.1 distrib/pc532/cdroms/Makefile: revision 1.1 distrib/Makefile: revision 1.14 distrib/evbarm/cdroms/installcd/Makefile: revision 1.1 distrib/ofppc/cdroms/Makefile: revision 1.1 distrib/amd64/cdroms/Makefile: revision 1.3 distrib/common/Makefile.bootcd: revision 1.8 distrib/i386/cdroms/bootcd-laptop/Makefile: file removal sys/arch/i386/conf/GENERIC: revision 1.813 distrib/hp300/Makefile: revision 1.17 sys/arch/i386/conf/GENERIC: revision 1.814 distrib/evbppc/Makefile: revision 1.2 distrib/pmax/cdroms/installcd/Makefile: revision 1.1 etc/etc.i386/Makefile.inc: revision 1.49 distrib/sgimips/Makefile: revision 1.2 distrib/prep/cdroms/installcd/Makefile: revision 1.1 distrib/acorn26/Makefile: revision 1.4 distrib/dreamcast/cdroms/installcd/Makefile: revision 1.1 distrib/alpha/Makefile: revision 1.22 distrib/dreamcast/Makefile: revision 1.2 Improve the use of makefs to build boot CDs, and make it truely MI: - allow to specify the "instkernel" directory, and allow to put multiple kernels on the image - allow to specify the directory where the image will be created - only use bootxx_cd9660 if it exists - search for second-stage boot as usr/mdec/boot.${MACHINE} in addition to usr/mdec/boot - make 'installboot -e' optional - use target 'release' or 'iso_image' depending on ${CDRELEASE} - call some MD targets, which will eventually complete the file list or make the image bootable For the benefit of modern hardware, enable ACPI by default in INSTALL and GENERIC kernels. If ACPI is an issue on your hardware, 'boot -c' and 'disable acpi' should be a workaround. ACPI-enabled kernels works fine on pre-acpi hardware. for amd64: - add ACPI to INSTALL and GENERIC, remove the *_ACPI config files. - get rid of the bootfloppy-big.fs boot image, and got to a 3-floppy boot image for i386: - introduce INSTALL_LARGE which has ACPI and some devices with big firmware - move some devices from INSTALL to INSTALL_LARGE - Boot floppies still use INSTALL, and bootfloppy-big.fs is still there (for thoses who want to build el-torito floppy emulation boot CD) and use INSTALL. For both, drop the 'iso-image' code in etc/ to make the iso bootable, we'll use something else to build bootable CDs. Add an iso_image target (iso-image as a target name doesn't play well with bsd.subdirs.mk) in distrib/makefile, which builds an iso image for $MACHINE with binary sets, stored in ${RELEASEDIR}/iso. The image is bootable for: alpha, amd64, cats, i386, pmax, sgimips, sparc, sparc64, sun3, vax. mac68k/macppc no there yet because of missing feature in makefs. call iso_image in distrib/ for iso-image in the top Makefile. Use the new common/Makefile.bootcd to make i386 and amd64 bootable ISO images. amd64 gets a single kernel; i386 images gets 3 kernels: - netbsd, copy from netbsd-INSTALL_LARGE.gz, loaded by default - nbsd-l, copy from netbsd-INSTALL_LAPTOP.gz - nbsd-i, copy from netbsd-INSTALL.gz for those who want the traditionnal non-ACPI kernel - drop the bootcd-laptop image both gets an installcd image, which is the same as bootcd but with the binary sets in addition to kernels. Make iso-image do nothing for all but mac68k, which still relies on mkisofs to create bootable ISO image. macppc should also be there, but it seems the code to make an iso bootable never got added in etc.macppc/ Fix typo in subdir name. Revert local changes that went in accidentally with the "add ACPI" commit. Note ACPI by default in i386/amd64, and the iso-image changes. Fix SUBDIR in previous Remove duplicate ACPIVERBOSE and ACPI_SCANPCI; pointed out by Nicolas Joly. Correct typo: the directory is named cdroms, not cdrom. Use nblaptop and nbnoacpi for the alternative kernel names; as suggected by Alan Barrett. While there factor out the kernels in Makefile.cdrom.
|
| 1.1.2.1 | 06-Mar-2007 |
riz | file Makefile was added on branch netbsd-4 on 2007-03-09 06:59:39 +0000
|
| 1.2.42.2 | 13-Apr-2020 |
martin | Mostly merge changes from HEAD upto 20200411
|
| 1.2.42.1 | 10-Jun-2019 |
christos | Sync with HEAD
|
| 1.2.40.1 | 30-Sep-2018 |
pgoyette | Ssync with HEAD
|
| 1.22 | 05-Aug-2014 |
apb | Use ${TOOL_GZIP_N} instead of ${TOOL_GZIP} -n, and similarly use ${TOOL_GZIP_N} -9 instead of ${TOOL_GZIP} -9n, etc.
This will pass -nT instead of just -n if the gzip program is actually pigz.
|
| 1.21 | 27-Jan-2014 |
apb | branches: 1.21.2; Use ${TOOL_GZIP} instead of just gzip in all Makefiles outside */dist/* subdirectories.
When USE_PIGZGZIP=yes, bsd.own.mk sets TOOL_GZIP=${TOOL_PIGZ}, so there's no need to test USE_PIGZGZIP in these Makefiles.
|
| 1.20 | 03-Apr-2009 |
perry | branches: 1.20.6; 1.20.12; Consistently use gzip with the -n flag so dates are not embedded.
Not tested on all platforms.
|
| 1.19 | 10-Jul-2003 |
lukem | branches: 1.19.32; 1.19.42; Rename a large chunk of the make(1) variables which refer to a program/tool from "FOO" to "TOOL_FOO". The new variables are: TOOL_ASN1_COMPILE TOOL_CAP_MKDB TOOL_CAT TOOL_CKSUM TOOL_COMPILE_ET TOOL_CONFIG TOOL_CRUNCHGEN TOOL_CTAGS TOOL_DB TOOL_EQN TOOL_FGEN TOOL_GENCAT TOOL_GROFF TOOL_HEXDUMP TOOL_INDXBIB TOOL_INSTALLBOOT TOOL_INSTALL_INFO TOOL_M4 TOOL_MAKEFS TOOL_MAKEINFO TOOL_MAKEWHATIS TOOL_MDSETIMAGE TOOL_MENUC TOOL_MKCSMAPPER TOOL_MKESDB TOOL_MKLOCALE TOOL_MKMAGIC TOOL_MKTEMP TOOL_MSGC TOOL_MTREE TOOL_PAX TOOL_PIC TOOL_PREPMKBOOTIMAGE TOOL_PWD_MKDB TOOL_REFER TOOL_ROFF_ASCII TOOL_ROFF_DVI TOOL_ROFF_HTML TOOL_ROFF_PS TOOL_ROFF_RAW TOOL_RPCGEN TOOL_SOELIM TOOL_SUNLABEL TOOL_TBL TOOL_UUDECODE TOOL_VGRIND TOOL_ZIC
For each, provide default in <bsd.sys.mk> of the form: TOOL_FOO?= foo and for the ${USETOOLS}=="yes" case in <bsd.own.mk>, provide override: TOOL_FOO= ${TOOLDIR}/bin/${_TOOL_PREFIX}foo
Document all of these in bsd.README.
This cleans up a chunk of potential (and actual) namespace collision within our build infrastructure, as well as improves consistency in the share/mk documentation and provision of appropriate defaults for each of these variables.
|
| 1.18 | 14-May-2002 |
lukem | consistently use "${INSTALLBOOT} -v ..."
|
| 1.17 | 12-May-2002 |
lukem | fix FLOPPYMETAFILE
|
| 1.16 | 04-May-2002 |
lukem | Convert from vnd and installboot.old to Makefile.tarfloppy and MI installboot. Allow various parameters to be tweaked via external make(1) or environment variables, to allow for easy creation of floppy sets containing arbitrary kernels.
XXX: GENERIC still doesn't fit on a single floppy, so this won't build as-is and is still not enabled by default. (Per discussion with Ross & Jason.)
|
| 1.15 | 02-May-2002 |
lukem | yet another distrib overhaul: - move guts of distrib/Makefile.inc to distrib/common/Makefile.distrib (fixes problem caused by implicit include of ../Makefile.inc in certain submake conditions triggered by makefiles not yet in tree) - removed mkdir of ${RELEASEDIR}/*; rely upon "snap_pre" target of etc/Makefile to create all the release directories - renamed RELINSTALL to RELEASE_INSTALL - renamed FLOPPYINSTDIR to FLOPPY_RELEASEDIR - renamed MDSETDIR to MDSET_RELEASEDIR - removed ITARGET - move release target from top level to appropriate subdirectory - ensure release target has correct depends - replace miniroot's IMAGE_MD_POST with common/Makefile.image IMAGEPOSTBUILD - Makefile.image: add realall: ${IMAGE}
|
| 1.14 | 14-Apr-2002 |
lukem | use ${PAX} instead of tar
|
| 1.13 | 13-Apr-2002 |
lukem | use gzip -9f
|
| 1.12 | 09-Dec-2001 |
ross | simplify all vnd(4) names for vnconfig(8) and disklabel(8) as required by recent libutil changes; it's nicer this way in any case
|
| 1.11 | 02-May-2000 |
sjg | use bsd.kernobj.mk to tell us KERNOBJDIR for compiled kernels.
|
| 1.10 | 01-Feb-2000 |
tsutsui | Revert STRIPPROG -> STRIP
|
| 1.9 | 19-Jan-2000 |
tsutsui | STRIP -> STRIPPROG
|
| 1.8 | 10-Sep-1999 |
ross | Tweak.
|
| 1.7 | 11-May-1999 |
veego | Add dummy targets for depend, includes, lint, regress and tags.
|
| 1.6 | 29-Apr-1999 |
ross | Add `disk' target that does the dd(1).
|
| 1.5 | 07-Apr-1999 |
cgd | adjust for changes in alpha /usr/mdec files.
|
| 1.4 | 25-Feb-1999 |
ross | branches: 1.4.2; Convert GENERIC floppy image to ustarfs. Make sure kernel is stripped.
|
| 1.3 | 05-Nov-1998 |
ross | Urk, no ``all:'' target.
|
| 1.2 | 05-Sep-1998 |
lukem | distclean is a synonym for cleandir
|
| 1.1 | 20-May-1998 |
ross | Define a floppy with just the GENERIC kernel on it. This lets a site run diskless without having to netboot, which, besides being difficult, isn't always possible on a particular firmware rev.
Also, this gives the tc machines a floppy that does something, although they will get a proper install floppy "one of these days".
|
| 1.4.2.2 | 29-Feb-2000 |
he | Apply patch (requested by toddpw): Add support for ``release'' and ``depend'' targets in distrib/alpha.
|
| 1.4.2.1 | 07-Apr-1999 |
cgd | pull up from trunk: adjust for changes in alpha /usr/mdec files.
|
| 1.19.42.1 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.19.32.1 | 05-Oct-2008 |
mjf | Sync with HEAD.
|
| 1.20.12.1 | 19-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
| 1.20.6.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
| 1.21.2.1 | 10-Aug-2014 |
tls | Rebase.
|
| 1.4 | 02-May-2002 |
lukem | branches: 1.4.34; yet another distrib overhaul: - move guts of distrib/Makefile.inc to distrib/common/Makefile.distrib (fixes problem caused by implicit include of ../Makefile.inc in certain submake conditions triggered by makefiles not yet in tree) - removed mkdir of ${RELEASEDIR}/*; rely upon "snap_pre" target of etc/Makefile to create all the release directories - renamed RELINSTALL to RELEASE_INSTALL - renamed FLOPPYINSTDIR to FLOPPY_RELEASEDIR - renamed MDSETDIR to MDSET_RELEASEDIR - removed ITARGET - move release target from top level to appropriate subdirectory - ensure release target has correct depends - replace miniroot's IMAGE_MD_POST with common/Makefile.image IMAGEPOSTBUILD - Makefile.image: add realall: ${IMAGE}
|
| 1.3 | 11-Feb-2002 |
thorpej | Add barriers after ramdisk and instkernel, but allow fd-set and cd-hd-tape to be built in parallel.
|
| 1.2 | 16-Oct-1998 |
ross | This is now the main install directory for the new integrated sysinst boot. Yes, NetBSD/alpha finally gets sysinst on all media types. The new boot makes a single ramdisk which is then divided via ustarfs onto a two-floppy set, and a second unified image for CD's, HD's, or tapes is also created.
|
| 1.1 | 01-Feb-1998 |
thorpej | Add support for building an "install kernel", which contains a ramdisk in its belly. This differs from the floppy kernel in that it uses the sysinst installation tool (and thus requires more space; the ramdisk is 3M).
This is useful for netbooting and installing or for placing on a CD-ROM.
|
| 1.4.34.1 | 05-Oct-2008 |
mjf | Sync with HEAD.
|
| 1.2 | 07-Mar-2002 |
lukem | don't need this any more
|
| 1.1 | 01-Feb-1998 |
thorpej | branches: 1.1.10; Add support for building an "install kernel", which contains a ramdisk in its belly. This differs from the floppy kernel in that it uses the sysinst installation tool (and thus requires more space; the ramdisk is 3M).
This is useful for netbooting and installing or for placing on a CD-ROM.
|
| 1.1.10.1 | 25-Mar-2002 |
he | Apply patch (requested by he): Introduce dependency between ramdisk/miniroot construction and osrelease.sh, to better support UPDATE builds of releases.
|
| 1.2 | 10-May-2004 |
ross | branches: 1.2.26; Fix install floppy overflow by going to a 3-floppy boot. Fix the single-image overflow by just doubling the allowed size.
|
| 1.1 | 29-Apr-1999 |
ross | branches: 1.1.12; A note enumerating the final subtree build targets.
|
| 1.1.12.1 | 11-May-2004 |
tron | Pull up revision 1.2 (requested by ross in ticket #304): Fix install floppy overflow by going to a 3-floppy boot. Fix the single-image overflow by just doubling the allowed size.
|
| 1.2.26.1 | 05-Oct-2008 |
mjf | Sync with HEAD.
|
| 1.2 | 07-Mar-2002 |
lukem | remove now-unnecessary cruft
|
| 1.1 | 01-Feb-1998 |
thorpej | Add support for building an "install kernel", which contains a ramdisk in its belly. This differs from the floppy kernel in that it uses the sysinst installation tool (and thus requires more space; the ramdisk is 3M).
This is useful for netbooting and installing or for placing on a CD-ROM.
|
| 1.2 | 07-Mar-2002 |
lukem | remove now-unnecessary cruft
|
| 1.1 | 01-Feb-1998 |
thorpej | Add support for building an "install kernel", which contains a ramdisk in its belly. This differs from the floppy kernel in that it uses the sysinst installation tool (and thus requires more space; the ramdisk is 3M).
This is useful for netbooting and installing or for placing on a CD-ROM.
|
| 1.20 | 09-Nov-2009 |
mhitch | The tarfs image in cdhdinstall used to get padded out to an 18KB boundary (the size of the read used to read it) with the alpha-specific image creation. This got lost when moved to using common routines, so that burning the cdhdinstall image onto a CDROM resulted in a failure to read the last block of the tarfs image. Use the provided option to have the image padded out to the full image size. It's more than actually needed, but extra isn't likely to cause any problems.
|
| 1.19 | 10-May-2004 |
ross | branches: 1.19.26; 1.19.34; 1.19.40; Fix install floppy overflow by going to a 3-floppy boot. Fix the single-image overflow by just doubling the allowed size.
|
| 1.18 | 10-Jul-2003 |
lukem | branches: 1.18.2; Rename a large chunk of the make(1) variables which refer to a program/tool from "FOO" to "TOOL_FOO". The new variables are: TOOL_ASN1_COMPILE TOOL_CAP_MKDB TOOL_CAT TOOL_CKSUM TOOL_COMPILE_ET TOOL_CONFIG TOOL_CRUNCHGEN TOOL_CTAGS TOOL_DB TOOL_EQN TOOL_FGEN TOOL_GENCAT TOOL_GROFF TOOL_HEXDUMP TOOL_INDXBIB TOOL_INSTALLBOOT TOOL_INSTALL_INFO TOOL_M4 TOOL_MAKEFS TOOL_MAKEINFO TOOL_MAKEWHATIS TOOL_MDSETIMAGE TOOL_MENUC TOOL_MKCSMAPPER TOOL_MKESDB TOOL_MKLOCALE TOOL_MKMAGIC TOOL_MKTEMP TOOL_MSGC TOOL_MTREE TOOL_PAX TOOL_PIC TOOL_PREPMKBOOTIMAGE TOOL_PWD_MKDB TOOL_REFER TOOL_ROFF_ASCII TOOL_ROFF_DVI TOOL_ROFF_HTML TOOL_ROFF_PS TOOL_ROFF_RAW TOOL_RPCGEN TOOL_SOELIM TOOL_SUNLABEL TOOL_TBL TOOL_UUDECODE TOOL_VGRIND TOOL_ZIC
For each, provide default in <bsd.sys.mk> of the form: TOOL_FOO?= foo and for the ${USETOOLS}=="yes" case in <bsd.own.mk>, provide override: TOOL_FOO= ${TOOLDIR}/bin/${_TOOL_PREFIX}foo
Document all of these in bsd.README.
This cleans up a chunk of potential (and actual) namespace collision within our build infrastructure, as well as improves consistency in the share/mk documentation and provision of appropriate defaults for each of these variables.
|
| 1.17 | 01-Dec-2002 |
isaki | Fix broken $NetBSD$ tag in 1.12 - 1.13
|
| 1.16 | 14-May-2002 |
lukem | consistently use "${INSTALLBOOT} -v ..."
|
| 1.15 | 13-May-2002 |
matt | Fix Makefiles to refer to proper kernel name (again).
|
| 1.14 | 13-May-2002 |
matt | # is the comment character, not $.
|
| 1.13 | 12-May-2002 |
lukem | fix FLOPPYMETAFILE
|
| 1.12 | 04-May-2002 |
lukem | - add support for [-s suffix] to buildfloppies.sh (defaults to "", rather than the previous ".fs"). - add support for (optional) FLOPPYSUFFIX in Makefile.tarfloppy, and use appropriately - remove (now unnecessary) custom release targets in alpha/instkernel/*
|
| 1.11 | 02-May-2002 |
lukem | yet another distrib overhaul: - move guts of distrib/Makefile.inc to distrib/common/Makefile.distrib (fixes problem caused by implicit include of ../Makefile.inc in certain submake conditions triggered by makefiles not yet in tree) - removed mkdir of ${RELEASEDIR}/*; rely upon "snap_pre" target of etc/Makefile to create all the release directories - renamed RELINSTALL to RELEASE_INSTALL - renamed FLOPPYINSTDIR to FLOPPY_RELEASEDIR - renamed MDSETDIR to MDSET_RELEASEDIR - removed ITARGET - move release target from top level to appropriate subdirectory - ensure release target has correct depends - replace miniroot's IMAGE_MD_POST with common/Makefile.image IMAGEPOSTBUILD - Makefile.image: add realall: ${IMAGE}
|
| 1.10 | 02-May-2002 |
lukem | convert to building with NDWO Makefile.tarfloppy.
alpha is now fully NDWO (well, at least, the stuff that's enabled in distrib/alpha/Makefile)
|
| 1.9 | 26-Apr-2002 |
matt | Use the correct name of the INSTALL kernel.
|
| 1.8 | 05-Mar-2002 |
thorpej | Make sure <bsd.own.mk> is pulled in before ${PRINTOBJDIR} is used.
|
| 1.7 | 05-Mar-2002 |
thorpej | Use ${PRINTOBJDIR}.
|
| 1.6 | 09-Dec-2001 |
ross | simplify all vnd(4) names for vnconfig(8) and disklabel(8) as required by recent libutil changes; it's nicer this way in any case
|
| 1.5 | 11-May-1999 |
veego | Add dummy targets for depend, includes, lint, regress and tags.
|
| 1.4 | 07-Apr-1999 |
cgd | adjust for changes in alpha /usr/mdec files.
|
| 1.3 | 22-Mar-1999 |
ross | branches: 1.3.2; Make vnd image bigger.
|
| 1.2 | 29-Oct-1998 |
ross | Fix bugs in the way the instkernel is compressed and in the prerequisite names.
|
| 1.1 | 16-Oct-1998 |
ross | Components to new NetBSD/alpha integrated installer.
|
| 1.3.2.2 | 29-Feb-2000 |
he | Apply patch (requested by toddpw): Add support for ``release'' and ``depend'' targets in distrib/alpha.
|
| 1.3.2.1 | 07-Apr-1999 |
cgd | pull up from trunk: adjust for changes in alpha /usr/mdec files.
|
| 1.18.2.1 | 11-May-2004 |
tron | Pull up revision 1.19 (requested by ross in ticket #304): Fix install floppy overflow by going to a 3-floppy boot. Fix the single-image overflow by just doubling the allowed size.
|
| 1.19.40.1 | 21-Apr-2010 |
matt | sync to netbsd-5
|
| 1.19.34.1 | 15-Nov-2009 |
snj | Pull up following revision(s) (requested by mhitch in ticket #1136): distrib/alpha/instkernel/cd-hd-tape/Makefile: revision 1.20 The tarfs image in cdhdinstall used to get padded out to an 18KB boundary (the size of the read used to read it) with the alpha-specific image creation. This got lost when moved to using common routines, so that burning the cdhdinstall image onto a CDROM resulted in a failure to read the last block of the tarfs image. Use the provided option to have the image padded out to the full image size. It's more than actually needed, but extra isn't likely to cause any problems.
|
| 1.19.26.1 | 05-Oct-2008 |
mjf | Sync with HEAD.
|
| 1.16 | 18-Dec-2018 |
martin | Bump number of floppies to 4
|
| 1.15 | 10-May-2004 |
ross | branches: 1.15.26; 1.15.92; 1.15.94; Fix install floppy overflow by going to a 3-floppy boot. Fix the single-image overflow by just doubling the allowed size.
|
| 1.14 | 10-Jul-2003 |
lukem | branches: 1.14.2; Rename a large chunk of the make(1) variables which refer to a program/tool from "FOO" to "TOOL_FOO". The new variables are: TOOL_ASN1_COMPILE TOOL_CAP_MKDB TOOL_CAT TOOL_CKSUM TOOL_COMPILE_ET TOOL_CONFIG TOOL_CRUNCHGEN TOOL_CTAGS TOOL_DB TOOL_EQN TOOL_FGEN TOOL_GENCAT TOOL_GROFF TOOL_HEXDUMP TOOL_INDXBIB TOOL_INSTALLBOOT TOOL_INSTALL_INFO TOOL_M4 TOOL_MAKEFS TOOL_MAKEINFO TOOL_MAKEWHATIS TOOL_MDSETIMAGE TOOL_MENUC TOOL_MKCSMAPPER TOOL_MKESDB TOOL_MKLOCALE TOOL_MKMAGIC TOOL_MKTEMP TOOL_MSGC TOOL_MTREE TOOL_PAX TOOL_PIC TOOL_PREPMKBOOTIMAGE TOOL_PWD_MKDB TOOL_REFER TOOL_ROFF_ASCII TOOL_ROFF_DVI TOOL_ROFF_HTML TOOL_ROFF_PS TOOL_ROFF_RAW TOOL_RPCGEN TOOL_SOELIM TOOL_SUNLABEL TOOL_TBL TOOL_UUDECODE TOOL_VGRIND TOOL_ZIC
For each, provide default in <bsd.sys.mk> of the form: TOOL_FOO?= foo and for the ${USETOOLS}=="yes" case in <bsd.own.mk>, provide override: TOOL_FOO= ${TOOLDIR}/bin/${_TOOL_PREFIX}foo
Document all of these in bsd.README.
This cleans up a chunk of potential (and actual) namespace collision within our build infrastructure, as well as improves consistency in the share/mk documentation and provision of appropriate defaults for each of these variables.
|
| 1.13 | 14-May-2002 |
lukem | consistently use "${INSTALLBOOT} -v ..."
|
| 1.12 | 13-May-2002 |
matt | Fix Makefiles to refer to proper kernel name (again).
|
| 1.11 | 04-May-2002 |
lukem | - add support for [-s suffix] to buildfloppies.sh (defaults to "", rather than the previous ".fs"). - add support for (optional) FLOPPYSUFFIX in Makefile.tarfloppy, and use appropriately - remove (now unnecessary) custom release targets in alpha/instkernel/*
|
| 1.10 | 02-May-2002 |
lukem | yet another distrib overhaul: - move guts of distrib/Makefile.inc to distrib/common/Makefile.distrib (fixes problem caused by implicit include of ../Makefile.inc in certain submake conditions triggered by makefiles not yet in tree) - removed mkdir of ${RELEASEDIR}/*; rely upon "snap_pre" target of etc/Makefile to create all the release directories - renamed RELINSTALL to RELEASE_INSTALL - renamed FLOPPYINSTDIR to FLOPPY_RELEASEDIR - renamed MDSETDIR to MDSET_RELEASEDIR - removed ITARGET - move release target from top level to appropriate subdirectory - ensure release target has correct depends - replace miniroot's IMAGE_MD_POST with common/Makefile.image IMAGEPOSTBUILD - Makefile.image: add realall: ${IMAGE}
|
| 1.9 | 30-Apr-2002 |
lukem | convert instkernel/fdset into using NDWO Makefile.tarfloppy, which allows UNPRIVED cross building of aforementioned directory
|
| 1.8 | 26-Apr-2002 |
matt | Use the right name for the install kernel.
|
| 1.7 | 05-Mar-2002 |
thorpej | Make sure <bsd.own.mk> is pulled in before ${PRINTOBJDIR} is used.
|
| 1.6 | 05-Mar-2002 |
thorpej | Use ${PRINTOBJDIR}.
|
| 1.5 | 09-Dec-2001 |
ross | simplify all vnd(4) names for vnconfig(8) and disklabel(8) as required by recent libutil changes; it's nicer this way in any case
|
| 1.4 | 11-May-1999 |
veego | Add dummy targets for depend, includes, lint, regress and tags.
|
| 1.3 | 07-Apr-1999 |
cgd | adjust for changes in alpha /usr/mdec files.
|
| 1.2 | 29-Oct-1998 |
ross | branches: 1.2.2; Fix bugs in the way the instkernel is compressed and in the prerequisite names.
|
| 1.1 | 16-Oct-1998 |
ross | Components to new NetBSD/alpha integrated installer.
|
| 1.2.2.2 | 29-Feb-2000 |
he | Apply patch (requested by toddpw): Add support for ``release'' and ``depend'' targets in distrib/alpha.
|
| 1.2.2.1 | 07-Apr-1999 |
cgd | pull up from trunk: adjust for changes in alpha /usr/mdec files.
|
| 1.14.2.1 | 11-May-2004 |
tron | Pull up revision 1.15 (requested by ross in ticket #304): Fix install floppy overflow by going to a 3-floppy boot. Fix the single-image overflow by just doubling the allowed size.
|
| 1.15.94.1 | 10-Jun-2019 |
christos | Sync with HEAD
|
| 1.15.92.1 | 26-Dec-2018 |
pgoyette | Sync with HEAD, resolve a few conflicts
|
| 1.15.26.1 | 05-Oct-2008 |
mjf | Sync with HEAD.
|
| 1.25 | 08-May-2002 |
lukem | branches: 1.25.34; - whitespace consistency cleanup - build (mdset/nm/strip) into ${filename} as one rule, and move ${filename}.gz into separate rule - rename MDSET.${filename}.nosymbols -> MDSET_NOSYMBOLS.${filename} - rename MDSET.${filename}.post -> MDSET_POST.${filename}, and don't do suffix handling here - rework suffix handling: - rename MDSET.${filename}.suffixes -> MDSET_SUFFIXES.${filename}, and change from list of suffixes to list of "suffix cmdtobuildsuffix", where cmdtobuildsuffix is the name of the variable containing the command to build ${filename}.${suffix} (available as "${.TARGET}"). - for each ${filename}.${suffix}, depend upon ${filename} and use ${cmdtobuildsuffix} to create the former. - add separate ${filename}.${suffix}.gz rule - mipsco & pmax: rename "install.gz" to "netbsd-INSTALL.gz", for consistency and so the target to build the mdset kernel doesn't get confused with general "install" target
|
| 1.24 | 02-May-2002 |
lukem | yet another distrib overhaul: - move guts of distrib/Makefile.inc to distrib/common/Makefile.distrib (fixes problem caused by implicit include of ../Makefile.inc in certain submake conditions triggered by makefiles not yet in tree) - removed mkdir of ${RELEASEDIR}/*; rely upon "snap_pre" target of etc/Makefile to create all the release directories - renamed RELINSTALL to RELEASE_INSTALL - renamed FLOPPYINSTDIR to FLOPPY_RELEASEDIR - renamed MDSETDIR to MDSET_RELEASEDIR - removed ITARGET - move release target from top level to appropriate subdirectory - ensure release target has correct depends - replace miniroot's IMAGE_MD_POST with common/Makefile.image IMAGEPOSTBUILD - Makefile.image: add realall: ${IMAGE}
|
| 1.23 | 26-Apr-2002 |
lukem | replace _SRC_TOP_ with NETBSDSRCDIR, since the latter is the "public" version
|
| 1.22 | 12-Apr-2002 |
lukem | Makefile.mdset: replace TARGETS = KERNEL IMAGE [...] with MDTARGETS = KERNEL IMAGE FILENAME [...] If FILENAME is "-", use "netbsd.${KERNEL}" as the target filename
The rest: Update for new MDTARGETS syntax. In some cases, the kernel name from the "old" method will be used to override the default.
|
| 1.21 | 12-Apr-2002 |
lukem | - don't pull in <bsd.prog.mk> in Makefile.mdset; do that in the caller instead - renamed optional post-strip action variable from ${KERNEL}.post to netbsd.${KERNEL}.post
|
| 1.20 | 11-Apr-2002 |
lukem | convert to using distrib/common/Makefile.mdset
|
| 1.19 | 10-Apr-2002 |
lukem | tweak how distrib/Makefile.inc is pulled in
|
| 1.18 | 07-Apr-2002 |
lukem | rejig a bit
|
| 1.17 | 07-Mar-2002 |
lukem | remove some unnnecessary variable assignments, and use ${NM} instead of nm
|
| 1.16 | 05-Mar-2002 |
thorpej | Make sure <bsd.own.mk> is pulled in before ${PRINTOBJDIR} is used.
|
| 1.15 | 05-Mar-2002 |
thorpej | Use ${PRINTOBJDIR}.
|
| 1.14 | 21-Oct-2001 |
jmc | Convert to using ${MDSETIMAGE}.
Provide a default value for $MDSETIMAGE and pull in bsd.own.mk to have it overriden as needed for cross/-current builds.
|
| 1.13 | 10-Sep-2000 |
jhawk | Remove the kernel symbol files during a `make clean'.
|
| 1.12 | 09-Sep-2000 |
jhawk | For stripped kernels, run nm and save the output as netbsd.KERNELNAME.symbols, and install in the release(7) tree.
|
| 1.11 | 07-May-2000 |
mycroft | branches: 1.11.4; Put the ramdisk kernel in the release area.
|
| 1.10 | 02-May-2000 |
sjg | use bsd.kernobj.mk to tell us KERNOBJDIR for compiled kernels.
|
| 1.9 | 01-Feb-2000 |
tsutsui | Revert STRIPPROG -> STRIP
|
| 1.8 | 19-Jan-2000 |
tsutsui | STRIP -> STRIPPROG
|
| 1.7 | 02-Sep-1999 |
ross | Make the kernel selectable and the strip action optional.
|
| 1.6 | 25-Jun-1999 |
nathanw | 'make clean' should also blow away netbsd.gz.
|
| 1.5 | 11-May-1999 |
veego | Add dummy targets for depend, includes, lint, regress and tags.
|
| 1.4 | 29-Oct-1998 |
ross | branches: 1.4.2; Fix bugs in the way the instkernel is compressed and in the prerequisite names.
|
| 1.3 | 05-Sep-1998 |
lukem | distclean is a synonym for cleandir
|
| 1.2 | 03-May-1998 |
ross | Add clean and cleandir targets.
|
| 1.1 | 01-Feb-1998 |
thorpej | Add support for building an "install kernel", which contains a ramdisk in its belly. This differs from the floppy kernel in that it uses the sysinst installation tool (and thus requires more space; the ramdisk is 3M).
This is useful for netbooting and installing or for placing on a CD-ROM.
|
| 1.4.2.1 | 29-Feb-2000 |
he | Apply patch (requested by toddpw): Add support for ``release'' and ``depend'' targets in distrib/alpha.
|
| 1.11.4.1 | 30-Sep-2000 |
jhawk | Pullup revs 1.12,1.13, [self-]approved by jhawk: Revision 1.13 Remove the kernel symbol files during a `make clean'.
Revision 1.12 For stripped kernels, run nm and save the output as netbsd.KERNELNAME.symbols, and install in the release(7) tree.
|
| 1.25.34.1 | 05-Oct-2008 |
mjf | Sync with HEAD.
|
| 1.33 | 06-Apr-2020 |
martin | Use full available ram disk space
|
| 1.32 | 24-Jan-2017 |
christos | branches: 1.32.12; += for MAKEFS_FLAGS
|
| 1.31 | 22-Jan-2014 |
tsutsui | branches: 1.31.8; 1.31.12; Add dhcpcd(8) to alpha's INSTALL ramdisk.
|
| 1.30 | 11-Feb-2010 |
roy | branches: 1.30.6; 1.30.12; Remove terminfo.db as it's now embedded in libterminfo.
|
| 1.29 | 05-Feb-2010 |
roy | Use the rescue terminfo.db in our images instead of termcap.
|
| 1.28 | 20-Sep-2009 |
abs | 34 different termcap subsets, plus a couple of ports still using the full termcap distfile. In an attempt to reduce the madness switch everyone (except the i386 cd install which does its own thing) to the same (under 8K) termcap subset:
ansi ansi/pc-term compatible with color dumb|unknown 80-column dumb tty hp300h HP Catseye console iris-ansi-ap IRIS ANSI in application-keypad mode iris-ansi|iris-ansi-net IRIS emulating 40 line ANSI terminal (almost VT100) sun|sun1|sun2|sun-il Sun Microsystems Inc. console with working insert-line vt100|vt100-am DEC VT100 (w/advanced video) vt220-8 DEC VT220 8 bit terminal vt220|vt200|vt300 DEC VT220 in vt100 emulation mode wsvt25 NetBSD wscons in 25 line DEC VT220 mode wsvt25m NetBSD wscons in 25 line DEC VT220 mode with Meta x68k|x68k-ite NetBSD/x68k ITE xterm|vs100 xterm terminal emulator (X Window System)
Trying to provide similar functionality across all ports? It'll never catch on...
|
| 1.27 | 20-Sep-2009 |
abs | Nothing needs disktab anymore, so we'd rather have an inode and slightly over 1K of space on install media...
|
| 1.26 | 20-Sep-2009 |
abs | ${NETBSDSRCDIR}/distrib/common/protocols => ${DISTRIBDIR}/common/protocols ${NETBSDSRCDIR}/distrib/common/services => ${DISTRIBDIR}/common/services
|
| 1.25 | 20-Sep-2009 |
abs | Alas poor dot.hdprofile. I knew him... not at all Horatio. (Remove)
|
| 1.24 | 25-Jan-2009 |
abs | Use the cutdown distrib/common/services and distrib/common/protocols rather than the full fat etc versions
|
| 1.23 | 10-May-2007 |
dogcow | branches: 1.23.12; Since /etc/services has gotten rather large, use a minimal one for install kernels. (mount_nfs is notably the only binary that doesn't gracefully deal with the lack of an /etc/services file, it appears.)
|
| 1.22 | 10-Jul-2003 |
lukem | Rename a large chunk of the make(1) variables which refer to a program/tool from "FOO" to "TOOL_FOO". The new variables are: TOOL_ASN1_COMPILE TOOL_CAP_MKDB TOOL_CAT TOOL_CKSUM TOOL_COMPILE_ET TOOL_CONFIG TOOL_CRUNCHGEN TOOL_CTAGS TOOL_DB TOOL_EQN TOOL_FGEN TOOL_GENCAT TOOL_GROFF TOOL_HEXDUMP TOOL_INDXBIB TOOL_INSTALLBOOT TOOL_INSTALL_INFO TOOL_M4 TOOL_MAKEFS TOOL_MAKEINFO TOOL_MAKEWHATIS TOOL_MDSETIMAGE TOOL_MENUC TOOL_MKCSMAPPER TOOL_MKESDB TOOL_MKLOCALE TOOL_MKMAGIC TOOL_MKTEMP TOOL_MSGC TOOL_MTREE TOOL_PAX TOOL_PIC TOOL_PREPMKBOOTIMAGE TOOL_PWD_MKDB TOOL_REFER TOOL_ROFF_ASCII TOOL_ROFF_DVI TOOL_ROFF_HTML TOOL_ROFF_PS TOOL_ROFF_RAW TOOL_RPCGEN TOOL_SOELIM TOOL_SUNLABEL TOOL_TBL TOOL_UUDECODE TOOL_VGRIND TOOL_ZIC
For each, provide default in <bsd.sys.mk> of the form: TOOL_FOO?= foo and for the ${USETOOLS}=="yes" case in <bsd.own.mk>, provide override: TOOL_FOO= ${TOOLDIR}/bin/${_TOOL_PREFIX}foo
Document all of these in bsd.README.
This cleans up a chunk of potential (and actual) namespace collision within our build infrastructure, as well as improves consistency in the share/mk documentation and provision of appropriate defaults for each of these variables.
|
| 1.21 | 15-Jun-2002 |
lukem | use ${PRINTOBJDIR} (mmm, finding make -j N>1 build bugs)
|
| 1.20 | 02-May-2002 |
lukem | branches: 1.20.2; yet another distrib overhaul: - move guts of distrib/Makefile.inc to distrib/common/Makefile.distrib (fixes problem caused by implicit include of ../Makefile.inc in certain submake conditions triggered by makefiles not yet in tree) - removed mkdir of ${RELEASEDIR}/*; rely upon "snap_pre" target of etc/Makefile to create all the release directories - renamed RELINSTALL to RELEASE_INSTALL - renamed FLOPPYINSTDIR to FLOPPY_RELEASEDIR - renamed MDSETDIR to MDSET_RELEASEDIR - removed ITARGET - move release target from top level to appropriate subdirectory - ensure release target has correct depends - replace miniroot's IMAGE_MD_POST with common/Makefile.image IMAGEPOSTBUILD - Makefile.image: add realall: ${IMAGE}
|
| 1.19 | 26-Apr-2002 |
lukem | replace _SRC_TOP_ with NETBSDSRCDIR, since the latter is the "public" version
|
| 1.18 | 12-Apr-2002 |
lukem | use ${DISTRIBDIR} instead of ${_SRC_TOP_}/distrib
|
| 1.17 | 10-Apr-2002 |
lukem | tweak how distrib/Makefile.inc is pulled in
|
| 1.16 | 14-Mar-2002 |
lukem | parselist.awk - improve comments - provide a general purpose variable replacement; replace contents of ${FOO} with ENVIRON["FOO"]. - deprecate @MACHINE@ and @MACHINE_ARCH@ in favour of using ${MACHINE} and ${MACHINE_ARCH} instead - add errx() function; like err(), but doesn't print the line number - invoke this script with various variables defined via PARSELISTENV
*/Makefile* - use PARSELISTENV instead of POPULATEENV, and add variables like DESTDIR - other minor tweaks
*/list* - replace @MACHINE@ with ${MACHINE}
|
| 1.15 | 07-Mar-2002 |
lukem | convert to using the New Distrib World Order. this directory can now be built UNPRIVED.
|
| 1.14 | 04-Feb-2002 |
ross | stop specifying cylinders per group
|
| 1.13 | 09-Dec-2001 |
ross | + get mtree definition from bsd.sys.mk, for subtree make runs + change all disklabel and vnconfig instances to track libutil opendisk(3) mods
|
| 1.12 | 13-Oct-2001 |
jmc | Add MTREE?= to add Makefiles and use when running mtree
|
| 1.11 | 10-Oct-2001 |
enami | Use symbol MTREECONF instead of MTREE to refer configuration file to avoid conflicts. Pointed out by chs@netbsd.org.
|
| 1.10 | 01-Nov-2000 |
garbled | Change all ocurrences of "crunchgen" to ${CRUNCHGEN}
|
| 1.9 | 30-Aug-2000 |
jhawk | Use ${MAKE} instead of make
|
| 1.8 | 02-May-2000 |
sjg | branches: 1.8.4; use bsd.kernobj.mk to tell us KERNOBJDIR for compiled kernels.
|
| 1.7 | 27-Jun-1999 |
christos | increase ramdisk size
|
| 1.6 | 11-May-1999 |
veego | Sync with the recent crunchgen changes. - Remove *.cro files and not the obsoleted *.lo files.
From Bill Studenmund commit message: > 3) Generate .cro files rather than .lo files. .lo now is used for "local > objects" - obj's for the host machine not the target machine.
|
| 1.5 | 29-Apr-1999 |
ross | Import INSTALL.more a better way.
|
| 1.4 | 04-Mar-1999 |
wrstuden | branches: 1.4.2; Modify all calls to newfs in ramdisk/miniroot creation to include the needed endianism of the architecture. One step towards cross-building releases.
Not touched are newfs calls in install scripts as they run on the desired machine and thus default correctly.
|
| 1.3 | 16-Oct-1998 |
ross | This is now the main install directory for the new integrated sysinst boot. Yes, NetBSD/alpha finally gets sysinst on all media types. The new boot makes a single ramdisk which is then divided via ustarfs onto a two-floppy set, and a second unified image for CD's, HD's, or tapes is also created.
|
| 1.2 | 05-Sep-1998 |
lukem | distclean is a synonym for cleandir
|
| 1.1 | 01-Feb-1998 |
thorpej | Add support for building an "install kernel", which contains a ramdisk in its belly. This differs from the floppy kernel in that it uses the sysinst installation tool (and thus requires more space; the ramdisk is 3M).
This is useful for netbooting and installing or for placing on a CD-ROM.
|
| 1.4.2.1 | 29-Apr-1999 |
perry | pullup 1.4->1.5 (ross)
|
| 1.8.4.1 | 25-Mar-2002 |
he | Apply patch (requested by he): Introduce dependency between ramdisk/miniroot construction and osrelease.sh, to better support UPDATE builds of releases.
|
| 1.20.2.1 | 15-Jun-2002 |
lukem | Pull up revision 1.21 (requested by lukem in ticket #279): use ${PRINTOBJDIR} (mmm, finding make -j N>1 build bugs)
|
| 1.23.12.1 | 05-Oct-2008 |
mjf | Sync with HEAD.
|
| 1.30.12.1 | 19-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
| 1.30.6.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
| 1.31.12.1 | 21-Apr-2017 |
bouyer | Sync with HEAD
|
| 1.31.8.1 | 20-Mar-2017 |
pgoyette | Sync with HEAD
|
| 1.32.12.1 | 08-Apr-2020 |
martin | Merge changes from current as of 20200406
|
| 1.3 | 20-Sep-2009 |
abs | Nothing needs disktab anymore, so we'd rather have an inode and slightly over 1K of space on install media...
|
| 1.2 | 19-Apr-2004 |
wiz | branches: 1.2.26; Spell removable with only two es. Inspired by jmc@openbsd.
|
| 1.1 | 01-Feb-1998 |
thorpej | Add support for building an "install kernel", which contains a ramdisk in its belly. This differs from the floppy kernel in that it uses the sysinst installation tool (and thus requires more space; the ramdisk is 3M).
This is useful for netbooting and installing or for placing on a CD-ROM.
|
| 1.2.26.1 | 05-Oct-2008 |
mjf | Sync with HEAD.
|
| 1.2 | 28-Nov-1998 |
jonathan | Dead.
|
| 1.1 | 16-Oct-1998 |
ross | More pieces of new integrated alpha installer.
|
| 1.6 | 20-Sep-2009 |
abs | Alas poor dot.hdprofile. I knew him... not at all Horatio. (Remove)
|
| 1.5 | 26-Jul-2003 |
salo | branches: 1.5.32; netbsd.org->NetBSD.org
|
| 1.4 | 14-Jun-2000 |
cgd | sweep of my licenses (userland files w/o only my copyright) for consistency. (no functional changes)
|
| 1.3 | 14-Jun-2000 |
cgd | fix up NetBSD RCS Ids to match the standard, and the leading comment as to match as well. No functional changes.
|
| 1.2 | 26-Jun-1999 |
cgd | after checking and setting DONEPROFILE, export it so that children of the shell (e.g. programs and shells invoked via sysinst) don't try to run sysinst again. Fixes PR#7805.
|
| 1.1 | 01-Feb-1998 |
thorpej | branches: 1.1.2; Add support for building an "install kernel", which contains a ramdisk in its belly. This differs from the floppy kernel in that it uses the sysinst installation tool (and thus requires more space; the ramdisk is 3M).
This is useful for netbooting and installing or for placing on a CD-ROM.
|
| 1.1.2.1 | 26-Jun-1999 |
cgd | pull up rev 1.2 from trunk. (cgd)
|
| 1.5.32.1 | 05-Oct-2008 |
mjf | Sync with HEAD.
|
| 1.2 | 28-Nov-1998 |
jonathan | Dead.
|
| 1.1 | 16-Oct-1998 |
ross | More pieces of new integrated alpha installer.
|
| 1.11 | 09-Jan-2020 |
martin | PR install/54780: in the (of course totally unlikely) case that sysinst should crash, run "stty sane".
|
| 1.10 | 29-Mar-2009 |
tsutsui | branches: 1.10.48; 1.10.50; Remove kernfs and use dmesg(8) on alpha INSTALL kernel.
|
| 1.9 | 26-Jul-2003 |
salo | branches: 1.9.32; 1.9.42; netbsd.org->NetBSD.org
|
| 1.8 | 14-Jun-2000 |
cgd | sweep of my licenses for consistency. (no functional changes) These files have copyright held by people in addition to myself. (I did the original work, they copied it, enhanced it, and added their copyright to the derivative work.) Their approval has been given re: the license change.
|
| 1.7 | 14-Jun-2000 |
cgd | fix up NetBSD RCS Ids to match the standard, and the leading comment as to match as well. No functional changes.
|
| 1.6 | 21-Jan-2000 |
tsutsui | rename (revert) memory disk filename /dev/mdX -> /dev/mdXa
|
| 1.5 | 10-Jan-2000 |
tsutsui | Fix root device name md0a -> md0
|
| 1.4 | 23-Nov-1999 |
simonb | Don't start update.
|
| 1.3 | 26-Jun-1999 |
cgd | branches: 1.3.4; after checking and setting DONEPROFILE, export it so that children of the shell (e.g. programs and shells invoked via sysinst) don't try to run sysinst again. Fixes PR#7805.
|
| 1.2 | 29-Apr-1999 |
ross | term type, sun -> vt100
|
| 1.1 | 01-Feb-1998 |
thorpej | branches: 1.1.2; Add support for building an "install kernel", which contains a ramdisk in its belly. This differs from the floppy kernel in that it uses the sysinst installation tool (and thus requires more space; the ramdisk is 3M).
This is useful for netbooting and installing or for placing on a CD-ROM.
|
| 1.1.2.2 | 26-Jun-1999 |
cgd | pull up rev 1.3 from trunk. (cgd)
|
| 1.1.2.1 | 29-Apr-1999 |
perry | pullup 1.1->1.2 (ross)
|
| 1.3.4.1 | 27-Dec-1999 |
wrstuden | Pull up to last week's -current.
|
| 1.9.42.1 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.9.32.1 | 05-Oct-2008 |
mjf | Sync with HEAD.
|
| 1.10.50.1 | 28-Jan-2020 |
msaitoh | Pull up following revision(s) (requested by martin in ticket #669): distrib/playstation2/miniroot/dot.profile: revision 1.5 distrib/sparc64/instfs/dot.profile: revision 1.8 distrib/hpcarm/miniroot/dot.profile: revision 1.3 distrib/emips/miniroot/dot.profile: revision 1.2 distrib/x68k/floppies/ramdisk/dot.profile: revision 1.16 distrib/zaurus/ramdisk/dot.profile: revision 1.4 distrib/i386/ramdisks/common/dot.profile: revision 1.7 distrib/cobalt/ramdisk/dot.profile: revision 1.2 distrib/hpcsh/miniroot/dot.profile: revision 1.5 distrib/evbarm/instkernel/ramdisk/dot.profile: revision 1.3 distrib/riscv/ramdisk/dot.profile: revision 1.2 distrib/sandpoint/ramdisk/dot.profile: revision 1.2 distrib/landisk/ramdisk/dot.profile: revision 1.3 distrib/amd64/ramdisks/common/dot.profile: revision 1.4 distrib/macppc/floppies/ramdisk/dot.profile: revision 1.14 distrib/mipsco/ramdisk/dot.profile: revision 1.3 distrib/evbmips/instkernel/ramdisk/dot.profile: revision 1.2 distrib/acorn32/ramdisk/dot.profile: revision 1.4 distrib/cats/ramdisk/dot.profile: revision 1.5 distrib/vax/ramdisk/dot.profile: revision 1.10 distrib/pmax/miniroot/dot.profile: revision 1.3 distrib/sparc/miniroot/dot.profile: revision 1.16 distrib/hpcmips/miniroot/dot.profile: revision 1.8 distrib/prep/floppies/ramdisk/dot.profile: revision 1.3 distrib/news68k/floppies/ramdisk/dot.profile: revision 1.8 distrib/alpha/instkernel/ramdisk/dot.profile: revision 1.11 distrib/ofppc/ramdisks/common/dot.profile: revision 1.2 distrib/mac68k/instkernel/ramdisk/dot.profile: revision 1.9 distrib/hp300/ramdisk/dot.profile: revision 1.7 distrib/ews4800mips/floppies/ramdisk/dot.profile: revision 1.2 distrib/emips/ramdisk/dot.profile: revision 1.3 distrib/newsmips/floppies/ramdisk/dot.profile: revision 1.7 distrib/bebox/ramdisk/dot.profile: revision 1.2 distrib/rs6000/ramdisk/dot.profile: revision 1.2 distrib/sgimips/miniroot/dot.profile: revision 1.2 distrib/mvme68k/miniroot/dot.profile: revision 1.9 distrib/hppa/ramdisk/dot.profile: revision 1.2 distrib/luna68k/ramdisk/dot.profile: revision 1.2 distrib/sgimips/ramdisk/dot.profile: revision 1.4 distrib/evbsh3/instkernel/ramdisk/dot.profile: revision 1.2 distrib/evbppc/ramdisk/dot.profile: revision 1.5 distrib/shark/instkernel/ramdisk/dot.profile: revision 1.5 distrib/pmax/ramdisk/dot.profile: revision 1.11 distrib/dreamcast/ramdisk/dot.profile: revision 1.3 distrib/arc/ramdisk/dot.profile: revision 1.5 distrib/atari/floppies/common/dot.profile: revision 1.8 PR install/54780: in the (of course totally unlikely) case that sysinst should crash, run "stty sane".
|
| 1.10.48.1 | 08-Apr-2020 |
martin | Merge changes from current as of 20200406
|
| 1.8 | 26-Mar-2023 |
andvar | s/displyed/displayed/
|
| 1.7 | 29-Sep-2020 |
msaitoh | s/parition/partition/
|
| 1.6 | 20-Sep-2009 |
abs | remove references to disktab.{preinstall,shadow}
|
| 1.5 | 16-Sep-2009 |
abs | The ramdisk includes dmesg, so use it in preference to /kern/msgbuf
|
| 1.4 | 23-Apr-2004 |
simonb | branches: 1.4.26; s/this this/this/.
|
| 1.3 | 26-Jul-2003 |
salo | netbsd.org->NetBSD.org
|
| 1.2 | 07-May-2002 |
lukem | migrate to /usr/sbin/installboot or ${INSTALLBOOT} as appropriate
|
| 1.1 | 02-May-2002 |
lukem | yet another distrib overhaul: - move guts of distrib/Makefile.inc to distrib/common/Makefile.distrib (fixes problem caused by implicit include of ../Makefile.inc in certain submake conditions triggered by makefiles not yet in tree) - removed mkdir of ${RELEASEDIR}/*; rely upon "snap_pre" target of etc/Makefile to create all the release directories - renamed RELINSTALL to RELEASE_INSTALL - renamed FLOPPYINSTDIR to FLOPPY_RELEASEDIR - renamed MDSETDIR to MDSET_RELEASEDIR - removed ITARGET - move release target from top level to appropriate subdirectory - ensure release target has correct depends - replace miniroot's IMAGE_MD_POST with common/Makefile.image IMAGEPOSTBUILD - Makefile.image: add realall: ${IMAGE}
|
| 1.4.26.1 | 05-Oct-2008 |
mjf | Sync with HEAD.
|
| 1.46 | 01-Oct-2018 |
martin | Make gzip on some crunched install media support xz decompression (just like our base version does).
|
| 1.45 | 02-Aug-2014 |
martin | branches: 1.45.22; 1.45.24; Add raidctl
|
| 1.44 | 03-Jul-2011 |
tron | branches: 1.44.8; 1.44.20; Update location of "less" source directory to the build of various install medias.
|
| 1.43 | 21-Jun-2011 |
tsutsui | Revert rev 1.42 which is not necessary after rev 1.41.
|
| 1.42 | 20-Jun-2011 |
he | Add -lbz2 and -llzma so that this links again.
|
| 1.41 | 20-Jun-2011 |
tsutsui | Fix pasto botch.
|
| 1.40 | 19-Jun-2011 |
tsutsui | Fix indent.
|
| 1.39 | 19-Jun-2011 |
tsutsui | Use src/distrib/utils/x_gzip in all install ramdisks/miniroots for now since installation file systems might be flooded by -llzma.
|
| 1.38 | 14-Jan-2011 |
tsutsui | branches: 1.38.4; Adjust file lists for recent move: usr/sbin/chown -> sbin/chown usr/bin/chgrp -> bin/chgrp
|
| 1.37 | 11-Feb-2010 |
roy | Remove terminfo.db as it's now embedded in libterminfo.
|
| 1.36 | 05-Feb-2010 |
roy | Use the rescue terminfo.db in our images instead of termcap.
|
| 1.35 | 20-Sep-2009 |
abs | 34 different termcap subsets, plus a couple of ports still using the full termcap distfile. In an attempt to reduce the madness switch everyone (except the i386 cd install which does its own thing) to the same (under 8K) termcap subset:
ansi ansi/pc-term compatible with color dumb|unknown 80-column dumb tty hp300h HP Catseye console iris-ansi-ap IRIS ANSI in application-keypad mode iris-ansi|iris-ansi-net IRIS emulating 40 line ANSI terminal (almost VT100) sun|sun1|sun2|sun-il Sun Microsystems Inc. console with working insert-line vt100|vt100-am DEC VT100 (w/advanced video) vt220-8 DEC VT220 8 bit terminal vt220|vt200|vt300 DEC VT220 in vt100 emulation mode wsvt25 NetBSD wscons in 25 line DEC VT220 mode wsvt25m NetBSD wscons in 25 line DEC VT220 mode with Meta x68k|x68k-ite NetBSD/x68k ITE xterm|vs100 xterm terminal emulator (X Window System)
Trying to provide similar functionality across all ports? It'll never catch on...
|
| 1.34 | 20-Sep-2009 |
abs | Nothing needs disktab anymore, so we'd rather have an inode and slightly over 1K of space on install media...
|
| 1.33 | 20-Sep-2009 |
abs | ${NETBSDSRCDIR}/distrib/common/protocols => ${DISTRIBDIR}/common/protocols ${NETBSDSRCDIR}/distrib/common/services => ${DISTRIBDIR}/common/services
|
| 1.32 | 20-Sep-2009 |
abs | Alas poor dot.hdprofile. I knew him... not at all Horatio. (Remove)
|
| 1.31 | 18-Sep-2009 |
abs | Of the arious list files 28 said PROG usr/bin/gzip usr/bin/gzcat usr/bin/gunzip while 14 picked PROG usr/bin/gzip usr/bin/gunzip usr/bin/gzcat
Make them all choose the former. No functional change.
|
| 1.30 | 29-Apr-2009 |
tsutsui | Fix indent and sort some entries.
|
| 1.29 | 04-Apr-2009 |
tsutsui | Also put bootxx_ffsv2 into installation ramdisk.
XXX: is it worth to put bootxx_lfs nowadays?
|
| 1.28 | 29-Mar-2009 |
tsutsui | Remove gnu/usr.bin from SRCDIRS. No necessary files there since we have got non-GPLed src/usr.bin/gzip.
|
| 1.27 | 29-Mar-2009 |
tsutsui | Remove kernfs and use dmesg(8) on alpha INSTALL kernel.
|
| 1.26 | 25-Jan-2009 |
abs | branches: 1.26.2; Use the cutdown distrib/common/services and distrib/common/protocols rather than the full fat etc versions
|
| 1.25 | 06-May-2008 |
dyoung | Add -lprop to the LIBS line so that ifconfig will link.
|
| 1.24 | 10-May-2007 |
dogcow | branches: 1.24.12; 1.24.14; Since /etc/services has gotten rather large, use a minimal one for install kernels. (mount_nfs is notably the only binary that doesn't gracefully deal with the lack of an /etc/services file, it appears.)
|
| 1.23 | 27-Dec-2003 |
martin | More crunchgen lists needing -lz now for new gzip. Noticed by Markus W Kilbinger.
|
| 1.22 | 10-Jul-2003 |
lukem | Rename a large chunk of the make(1) variables which refer to a program/tool from "FOO" to "TOOL_FOO". The new variables are: TOOL_ASN1_COMPILE TOOL_CAP_MKDB TOOL_CAT TOOL_CKSUM TOOL_COMPILE_ET TOOL_CONFIG TOOL_CRUNCHGEN TOOL_CTAGS TOOL_DB TOOL_EQN TOOL_FGEN TOOL_GENCAT TOOL_GROFF TOOL_HEXDUMP TOOL_INDXBIB TOOL_INSTALLBOOT TOOL_INSTALL_INFO TOOL_M4 TOOL_MAKEFS TOOL_MAKEINFO TOOL_MAKEWHATIS TOOL_MDSETIMAGE TOOL_MENUC TOOL_MKCSMAPPER TOOL_MKESDB TOOL_MKLOCALE TOOL_MKMAGIC TOOL_MKTEMP TOOL_MSGC TOOL_MTREE TOOL_PAX TOOL_PIC TOOL_PREPMKBOOTIMAGE TOOL_PWD_MKDB TOOL_REFER TOOL_ROFF_ASCII TOOL_ROFF_DVI TOOL_ROFF_HTML TOOL_ROFF_PS TOOL_ROFF_RAW TOOL_RPCGEN TOOL_SOELIM TOOL_SUNLABEL TOOL_TBL TOOL_UUDECODE TOOL_VGRIND TOOL_ZIC
For each, provide default in <bsd.sys.mk> of the form: TOOL_FOO?= foo and for the ${USETOOLS}=="yes" case in <bsd.own.mk>, provide override: TOOL_FOO= ${TOOLDIR}/bin/${_TOOL_PREFIX}foo
Document all of these in bsd.README.
This cleans up a chunk of potential (and actual) namespace collision within our build infrastructure, as well as improves consistency in the share/mk documentation and provision of appropriate defaults for each of these variables.
|
| 1.21 | 29-May-2002 |
lukem | use 555 instead of 755 for script perms
|
| 1.20 | 07-May-2002 |
lukem | branches: 1.20.2; migrate to /usr/sbin/installboot or ${INSTALLBOOT} as appropriate
|
| 1.19 | 02-May-2002 |
lukem | yet another distrib overhaul: - move guts of distrib/Makefile.inc to distrib/common/Makefile.distrib (fixes problem caused by implicit include of ../Makefile.inc in certain submake conditions triggered by makefiles not yet in tree) - removed mkdir of ${RELEASEDIR}/*; rely upon "snap_pre" target of etc/Makefile to create all the release directories - renamed RELINSTALL to RELEASE_INSTALL - renamed FLOPPYINSTDIR to FLOPPY_RELEASEDIR - renamed MDSETDIR to MDSET_RELEASEDIR - removed ITARGET - move release target from top level to appropriate subdirectory - ensure release target has correct depends - replace miniroot's IMAGE_MD_POST with common/Makefile.image IMAGEPOSTBUILD - Makefile.image: add realall: ${IMAGE}
|
| 1.18 | 26-Apr-2002 |
lukem | replace _SRC_TOP_ with NETBSDSRCDIR, since the latter is the "public" version
|
| 1.17 | 13-Apr-2002 |
lukem | link mount_mfs to newfs
|
| 1.16 | 12-Apr-2002 |
lukem | use ${DISTRIBDIR} instead of ${_SRC_TOP_}/distrib
|
| 1.15 | 09-Apr-2002 |
lukem | - add specific special entry for sys/arch/${MACHINE}/stand/installboot for ports that don't yet use the MI usr.sbin/installboot - remove now-unnecessary srcdir for sys/arch/${MACHINE}/stand
|
| 1.14 | 14-Mar-2002 |
lukem | parselist.awk - improve comments - provide a general purpose variable replacement; replace contents of ${FOO} with ENVIRON["FOO"]. - deprecate @MACHINE@ and @MACHINE_ARCH@ in favour of using ${MACHINE} and ${MACHINE_ARCH} instead - add errx() function; like err(), but doesn't print the line number - invoke this script with various variables defined via PARSELISTENV
*/Makefile* - use PARSELISTENV instead of POPULATEENV, and add variables like DESTDIR - other minor tweaks
*/list* - replace @MACHINE@ with ${MACHINE}
|
| 1.13 | 07-Mar-2002 |
lukem | convert to using the New Distrib World Order. this directory can now be built UNPRIVED.
|
| 1.12 | 07-Jun-2000 |
thorpej | Need /etc/netconfig.
|
| 1.11 | 23-Nov-1999 |
simonb | Remove update from the miniroot lists.
|
| 1.10 | 05-Jun-1999 |
bouyer | branches: 1.10.4; Generate the /dist/obsolete_* files used by sysinst from the obsolete lists in sets/lists/*. The sript sets/makeobsolete concatenates the mi and md obsolete list files all or a specified set and dumps it in a file, in a subdir specified on the command line (inspired from the maketar and makeflist files). Use this for all the sysinst-based installs. Untested for non-i386, and the md obsolete list may be wrong or incomplete. Each postmaster is supposed to check this on his port.
|
| 1.9 | 23-May-1999 |
tron | Fix listfiles to handle object directories. Patches supplied by Izumi Tsutsui in PR misc/7628.
|
| 1.8 | 29-Apr-1999 |
ross | Import INSTALL.more a better way.
|
| 1.7 | 07-Apr-1999 |
cgd | adjust for changes in alpha /usr/mdec files.
|
| 1.6 | 22-Mar-1999 |
ross | branches: 1.6.2; +pax, +less, +swapctl, rm /etc/*pwd.db, synch with i386. move the machine-dependent links and progs to separate lines, to purify diffs with i386
|
| 1.5 | 28-Nov-1998 |
jonathan | Use MI versions of the dot.commonutils and dot.instutils helper scripts for ramdisk-based script installer (even where commented out).
|
| 1.4 | 29-Oct-1998 |
ross | Fix bugs in the way the instkernel is compressed and in the prerequisite names.
|
| 1.3 | 16-Oct-1998 |
ross | This is now the main install directory for the new integrated sysinst boot. Yes, NetBSD/alpha finally gets sysinst on all media types. The new boot makes a single ramdisk which is then divided via ustarfs onto a two-floppy set, and a second unified image for CD's, HD's, or tapes is also created.
|
| 1.2 | 01-Feb-1998 |
thorpej | Add tset(1).
|
| 1.1 | 01-Feb-1998 |
thorpej | Add support for building an "install kernel", which contains a ramdisk in its belly. This differs from the floppy kernel in that it uses the sysinst installation tool (and thus requires more space; the ramdisk is 3M).
This is useful for netbooting and installing or for placing on a CD-ROM.
|
| 1.6.2.2 | 29-Apr-1999 |
perry | pullup 1.7->1.8 (ross)
|
| 1.6.2.1 | 07-Apr-1999 |
cgd | pull up from trunk: adjust for changes in alpha /usr/mdec files.
|
| 1.10.4.1 | 27-Dec-1999 |
wrstuden | Pull up to last week's -current.
|
| 1.20.2.1 | 29-May-2002 |
lukem | Pull up revision 1.21 (requested by lukem): use 555 instead of 755 for script perms
|
| 1.24.14.1 | 18-May-2008 |
yamt | sync with head.
|
| 1.24.12.2 | 05-Oct-2008 |
mjf | Sync with HEAD.
|
| 1.24.12.1 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
| 1.26.2.1 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.38.4.1 | 23-Jun-2011 |
cherry | Catchup with rmind-uvmplock merge.
|
| 1.44.20.1 | 10-Aug-2014 |
tls | Rebase.
|
| 1.44.8.1 | 19-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
| 1.45.24.1 | 10-Jun-2019 |
christos | Sync with HEAD
|
| 1.45.22.1 | 20-Oct-2018 |
pgoyette | Sync with head
|
| 1.3 | 07-Mar-2002 |
lukem | convert to using the New Distrib World Order. this directory can now be built UNPRIVED.
|
| 1.2 | 05-Jun-1999 |
bouyer | Generate the /dist/obsolete_* files used by sysinst from the obsolete lists in sets/lists/*. The sript sets/makeobsolete concatenates the mi and md obsolete list files all or a specified set and dumps it in a file, in a subdir specified on the command line (inspired from the maketar and makeflist files). Use this for all the sysinst-based installs. Untested for non-i386, and the md obsolete list may be wrong or incomplete. Each postmaster is supposed to check this on his port.
|
| 1.1 | 01-Feb-1998 |
thorpej | Add support for building an "install kernel", which contains a ramdisk in its belly. This differs from the floppy kernel in that it uses the sysinst installation tool (and thus requires more space; the ramdisk is 3M).
This is useful for netbooting and installing or for placing on a CD-ROM.
|
| 1.9 | 07-Mar-2002 |
lukem | convert to using the New Distrib World Order. this directory can now be built UNPRIVED.
|
| 1.8 | 03-Feb-2000 |
itojun | use x_ping for ping, remove reference to -lipsec. (sorry if you have specific need for "real" ping)
|
| 1.7 | 23-Nov-1999 |
simonb | Remove update from all ramdisks.
|
| 1.6 | 08-Aug-1999 |
ross | branches: 1.6.4; -lbz2 -lipsec
|
| 1.5 | 22-Mar-1999 |
ross | +pax, +less, +swapctl, rm /etc/*pwd.db, synch with i386. move the machine-dependent links and progs to separate lines, to purify diffs with i386
|
| 1.4 | 21-Jan-1999 |
garbled | Use pax instead of tar on the ramdisk bins.. create appropriate link for tar to get tar-like fonctionality.
|
| 1.3 | 16-Oct-1998 |
ross | This is now the main install directory for the new integrated sysinst boot. Yes, NetBSD/alpha finally gets sysinst on all media types. The new boot makes a single ramdisk which is then divided via ustarfs onto a two-floppy set, and a second unified image for CD's, HD's, or tapes is also created.
|
| 1.2 | 01-Feb-1998 |
thorpej | Add tset(1).
|
| 1.1 | 01-Feb-1998 |
thorpej | Add support for building an "install kernel", which contains a ramdisk in its belly. This differs from the floppy kernel in that it uses the sysinst installation tool (and thus requires more space; the ramdisk is 3M).
This is useful for netbooting and installing or for placing on a CD-ROM.
|
| 1.6.4.1 | 27-Dec-1999 |
wrstuden | Pull up to last week's -current.
|
| 1.5 | 26-Mar-2023 |
andvar | s/displyed/displayed/
|
| 1.4 | 09-Aug-2021 |
andvar | fix various typos in comments and messages.
|
| 1.3 | 26-Jul-2003 |
salo | branches: 1.3.32; netbsd.org->NetBSD.org
|
| 1.2 | 07-May-2002 |
lukem | migrate to /usr/sbin/installboot or ${INSTALLBOOT} as appropriate
|
| 1.1 | 02-May-2002 |
lukem | yet another distrib overhaul: - move guts of distrib/Makefile.inc to distrib/common/Makefile.distrib (fixes problem caused by implicit include of ../Makefile.inc in certain submake conditions triggered by makefiles not yet in tree) - removed mkdir of ${RELEASEDIR}/*; rely upon "snap_pre" target of etc/Makefile to create all the release directories - renamed RELINSTALL to RELEASE_INSTALL - renamed FLOPPYINSTDIR to FLOPPY_RELEASEDIR - renamed MDSETDIR to MDSET_RELEASEDIR - removed ITARGET - move release target from top level to appropriate subdirectory - ensure release target has correct depends - replace miniroot's IMAGE_MD_POST with common/Makefile.image IMAGEPOSTBUILD - Makefile.image: add realall: ${IMAGE}
|
| 1.3.32.1 | 05-Oct-2008 |
mjf | Sync with HEAD.
|
| 1.1 | 02-Feb-2025 |
tsutsui | Add "build.sh live-image" support for alpha.
Confirmed on qemu-9.2.0 (with pkgsrc patch-hw_rtc_mc146818rtc.c).
--- qemu-system-alpha -m 1024 -machine clipper \ -drive file=NetBSD-10.99.12-alpha-live.img,media=disk,format=raw,if=none,id=disk0 \ -device ide-hd,bus=ide.0,drive=disk0 \ -netdev user,id=net0 -device tulip,netdev=net0 \ -nographic -kernel netbsd-GENERIC -append root=wd0 PCI: 0:1:0 class 0300 id 1013:00b8 PCI: region 0 (BAR 10): 10000000 PCI: region 1 (BAR 14): 12000000 PCI: 0:2:0 class 0101 id 1095:0646 PCI: region 0 (BAR 10): 0000c000 PCI: region 1 (BAR 14): 0000c008 PCI: region 2 (BAR 18): 0000c010 PCI: region 3 (BAR 1c): 0000c018 PCI: region 4 (BAR 20): 0000c020 PCI: intr pin 1 -> irq 12 PCI: 0:3:0 class 0200 id 1011:0019 PCI: region 0 (BAR 10): 0000c080 PCI: region 1 (BAR 14): 12001000 PCI: intr pin 1 -> irq 16 PCI: 0:7:0 class 0601 id 8086:0484 [ 1.0000000] [ Kernel symbol table missing! ] [ 1.0000000] consinit: not using prom console [ 1.0000000] Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, [ 1.0000000] 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, [ 1.0000000] 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, [ 1.0000000] 2024, 2025 [ 1.0000000] The NetBSD Foundation, Inc. All rights reserved. [ 1.0000000] Copyright (c) 1982, 1986, 1989, 1991, 1993 [ 1.0000000] The Regents of the University of California. All rights reserved.
[ 1.0000000] NetBSD 10.99.12 (GENERIC) #0: Thu Jan 30 16:13:51 UTC 2025 [ 1.0000000] mkrepro@mkrepro.NetBSD.org:/usr/src/sys/arch/alpha/compile/GENERIC [ 1.0000000] AlphaServer ES40 ("Clipper"), 250MHz, s/n QEMU [ 1.0000000] 8192 byte page size, 1 processor. [ 1.0000000] total memory = 1024 MB [ 1.0000000] (120 KB reserved for PROM, 1023 MB used by NetBSD) [ 1.0000000] avail memory = 996 MB [ 1.0000000] mainbus0 (root) [ 1.0000000] cpu0 at mainbus0: ID 0 (primary), 21264A-0 (EV67) [ 1.0000000] cpu0: Architecture extensions: 0x1307<PMI,PAT,MVI,CIX,FIX,BWX> [ 1.0000000] qemu0 at mainbus0: Qemu virtual machine services
:
[ 7.2872719] root on wd0a dumps on wd0b [ 7.2872719] root file system type: ffs [ 7.3086672] kern.module.path=/stand/alpha/10.99.12/modules Sun Feb 2 19:56:48 UTC 2025
: ---
|
| 1.1 | 02-Feb-2025 |
tsutsui | Add "build.sh live-image" support for alpha.
Confirmed on qemu-9.2.0 (with pkgsrc patch-hw_rtc_mc146818rtc.c).
--- qemu-system-alpha -m 1024 -machine clipper \ -drive file=NetBSD-10.99.12-alpha-live.img,media=disk,format=raw,if=none,id=disk0 \ -device ide-hd,bus=ide.0,drive=disk0 \ -netdev user,id=net0 -device tulip,netdev=net0 \ -nographic -kernel netbsd-GENERIC -append root=wd0 PCI: 0:1:0 class 0300 id 1013:00b8 PCI: region 0 (BAR 10): 10000000 PCI: region 1 (BAR 14): 12000000 PCI: 0:2:0 class 0101 id 1095:0646 PCI: region 0 (BAR 10): 0000c000 PCI: region 1 (BAR 14): 0000c008 PCI: region 2 (BAR 18): 0000c010 PCI: region 3 (BAR 1c): 0000c018 PCI: region 4 (BAR 20): 0000c020 PCI: intr pin 1 -> irq 12 PCI: 0:3:0 class 0200 id 1011:0019 PCI: region 0 (BAR 10): 0000c080 PCI: region 1 (BAR 14): 12001000 PCI: intr pin 1 -> irq 16 PCI: 0:7:0 class 0601 id 8086:0484 [ 1.0000000] [ Kernel symbol table missing! ] [ 1.0000000] consinit: not using prom console [ 1.0000000] Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, [ 1.0000000] 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, [ 1.0000000] 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, [ 1.0000000] 2024, 2025 [ 1.0000000] The NetBSD Foundation, Inc. All rights reserved. [ 1.0000000] Copyright (c) 1982, 1986, 1989, 1991, 1993 [ 1.0000000] The Regents of the University of California. All rights reserved.
[ 1.0000000] NetBSD 10.99.12 (GENERIC) #0: Thu Jan 30 16:13:51 UTC 2025 [ 1.0000000] mkrepro@mkrepro.NetBSD.org:/usr/src/sys/arch/alpha/compile/GENERIC [ 1.0000000] AlphaServer ES40 ("Clipper"), 250MHz, s/n QEMU [ 1.0000000] 8192 byte page size, 1 processor. [ 1.0000000] total memory = 1024 MB [ 1.0000000] (120 KB reserved for PROM, 1023 MB used by NetBSD) [ 1.0000000] avail memory = 996 MB [ 1.0000000] mainbus0 (root) [ 1.0000000] cpu0 at mainbus0: ID 0 (primary), 21264A-0 (EV67) [ 1.0000000] cpu0: Architecture extensions: 0x1307<PMI,PAT,MVI,CIX,FIX,BWX> [ 1.0000000] qemu0 at mainbus0: Qemu virtual machine services
:
[ 7.2872719] root on wd0a dumps on wd0b [ 7.2872719] root file system type: ffs [ 7.3086672] kern.module.path=/stand/alpha/10.99.12/modules Sun Feb 2 19:56:48 UTC 2025
: ---
|
| 1.32 | 02-Nov-2021 |
abs | Update some distrib X11R6 references to X11R7
Some of these scripts and notes may no longer be relevant, but now they are at least not relevant while referring to the current X installation directory
|
| 1.31 | 05-Aug-2014 |
apb | Use ${TOOL_GZIP_N} instead of ${TOOL_GZIP} -n, and similarly use ${TOOL_GZIP_N} -9 instead of ${TOOL_GZIP} -9n, etc.
This will pass -nT instead of just -n if the gzip program is actually pigz.
|
| 1.30 | 27-Jan-2014 |
apb | branches: 1.30.2; Use ${TOOL_GZIP} instead of just gzip in all Makefiles outside */dist/* subdirectories.
When USE_PIGZGZIP=yes, bsd.own.mk sets TOOL_GZIP=${TOOL_PIGZ}, so there's no need to test USE_PIGZGZIP in these Makefiles.
|
| 1.29 | 03-Apr-2009 |
perry | branches: 1.29.6; 1.29.12; Consistently use gzip with the -n flag so dates are not embedded.
Not tested on all platforms.
|
| 1.28 | 10-Jul-2003 |
lukem | branches: 1.28.32; 1.28.42; Rename a large chunk of the make(1) variables which refer to a program/tool from "FOO" to "TOOL_FOO". The new variables are: TOOL_ASN1_COMPILE TOOL_CAP_MKDB TOOL_CAT TOOL_CKSUM TOOL_COMPILE_ET TOOL_CONFIG TOOL_CRUNCHGEN TOOL_CTAGS TOOL_DB TOOL_EQN TOOL_FGEN TOOL_GENCAT TOOL_GROFF TOOL_HEXDUMP TOOL_INDXBIB TOOL_INSTALLBOOT TOOL_INSTALL_INFO TOOL_M4 TOOL_MAKEFS TOOL_MAKEINFO TOOL_MAKEWHATIS TOOL_MDSETIMAGE TOOL_MENUC TOOL_MKCSMAPPER TOOL_MKESDB TOOL_MKLOCALE TOOL_MKMAGIC TOOL_MKTEMP TOOL_MSGC TOOL_MTREE TOOL_PAX TOOL_PIC TOOL_PREPMKBOOTIMAGE TOOL_PWD_MKDB TOOL_REFER TOOL_ROFF_ASCII TOOL_ROFF_DVI TOOL_ROFF_HTML TOOL_ROFF_PS TOOL_ROFF_RAW TOOL_RPCGEN TOOL_SOELIM TOOL_SUNLABEL TOOL_TBL TOOL_UUDECODE TOOL_VGRIND TOOL_ZIC
For each, provide default in <bsd.sys.mk> of the form: TOOL_FOO?= foo and for the ${USETOOLS}=="yes" case in <bsd.own.mk>, provide override: TOOL_FOO= ${TOOLDIR}/bin/${_TOOL_PREFIX}foo
Document all of these in bsd.README.
This cleans up a chunk of potential (and actual) namespace collision within our build infrastructure, as well as improves consistency in the share/mk documentation and provision of appropriate defaults for each of these variables.
|
| 1.27 | 07-May-2002 |
lukem | migrate to /usr/sbin/installboot or ${INSTALLBOOT} as appropriate
|
| 1.26 | 06-Feb-2002 |
ross | TARGETS is defined by bsd.own.mk, so use LOCALTARGETS instead
|
| 1.25 | 30-Aug-2000 |
jhawk | Use ${MAKE} instead of make
|
| 1.24 | 02-May-2000 |
sjg | use bsd.kernobj.mk to tell us KERNOBJDIR for compiled kernels.
|
| 1.23 | 07-Apr-1999 |
cgd | adjust for changes in alpha /usr/mdec files.
|
| 1.22 | 04-Mar-1999 |
wrstuden | branches: 1.22.2; Modify all calls to newfs in ramdisk/miniroot creation to include the needed endianism of the architecture. One step towards cross-building releases.
Not touched are newfs calls in install scripts as they run on the desired machine and thus default correctly.
|
| 1.21 | 05-Sep-1998 |
lukem | distclean is a synonym for cleandir
|
| 1.20 | 07-May-1997 |
mycroft | Don't use _SUBDIRUSE outside of bsd.subdir.mk.
|
| 1.19 | 18-Apr-1997 |
cgd | rcs id cleanups
|
| 1.18 | 18-Mar-1997 |
cgd | punt rc.hack for now. It's not so happy with a shared-lib-based system, because it wants to use sysctl and sysctl is normally dynamically linked, and it doesn't have the shared libs available when it wants to use it. The right thing to do (if i want to propagate this hack) is to build a statically-linked sysctl rather than copying the dynamically-linked one.
|
| 1.17 | 24-Feb-1997 |
cgd | clean up in various ways
|
| 1.16 | 27-Nov-1996 |
cgd | when checking the built file systems, force the check (use -f), and make sure fsck is trying to check ffs file systems (use -t ffs) because it's not smart enough to figure that out on its own.
|
| 1.15 | 15-Jun-1996 |
cgd | pull down from branch: >add a little hack, to replace /etc/rc on the distribution disk image, >to make life a little bit easier for people just starting out. >(remounts root read-write, mounts /usr, etc.) includes instructions >on how to get 'normal' /etc/rc as the default. does _not_ appear >in the tar files.
|
| 1.14 | 31-May-1996 |
cgd | Be more tolerant of changes in the GNU (Cygnus) cpp binary's location due to NetBSD and Cygnus release number/date changes.
|
| 1.13 | 25-Apr-1996 |
cgd | branches: 1.13.4; update for new X, toolchain source locations, and for the new location of the toolchain's cpp (caused by the change in 'uname -r' caused by the merge with the master sources).
|
| 1.12 | 21-Dec-1995 |
cgd | repoint libexec/cpp link to the right place. grn.
|
| 1.11 | 09-Dec-1995 |
cgd | add missing . to libexec/cpp symlink, as pointed out by John Birrell
|
| 1.10 | 18-Oct-1995 |
cgd | update for new way of doing boot block, don't include /boot in bin.tar.gz
|
| 1.9 | 16-Oct-1995 |
cgd | don't include X11 bins or kernel in the bin.tar.gz file
|
| 1.8 | 14-Oct-1995 |
cgd | slight cleanup, add target to build x11 bins tar file.
|
| 1.7 | 10-Oct-1995 |
cgd | rearrange dependencies so that this actually works.
|
| 1.6 | 09-Oct-1995 |
cgd | no longer need the MAKEDEV invocation here.
|
| 1.5 | 09-Oct-1995 |
cgd | build some tar files, too.
|
| 1.4 | 29-Sep-1995 |
cgd | copy boot program to / from /usr/mdec
|
| 1.3 | 27-Sep-1995 |
cgd | cpp (for symlink from /usr/libexec/cpp) has moved
|
| 1.2 | 27-Sep-1995 |
cgd | /usr/src/devo on the alpha has been renamed to /usr/src/cygnus
|
| 1.1 | 21-Mar-1995 |
cgd | make an alpha distribution disk. includes newfs, of a SCSI disk! whee!
|
| 1.13.4.2 | 15-Jun-1996 |
cgd | add a little hack, to replace /etc/rc on the distribution disk image, to make life a little bit easier for people just starting out. (remounts root read-write, mounts /usr, etc.) includes instructions on how to get 'normal' /etc/rc as the default. does _not_ appear in the tar files.
|
| 1.13.4.1 | 31-May-1996 |
cgd | Pull up from trunk: >Be more tolerant of changes in the GNU (Cygnus) cpp binary's location >due to NetBSD and Cygnus release number/date changes.
|
| 1.22.2.1 | 07-Apr-1999 |
cgd | pull up from trunk: adjust for changes in alpha /usr/mdec files.
|
| 1.28.42.1 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.28.32.1 | 05-Oct-2008 |
mjf | Sync with HEAD.
|
| 1.29.12.1 | 19-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
| 1.29.6.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
| 1.30.2.1 | 10-Aug-2014 |
tls | Rebase.
|
| 1.2 | 18-Apr-1997 |
cgd | branches: 1.2.46; rcs id cleanups
|
| 1.1 | 18-Apr-1997 |
cgd | add a script which can be used ot build a distribution image
|
| 1.2.46.1 | 05-Oct-2008 |
mjf | Sync with HEAD.
|
| 1.5 | 06-Jan-2003 |
wiz | branches: 1.5.32; writable, not writeable.
|
| 1.4 | 18-Apr-1997 |
cgd | rcs id cleanups
|
| 1.3 | 17-Feb-1997 |
cgd | support wd, add '-t ffs' to fsck
|
| 1.2 | 15-Jun-1996 |
cgd | pull down from branch: >add a little hack, to replace /etc/rc on the distribution disk image, >to make life a little bit easier for people just starting out. >(remounts root read-write, mounts /usr, etc.) includes instructions >on how to get 'normal' /etc/rc as the default. does _not_ appear >in the tar files.
|
| 1.1 | 15-Jun-1996 |
cgd | branches: 1.1.2; file rc.hack was initially added on branch netbsd-1-2.
|
| 1.1.2.1 | 15-Jun-1996 |
cgd | add a little hack, to replace /etc/rc on the distribution disk image, to make life a little bit easier for people just starting out. (remounts root read-write, mounts /usr, etc.) includes instructions on how to get 'normal' /etc/rc as the default. does _not_ appear in the tar files.
|
| 1.5.32.1 | 05-Oct-2008 |
mjf | Sync with HEAD.
|