NetBSD/etc
snj e8c0536867 Pull up following revision(s) (requested by skrll in ticket #909):
distrib/sets/lists/etc/mi: revision 1.237
	distrib/sets/lists/tests/mi: revision 1.613
	distrib/utils/embedded/conf/armv7.conf: revisions 1.1, 1.2
	distrib/utils/embedded/conf/beagleboard.conf: delete
	distrib/utils/embedded/conf/evbarm.conf: revisions 1.21, 1.22
	distrib/utils/embedded/conf/rpi.conf: revisions 1.28, 1.29
	distrib/utils/embedded/conf/rpi_inst.conf: revisions 1.7, 1.8
	distrib/utils/embedded/conf/usermode.conf: revision 1.5
	distrib/utils/embedded/conf/x86.conf: revision 1.5
	distrib/utils/embedded/files/resize_disklabel: revision 1.1
	distrib/utils/embedded/mkimage: revisions 1.49, 1.55-1.59
	etc/defaults/rc.conf: revision 1.133
	etc/etc.evbarm/Makefile.inc: revisions 1.72, 1.76
	etc/rc.d/Makefile: revision 1.93 via patch
	etc/rc.d/resize_root: revisions 1.1-1.3
	etc/rc.d/root: revision 1.5
	sbin/resize_ffs/Makefile: revision 1.5
	sbin/resize_ffs/resize_ffs.8: revisions 1.14-1.16
	sbin/resize_ffs/resize_ffs.c: revisions 1.39-1.44
	share/man/man5/rc.conf.5: revision 1.158, 1.159
	tests/sbin/resize_ffs/Makefile: revision 1.4
	tests/sbin/resize_ffs/common.sh: revision 1.14
	tests/sbin/resize_ffs/t_check.sh: revision 1.1
	tests/sbin/resize_ffs/t_grow.sh: revision 1.9
	tests/sbin/resize_ffs/t_grow_swapped.sh: revision 1.3
	tests/sbin/resize_ffs/t_shrink.sh: revision 1.8
	tests/sbin/resize_ffs/t_shrink_swapped.sh: revision 1.2
fix image building:
         - round up the total size of the disk image
         - fix fdisk offset for netbsd ffs images
--
Make get_dev_size work on regular files too.
--
Use `!= -1' instead of `== 0' out of paranoia.
--
- Add -c to check to see if grow/shrink is required
- Divide by DEV_BSIZE when returning size of file.
- Update manpage
--
New sentence, new line. Sort option descriptions.
--
Add resize_root boot operation. If resize_root=YES in rc.conf then
the system attempts to resize the root file system to fill it's
partition prior to mounting read-write. Useful for things like AMI
file system images. May eventually be used by arm images after
coming up with similar solution for increasing the parition size.
--
- Add new tests for -c check flag in resize_ffs
--
Bump date for previous.
it's -> its
--
Handle case in grow() where last cylinder group is too small for ufs2.
Align with code in shrink().
--
factor out geometry calculation and use this also in CheckOnly mode.
be a bit more verbose in Verbose mode.
--
Add support for auto-growing the root partition. Enable it for rpi.img.
--
initialize resize before pulling in board config
--
add KEYWORD: interactive, honour resize_root_flags and
resize_root_postcmd rc vars
--
if the -p flag is specified, display a progress bar while growing the
file-system
--
show resize_ffs progress bar when resizing root partition
--
fix typo in previous; pass -y unconditionally to resize_ffs, not -p
--
Rename beagleboard.img to armv7.img. The new image includes the same
kernels as beagleboard.img plus support for Raspberry Pi 2, ODROID-C1,
Cubieboard2, Cubietruck, Hummingbird A31, and Banana Pi.
--
Properly spell X' name. From X(7):
        The  X.Org  Foundation  requests  that the following names be
used when
        referring to this software:
                                           X
                                    X Window System
                                     X Version 11
                              X Window System, Version 11
                                          X11
--
Add some documentation:
Tell what this does, and what it expects from conf files
--
Cleanup: make_filesystems is not used any longer, purge remains
--
More cleanup:
Instead of first overwriting the *_evbarm functions with own code,
and then calling them from the regular functions, directly put the
code into the regular functions.
No more functions from evbarm.conf are used now.
Some variables are still used!
--
define TOOL_MKUBOOTIMAGE for mkimage
--
fix mkubootimage
2015-08-06 21:13:43 +00:00
..
bluetooth
defaults Pull up following revision(s) (requested by skrll in ticket #909): 2015-08-06 21:13:43 +00:00
etc.aarch64 Preliminary files for AARCH64 (64-bit ARM) support. 2014-08-10 05:47:35 +00:00
etc.acorn26 Add 'bpf' to all ramdisk targets (*), or floppy targets if ramdisk calls that. 2012-08-16 13:31:24 +00:00
etc.acorn32 Add 'bpf' to all ramdisk targets (*), or floppy targets if ramdisk calls that. 2012-08-16 13:31:24 +00:00
etc.algor
etc.alpha Pull up following revision(s) (requested by snj in ticket #551): 2015-02-27 10:10:32 +00:00
etc.amd64 Apply patch (requested by christos in ticket #542): 2015-03-18 03:57:15 +00:00
etc.amiga Also build WSCONS kernel. 2012-07-09 18:12:11 +00:00
etc.amigappc Per discussion on tech-userlevel, finally fix PR 10127: 2012-06-13 20:49:11 +00:00
etc.arc Per discussion on tech-userlevel, finally fix PR 10127: 2012-06-13 20:49:11 +00:00
etc.atari Per discussion on tech-userlevel, finally fix PR 10127: 2012-06-13 20:49:11 +00:00
etc.bebox Add 'bpf' to all ramdisk targets (*), or floppy targets if ramdisk calls that. 2012-08-16 13:31:24 +00:00
etc.cats Use ${TOOL_GZIP} instead of just gzip in all Makefiles 2014-01-27 08:18:07 +00:00
etc.cesfic
etc.cobalt
etc.dreamcast Add 'bpf' to all ramdisk targets (*), or floppy targets if ramdisk calls that. 2012-08-16 13:31:24 +00:00
etc.emips Change foo*) case patterns to foo[0-9]*) in MD MAKEDEV.conf files, 2011-09-06 14:40:10 +00:00
etc.epoc32 Support to build for epoc32 userland. 2013-05-01 13:11:59 +00:00
etc.evbarm Pull up following revision(s) (requested by skrll in ticket #909): 2015-08-06 21:13:43 +00:00
etc.evbcf Merge riastradh-drm2 to HEAD. 2014-03-18 18:20:35 +00:00
etc.evbmips Add a INSTALL_LOONGSON kernel with a ramdisk. 2011-08-29 18:32:18 +00:00
etc.evbppc There are no powerpc64 in evbppc currently. 2014-02-28 06:10:54 +00:00
etc.evbsh3 Add 'bpf' to all ramdisk targets (*), or floppy targets if ramdisk calls that. 2012-08-16 13:31:24 +00:00
etc.ews4800mips Add 'bpf' to all ramdisk targets (*), or floppy targets if ramdisk calls that. 2012-08-16 13:31:24 +00:00
etc.hp300 Fix yet another "openpty() failed" error during sysinst. 2013-04-28 08:08:03 +00:00
etc.hpcarm Add 'bpf' to all ramdisk targets (*), or floppy targets if ramdisk calls that. 2012-08-16 13:31:24 +00:00
etc.hpcmips Add 'bpf' to all ramdisk targets (*), or floppy targets if ramdisk calls that. 2012-08-16 13:31:24 +00:00
etc.hpcsh Add 'bpf' to all ramdisk targets (*), or floppy targets if ramdisk calls that. 2012-08-16 13:31:24 +00:00
etc.hppa Rename NetBSD/hp700 to NetBSD/hppa. 2014-02-24 07:23:38 +00:00
etc.i386 Apply patch (requested by christos in ticket #542): 2015-03-18 03:57:15 +00:00
etc.ibmnws Add 'bpf' to all ramdisk targets (*), or floppy targets if ramdisk calls that. 2012-08-16 13:31:24 +00:00
etc.iyonix Add 'bpf' to all ramdisk targets (*), or floppy targets if ramdisk calls that. 2012-08-16 13:31:24 +00:00
etc.landisk Drop sci0 from "floppy" case too. 2014-04-01 01:10:14 +00:00
etc.luna68k Add an entry for wscons ttyE0. 2013-01-14 09:23:45 +00:00
etc.mac68k Undo the mac68k specific previous change and instead move all mkisofs-based 2014-06-30 15:34:57 +00:00
etc.macppc since we support 601 hardware now, let's build the kernel for it as well 2014-07-20 14:52:29 +00:00
etc.mipsco Add 'bpf' to all ramdisk targets (*), or floppy targets if ramdisk calls that. 2012-08-16 13:31:24 +00:00
etc.mmeye Add 'bpf' to all ramdisk targets (*), or floppy targets if ramdisk calls that. 2012-08-16 13:31:24 +00:00
etc.mvme68k Change foo*) case patterns to foo[0-9]*) in MD MAKEDEV.conf files, 2011-09-06 14:40:10 +00:00
etc.mvmeppc Add 'bpf' to all ramdisk targets (*), or floppy targets if ramdisk calls that. 2012-08-16 13:31:24 +00:00
etc.netwinder Add 'bpf' to all ramdisk targets (*), or floppy targets if ramdisk calls that. 2012-08-16 13:31:24 +00:00
etc.news68k Add an entry for romcons. 2011-11-20 17:21:15 +00:00
etc.newsmips Per discussion on tech-userlevel, finally fix PR 10127: 2012-06-13 20:49:11 +00:00
etc.next68k Per discussion on tech-userlevel, finally fix PR 10127: 2012-06-13 20:49:11 +00:00
etc.ofppc Add 'bpf' to all ramdisk targets (*), or floppy targets if ramdisk calls that. 2012-08-16 13:31:24 +00:00
etc.playstation2 Bring back the playstation2 port - now that a toolchain for it is 2014-03-31 11:25:47 +00:00
etc.pmax Per discussion on tech-userlevel, finally fix PR 10127: 2012-06-13 20:49:11 +00:00
etc.prep Add 'bpf' to all ramdisk targets (*), or floppy targets if ramdisk calls that. 2012-08-16 13:31:24 +00:00
etc.rs6000 Add 'bpf' to all ramdisk targets (*), or floppy targets if ramdisk calls that. 2012-08-16 13:31:24 +00:00
etc.sandpoint Add 'bpf' to all ramdisk targets (*), or floppy targets if ramdisk calls that. 2012-08-16 13:31:24 +00:00
etc.sbmips
etc.sgimips Per discussion on tech-userlevel, finally fix PR 10127: 2012-06-13 20:49:11 +00:00
etc.shark Add 'bpf' to all ramdisk targets (*), or floppy targets if ramdisk calls that. 2012-08-16 13:31:24 +00:00
etc.sparc Add 'bpf' to all ramdisk targets (*), or floppy targets if ramdisk calls that. 2012-08-16 13:31:24 +00:00
etc.sparc64 Add 'bpf' to all ramdisk targets (*), or floppy targets if ramdisk calls that. 2012-08-16 13:31:24 +00:00
etc.sun2
etc.sun3
etc.vax Seems like all the trendy ramdisks are using "makedev ipty" rather than 2012-08-18 00:50:37 +00:00
etc.x68k Add powerd=YES in default. It's recommended for a power switch on x68k. 2013-04-21 08:47:28 +00:00
etc.zaurus Add 'bpf' to all ramdisk targets (*), or floppy targets if ramdisk calls that. 2012-08-16 13:31:24 +00:00
iscsi
mtree Pull up following revision(s) (requested by mrg in ticket #736): 2015-05-07 03:48:27 +00:00
namedb Update root.cache to 2014060201. 2014-07-01 03:33:28 +00:00
pam.d
powerd Add some states not handled before. XXX: are both states in the | cases 2014-03-13 00:50:55 +00:00
rc.d Pull up following revision(s) (requested by skrll in ticket #909): 2015-08-06 21:13:43 +00:00
root Pull up following revision(s) (requested by riz in ticket #288): 2014-12-01 21:17:21 +00:00
skel fix use of setenv in a comment, noted by "stu314" on freenode. 2012-04-10 19:02:30 +00:00
ssh fix narn-names -> mollari 2013-06-07 16:44:17 +00:00
MAKEDEV.awk Rename the 'gpio' group to '_gpio' as new group names should start with an 2013-05-20 11:37:02 +00:00
MAKEDEV.local
MAKEDEV.tmpl create a lua device node for lua(4) and luactl(8) 2013-10-28 18:33:20 +00:00
Makefile Changes to existing files to enable building AARCH64 userland. 2014-08-10 05:56:36 +00:00
Makefile.params BUILDINFO part 3: Add BUILDINFO to RELEASEVARS and /etc/release 2014-08-03 09:19:34 +00:00
aliases
bootptab
changelist
crontab
csh.cshrc
csh.login
csh.logout
daily 'file system' for consistency with documentation (instead of 'filesystem'). 2014-07-22 17:11:09 +00:00
daily.conf
disktab
dm.conf
envsys.conf
floppytab
ftpchroot
ftpusers
gettytab
gpio.conf Better wording. 2011-11-19 17:30:09 +00:00
group Add _rtadvd user and group. 2013-07-09 09:34:58 +00:00
hosts Replace the comment on this file. It appears to date back to CSRG days 2013-11-24 07:20:01 +00:00
hosts.equiv
hosts.lpd
inetd.conf
locate.conf 'file system' for consistency with documentation (instead of 'filesystem'). 2014-07-22 17:11:09 +00:00
login.conf Add sample code to suppress copyright message on interactive logins. 2013-04-30 21:03:43 +00:00
mailer.conf is is -> is 2011-07-24 08:28:11 +00:00
man.conf Fix _crunch entries, which accidentally got changed from compression 2013-12-22 01:18:28 +00:00
master.passwd Add _rtadvd user and group. 2013-07-09 09:34:58 +00:00
minfree
mkttys
monthly
monthly.conf
motd.beta
motd.current
motd.default motd needs to be re-generated when DISTRIBVER changes, so change he 2012-11-04 11:09:14 +00:00
motd.rc
motd.stable
mrouted.conf
named.conf - read the root keys from our file 2013-04-25 20:28:05 +00:00
netconfig
networks
newsyslog.conf
nsswitch.conf
ntp.conf Don't try to use server-specific "restrict" settings; 2014-01-14 13:23:46 +00:00
passwd.conf
phones
pkgpath.conf Fix for problematic paths in /etc/daily and /etc/security reported in 2013-05-01 05:36:25 +00:00
printcap
profile
protocols refresh from IANA 2013-02-22 03:42:06 +00:00
rbootd.conf
rc In the background subshell that flushes partial output every few 2014-07-29 20:39:16 +00:00
rc.conf Consistency changes only. Start sentences with a capital letter and end 2014-07-14 12:29:48 +00:00
rc.local
rc.shutdown PR/46601 - Jim Bernard -- add support for rc_directories 2012-06-25 07:22:45 +00:00
rc.subr In rc.subr, add _have_rc_postprocessor function and use it instead of 2014-07-27 07:46:46 +00:00
remote
rpc
security Introduce a variable for security.conf, default empty, to list users 2013-11-06 19:37:05 +00:00
security.conf
services 'file system' for consistency with documentation (instead of 'filesystem'). 2014-07-22 17:11:09 +00:00
shells
shrc
sysctl.conf mention kern.tty.qsize requested by Matthew Mondor. 2011-09-25 21:47:22 +00:00
syslog.conf
weekly Use new makemandb -Q flag to be really quiet. 2012-08-29 20:34:18 +00:00
weekly.conf
wscons.conf Sync keyboard list with reality. 2011-07-22 19:06:23 +00:00