NetBSD/sbin
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
..
amrctl don't use sprintf 2014-03-23 05:07:59 +00:00
apmlabel fix unused variable warnings. 2013-10-19 01:09:58 +00:00
atactl Pull up following revision(s) (requested by mrg in ticket #196): 2014-11-09 19:23:04 +00:00
badsect fsbtodb() -> FFS_FSBTODB(), EXT2_FSBTODB(), or MFS_FSBTODB() 2013-06-23 02:06:04 +00:00
bioctl Pull up following revision(s) (requested by joerg in ticket #758): 2015-05-14 08:15:47 +00:00
brconfig Pull up following revision(s) (requested by msaitoh in ticket #391): 2015-01-08 08:26:57 +00:00
ccdconfig Pull up following revision(s) (requested by mlelstv in ticket #305): 2014-12-09 20:18:47 +00:00
cgdconfig List all cgd's no matter if they are not contiguously allocated 2013-06-09 18:37:40 +00:00
chkconfig
chown In all man pages that say: 2013-12-17 09:54:08 +00:00
clri fsbtodb() -> FFS_FSBTODB(), EXT2_FSBTODB(), or MFS_FSBTODB() 2013-06-23 02:06:04 +00:00
devpubd Pull up following revision(s) (requested by mlelstv in ticket #561): 2015-03-07 06:00:01 +00:00
disklabel Pull up following revision(s) (requested by tsutsui in ticket #891): 2015-07-30 09:45:24 +00:00
dkctl Pull up following revision(s) (requested by mlelstv in ticket #201): 2014-11-11 10:36:40 +00:00
dkscan_bsdlabel
dmctl fix unused variable warnings. 2013-10-19 01:09:58 +00:00
dmesg
drvctl Pull up following revision(s) (requested by mlelstv in ticket #562): 2015-03-07 06:06:24 +00:00
dump Fix handling of NAME aliases in /etc/fstab. 2013-09-08 13:26:05 +00:00
dump_lfs Make this build again. hi christos 2013-06-19 06:15:54 +00:00
fastboot
fdisk remove debugging. 2014-04-04 16:15:30 +00:00
fsck Pull up following revision(s) (requested by jnemeth in ticket #793): 2015-05-25 09:10:48 +00:00
fsck_ext2fs Pull up following revision(s) (requested by christos in ticket #688): 2015-04-14 05:15:57 +00:00
fsck_ffs Reorg docs, part 3: 2014-07-05 19:23:15 +00:00
fsck_lfs Revert previous; it doesn't work because all the lfs tools 2014-07-13 02:44:21 +00:00
fsck_msdos Pull up following revision(s) (requested by jakllsch in ticket #234): 2014-11-14 15:49:16 +00:00
fsck_v7fs
fsdb Correct usage of clri. 2014-03-03 12:12:18 +00:00
fsirand fix unused variable warnings. 2013-10-19 01:09:58 +00:00
gpt Pull up following revision(s) (requested by jnemeth in ticket #847): 2015-06-29 17:24:28 +00:00
ifconfig Pull up following revision(s) (requested by pettai in ticket #442): 2015-01-23 09:37:23 +00:00
init The "-s" flag is passed to init by the kernel, not by the boot loader. 2013-10-02 22:07:56 +00:00
iscsictl Merge riastradh-drm2 to HEAD. 2014-03-18 18:20:35 +00:00
iscsid mention requirements for custom kernels. 2014-07-06 14:41:24 +00:00
ldconfig Merge riastradh-drm2 to HEAD. 2014-03-18 18:20:35 +00:00
luactl Mark usage as dead. 2013-10-29 16:11:15 +00:00
mbrlabel Remove trailing whitespace. 2013-02-27 21:21:47 +00:00
mknod Remove old workaround for Cygwin. 2013-06-14 16:28:20 +00:00
modload WARNS=5 is the default in sbin, don't need to set it explicitly. 2013-08-11 05:56:55 +00:00
modstat bump date for previous 2013-10-24 13:00:21 +00:00
modunload WARNS=5 is the default in sbin, don't need to set it explicitly. 2013-08-11 05:56:55 +00:00
mount Add a reference to secmodel_extensions(9), to make it a little easier to 2013-10-31 07:37:06 +00:00
mount_ados
mount_cd9660
mount_chfs GC mopts. 2013-09-13 21:03:29 +00:00
mount_efs De-capitalize `.Nd' macro argument. 2013-05-29 14:56:19 +00:00
mount_ext2fs De-capitalize `.Nd' macro argument. 2013-05-29 14:56:19 +00:00
mount_fdesc Add crossreference to fd(4) as noted a while back in PR 45694. Bump date. 2013-12-30 08:43:22 +00:00
mount_ffs
mount_filecore
mount_hfs Merge riastradh-drm2 to HEAD. 2014-03-18 18:20:35 +00:00
mount_kernfs
mount_lfs put back oldflags and __USE it. 2013-10-19 23:14:27 +00:00
mount_msdos
mount_nfs declare the variables that getnfsargs need in getnfsargs so that they can 2013-06-29 22:56:26 +00:00
mount_nilfs fix unused variable warnings. 2013-10-19 01:09:58 +00:00
mount_ntfs Merge riastradh-drm2 to HEAD. 2014-03-18 18:20:35 +00:00
mount_null
mount_overlay
mount_portal fix unused variable warnings. 2013-10-19 01:09:58 +00:00
mount_procfs
mount_ptyfs Pull up following revision(s) (requested by hannken in ticket #29): 2014-08-17 03:34:02 +00:00
mount_puffs
mount_sysvbfs
mount_tmpfs Remove reference to (no longer) fixed 4 mbyte kernel memory being reserved, 2014-06-07 10:03:44 +00:00
mount_udf
mount_umap
mount_union
mount_v7fs
newbtconf
newfs Pull up following revision(s) (requested by mlelstv in ticket #900): 2015-07-30 15:36:03 +00:00
newfs_ext2fs vax specific gcc 4.8.1 hacks 2013-11-09 21:39:27 +00:00
newfs_lfs New sentence, new line. Remove trailing whitespace. 2014-01-04 15:35:10 +00:00
newfs_msdos Fix volume name (Ed Maste) 2014-04-24 23:49:40 +00:00
newfs_sysvbfs don't use sprintf 2014-03-23 05:07:59 +00:00
newfs_udf Merge riastradh-drm2 to HEAD. 2014-03-18 18:20:35 +00:00
newfs_v7fs
nologin
ping Pull up following revision(s) (requested by christos in ticket #692): 2015-04-14 05:26:20 +00:00
ping6 Pull up following revision(s) (requested by chs in ticket #493): 2015-02-04 22:05:29 +00:00
pppoectl
raidctl Pull up following revision(s) (requested by sborrill in ticket #863): 2015-07-05 20:22:34 +00:00
rcorder Merge riastradh-drm2 to HEAD. 2014-03-18 18:20:35 +00:00
reboot
resize_ffs Pull up following revision(s) (requested by skrll in ticket #909): 2015-08-06 21:13:43 +00:00
resize_lfs missed one 2014-03-23 05:38:14 +00:00
restore Stick UFS_ in front of these symbols: 2013-06-09 17:57:08 +00:00
rndctl Sync usage with manpage a bit more. 2014-08-10 17:13:14 +00:00
route Pull up following revision(s) (requested by prlw1 in ticket #395): 2015-01-08 11:47:11 +00:00
routed don't use sprintf 2014-03-23 05:36:58 +00:00
rtsol
savecore - avoid using globals where it is simple. 2013-05-13 18:44:11 +00:00
scan_ffs Stick ffs_ in front of the following macros: 2013-06-23 22:03:34 +00:00
scsictl Document debug 2013-03-29 21:46:32 +00:00
setkey
shutdown When the third arg to fwrite() is a size in bytes, then the second arg 2014-03-28 18:27:14 +00:00
slattach attach tty line discipline by name, not by number. remove unused case value. lgtm christos 2013-10-20 20:17:52 +00:00
svhlabel getrawpartition(3) may fail, so call it only once and test for failure. 2013-02-07 10:44:45 +00:00
swapctl Merge riastradh-drm2 to HEAD. 2014-03-18 18:20:35 +00:00
sysctl Get rid of all sysc_init_field uses - initialize fields directly in C99 2014-05-16 12:22:32 +00:00
ttyflags open the tty with O_RDWR|O_NONBLOCK. it seems valid to ask for 2014-05-04 20:43:30 +00:00
tunefs Bump date for previous. New sentence, new line. Use more markup. 2014-08-09 10:41:05 +00:00
umount move proto to small 2013-07-02 01:39:17 +00:00
veriexecctl Pull up following revision(s) (requested by maxv in ticket #764): 2015-05-19 04:42:31 +00:00
wdogctl
wsconsctl
Makefile moved to external 2013-12-25 22:04:52 +00:00
Makefile.inc