| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-02-24 | Rename NetBSD/hp700 to NetBSD/hppa. | skrll | |
| Unfortunately our VCS isn't very helpful here. | |||
| 2014-02-19 | Improve luna68k md part of sysinst. | tsutsui | |
| - setup a boot UFS partition and install native bootloader - add messages how to setup NVRAM variables for firmware to load bootloader - enable swap on <= 32MB machines | |||
| 2014-02-15 | Use msg_display(3) rather than printf(3) to print dobootblk messages. | tsutsui | |
| The latter won't show any characters on the sysinst screen and other ports have used the former. | |||
| 2014-01-16 | eliminate use of bsd.sys.mk from Makefiles | christos | |
| 2013-12-21 | refer to our own h_errno so we don't fetch the libc one | christos | |
| 2013-12-07 | Add a tmpfs for /var/shm on machines with more than 16MB ram to the created | martin | |
| /etc/fstab. | |||
| 2013-12-07 | Remove duplicated line for /etc/fstab in file list | martin | |
| 2013-11-28 | Put console=fb back as autodetect is bunged up. | skrll | |
| 2013-11-22 | Fix /dev population of the evbarm images by using MAKEDEV -s and appending | skrll | |
| to the mtree spec file passed to makefs. | |||
| 2013-11-09 | vax specific gcc 4.8.1 hacks | christos | |
| 2013-11-07 | remove unused variable | christos | |
| 2013-11-04 | fix unitialized variable access | christos | |
| 2013-10-30 | -recognize CF cards by the magic value in inquiry data | drochner | |
| -kill CFG_ATAPI_MASK, didn't see anything in the specs supporting that it exists | |||
| 2013-10-30 | remove unused variables | mrg | |
| 2013-10-13 | Fix another botch of my dumb patch in PR/45990; add missing braces. | tsutsui | |
| The offset of MBR partition 0 was unintentionally set to 2048 even on small (<=128GB) disks. Probably we should rethink the threshold, but anyway sysinst(8) should follow fdisk(8) default. http://nxr.NetBSD.org/xref/src/sbin/fdisk/fdisk.c?r=1.145#1199 http://cvsweb.NetBSD.org/bsdweb.cgi/src/sbin/fdisk/fdisk.c#rev1.129 The problem is pointed out and analyzed by Simon Nicolussi in PR/48304. Should be pulled up to all netbsd-6* branches. | |||
| 2013-09-16 | After discussions with cristos regarding the previous commit, he | ast | |
| convinced me it was sufficient to define GZIP_CMD only in distrib/utils/embedded/mkimage and not again in the config files beagleboard.conf, rpi.conf, and rpi_inst.conf similar to how the other variables $src, $release, $mnt, ... are only defined there. | |||
| 2013-09-14 | Fix build release of evbarm which had been failing in mkimage | ast | |
| beagleboard_smp with the elusive message: "gzip: can't stat: gzip: No such file or directory" This was due to GZIP=gzip being defined in mkimage; we now use: GZIP_CMD=${TOOL_GZIP:-gzip} # ${GZIP} is special to gzip(1) as distrib/sets/sets.subr already does in these files as well: distrib/utils/embedded/mkimage distrib/utils/embedded/conf/beagleboard.conf distrib/utils/embedded/conf/rpi.conf distrib/utils/embedded/conf/rpi_inst.conf | |||
| 2013-08-27 | avoid copying most of libc (except gethostent_r, which unfortunately | christos | |
| adds a resolver dependency) by callling the internal nsswitch functions. | |||
| 2013-08-25 | provide the symbols sethostent.c in libc is missing. | christos | |
| 2013-08-21 | 4th time's a charm (I hope). Make sure that we pick up the kernel path passed to | jmcneill | |
| mkimage command line, and not the default. | |||
| 2013-08-20 | modernize, comment out dead code, amend gethostbyaddr prototype. | christos | |
| 2013-08-19 | Instead of trying to pass two kernels to beagleboard.conf, pass one and | jmcneill | |
| derive the path to the second from the first. | |||
| 2013-08-17 | Try to pick up the right location for BEAGLEBONE and BEAGLEBOARD kernels. | jmcneill | |
| 2013-08-16 | support beaglebone and beagleboard with the same image | jmcneill | |
| 2013-08-01 | use console auto detection, ok nick | jmcneill | |
| 2013-07-10 | Fix stack overflow. | joerg | |
| 2013-07-05 | Keep both c: and d: paritions so this can work with systems that have | matt | |
| RAW_PART as 2 or 3. Addresses PR/47688. | |||
| 2013-07-03 | Just split it into two strings and eliminate the newline. | matt | |
| This goes into .ident so the newline doesn't matter. | |||
| 2013-06-28 | Use ANSI C string concatenation | matt | |
| 2013-06-27 | SSD cards is stupid. | christos | |
| 2013-06-27 | explain -m better | christos | |
| 2013-06-27 | tidy up, fix usage | christos | |
| 2013-06-16 | Use TOOL_GZIP in mkimage, and pass the TOOL_GZIP into it. | jakllsch | |
| 2013-05-20 | If minwrites is set: | christos | |
| - set noatime, nodevmtime for root - use tmpfs for frequently written files - use unix sockets instead of fifos for postfix From: http://rich-tbp.blogspot.com/2013/03/netbsd-on-rpi-minimizing-disk-writes.html | |||
| 2013-05-20 | - explanations for single letter flags | christos | |
| - flag to add debug sets - flag to minimize writes to sd's | |||
| 2013-05-14 | Add SET_X11_NOSERVERS for default installation sets. | tsutsui | |
| Althrough landisk doesn't have any screen console (except possible udl(4) and ukbd(4)), it's a good environment to build packages binaries for sh3el, including dreamcast. | |||
| 2013-05-14 | Remove pasted but obsolete comments. | tsutsui | |
| 2013-05-14 | Use the default MD_SETS_SELECTED for ports which have Xservers. | tsutsui | |
| 2013-05-14 | Use the default MD_SETS_SELECTED in util.c which includes an Xserver set. | tsutsui | |
| luna68k has working Xserver so no need to specify md MD_SETS_SELECTED with SET_X11_NOSERVERS. | |||
| 2013-04-21 | Enable rc_configured=YES in sysinst. | isaki | |
| The problem that sed was not contained in ramdisk was already gone. analized by tsutsui@. XXX Only hp300 and mvme68k seem to have the same problem. | |||
| 2013-04-19 | More locale hacks. | joerg | |
| 2013-04-18 | Override localeconv_l as well, when providing an alternative | joerg | |
| implementation of localeconv. | |||
| 2013-04-03 | Double extra to fix image size to fix build. | htodd | |
| 2013-03-28 | For ffs, set bytes per inode to 4K. Otherwise we get a density based on | jmcneill | |
| the contents of the image, which aren't very useful after the file-system has been resized -- for rpi.img, this was 22K per inode! | |||
| 2013-03-26 | Add def for KERNEL_9 | garbled | |
| Get rid of unneeded disklabel -D in md.c Fix pr/47684 by getting rid of a stupid NULL. | |||
| 2013-03-24 | Cleanup prelim_menu definition. | joerg | |
| 2013-03-24 | Nothing uses the old small dhclient, and the new version is gigantic since it | christos | |
| brings in libisc. | |||
| 2013-03-24 | turn on devpubd | jmcneill | |
| 2013-03-23 | Remove non-en translations. en is enough for poor Tier II ports. | tsutsui | |
| 2013-03-23 | Remove rarely maintained and required non-en translations. | tsutsui | |
