CVS commit: src/distrib/utils/embedded/files

2021-07-20 Thread Olaf Seibert
Module Name:src Committed By: rhialto Date: Tue Jul 20 19:31:23 UTC 2021 Modified Files: src/distrib/utils/embedded/files: ec2_init Log Message: Extract just the random bits to feed to /dev/urandom. This makes no difference in the randomness of the pool, but it improves o

CVS commit: src/distrib/utils/embedded/files

2021-07-15 Thread Olaf Seibert
Module Name:src Committed By: rhialto Date: Thu Jul 15 19:03:17 UTC 2021 Modified Files: src/distrib/utils/embedded/files: ec2_init Log Message: Add some OpenStack support. I found that in the cloud I tried, by the time this script runs, there is no default route in effec

CVS commit: src/distrib/utils/embedded/conf

2021-07-06 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Jul 6 11:49:36 UTC 2021 Modified Files: src/distrib/utils/embedded/conf: evbarm.conf evbmips.conf rpi_inst.conf usermode.conf x86.conf Log Message: Disable kernfs on live images -- it is not required. To gener

CVS commit: src/distrib/utils/embedded/files

2021-07-01 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Jul 1 18:05:45 UTC 2021 Modified Files: src/distrib/utils/embedded/files: ec2_init Log Message: AWS marketplace does not allow root ssh logins. Create an ec2-user account and install the ssh key in that user's home director

CVS commit: src/distrib/utils/embedded/conf

2021-07-01 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Jul 1 17:32:07 UTC 2021 Modified Files: src/distrib/utils/embedded/conf: arm64.conf Log Message: port-evbarm/56274: no network on ec2 arm64 9.99.85 Add -w to dhcpcd_flags when running on EC2, since we need to wait for the

CVS commit: src/distrib/utils/embedded/conf

2021-07-01 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Jul 1 17:31:21 UTC 2021 Modified Files: src/distrib/utils/embedded/conf: arm64mbr.conf Log Message: No need for ec2_init on arm64mbr To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/distrib/utils/embedded/c

CVS commit: src/distrib/utils/libhack

2021-05-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon May 24 21:34:07 UTC 2021 Modified Files: src/distrib/utils/libhack: wrap.c Log Message: refuse should exit(3). Noted by joerg@ To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/distrib/utils/libhack/wrap.c P

CVS commit: src/distrib/utils/zcat

2021-04-23 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Apr 24 04:50:47 UTC 2021 Modified Files: src/distrib/utils/zcat: Makefile Log Message: use GCC_NO_IMPLICIT_FALLTHRU To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/distrib/utils/zcat/Makefile Please note that

CVS commit: src/distrib/utils/libhack

2021-03-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Mar 9 00:06:44 UTC 2021 Modified Files: src/distrib/utils/libhack: Makefile.inc Added Files: src/distrib/utils/libhack: wrap.c Log Message: Add a stubbed version of libwrap (tcpwrappers) To generate a diff of this

CVS commit: src/distrib/utils/libhack

2021-02-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Feb 25 21:24:00 UTC 2021 Modified Files: src/distrib/utils/libhack: Makefile.inc Log Message: Add regcomp.c and regexec.c so that we get a version that does not use NLS and brings in all the locale code. To generate a diff

CVS commit: src/distrib/utils/embedded

2020-12-23 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Dec 23 10:35:18 UTC 2020 Modified Files: src/distrib/utils/embedded: mkimage src/distrib/utils/embedded/conf: evbarm.conf evbmips.conf x86.conf Log Message: Fix fallout from mkimage rev 1.76. For mkimage: - Update "size

CVS commit: src/distrib/utils/embedded

2020-12-21 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Dec 21 16:38:02 UTC 2020 Modified Files: src/distrib/utils/embedded: mkimage Log Message: embedded/mkimage: Pad image with zeros to multiple of 4 MB plus 1 MB. Otherwise, there may not be enough space after the ffs partiti

CVS commit: src/distrib/utils/embedded/conf

2020-11-30 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Dec 1 04:21:26 UTC 2020 Modified Files: src/distrib/utils/embedded/conf: rpi.conf Log Message: G/C unused. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/distrib/utils/embedded/conf/rpi.conf Please note tha

CVS commit: src/distrib/utils/embedded/conf

2020-11-30 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Dec 1 04:21:10 UTC 2020 Modified Files: src/distrib/utils/embedded/conf: rpi_inst.conf Log Message: rpi.img: Bump boot partition in a similar manner to other images. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.1

CVS commit: src/distrib/utils/x_gzip

2020-06-03 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Jun 3 07:06:18 UTC 2020 Modified Files: src/distrib/utils/x_gzip: Makefile Log Message: Manifest that we need liblzma only when USE_XZ_SETS is enabled. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/distrib/

CVS commit: src/distrib/utils/embedded/conf

2020-05-28 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu May 28 10:19:02 UTC 2020 Modified Files: src/distrib/utils/embedded/conf: evbarm.conf Log Message: Allow config file to override hostname To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/distrib/utils/embe

CVS commit: src/distrib/utils/embedded/conf

2020-05-27 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed May 27 21:53:04 UTC 2020 Modified Files: src/distrib/utils/embedded/conf: armv7.conf Log Message: Move back to MBR based images for armv7 because Amlogic's bootloader (for Amlogic S805 based boards) needs to be installed to

CVS commit: src/distrib/utils/embedded/conf

2020-05-27 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed May 27 11:02:52 UTC 2020 Modified Files: src/distrib/utils/embedded/conf: rpi.conf Log Message: Fix kernel= order, add pi0w conditional and comments To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/distrib

CVS commit: src/distrib/utils/embedded/conf

2020-05-27 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed May 27 10:56:59 UTC 2020 Modified Files: src/distrib/utils/embedded/conf: rpi.conf Log Message: Conditionally boot kernel.img or kernel7.img depending on board To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37

CVS commit: src/distrib/utils/embedded/conf

2020-05-25 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon May 25 11:11:52 UTC 2020 Modified Files: src/distrib/utils/embedded/conf: armv7.conf Log Message: No need to rename netbsd-GENERIC.img to kernel7.img To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 src/distri

CVS commit: src/distrib/utils/embedded/conf

2020-05-25 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon May 25 11:06:49 UTC 2020 Modified Files: src/distrib/utils/embedded/conf: armv7.conf Log Message: Switch to GPT w/ hybrid MBR for armv7 images To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 src/distrib/utils

CVS commit: src/distrib/utils/embedded/conf

2020-05-24 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun May 24 18:44:47 UTC 2020 Modified Files: src/distrib/utils/embedded/conf: arm64.conf Log Message: Enable GPT support w/ hybrid MBR for Raspberry Pi compatibility. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.

CVS commit: src/distrib/utils/embedded

2020-05-24 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun May 24 18:43:40 UTC 2020 Modified Files: src/distrib/utils/embedded: mkimage src/distrib/utils/embedded/files: resize_gpt Log Message: Add support for hybrid MBR/GPT images. To generate a diff of this commit: cvs r

CVS commit: src/distrib/utils/embedded

2020-05-24 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun May 24 14:45:49 UTC 2020 Modified Files: src/distrib/utils/embedded: mkimage src/distrib/utils/embedded/conf: evbarm.conf Added Files: src/distrib/utils/embedded/files: resize_gpt Log Message: Add GPT support

CVS commit: src/distrib/utils

2020-04-18 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Sat Apr 18 12:56:38 UTC 2020 Modified Files: src/distrib/utils/x_fsck_ffs: Makefile src/distrib/utils/x_newfs: Makefile Log Message: enable NO_IOBUF_ALIGNED for x_newfs and x_fsck_ffs To generate a diff of this commit:

CVS commit: src/distrib/utils/libhack

2020-04-17 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Fri Apr 17 14:55:24 UTC 2020 Modified Files: src/distrib/utils/libhack: Makefile.inc Log Message: include aligned_alloc(3), now needed for newfs and fsck_ffs To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/di

CVS commit: src/distrib/utils/libhack

2020-04-05 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Apr 5 11:18:02 UTC 2020 Modified Files: src/distrib/utils/libhack: Makefile.inc Log Message: Extend the curses hack to terminfo - build selected parts of libterminfo as part of libhack, so we can drop unwanted features for sm

CVS commit: src/distrib/utils/libhack

2020-03-02 Thread Roy Marples
Module Name:src Committed By: roy Date: Mon Mar 2 16:01:52 UTC 2020 Modified Files: src/distrib/utils/libhack: Makefile.inc Log Message: libhack: revert prior, will be done per consumer instead. To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/distrib/u

CVS commit: src/distrib/utils/libhack

2020-03-01 Thread Roy Marples
Module Name:src Committed By: roy Date: Sun Mar 1 22:47:26 UTC 2020 Modified Files: src/distrib/utils/libhack: Makefile.inc Log Message: libhack: build with -D_REENTRANT Some tools that use libhack expect thread locking. An example of this is zpool(8). Without it, it ra

CVS commit: src/distrib/utils/embedded/conf

2020-02-23 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Feb 23 10:56:03 UTC 2020 Modified Files: src/distrib/utils/embedded/conf: arm64.conf Log Message: RPi4 has a different root device, so use config.txt conditionals to load an alternate cmdline txt file (cmdline-pi4.txt) on th

CVS commit: src/distrib/utils/embedded/conf

2020-01-08 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Jan 8 20:49:22 UTC 2020 Modified Files: src/distrib/utils/embedded/conf: rpi_inst.conf Log Message: Use fat16 as the partition is too small for fat32. from Harold Gutch To generate a diff of this commit: cvs rdiff -u -r1.14

CVS commit: src/distrib/utils/embedded/conf

2020-01-05 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Jan 5 16:41:08 UTC 2020 Modified Files: src/distrib/utils/embedded/conf: rpi_inst.conf Log Message: Use make_label_evbarm instead of home grown To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/distrib/utils/

CVS commit: src/distrib/utils/embedded/conf

2020-01-01 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Jan 1 14:16:51 UTC 2020 Modified Files: src/distrib/utils/embedded/conf: rpi_inst.conf Log Message: upstream_kernel=1 is required with new firmware/kernel. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/di

CVS commit: src/distrib/utils/embedded/conf

2019-12-16 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Dec 16 08:01:20 UTC 2019 Modified Files: src/distrib/utils/embedded/conf: arm64.conf Log Message: Fix whitespace in a comment To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/distrib/utils/embedded/conf/arm64.c

CVS commit: src/distrib/utils/embedded/conf

2019-12-01 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Dec 1 15:07:04 UTC 2019 Modified Files: src/distrib/utils/embedded/conf: evbarm.conf Log Message: Remove the pretty much useless 128MB swap partition from the arm images. To generate a diff of this commit: cvs rdiff -u -r

CVS commit: src/distrib/utils/libhack

2019-05-09 Thread Roy Marples
Module Name:src Committed By: roy Date: Thu May 9 08:20:35 UTC 2019 Modified Files: src/distrib/utils/libhack: Makefile.inc Log Message: Fix build with MKYP=no To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/distrib/utils/libhack/Makefile.inc Please n

CVS commit: src/distrib/utils/embedded/files

2019-04-04 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Apr 4 14:26:40 UTC 2019 Modified Files: src/distrib/utils/embedded/files: armv7_boot.cmd Log Message: Re-enable efiboot for armv7 (thanks skrll@) To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/distrib/u

CVS commit: src/distrib/utils/embedded/files

2019-04-02 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Apr 2 10:00:32 UTC 2019 Modified Files: src/distrib/utils/embedded/files: armv7_boot.cmd Log Message: Turn off efiboot until we figure out why it fails on some boards. To generate a diff of this commit: cvs rdiff -u -r1.1

CVS commit: src/distrib/utils/embedded/conf

2019-03-30 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Mar 30 13:43:53 UTC 2019 Modified Files: src/distrib/utils/embedded/conf: armv7.conf Log Message: Install GENERIC ELF kernel as /netbsd for EFI booting To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/dist

CVS commit: src/distrib/utils/embedded/files

2019-03-30 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Mar 30 13:37:45 UTC 2019 Modified Files: src/distrib/utils/embedded/files: armv7_boot.cmd Log Message: Switch to efiboot To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/distrib/utils/embedded/files/armv7_

CVS commit: src/distrib/utils/embedded/conf

2019-03-30 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Mar 30 13:07:57 UTC 2019 Modified Files: src/distrib/utils/embedded/conf: armv7.conf Log Message: Install bootarm.efi to boot partition To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/distrib/utils/embedd

CVS commit: src/distrib/utils/libhack

2019-03-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Mar 28 15:04:42 UTC 2019 Modified Files: src/distrib/utils/libhack: Makefile Makefile.inc Log Message: Dedup and add the small jemalloc implementation so our install media has a chance to fit again. To generate a diff of t

CVS commit: src/distrib/utils/embedded/conf

2019-03-03 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Mar 3 11:44:18 UTC 2019 Modified Files: src/distrib/utils/embedded/conf: arm64.conf Log Message: Add Amlogic dtb files to arm64.img To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/distrib/utils/embedded/co

CVS commit: src/distrib/utils/zcat

2019-02-06 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Feb 6 09:17:18 UTC 2019 Modified Files: src/distrib/utils/zcat: Makefile Log Message: pply zlib hack for gcc 7 here too (4th occurance!) To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/distrib/utils/zcat/Make

CVS commit: src/distrib/utils/embedded/conf

2019-01-21 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Jan 21 16:28:39 UTC 2019 Modified Files: src/distrib/utils/embedded/conf: armv7.conf Log Message: No need to specify root and console bootargs on amlogic To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/di

CVS commit: src/distrib/utils/embedded/files

2019-01-03 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Jan 3 18:21:55 UTC 2019 Modified Files: src/distrib/utils/embedded/files: armv7_boot.cmd Log Message: Fix mmcpart for exynos SD card To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/distrib/utils/embedded/

CVS commit: src/distrib/utils/embedded/conf

2018-12-02 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Dec 2 15:43:05 UTC 2018 Modified Files: src/distrib/utils/embedded/conf: evbarm.conf Log Message: Fix variable escaping in dev_exists() To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/distrib/utils/embed

CVS commit: src/distrib/utils/embedded

2018-11-30 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Nov 30 20:53:02 UTC 2018 Modified Files: src/distrib/utils/embedded/conf: arm64.conf armv7.conf evbarm.conf Added Files: src/distrib/utils/embedded/files: ec2_init Log Message: Add support for configuring Amazon.com

CVS commit: src/distrib/utils/embedded

2018-11-22 Thread Aymeric Vincent
Module Name:src Committed By: aymeric Date: Thu Nov 22 21:11:37 UTC 2018 Modified Files: src/distrib/utils/embedded/conf: armv7.conf src/distrib/utils/embedded/files: armv7_boot.cmd Log Message: Make armv7.img boot on the DE0 Nano SoC. Requires u-boot from -current

CVS commit: src/distrib/utils/x_gzip

2018-10-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 26 22:29:00 UTC 2018 Modified Files: src/distrib/utils/x_gzip: Makefile Log Message: fixed. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/distrib/utils/x_gzip/Makefile Please note that diffs are not

CVS commit: src/distrib/utils/embedded/files

2018-10-20 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Oct 20 08:29:11 UTC 2018 Modified Files: src/distrib/utils/embedded/files: armv7_boot.cmd Log Message: Sort To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/distrib/utils/embedded/files/armv7_boot.cmd Please n

CVS commit: src/distrib/utils/embedded/conf

2018-10-20 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Oct 20 08:26:10 UTC 2018 Modified Files: src/distrib/utils/embedded/conf: armv7.conf Log Message: Whitespace To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/distrib/utils/embedded/conf/armv7.conf Please not

CVS commit: src/distrib/utils/embedded/conf

2018-10-20 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Oct 20 08:24:11 UTC 2018 Modified Files: src/distrib/utils/embedded/conf: armv7.conf Log Message: a bit of sorting To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/distrib/utils/embedded/conf/armv7.conf Plea

CVS commit: src/distrib/utils/embedded/conf

2018-10-06 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Oct 6 13:11:22 UTC 2018 Modified Files: src/distrib/utils/embedded/conf: evbarm.conf Log Message: Use special ROOT. prefix in fstab entries instead of assuming ld0 To generate a diff of this commit: cvs rdiff -u -r1.29 -r

CVS commit: src/distrib/utils/embedded

2018-10-06 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Oct 6 09:58:55 UTC 2018 Modified Files: src/distrib/utils/embedded/conf: evbarm.conf src/distrib/utils/embedded/files: resize_disklabel Log Message: resize_disklabel: if disk and partition is not specified, use ker

CVS commit: src/distrib/utils/embedded

2018-08-27 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Aug 27 22:36:49 UTC 2018 Modified Files: src/distrib/utils/embedded/conf: arm64.conf Removed Files: src/distrib/utils/embedded/files: arm64_extlinux.conf Log Message: Install ELF kernel to the FFS partition and boot

CVS commit: src/distrib/utils/embedded/conf

2018-08-12 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Aug 12 17:15:56 UTC 2018 Modified Files: src/distrib/utils/embedded/conf: arm64.conf Log Message: Move rk3399 dtb files to the correct location To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/distrib/utils/

CVS commit: src/distrib/utils/embedded/files

2018-07-04 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed Jul 4 23:10:06 UTC 2018 Modified Files: src/distrib/utils/embedded/files: armv7_boot.cmd Log Message: Enable booting of netbsd-EXYNOS kernel To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/distrib/utils/em

CVS commit: src/distrib/utils/embedded/conf

2018-06-19 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Jun 19 15:13:51 UTC 2018 Modified Files: src/distrib/utils/embedded/conf: arm64.conf Log Message: Install RK3328 .dtb files to the correct location To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/distrib/ut

CVS commit: src/distrib/utils/embedded/conf

2018-06-19 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Jun 19 15:12:05 UTC 2018 Modified Files: src/distrib/utils/embedded/conf: evbarm.conf Log Message: Increase reserved space at start of image from 4MB to 16MB to make room for Rockchip bootloaders. To generate a diff of thi

CVS commit: src/distrib/utils/embedded/files

2018-01-06 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Jan 6 20:27:31 UTC 2018 Modified Files: src/distrib/utils/embedded/files: armv7_boot.cmd Log Message: Enable automatic booting on tegra210 To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/distrib/utils/embe

CVS commit: src/distrib/utils/embedded/files

2017-12-18 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Dec 18 19:08:16 UTC 2017 Modified Files: src/distrib/utils/embedded/files: armv7_boot.cmd Log Message: No need to specify console=fb for pinebook anymore as WSDISPLAY_MULTICONS will give us a framebuffer console To genera

CVS commit: src/distrib/utils/embedded/files

2017-12-16 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Dec 16 21:28:19 UTC 2017 Modified Files: src/distrib/utils/embedded/files: armv7_boot.cmd Log Message: Use fb console by default on Pinebook To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/distrib/utils/emb

CVS commit: src/distrib/utils/embedded/conf

2017-12-12 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Dec 12 21:00:28 UTC 2017 Modified Files: src/distrib/utils/embedded/conf: rpi.conf Log Message: Fix spelling in error message To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/distrib/utils/embedded/conf/rp

CVS commit: src/distrib/utils/embedded/conf

2017-12-03 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Dec 3 13:31:45 UTC 2017 Modified Files: src/distrib/utils/embedded/conf: armv7.conf Log Message: On 64-bit boards, U-Boot expects to find .dtb files in an allwinner/ subdirectory To generate a diff of this commit: cvs rd

CVS commit: src/distrib/utils/embedded/conf

2017-11-30 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Nov 30 19:55:47 UTC 2017 Modified Files: src/distrib/utils/embedded/conf: armv7.conf Log Message: Remove legacy awin kernels from image To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/distrib/utils/embedd

CVS commit: src/distrib/utils/embedded

2017-11-27 Thread Robert Elz
Module Name:src Committed By: kre Date: Tue Nov 28 02:56:44 UTC 2017 Modified Files: src/distrib/utils/embedded: mkimage src/distrib/utils/embedded/conf: armv7.conf rpi.conf rpi_inst.conf x86.conf Log Message: Be more precise about exactly what fails wh

CVS commit: src/distrib/utils/embedded

2017-11-27 Thread Robert Elz
Module Name:src Committed By: kre Date: Tue Nov 28 00:24:08 UTC 2017 Modified Files: src/distrib/utils/embedded: mkimage Log Message: Handle use of TMPDIR in cleanup as well. To generate a diff of this commit: cvs rdiff -u -r1.67 -r1.68 src/distrib/utils/embedded/mkimage

CVS commit: src/distrib/utils/embedded

2017-11-27 Thread Robert Elz
Module Name:src Committed By: kre Date: Tue Nov 28 00:14:30 UTC 2017 Modified Files: src/distrib/utils/embedded: mkimage Log Message: Honour ${TMPDIR} if set for location of image, rather than always simply using /tmp To generate a diff of this commit: cvs rdiff -u -r1.6

CVS commit: src/distrib/utils/embedded/conf

2017-11-09 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Nov 9 21:36:46 UTC 2017 Modified Files: src/distrib/utils/embedded/conf: armv7.conf rpi.conf Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/distrib/utils/embedded/conf/armv

CVS commit: src/distrib/utils/embedded/files

2017-10-07 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Sun Oct 8 00:35:26 UTC 2017 Modified Files: src/distrib/utils/embedded/files: armv7_boot.cmd Log Message: Fix test otherwise we try to load a fdtfile for boards which do not have use_fdt set. To generate a diff of this commit:

CVS commit: src/distrib/utils/embedded/conf

2017-10-07 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Oct 8 00:15:13 UTC 2017 Modified Files: src/distrib/utils/embedded/conf: armv7.conf Log Message: Don't install uEnv.txt for beagle; boot.scr handles this now. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18

CVS commit: src/distrib/utils/embedded

2017-10-07 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Oct 7 23:40:00 UTC 2017 Modified Files: src/distrib/utils/embedded/conf: armv7.conf Added Files: src/distrib/utils/embedded/files: armv7_boot.cmd Log Message: Install a boot.scr on armv7.img that detects the running

CVS commit: src/distrib/utils/embedded/conf

2017-07-31 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Jul 31 16:34:23 UTC 2017 Modified Files: src/distrib/utils/embedded/conf: armv7.conf rpi.conf rpi_inst.conf Log Message: Create a config.txt for RPI and set 'enable_uart=1' and 'force_turbo=0'. This config gives us a stable

CVS commit: src/distrib/utils/embedded/conf

2017-07-09 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Jul 9 10:41:40 UTC 2017 Modified Files: src/distrib/utils/embedded/conf: armv7.conf Log Message: Add : to body of populate_sunxi to appease bash. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/distrib/u

CVS commit: src/distrib/utils/embedded/conf

2017-07-06 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Jul 6 21:07:09 UTC 2017 Modified Files: src/distrib/utils/embedded/conf: armv7.conf Log Message: Test for kernel build directory before reading DTB list To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/di

CVS commit: src/distrib/utils/embedded

2017-06-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jun 10 23:26:32 UTC 2017 Modified Files: src/distrib/utils/embedded: mkimage Log Message: add the tests set. To generate a diff of this commit: cvs rdiff -u -r1.64 -r1.65 src/distrib/utils/embedded/mkimage Please note tha

CVS commit: src/distrib/utils/embedded/conf

2017-05-13 Thread Hubert Feyrer
Module Name:src Committed By: hubertf Date: Sat May 13 10:44:58 UTC 2017 Modified Files: src/distrib/utils/embedded/conf: evbarm.conf Log Message: minor cleanup in customize_evbarm(): keep handling of /etc/rc.conf in one place To generate a diff of this commit: cvs rdiff

CVS commit: src/distrib/utils/x_ifconfig

2017-05-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue May 2 20:12:10 UTC 2017 Modified Files: src/distrib/utils/x_ifconfig: Makefile Log Message: define SMALLPROG To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/distrib/utils/x_ifconfig/Makefile Please note

CVS commit: src/distrib/utils/embedded/files

2017-04-14 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Apr 14 13:47:22 UTC 2017 Modified Files: src/distrib/utils/embedded/files: resize_disklabel Log Message: Grow the MBR partition table entry for the BSD partition before growing the disklabel. To generate a diff of this com

CVS commit: src/distrib/utils/embedded/conf

2017-04-12 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed Apr 12 23:35:29 UTC 2017 Modified Files: src/distrib/utils/embedded/conf: armv7.conf Log Message: ODROID-C1: Now that the MBR partition table contains an entry for the BSD partition, the disklabel no longer conflicts with th

CVS commit: src/distrib/utils/embedded/conf

2017-04-12 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed Apr 12 23:32:11 UTC 2017 Modified Files: src/distrib/utils/embedded/conf: evbarm.conf Log Message: Slightly reduce the size of the MSDOS partition from 124M to 92M. With the larger size, installing the ODROID-C1 bootloader c

CVS commit: src/distrib/utils/embedded

2017-04-11 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Apr 11 21:06:30 UTC 2017 Modified Files: src/distrib/utils/embedded: mkimage Log Message: Now that FAT+FFS images include the BSD partition in the MBR partition table, install the disklabel after setting up MBR partitions. T

CVS commit: src/distrib/utils/embedded

2017-04-11 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Apr 11 18:04:08 UTC 2017 Modified Files: src/distrib/utils/embedded: mkimage Log Message: Improvements and fixes for FAT+FFS images: - Add a "NETBSD" volume label to the MSDOS file-system. - Explicitly initialize boot sect

CVS commit: src/distrib/utils/embedded/conf

2017-04-11 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Apr 11 17:30:17 UTC 2017 Modified Files: src/distrib/utils/embedded/conf: evbarm.conf Log Message: Increase the size of the boot partition and remove the 'd' part from the disklabel. To generate a diff of this commit: cvs

CVS commit: src/distrib/utils/embedded/conf

2017-04-10 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Apr 10 22:25:36 UTC 2017 Modified Files: src/distrib/utils/embedded/conf: armv7.conf Log Message: tegra: set loadaddr to 0x9000 (the default kernel_addr_r overlaps fdt_addr_r on TK1 + L4T 21.x), and set default root devi

CVS commit: src/distrib/utils/embedded

2017-03-13 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Mar 14 06:37:39 UTC 2017 Modified Files: src/distrib/utils/embedded: mkimage Log Message: Mark the msdos parition active for boards like the BeagleBone Black To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62 src/d

CVS commit: src/distrib/utils/x_ifconfig

2017-02-08 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Feb 8 23:26:24 UTC 2017 Modified Files: src/distrib/utils/x_ifconfig: Makefile Log Message: Cosmetic changes. No functional changes. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/distrib/utils/x_ifconfig/Ma

CVS commit: src/distrib/utils/x_ifconfig

2017-02-08 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Feb 8 23:24:57 UTC 2017 Modified Files: src/distrib/utils/x_ifconfig: Makefile Log Message: Replace ".PATH ${SRCDIR}" before including Makefile.common to ensure the correct order of search path. To generate a diff of this comm

CVS commit: src/distrib/utils/x_ifconfig

2017-02-07 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Feb 7 16:49:40 UTC 2017 Modified Files: src/distrib/utils/x_ifconfig: Makefile Log Message: Define NOMAN before including bsd.own.mk to set MKMAN=no appropriately. To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34

CVS commit: src/distrib/utils/zcat

2017-01-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jan 12 01:58:03 UTC 2017 Modified Files: src/distrib/utils/zcat: Makefile zcat.c Added Files: src/distrib/utils/zcat: misc.c Log Message: This is an example how to make a small program using libc. Original size 300K;

CVS commit: src/distrib/utils/zcat

2017-01-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jan 11 04:04:12 UTC 2017 Modified Files: src/distrib/utils/zcat: Makefile Log Message: adjust to new zlib To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/distrib/utils/zcat/Makefile Please note that diff

CVS commit: src/distrib/utils

2016-01-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jan 31 18:56:49 UTC 2016 Modified Files: src/distrib/utils: Makefile Added Files: src/distrib/utils/x_disklabel: Makefile Log Message: PR/50729: Izumi Tsutsui: Add "small" disklabel To generate a diff of this commi

CVS commit: src/distrib/utils/more

2016-01-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jan 26 16:04:12 UTC 2016 Modified Files: src/distrib/utils/more: os.c Log Message: PR/50710: David Binderman: Fix memory leak. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/distrib/utils/more/os.c Please

CVS commit: src/distrib/utils/embedded/conf

2015-12-19 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Dec 19 14:57:49 UTC 2015 Modified Files: src/distrib/utils/embedded/conf: armv7.conf Log Message: C&P of change in rpi.conf (maybe factor out) By default, RPI firmware sets the max CPU frequency to 600MHz. This can be overridd

CVS commit: src/distrib/utils/embedded/conf

2015-08-21 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Aug 21 17:08:11 UTC 2015 Modified Files: src/distrib/utils/embedded/conf: armv7.conf Log Message: Cubieboard2 kernel is named netbsd-CUBIEBOARD.ub not netbsd-CUBIEBOARD2.ub To generate a diff of this commit: cvs rdiff -u -

CVS commit: src/distrib/utils/x_ping6

2015-08-06 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Fri Aug 7 00:37:14 UTC 2015 Modified Files: src/distrib/utils/x_ping6: Makefile Log Message: Add -DCRUNCHOPS It's required because ping6 is now rump-ified. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/dis

CVS commit: src/distrib/utils/embedded/conf

2015-08-02 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Aug 2 11:11:32 UTC 2015 Modified Files: src/distrib/utils/embedded/conf: armv7.conf Log Message: install jetsontk1 boot script as boot.scr To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/distrib/utils/embe

CVS commit: src/distrib/utils/embedded

2015-08-01 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Aug 1 10:05:51 UTC 2015 Modified Files: src/distrib/utils/embedded: mkimage Log Message: use a larger (64KB) block size, this helps SD card performance To generate a diff of this commit: cvs rdiff -u -r1.60 -r1.61 src/dis

CVS commit: src/distrib/utils/embedded/conf

2015-08-01 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Aug 1 10:04:50 UTC 2015 Modified Files: src/distrib/utils/embedded/conf: evbarm.conf Log Message: mount root partition with noatime To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/distrib/utils/embedded/

  1   2   3   4   >