The NetBSD Project

CVS log for src/etc/defaults/rc.conf

[BACK] Up to [cvs.NetBSD.org] / src / etc / defaults

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.162.2.3 / (download) - annotate - [select for diffs], Fri Oct 13 18:04:49 2023 UTC (5 months, 2 weeks ago) by martin
Branch: netbsd-10
CVS Tags: netbsd-10-0-RC6, netbsd-10-0-RC5, netbsd-10-0-RC4, netbsd-10-0-RC3, netbsd-10-0-RC2, netbsd-10-0-RC1
Changes since 1.162.2.2: +2 -2 lines
Diff to previous 1.162.2.2 (colored) to branchpoint 1.162 (colored) next main 1.163 (colored) to selected 1.13 (colored)

Pull up following revision(s) (requested by abs in ticket #404):

	etc/rc.d/npf: revision 1.8
	etc/defaults/rc.conf: revision 1.167

Add support to npf_rules to rc.conf
- Allows overriding default from /etc/npf.conf
- Indicate rules file used in output
- Drop check for file presence in script - rely on npf exiting with error

Revision 1.167 / (download) - annotate - [select for diffs], Thu Oct 5 08:19:27 2023 UTC (5 months, 3 weeks ago) by abs
Branch: MAIN
CVS Tags: HEAD
Changes since 1.166: +2 -2 lines
Diff to previous 1.166 (colored) to selected 1.13 (colored)

Add support to npf_rules to rc.conf

- Allows overriding default from /etc/npf.conf
- Indicate rules file used in output
- Drop check for file presence in script - rely on npf exiting with error

Revision 1.162.2.2 / (download) - annotate - [select for diffs], Mon Oct 2 13:26:04 2023 UTC (5 months, 3 weeks ago) by martin
Branch: netbsd-10
Changes since 1.162.2.1: +2 -1 lines
Diff to previous 1.162.2.1 (colored) to branchpoint 1.162 (colored) to selected 1.13 (colored)

Pull up following revision(s) (requested by riastradh in ticket #381):

	distrib/utils/embedded/conf/evbarm.conf: revision 1.42
	distrib/sets/lists/etc/mi: revision 1.273
	etc/rc.d/Makefile: revision 1.118
	distrib/utils/embedded/conf/usermode.conf: revision 1.7
	etc/rc.d/certctl_init: revision 1.1
	distrib/evbarm/liveimage/armimage/rc.conf.armimage: revision 1.2
	etc/defaults/rc.conf: revision 1.166
	distrib/amd64/liveimage/emuimage/rc.conf.emuimage: revision 1.3
	distrib/utils/embedded/conf/x86.conf: revision 1.11
	distrib/utils/embedded/conf/evbmips.conf: revision 1.4

/etc/rc.d/cerctl_init: New script for certctl rehash in live images.

This is very limited -- it does not supplant postinstall to rehash
certificates on upgrade; it only runs certctl rehash if
/etc/openssl/certs is an empty directory, as you get in live images
not created with sysinst.

We could also have a more general-purpose way to run postinstall(8)
on first boot of an image, but that has a lot more moving parts to
think about, so let's start with this limited-scope low-risk
approach.

PR install/57629

/etc/rc.d/certctl_init: Default off.
Otherwise in systems without certctl_init=YES, such as systems
installed with sysinst(8) where it's unnecessary because the rehash
has already happened at install time, you'll get spurious warnings.

Revision 1.166 / (download) - annotate - [select for diffs], Wed Sep 27 01:27:32 2023 UTC (6 months ago) by riastradh
Branch: MAIN
Changes since 1.165: +2 -1 lines
Diff to previous 1.165 (colored) to selected 1.13 (colored)

/etc/rc.d/certctl_init: Default off.

Otherwise in systems without certctl_init=YES, such as systems
installed with sysinst(8) where it's unnecessary because the rehash
has already happened at install time, you'll get spurious warnings.

PR install/57629

XXX pullup-10

Revision 1.162.2.1 / (download) - annotate - [select for diffs], Fri Aug 11 14:35:25 2023 UTC (7 months, 2 weeks ago) by martin
Branch: netbsd-10
Changes since 1.162: +4 -3 lines
Diff to previous 1.162 (colored) to selected 1.13 (colored)

Pull up following revision(s) (requested by riastradh in ticket #319):

	sys/dev/pci/ubsec.c: revision 1.64
	sys/dev/pci/hifn7751.c: revision 1.82
	lib/libc/gen/getentropy.3: revision 1.5
	lib/libc/gen/getentropy.3: revision 1.6
	share/man/man4/rnd.4: revision 1.41
	lib/libc/sys/getrandom.2: revision 1.2
	lib/libc/sys/getrandom.2: revision 1.3
	share/man/man5/rc.conf.5: revision 1.193
	share/man/man7/entropy.7: revision 1.5
	share/man/man7/entropy.7: revision 1.6
	share/man/man7/entropy.7: revision 1.7
	share/man/man7/entropy.7: revision 1.8
	etc/security: revision 1.130
	share/man/man7/entropy.7: revision 1.9
	etc/security: revision 1.131
	sys/crypto/cprng_fast/cprng_fast.c: revision 1.19
	sys/sys/rndio.h: revision 1.3
	tests/lib/libc/sys/t_getrandom.c: revision 1.5
	etc/defaults/rc.conf: revision 1.164
	etc/defaults/rc.conf: revision 1.165
	sys/sys/rndsource.h: revision 1.10
	sys/kern/kern_entropy.c: revision 1.62
	sys/kern/kern_entropy.c: revision 1.63
	sys/kern/kern_entropy.c: revision 1.64
	sys/kern/subr_cprng.c: revision 1.44
	sys/kern/kern_entropy.c: revision 1.65
	sys/kern/kern_clock.c: revision 1.149
	sys/dev/pci/viornd.c: revision 1.22
	share/man/man9/rnd.9: revision 1.32
	sys/kern/subr_prf.c: revision 1.202
	sys/sys/rndsource.h: revision 1.8
	sys/sys/rndsource.h: revision 1.9
	share/man/man7/entropy.7: revision 1.10

1. Reinstate netbsd<=9 entropy estimator to unblock /dev/random, in
   parallel with assessment of only confident entropy sources (seed,
   HWRNG) for security warnings like sshd keys in motd and daily
   insecurity report.

2. Make multiuser boot wait for first /dev/random output soon after
   loading a seed and configuring rndctl, so that getentropy(3) meets
   its contract starting early at boot without introducing blocking
   paths that could cause hangs in init(8) or single-user mode.
   Operators can choose to disable this wait in rc.conf.

3. Fix some bugs left over from reducing the global entropy lock from
   a spin lock at IPL_VM to an adaptive lock at IPL_SOFTSERIAL.

4. Update man pages.

Revision 1.165 / (download) - annotate - [select for diffs], Sun Jul 2 12:39:05 2023 UTC (8 months, 3 weeks ago) by nia
Branch: MAIN
Changes since 1.164: +2 -2 lines
Diff to previous 1.164 (colored) to selected 1.13 (colored)

Fix typo in comment.

Revision 1.164 / (download) - annotate - [select for diffs], Fri Jun 30 21:44:09 2023 UTC (8 months, 4 weeks ago) by riastradh
Branch: MAIN
Changes since 1.163: +4 -3 lines
Diff to previous 1.163 (colored) to selected 1.13 (colored)

rc.conf(5): Set entropy=wait by default.

We no longer block indefinitely -- if nothing else, the hardclock
timer should yield enough samples to unblock /dev/random on all but
the most severely deterministic machines -- so it should be generally
safe for availability to set entropy=wait.

This doesn't guarantee that HWRNG/seed has been provided before you
run ssh-keygen or call getentropy(3) in a user application, but it
does raise the security above netbsd<=9.

PR security/55659
PR lib/56905

XXX pullup-10

Revision 1.163 / (download) - annotate - [select for diffs], Fri Feb 3 13:53:40 2023 UTC (13 months, 3 weeks ago) by mlelstv
Branch: MAIN
Changes since 1.162: +3 -1 lines
Diff to previous 1.162 (colored) to selected 1.13 (colored)

Add start script to attach iscsi volumes at boot.

The default is to execute the script (iscsid_volumes=YES), so if you have
any volumes defined, you should also start iscsid (iscsid=YES) to avoid
error messages.

Revision 1.162 / (download) - annotate - [select for diffs], Sun Feb 20 14:42:07 2022 UTC (2 years, 1 month ago) by alnsn
Branch: MAIN
CVS Tags: netbsd-10-base
Branch point for: netbsd-10
Changes since 1.161: +2 -1 lines
Diff to previous 1.161 (colored) to selected 1.13 (colored)

Enable critical_filesystems_zfs.

Revision 1.161 / (download) - annotate - [select for diffs], Sun Jan 10 23:24:25 2021 UTC (3 years, 2 months ago) by riastradh
Branch: MAIN
CVS Tags: cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1, cjep_staticlib_x-base, cjep_staticlib_x
Changes since 1.160: +6 -1 lines
Diff to previous 1.160 (colored) to selected 1.13 (colored)

Various entropy integration improvements.

- New /etc/security check for entropy in daily security report.

- New /etc/rc.d/entropy script runs (after random_seed and rndctl) to
  check for entropy at boot -- in rc.conf, you can:

  . set `entropy=check' to halt multiuser boot and enter single-user
    mode if not enough entropy

  . set `entropy=wait' to make multiuser boot wait until enough entropy

  Default is to always boot without waiting -- and rely on other
  channels like security report to alert the operator if there's a
  problem.

- New man page entropy(7) discussing the higher-level concepts and
  system integration with cross-references.

- New paragraph in afterboot(8) about entropy citing entropy(7) for
  more details.

This change addresses many of the issues discussed in security/55659.
This is a first draft; happy to take improvements to the man pages and
scripted messages to improve clarity.

I considered changing motd to include an entropy warning with a
reference to the entropy(7) man page, but it's a little trickier:
- Not sure it's appropriate for all users to see at login rather than
  users who have power to affect the entropy estimate (maybe it is,
  just haven't decided).
- We only have a mechanism for changing once at boot; the message would
  remain until next boot even if an operator adds enough entropy.
- The mechanism isn't really conducive to making a message appear
  conditionally from boot to boot.

Revision 1.139.6.2 / (download) - annotate - [select for diffs], Fri Oct 16 14:37:31 2020 UTC (3 years, 5 months ago) by martin
Branch: netbsd-8
Changes since 1.139.6.1: +2 -1 lines
Diff to previous 1.139.6.1 (colored) to branchpoint 1.139 (colored) next main 1.140 (colored) to selected 1.13 (colored)

Pull up the following revision, requested by kim in ticket #1603
and accidently lost during initial commit:

	etc/defaults/rc.conf: revision 1.159

Add optional release info in /etc/motd.

Revision 1.160 / (download) - annotate - [select for diffs], Tue Sep 29 02:49:55 2020 UTC (3 years, 5 months ago) by msaitoh
Branch: MAIN
Changes since 1.159: +2 -2 lines
Diff to previous 1.159 (colored) to selected 1.13 (colored)

s/parition/partition/

Revision 1.151.2.2 / (download) - annotate - [select for diffs], Sun Sep 13 12:11:07 2020 UTC (3 years, 6 months ago) by martin
Branch: netbsd-9
CVS Tags: netbsd-9-3-RELEASE, netbsd-9-2-RELEASE, netbsd-9-1-RELEASE
Changes since 1.151.2.1: +2 -1 lines
Diff to previous 1.151.2.1 (colored) to branchpoint 1.151 (colored) next main 1.152 (colored) to selected 1.13 (colored)

Pull up following revision(s) (requested by kim in ticket #1080):

	etc/rc.d/motd: revision 1.10
	etc/rc.d/motd: revision 1.11
	share/man/man5/rc.conf.5: revision 1.186
	share/man/man5/rc.conf.5: revision 1.187
	etc/defaults/rc.conf: revision 1.159

Add optional release info in /etc/motd

My personal preferencese for /etc/rc.conf:

    update_motd_release=YES
    motd_release_tag='Binaries: '

This provides an explanation to users about the second version in motd.

Document update_motd_release and motd_release_tag

New sentence, new line.

Make a ": " suffix a fixed part of the release info tag

This results in correct updates to /etc/motd even when the value of
motd_release_tag is changed (a likely event).

Add safe quoting to outputting the read kernel version.

Thanks to kre@ for the feedback.

Revision 1.159 / (download) - annotate - [select for diffs], Fri Sep 11 09:59:35 2020 UTC (3 years, 6 months ago) by kim
Branch: MAIN
Changes since 1.158: +2 -1 lines
Diff to previous 1.158 (colored) to selected 1.13 (colored)

Add optional release info in /etc/motd

My personal preferencese for /etc/rc.conf:

    update_motd_release=YES
    motd_release_tag='Binaries: '

This provides an explanation to users about the second version in motd.

Revision 1.158 / (download) - annotate - [select for diffs], Mon Jun 15 01:57:30 2020 UTC (3 years, 9 months ago) by christos
Branch: MAIN
Changes since 1.157: +3 -3 lines
Diff to previous 1.157 (colored) to selected 1.13 (colored)

Rename blacklist -> blocklist

Revision 1.157 / (download) - annotate - [select for diffs], Fri Jun 5 17:10:44 2020 UTC (3 years, 9 months ago) by christos
Branch: MAIN
Changes since 1.156: +2 -2 lines
Diff to previous 1.156 (colored) to selected 1.13 (colored)

Add support for npfd_flags

Revision 1.156 / (download) - annotate - [select for diffs], Sun May 31 12:58:09 2020 UTC (3 years, 9 months ago) by roy
Branch: MAIN
Changes since 1.155: +1 -2 lines
Diff to previous 1.155 (colored) to selected 1.13 (colored)

dhcpcd: Empty the chroot

While here, set correct optional hooks.

Revision 1.155 / (download) - annotate - [select for diffs], Sun May 24 14:46:19 2020 UTC (3 years, 10 months ago) by jmcneill
Branch: MAIN
Changes since 1.154: +3 -2 lines
Diff to previous 1.154 (colored) to selected 1.13 (colored)

Set resize_gpt=NO by default

Revision 1.143.2.3 / (download) - annotate - [select for diffs], Mon Apr 13 07:45:39 2020 UTC (3 years, 11 months ago) by martin
Branch: phil-wifi
Changes since 1.143.2.2: +4 -1 lines
Diff to previous 1.143.2.2 (colored) to branchpoint 1.143 (colored) next main 1.144 (colored) to selected 1.13 (colored)

Mostly merge changes from HEAD upto 20200411

Revision 1.143.2.2 / (download) - annotate - [select for diffs], Wed Apr 8 14:03:56 2020 UTC (3 years, 11 months ago) by martin
Branch: phil-wifi
Changes since 1.143.2.1: +3 -2 lines
Diff to previous 1.143.2.1 (colored) to branchpoint 1.143 (colored) to selected 1.13 (colored)

Merge changes from current as of 20200406

Revision 1.154 / (download) - annotate - [select for diffs], Thu Apr 2 13:02:05 2020 UTC (3 years, 11 months ago) by roy
Branch: MAIN
CVS Tags: phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406
Changes since 1.153: +2 -1 lines
Diff to previous 1.153 (colored) to selected 1.13 (colored)

Add a default dhcpcd_chrootdir

Revision 1.153 / (download) - annotate - [select for diffs], Mon Feb 3 09:12:53 2020 UTC (4 years, 1 month ago) by roy
Branch: MAIN
CVS Tags: is-mlppp-base, is-mlppp
Changes since 1.152: +2 -2 lines
Diff to previous 1.152 (colored) to selected 1.13 (colored)

Enable hostapd syslog support by default.

Revision 1.151.2.1 / (download) - annotate - [select for diffs], Fri Sep 27 09:18:38 2019 UTC (4 years, 6 months ago) by martin
Branch: netbsd-9
CVS Tags: netbsd-9-0-RELEASE, netbsd-9-0-RC2, netbsd-9-0-RC1
Changes since 1.151: +4 -1 lines
Diff to previous 1.151 (colored) to selected 1.13 (colored)

Pull up following revision(s) (requested by brad in ticket #250):

	external/cddl/osnet/sbin/zfs/mount_zfs.8: revision 1.2
	external/cddl/osnet/sbin/zfs/mount_zfs.8: revision 1.3
	external/cddl/osnet/sbin/zfs/mount_zfs.8: revision 1.4
	external/cddl/osnet/sbin/zfs/mount_zfs.8: revision 1.5
	distrib/sets/lists/man/mi: revision 1.1652
	distrib/sets/lists/man/mi: revision 1.1653
	distrib/sets/lists/etc/mi: revision 1.259
	etc/rc.d/mountall: revision 1.11
	external/cddl/osnet/sbin/zfs/Makefile: revision 1.5
	external/cddl/osnet/dist/cmd/zfs/zfs_main.c: revision 1.7
	etc/rc.d/Makefile: revision 1.105
	distrib/sets/lists/base/mi: revision 1.1217
	etc/rc.d/Makefile: revision 1.106
	etc/rc.d/zfs: revision 1.1
	etc/defaults/rc.conf: revision 1.152
	external/cddl/osnet/sbin/zfs/mount_zfs.8: revision 1.1

Add support for legacy ZFS filesystems, specified by mountpoint=legacy
in the ZFS properties of the dataset and a simple man page for
mount_zfs.  With this, it is possible to put ZFS filesystems in
/etc/fstab as file system type zfs.

Add a rc.d script that kicks the module ZFS load mostly before
mountall runs simular to what LVM does.  This allows for any legacy
mounts to be specified in critical_local_filesystems and allows for
ZFS pools on top of cgd (probably among other things).  Introduce a
rc.conf variable called zfs which needs to be set to YES, in the usual
manor of things, to get zvols and ZFS dataset support rather then just
assume that 'zfs mount' does that in mountall.  Fix a problem in
mountall if ZFS is not compiled into the system.
mount_zfs.8: add xref to fstab(5)

Use more markup.

Include mount_zfs man pages only for MKZFS builds.

Moved zfs out of MKX11 block.

Fix build failure without X11.

Add a copyright to the man page and a bit of history.
Use Pa macro for path
new sentence, new line

Revision 1.152 / (download) - annotate - [select for diffs], Sun Sep 15 19:38:09 2019 UTC (4 years, 6 months ago) by brad
Branch: MAIN
CVS Tags: phil-wifi-20191119
Changes since 1.151: +4 -1 lines
Diff to previous 1.151 (colored) to selected 1.13 (colored)



Add support for legacy ZFS filesystems, specified by mountpoint=legacy
in the ZFS properties of the dataset and a simple man page for
mount_zfs.  With this, it is possible to put ZFS filesystems in
/etc/fstab as file system type zfs.

Add a rc.d script that kicks the module ZFS load mostly before
mountall runs simular to what LVM does.  This allows for any legacy
mounts to be specified in critical_local_filesystems and allows for
ZFS pools on top of cgd (probably among other things).  Introduce a
rc.conf variable called zfs which needs to be set to YES, in the usual
manor of things, to get zvols and ZFS dataset support rather then just
assume that 'zfs mount' does that in mountall.  Fix a problem in
mountall if ZFS is not compiled into the system.

Revision 1.151 / (download) - annotate - [select for diffs], Wed Jul 24 02:37:17 2019 UTC (4 years, 8 months ago) by msaitoh
Branch: MAIN
CVS Tags: netbsd-9-base
Branch point for: netbsd-9
Changes since 1.150: +2 -2 lines
Diff to previous 1.150 (colored) to selected 1.13 (colored)

Fix typo in comment (s/partion/partition/).

Revision 1.143.2.1 / (download) - annotate - [select for diffs], Mon Jun 10 21:42:40 2019 UTC (4 years, 9 months ago) by christos
Branch: phil-wifi
Changes since 1.143: +13 -10 lines
Diff to previous 1.143 (colored) to selected 1.13 (colored)

Sync with HEAD

Revision 1.139.6.1 / (download) - annotate - [select for diffs], Tue May 14 11:33:42 2019 UTC (4 years, 10 months ago) by martin
Branch: netbsd-8
CVS Tags: netbsd-8-2-RELEASE, netbsd-8-1-RELEASE, netbsd-8-1-RC1
Changes since 1.139: +4 -1 lines
Diff to previous 1.139 (colored) to selected 1.13 (colored)

Pull up following revision(s) (requested by maxv in ticket #1265):
	etc/rc.d/smtoff: revision 1.1
	etc/rc.d/smtoff: revision 1.2
	distrib/sets/lists/etc/mi: revision 1.258
	etc/rc.d/smtoff: revision 1.3
	etc/rc.d/smtoff: revision 1.4
	etc/defaults/rc.conf: revision 1.148
	etc/rc.d/Makefile: revision 1.103
	usr.sbin/postinstall/postinstall: revision 1.226
	etc/rc.d/Makefile: revision 1.104
	etc/mtree/special: revision 1.167
	share/man/man5/rc.conf.5: revision 1.180

Add smtoff, an rc.d script that disables Simultaneous Multi-Threading. It
parses the output of cpuctl, and executes "cpuctl offline" for each CPU
that has SmtID!=0.

The default is "smtoff=NO", which means that SMT remains enabled.
Restructure code a little.

Use quoting everywhere possibly useful (always the right way, except
in the few cases where it is wrong...)

Avoid using cut & grep (from /usr/bin) so script could run before /usr
is mounted (pity cpuctl is in /usr/sbin ...).

Use sysctl -n rather than attempting to parse its output.
install rc.d

No change...   Previous log message should have said:
  Install rc.d/smtoff

I should know better!   Don't rely upon the way the shell implements
pipes.   Skip the "error" printf from GetSmtId() as there is no easy
portable way to avoid it occurring (there are complicated ways) - but
we don't need it, there is no logical difference between "error" and ""
so just use the latter (if we get an ID, good, if there is nothing, then
there is none - saying 'error' does not mean anything.)

Remove comment, since there is no parsing anymore.

Revision 1.150 / (download) - annotate - [select for diffs], Sun May 12 01:45:25 2019 UTC (4 years, 10 months ago) by kre
Branch: MAIN
CVS Tags: phil-wifi-20190609
Changes since 1.149: +0 -1 lines
Diff to previous 1.149 (colored) to selected 1.13 (colored)


revert previous.   somehowI failedto see that was already done.

Revision 1.149 / (download) - annotate - [select for diffs], Sun May 12 01:33:47 2019 UTC (4 years, 10 months ago) by kre
Branch: MAIN
Changes since 1.148: +2 -1 lines
Diff to previous 1.148 (colored) to selected 1.13 (colored)


install rc.d

Revision 1.148 / (download) - annotate - [select for diffs], Sat May 11 19:31:03 2019 UTC (4 years, 10 months ago) by maxv
Branch: MAIN
Changes since 1.147: +4 -1 lines
Diff to previous 1.147 (colored) to selected 1.13 (colored)

Add smtoff, an rc.d script that disables Simultaneous Multi-Threading. It
parses the output of cpuctl, and executes "cpuctl offline" for each CPU
that has SmtID!=0.

The default is "smtoff=NO", which means that SMT remains enabled.

Revision 1.141.2.6 / (download) - annotate - [select for diffs], Fri Jan 18 08:48:35 2019 UTC (5 years, 2 months ago) by pgoyette
Branch: pgoyette-compat
CVS Tags: pgoyette-compat-merge-20190127
Changes since 1.141.2.5: +2 -2 lines
Diff to previous 1.141.2.5 (colored) to branchpoint 1.141 (colored) next main 1.142 (colored) to selected 1.13 (colored)

Synch with HEAD

Revision 1.147 / (download) - annotate - [select for diffs], Sat Jan 12 17:38:36 2019 UTC (5 years, 2 months ago) by roy
Branch: MAIN
CVS Tags: pgoyette-compat-20190127, pgoyette-compat-20190118
Changes since 1.146: +2 -2 lines
Diff to previous 1.146 (colored) to selected 1.13 (colored)

Setup default wpa_supplicant flags so that it:
  * Writes diagnostics to syslog
  * Enables interface matching to hotplug wireless interfaces
  * Uses /etc/wpa_supplicant.conf

Revision 1.141.2.5 / (download) - annotate - [select for diffs], Sat Oct 20 06:58:19 2018 UTC (5 years, 5 months ago) by pgoyette
Branch: pgoyette-compat
Changes since 1.141.2.4: +7 -1 lines
Diff to previous 1.141.2.4 (colored) to branchpoint 1.141 (colored) to selected 1.13 (colored)

Sync with head

Revision 1.146 / (download) - annotate - [select for diffs], Fri Oct 19 14:11:12 2018 UTC (5 years, 5 months ago) by martin
Branch: MAIN
CVS Tags: pgoyette-compat-1226, pgoyette-compat-1126, pgoyette-compat-1020
Changes since 1.145: +7 -1 lines
Diff to previous 1.145 (colored) to selected 1.13 (colored)

Apply patch from Ian D. Leroux in PR bin/51019:
when unmounting tmpfs file systems at shutdown time, avoid unmounting
a tmpfs created by init on /dev - behaviour overridable from rc.conf.
By default all tmpfs that have device nodes are not mounted.

Revision 1.141.2.4 / (download) - annotate - [select for diffs], Sun Sep 30 01:45:07 2018 UTC (5 years, 5 months ago) by pgoyette
Branch: pgoyette-compat
Changes since 1.141.2.3: +1 -4 lines
Diff to previous 1.141.2.3 (colored) to branchpoint 1.141 (colored) to selected 1.13 (colored)

Ssync with HEAD

Revision 1.145 / (download) - annotate - [select for diffs], Sun Sep 23 07:24:19 2018 UTC (5 years, 6 months ago) by maxv
Branch: MAIN
CVS Tags: pgoyette-compat-0930
Changes since 1.144: +1 -4 lines
Diff to previous 1.144 (colored) to selected 1.13 (colored)

Remove the userland part of ISDN. The kernel part is untouched for now.
ipppctl was actually an exact copy of pppoectl; there is no functional
change in pppoectl in this commit.

Revision 1.141.2.3 / (download) - annotate - [select for diffs], Sat Jul 28 04:33:02 2018 UTC (5 years, 8 months ago) by pgoyette
Branch: pgoyette-compat
Changes since 1.141.2.2: +3 -6 lines
Diff to previous 1.141.2.2 (colored) to branchpoint 1.141 (colored) to selected 1.13 (colored)

Sync with HEAD

Revision 1.144 / (download) - annotate - [select for diffs], Fri Jun 29 12:34:15 2018 UTC (5 years, 9 months ago) by roy
Branch: MAIN
CVS Tags: pgoyette-compat-0906, pgoyette-compat-0728
Changes since 1.143: +3 -6 lines
Diff to previous 1.143 (colored) to selected 1.13 (colored)

Remove dhclient from the base system.

Discussed here:
https://mail-index.netbsd.org/tech-userlevel/2018/06/21/msg011233.html

Revision 1.141.2.2 / (download) - annotate - [select for diffs], Mon Jun 25 07:25:11 2018 UTC (5 years, 9 months ago) by pgoyette
Branch: pgoyette-compat
Changes since 1.141.2.1: +2 -1 lines
Diff to previous 1.141.2.1 (colored) to branchpoint 1.141 (colored) to selected 1.13 (colored)

Sync with HEAD

Revision 1.143 / (download) - annotate - [select for diffs], Fri May 25 20:48:54 2018 UTC (5 years, 10 months ago) by uwe
Branch: MAIN
CVS Tags: phil-wifi-base, pgoyette-compat-0625
Branch point for: phil-wifi
Changes since 1.142: +2 -1 lines
Diff to previous 1.142 (colored) to selected 1.13 (colored)

Provide resize_disklabel=NO default.  Used by arm images and is not
part of the stock rc.d yet.  This silences rc when you delete the
whole resize_* block from rc.conf after the first boot.

Revision 1.141.2.1 / (download) - annotate - [select for diffs], Sun Apr 22 07:20:08 2018 UTC (5 years, 11 months ago) by pgoyette
Branch: pgoyette-compat
Changes since 1.141: +2 -2 lines
Diff to previous 1.141 (colored) to selected 1.13 (colored)

Sync with HEAD

Revision 1.142 / (download) - annotate - [select for diffs], Wed Apr 18 04:27:47 2018 UTC (5 years, 11 months ago) by martin
Branch: MAIN
CVS Tags: pgoyette-compat-0521, pgoyette-compat-0502, pgoyette-compat-0422
Changes since 1.141: +2 -2 lines
Diff to previous 1.141 (colored) to selected 1.13 (colored)

Cosmetics: default to dmesg -t when writing /var/run/dmesg.boot -
the timestamps at boot time are mostly useless.

Revision 1.141 / (download) - annotate - [select for diffs], Tue Jan 9 03:31:14 2018 UTC (6 years, 2 months ago) by christos
Branch: MAIN
CVS Tags: pgoyette-compat-base, pgoyette-compat-0415, pgoyette-compat-0407, pgoyette-compat-0330, pgoyette-compat-0322, pgoyette-compat-0315
Branch point for: pgoyette-compat
Changes since 1.140: +4 -1 lines
Diff to previous 1.140 (colored) to selected 1.13 (colored)

Merge autofs support from: Tomohiro Kusumi
XXX: Does not work yet

Revision 1.140 / (download) - annotate - [select for diffs], Fri Dec 29 18:15:48 2017 UTC (6 years, 2 months ago) by is
Branch: MAIN
Changes since 1.139: +2 -1 lines
Diff to previous 1.139 (colored) to selected 1.13 (colored)

Add startup file for dhcp v6 with builtin isc-dhcp. Alas, this needs to
be a seperate process. On the positive side: this can't break the dhcpd
for IPv4 when tested.

Revision 1.136.2.2 / (download) - annotate - [select for diffs], Mon Mar 20 06:52:12 2017 UTC (7 years ago) by pgoyette
Branch: pgoyette-localcount
Changes since 1.136.2.1: +10 -1 lines
Diff to previous 1.136.2.1 (colored) to branchpoint 1.136 (colored) next main 1.137 (colored) to selected 1.13 (colored)

Sync with HEAD

Revision 1.139 / (download) - annotate - [select for diffs], Sat Jan 7 20:00:33 2017 UTC (7 years, 2 months ago) by christos
Branch: MAIN
CVS Tags: prg-localcount2-base3, prg-localcount2-base2, prg-localcount2-base1, prg-localcount2-base, prg-localcount2, pgoyette-localcount-20170426, pgoyette-localcount-20170320, perseant-stdc-iso10646-base, perseant-stdc-iso10646, netbsd-8-base, netbsd-8-0-RELEASE, netbsd-8-0-RC2, netbsd-8-0-RC1, matt-nb8-mediatek-base, matt-nb8-mediatek, bouyer-socketcan-base1, bouyer-socketcan-base, bouyer-socketcan
Branch point for: netbsd-8
Changes since 1.138: +6 -1 lines
Diff to previous 1.138 (colored) to selected 1.13 (colored)

add nsd

Revision 1.136.2.1 / (download) - annotate - [select for diffs], Sat Jan 7 08:53:45 2017 UTC (7 years, 2 months ago) by pgoyette
Branch: pgoyette-localcount
Changes since 1.136: +2 -1 lines
Diff to previous 1.136 (colored) to selected 1.13 (colored)

Sync with HEAD.  (Note that most of these changes are simply $NetBSD$
tag issues.)

Revision 1.138 / (download) - annotate - [select for diffs], Thu Jan 5 14:39:09 2017 UTC (7 years, 2 months ago) by christos
Branch: MAIN
CVS Tags: pgoyette-localcount-20170107
Changes since 1.137: +2 -1 lines
Diff to previous 1.137 (colored) to selected 1.13 (colored)

add scripts for npfd

Revision 1.137 / (download) - annotate - [select for diffs], Sat Aug 20 11:21:50 2016 UTC (7 years, 7 months ago) by christos
Branch: MAIN
CVS Tags: pgoyette-localcount-20161104, localcount-20160914
Changes since 1.136: +5 -1 lines
Diff to previous 1.136 (colored) to selected 1.13 (colored)

unbound additions

Revision 1.136 / (download) - annotate - [select for diffs], Thu Jan 7 11:51:07 2016 UTC (8 years, 2 months ago) by roy
Branch: MAIN
CVS Tags: pgoyette-localcount-base, pgoyette-localcount-20160806, pgoyette-localcount-20160726
Branch point for: pgoyette-localcount
Changes since 1.135: +8 -1 lines
Diff to previous 1.135 (colored) to selected 1.13 (colored)

Instead of waiting for a duration based in IPv6 DAD count sysctl,
wait for 15 seconds for tentative flags to clear allowing 5 seconds
for detached flags to clear as well from configured addresses.

This is now protocol independant and allows time for the interfaces to
work out if they have a carrier or not.

Revision 1.135 / (download) - annotate - [select for diffs], Sat Dec 26 21:05:11 2015 UTC (8 years, 3 months ago) by plunky
Branch: MAIN
Changes since 1.134: +2 -2 lines
Diff to previous 1.134 (colored) to selected 1.13 (colored)

"ip6addrctl_enable" is now "ip6addrctl", set the default appropriately

Revision 1.134 / (download) - annotate - [select for diffs], Sun Dec 13 02:27:06 2015 UTC (8 years, 3 months ago) by christos
Branch: MAIN
Changes since 1.133: +7 -1 lines
Diff to previous 1.133 (colored) to selected 1.13 (colored)

Add defaults for ip6addrctl

Revision 1.123.2.4 / (download) - annotate - [select for diffs], Thu Aug 6 21:13:43 2015 UTC (8 years, 7 months ago) by snj
Branch: netbsd-7
CVS Tags: netbsd-7-nhusb-base-20170116, netbsd-7-nhusb-base, netbsd-7-nhusb, netbsd-7-2-RELEASE, netbsd-7-1-RELEASE, netbsd-7-1-RC2, netbsd-7-1-RC1, netbsd-7-1-2-RELEASE, netbsd-7-1-1-RELEASE, netbsd-7-1, netbsd-7-0-RELEASE, netbsd-7-0-RC3, netbsd-7-0-2-RELEASE, netbsd-7-0-1-RELEASE, netbsd-7-0
Changes since 1.123.2.3: +2 -1 lines
Diff to previous 1.123.2.3 (colored) to branchpoint 1.123 (colored) next main 1.124 (colored) to selected 1.13 (colored)

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

Revision 1.123.2.3 / (download) - annotate - [select for diffs], Thu Apr 30 06:07:32 2015 UTC (8 years, 11 months ago) by riz
Branch: netbsd-7
CVS Tags: netbsd-7-0-RC2, netbsd-7-0-RC1
Changes since 1.123.2.2: +4 -1 lines
Diff to previous 1.123.2.2 (colored) to branchpoint 1.123 (colored) to selected 1.13 (colored)

Pull up blacklistd(8), requested by christos in ticket #711:
crypto/external/bsd/openssh/dist/moduli-gen/Makefile up to 1.1.1.1
crypto/external/bsd/openssh/dist/moduli-gen/moduli up to 1.1.1.1
crypto/external/bsd/openssh/dist/moduli-gen/moduli-gen.sh up to 1.1.1.1
crypto/external/bsd/openssh/dist/moduli-gen/moduli.1024 up to 1.1.1.1
crypto/external/bsd/openssh/dist/moduli-gen/moduli.1536 up to 1.1.1.1
crypto/external/bsd/openssh/dist/moduli-gen/moduli.2048 up to 1.1.1.1
crypto/external/bsd/openssh/dist/moduli-gen/moduli.3072 up to 1.1.1.1
crypto/external/bsd/openssh/dist/moduli-gen/moduli.4096 up to 1.1.1.1
crypto/external/bsd/openssh/dist/moduli-gen/moduli.6144 up to 1.1.1.1
crypto/external/bsd/openssh/dist/moduli-gen/moduli.7680 up to 1.1.1.1
crypto/external/bsd/openssh/dist/moduli-gen/moduli.8192 up to 1.1.1.1
crypto/external/bsd/openssh/dist/bcrypt_pbkdf.c up to 1.2
crypto/external/bsd/openssh/dist/kexc25519.c    up to 1.3
crypto/external/bsd/openssh/dist/smult_curve25519_ref.c up to 1.3
crypto/external/bsd/openssh/dist/bitmap.c       up to 1.2 plus patch
crypto/external/bsd/openssh/dist/PROTOCOL.chacha20poly1305 up to 1.1.1.1
crypto/external/bsd/openssh/dist/PROTOCOL.key   up to 1.1.1.1
crypto/external/bsd/openssh/dist/blf.h          up to 1.1
crypto/external/bsd/openssh/dist/blocks.c       up to 1.3
crypto/external/bsd/openssh/dist/blowfish.c     up to 1.2
crypto/external/bsd/openssh/dist/chacha.c       up to 1.3
crypto/external/bsd/openssh/dist/chacha.h       up to 1.1.1.1
crypto/external/bsd/openssh/dist/cipher-aesctr.c up to 1.1.1.2
crypto/external/bsd/openssh/dist/cipher-aesctr.h up to 1.1.1.1
crypto/external/bsd/openssh/dist/cipher-chachapoly.c up to 1.3
crypto/external/bsd/openssh/dist/cipher-chachapoly.h up to 1.1.1.1
crypto/external/bsd/openssh/dist/crypto_api.h   up to 1.1.1.1
crypto/external/bsd/openssh/dist/digest-libc.c  up to 1.3
crypto/external/bsd/openssh/dist/digest-openssl.c up to 1.3
crypto/external/bsd/openssh/dist/digest.h       up to 1.1.1.2
crypto/external/bsd/openssh/dist/ed25519.c      up to 1.3
crypto/external/bsd/openssh/dist/fe25519.c      up to 1.3
crypto/external/bsd/openssh/dist/fe25519.h      up to 1.1.1.1
crypto/external/bsd/openssh/dist/ge25519.c      up to 1.3
crypto/external/bsd/openssh/dist/ge25519.h      up to 1.1.1.2
crypto/external/bsd/openssh/dist/ge25519_base.data up to 1.1.1.1
crypto/external/bsd/openssh/dist/hash.c         up to 1.3
crypto/external/bsd/openssh/dist/hmac.c         up to 1.3
crypto/external/bsd/openssh/dist/hmac.h         up to 1.1.1.1
crypto/external/bsd/openssh/dist/kexc25519c.c   up to 1.3
crypto/external/bsd/openssh/dist/kexc25519s.c   up to 1.3
crypto/external/bsd/openssh/dist/poly1305.c     up to 1.3
crypto/external/bsd/openssh/dist/poly1305.h     up to 1.1.1.1
crypto/external/bsd/openssh/dist/rijndael.c     up to 1.1.1.2
crypto/external/bsd/openssh/dist/rijndael.h     up to 1.1.1.1
crypto/external/bsd/openssh/dist/sc25519.c      up to 1.3
crypto/external/bsd/openssh/dist/sc25519.h      up to 1.1.1.1
crypto/external/bsd/openssh/dist/ssh-ed25519.c  up to 1.3
crypto/external/bsd/openssh/dist/sshbuf-getput-basic.c up to 1.3
crypto/external/bsd/openssh/dist/sshbuf-getput-crypto.c up to 1.3
crypto/external/bsd/openssh/dist/sshbuf-misc.c  up to 1.3
crypto/external/bsd/openssh/dist/sshbuf.c       up to 1.3
crypto/external/bsd/openssh/dist/sshbuf.h       up to 1.4
crypto/external/bsd/openssh/dist/ssherr.c       up to 1.3
crypto/external/bsd/openssh/dist/ssherr.h       up to 1.1.1.2
crypto/external/bsd/openssh/dist/sshkey.c       up to 1.3
crypto/external/bsd/openssh/dist/sshkey.h       up to 1.1.1.2
crypto/external/bsd/openssh/dist/verify.c       up to 1.3
crypto/external/bsd/openssh/dist/opacket.c      up to 1.2
crypto/external/bsd/openssh/dist/umac128.c      up to 1.1
crypto/external/bsd/openssh/dist/pfilter.c      up to 1.2
crypto/external/bsd/openssh/dist/pfilter.h      up to 1.1
crypto/external/bsd/openssh/dist/bitmap.h       up to 1.2
crypto/external/bsd/openssh/dist/opacket.h      up to 1.2
crypto/external/bsd/openssh/dist/ssh_api.c      up to 1.2
crypto/external/bsd/openssh/dist/ssh_api.h      up to 1.2
crypto/external/bsd/openssh/dist/auth2-jpake.c  delete
crypto/external/bsd/openssh/dist/compress.c     delete
crypto/external/bsd/openssh/dist/compress.h     delete
crypto/external/bsd/openssh/dist/jpake.c        delete
crypto/external/bsd/openssh/dist/jpake.h        delete
crypto/external/bsd/openssh/dist/schnorr.c      delete
crypto/external/bsd/openssh/dist/schnorr.h      delete
crypto/external/bsd/openssh/dist/strtonum.c     1.1
crypto/external/bsd/openssh/Makefile.inc        up to 1.8
crypto/external/bsd/openssh/bin/Makefile.inc    up to 1.3
crypto/external/bsd/openssh/bin/ssh-keyscan/Makefile up to 1.2
crypto/external/bsd/openssh/bin/sshd/Makefile   up to 1.12
crypto/external/bsd/openssh/dist/PROTOCOL       up to 1.5
crypto/external/bsd/openssh/dist/PROTOCOL.krl   up to 1.1.1.2
crypto/external/bsd/openssh/dist/addrmatch.c    up to 1.8
crypto/external/bsd/openssh/dist/atomicio.c     up to 1.6
crypto/external/bsd/openssh/dist/auth-bsdauth.c up to 1.4
crypto/external/bsd/openssh/dist/auth-chall.c   up to 1.6
crypto/external/bsd/openssh/dist/auth-krb5.c    up to 1.7
crypto/external/bsd/openssh/dist/auth-options.c up to 1.9
crypto/external/bsd/openssh/dist/auth-options.h up to 1.6
crypto/external/bsd/openssh/dist/auth-passwd.c  up to 1.4
crypto/external/bsd/openssh/dist/auth-rh-rsa.c  up to 1.6
crypto/external/bsd/openssh/dist/auth-rhosts.c  up to 1.5
crypto/external/bsd/openssh/dist/auth-rsa.c     up to 1.10
crypto/external/bsd/openssh/dist/auth.c         up to 1.12
crypto/external/bsd/openssh/dist/auth.h         up to 1.10
crypto/external/bsd/openssh/dist/auth1.c        up to 1.11
crypto/external/bsd/openssh/dist/auth2-chall.c  up to 1.7
crypto/external/bsd/openssh/dist/auth2-gss.c    up to 1.8
crypto/external/bsd/openssh/dist/auth2-hostbased.c up to 1.7
crypto/external/bsd/openssh/dist/auth2-kbdint.c up to 1.5
crypto/external/bsd/openssh/dist/auth2-krb5.c   up to 1.4
crypto/external/bsd/openssh/dist/auth2-none.c   up to 1.5
crypto/external/bsd/openssh/dist/auth2-passwd.c up to 1.5
crypto/external/bsd/openssh/dist/auth2-pubkey.c up to 1.11
crypto/external/bsd/openssh/dist/auth2.c        up to 1.11
crypto/external/bsd/openssh/dist/authfd.c       up to 1.8
crypto/external/bsd/openssh/dist/authfd.h       up to 1.5
crypto/external/bsd/openssh/dist/authfile.c     up to 1.10
crypto/external/bsd/openssh/dist/authfile.h     up to 1.6
crypto/external/bsd/openssh/dist/bufaux.c       up to 1.7
crypto/external/bsd/openssh/dist/bufbn.c        up to 1.5
crypto/external/bsd/openssh/dist/bufec.c        up to 1.5
crypto/external/bsd/openssh/dist/buffer.c       up to 1.6
crypto/external/bsd/openssh/dist/buffer.h       up to 1.7
crypto/external/bsd/openssh/dist/canohost.c     up to 1.8
crypto/external/bsd/openssh/dist/channels.c     up to 1.13
crypto/external/bsd/openssh/dist/channels.h     up to 1.10
crypto/external/bsd/openssh/dist/cipher-3des1.c up to 1.7
crypto/external/bsd/openssh/dist/cipher-bf1.c   up to 1.6
crypto/external/bsd/openssh/dist/cipher.c       up to 1.7
crypto/external/bsd/openssh/dist/cipher.h       up to 1.7
crypto/external/bsd/openssh/dist/clientloop.c   up to 1.13
crypto/external/bsd/openssh/dist/compat.c       up to 1.9
crypto/external/bsd/openssh/dist/compat.h       up to 1.6
crypto/external/bsd/openssh/dist/deattack.c     up to 1.4
crypto/external/bsd/openssh/dist/deattack.h     up to 1.4
crypto/external/bsd/openssh/dist/dh.c           up to 1.8
crypto/external/bsd/openssh/dist/dh.h           up to 1.4
crypto/external/bsd/openssh/dist/dispatch.c     up to 1.5
crypto/external/bsd/openssh/dist/dispatch.h     up to 1.4
crypto/external/bsd/openssh/dist/dns.c          up to 1.11
crypto/external/bsd/openssh/dist/dns.h          up to 1.6
crypto/external/bsd/openssh/dist/groupaccess.c  up to 1.5
crypto/external/bsd/openssh/dist/gss-genr.c     up to 1.7
crypto/external/bsd/openssh/dist/gss-serv-krb5.c up to 1.8
crypto/external/bsd/openssh/dist/gss-serv.c     up to 1.7
crypto/external/bsd/openssh/dist/hostfile.c     up to 1.7
crypto/external/bsd/openssh/dist/hostfile.h     up to 1.7
crypto/external/bsd/openssh/dist/includes.h     up to 1.4
crypto/external/bsd/openssh/dist/kex.c          up to 1.10
crypto/external/bsd/openssh/dist/kex.h          up to 1.9
crypto/external/bsd/openssh/dist/kexdh.c        up to 1.4
crypto/external/bsd/openssh/dist/kexdhc.c       up to 1.6
crypto/external/bsd/openssh/dist/kexdhs.c       up to 1.8
crypto/external/bsd/openssh/dist/kexecdh.c      up to 1.5
crypto/external/bsd/openssh/dist/kexecdhc.c     up to 1.5
crypto/external/bsd/openssh/dist/kexecdhs.c     up to 1.5
crypto/external/bsd/openssh/dist/kexgex.c       up to 1.4
crypto/external/bsd/openssh/dist/kexgexc.c      up to 1.6
crypto/external/bsd/openssh/dist/kexgexs.c      up to 1.8
crypto/external/bsd/openssh/dist/key.c          up to 1.16
crypto/external/bsd/openssh/dist/key.h          up to 1.9
crypto/external/bsd/openssh/dist/krl.c          up to 1.5
crypto/external/bsd/openssh/dist/krl.h          up to 1.1.1.2
crypto/external/bsd/openssh/dist/mac.c          up to 1.11
crypto/external/bsd/openssh/dist/mac.h          up to 1.5
crypto/external/bsd/openssh/dist/match.c        up to 1.5
crypto/external/bsd/openssh/dist/misc.c         up to 1.10
crypto/external/bsd/openssh/dist/misc.h         up to 1.9 plus patch
crypto/external/bsd/openssh/dist/moduli.c       up to 1.8
crypto/external/bsd/openssh/dist/monitor.c      up to 1.14
crypto/external/bsd/openssh/dist/monitor.h      up to 1.7
crypto/external/bsd/openssh/dist/monitor_fdpass.c up to 1.5
crypto/external/bsd/openssh/dist/monitor_mm.c   up to 1.6
crypto/external/bsd/openssh/dist/monitor_mm.h   up to 1.4
crypto/external/bsd/openssh/dist/monitor_wrap.c up to 1.11
crypto/external/bsd/openssh/dist/monitor_wrap.h up to 1.8
crypto/external/bsd/openssh/dist/msg.c          up to 1.4
crypto/external/bsd/openssh/dist/msg.h          up to 1.4
crypto/external/bsd/openssh/dist/mux.c          up to 1.11
crypto/external/bsd/openssh/dist/myproposal.h   up to 1.10
crypto/external/bsd/openssh/dist/namespace.h    up to 1.5
crypto/external/bsd/openssh/dist/packet.c       up to 1.18
crypto/external/bsd/openssh/dist/packet.h       up to 1.11
crypto/external/bsd/openssh/dist/pathnames.h    up to 1.9
crypto/external/bsd/openssh/dist/pkcs11.h       up to 1.4
crypto/external/bsd/openssh/dist/progressmeter.c up to 1.7
crypto/external/bsd/openssh/dist/progressmeter.h up to 1.4
crypto/external/bsd/openssh/dist/reallocarray.c new
crypto/external/bsd/openssh/dist/readconf.c     up to 1.13
crypto/external/bsd/openssh/dist/readconf.h     up to 1.12
crypto/external/bsd/openssh/dist/readpass.c     up to 1.6
crypto/external/bsd/openssh/dist/roaming_client.c up to 1.7
crypto/external/bsd/openssh/dist/roaming_common.c up to 1.9
crypto/external/bsd/openssh/dist/roaming_dummy.c up to 1.4
crypto/external/bsd/openssh/dist/rsa.c          up to 1.5
crypto/external/bsd/openssh/dist/rsa.h          up to 1.4
crypto/external/bsd/openssh/dist/sandbox-systrace.c up to 1.1.1.5
crypto/external/bsd/openssh/dist/scp.1          up to 1.9
crypto/external/bsd/openssh/dist/scp.c          up to 1.11
crypto/external/bsd/openssh/dist/servconf.c     up to 1.17
crypto/external/bsd/openssh/dist/servconf.h     up to 1.11
crypto/external/bsd/openssh/dist/serverloop.c   up to 1.12
crypto/external/bsd/openssh/dist/session.c      up to 1.14
crypto/external/bsd/openssh/dist/session.h      up to 1.4
crypto/external/bsd/openssh/dist/sftp-client.c  up to 1.13
crypto/external/bsd/openssh/dist/sftp-client.h  up to 1.7
crypto/external/bsd/openssh/dist/sftp-common.c  up to 1.7
crypto/external/bsd/openssh/dist/sftp-common.h  up to 1.5
crypto/external/bsd/openssh/dist/sftp-glob.c    up to 1.8
crypto/external/bsd/openssh/dist/sftp-server.8  up to 1.9
crypto/external/bsd/openssh/dist/sftp-server.c  up to 1.11
crypto/external/bsd/openssh/dist/sftp.1         up to 1.11
crypto/external/bsd/openssh/dist/sftp.c         up to 1.15
crypto/external/bsd/openssh/dist/ssh-add.1      up to 1.9
crypto/external/bsd/openssh/dist/ssh-add.c      up to 1.10
crypto/external/bsd/openssh/dist/ssh-agent.1    up to 1.8
crypto/external/bsd/openssh/dist/ssh-agent.c    up to 1.14
crypto/external/bsd/openssh/dist/ssh-dss.c      up to 1.7
crypto/external/bsd/openssh/dist/ssh-ecdsa.c    up to 1.6
crypto/external/bsd/openssh/dist/ssh-gss.h      up to 1.5
crypto/external/bsd/openssh/dist/ssh-keygen.1   up to 1.13
crypto/external/bsd/openssh/dist/ssh-keygen.c   up to 1.16
crypto/external/bsd/openssh/dist/ssh-keyscan.1  up to 1.10
crypto/external/bsd/openssh/dist/ssh-keyscan.c  up to 1.13
crypto/external/bsd/openssh/dist/ssh-keysign.8  up to 1.9
crypto/external/bsd/openssh/dist/ssh-keysign.c  up to 1.8
crypto/external/bsd/openssh/dist/ssh-pkcs11-client.c up to 1.6
crypto/external/bsd/openssh/dist/ssh-pkcs11-helper.c up to 1.8
crypto/external/bsd/openssh/dist/ssh-pkcs11.c   up to 1.7
crypto/external/bsd/openssh/dist/ssh-pkcs11.h   up to 1.4
crypto/external/bsd/openssh/dist/ssh-rsa.c      up to 1.7
crypto/external/bsd/openssh/dist/ssh.1          up to 1.14
crypto/external/bsd/openssh/dist/ssh.c          up to 1.16
crypto/external/bsd/openssh/dist/ssh2.h         up to 1.6
crypto/external/bsd/openssh/dist/ssh_config     up to 1.8
crypto/external/bsd/openssh/dist/ssh_config.5   up to 1.13
crypto/external/bsd/openssh/dist/sshconnect.c   up to 1.11
crypto/external/bsd/openssh/dist/sshconnect.h   up to 1.6
crypto/external/bsd/openssh/dist/sshconnect1.c  up to 1.6
crypto/external/bsd/openssh/dist/sshconnect2.c  up to 1.19
crypto/external/bsd/openssh/dist/sshd.8         up to 1.13
crypto/external/bsd/openssh/dist/sshd.c         up to 1.18
crypto/external/bsd/openssh/dist/sshd_config    up to 1.13
crypto/external/bsd/openssh/dist/sshd_config.5  up to 1.17
crypto/external/bsd/openssh/dist/sshlogin.c     up to 1.6
crypto/external/bsd/openssh/dist/sshpty.c       up to 1.4
crypto/external/bsd/openssh/dist/uidswap.c      up to 1.4
crypto/external/bsd/openssh/dist/umac.c         up to 1.9
crypto/external/bsd/openssh/dist/version.h      up to 1.14
crypto/external/bsd/openssh/dist/xmalloc.c      up to 1.5
crypto/external/bsd/openssh/lib/Makefile        up to 1.17 plus patch
crypto/external/bsd/openssh/lib/shlib_version   up to 1.13
distrib/sets/lists/base/ad.aarch64		patch
distrib/sets/lists/base/ad.arm			patch
distrib/sets/lists/base/ad.mips			patch
distrib/sets/lists/base/ad.powerpc		patch
distrib/sets/lists/base/md.amd64		patch
distrib/sets/lists/base/md.sparc64		patch
distrib/sets/lists/base/mi			patch
distrib/sets/lists/base/shl.mi			patch
distrib/sets/lists/comp/ad.aarch64		patch
distrib/sets/lists/comp/ad.arm			patch
distrib/sets/lists/comp/ad.mips			patch
distrib/sets/lists/comp/ad.powerpc		patch
distrib/sets/lists/comp/md.amd64		patch
distrib/sets/lists/comp/md.sparc64		patch
distrib/sets/lists/comp/mi			patch
distrib/sets/lists/comp/shl.mi			patch
distrib/sets/lists/debug/ad.aarch64		patch
distrib/sets/lists/debug/ad.arm			patch
distrib/sets/lists/debug/ad.mips		patch
distrib/sets/lists/debug/ad.powerpc		patch
distrib/sets/lists/debug/md.amd64		patch
distrib/sets/lists/debug/md.sparc64		patch
distrib/sets/lists/debug/shl.mi			patch
distrib/sets/lists/etc/mi			patch
distrib/sets/lists/man/mi			patch
etc/defaults/rc.conf				1.130
etc/mtree/NetBSD.dist.base			1.142
external/bsd/Makefile                           up to 1.48
external/bsd/blacklist/bin/Makefile             up to 1.11 plus patch
external/bsd/blacklist/bin/blacklistctl.8       up to 1.6
external/bsd/blacklist/bin/blacklistctl.c       up to 1.17
external/bsd/blacklist/bin/blacklistd.8         up to 1.10
external/bsd/blacklist/bin/blacklistd.c         up to 1.32
external/bsd/blacklist/bin/blacklistd.conf.5    up to 1.2
external/bsd/blacklist/bin/conf.c               up to 1.18
external/bsd/blacklist/bin/conf.h               up to 1.6
external/bsd/blacklist/bin/internal.c           up to 1.5
external/bsd/blacklist/bin/internal.h           up to 1.12
external/bsd/blacklist/bin/run.c                up to 1.12
external/bsd/blacklist/bin/run.h                up to 1.5
external/bsd/blacklist/bin/state.c              up to 1.15
external/bsd/blacklist/bin/state.h              up to 1.5
external/bsd/blacklist/bin/support.c            up to 1.6
external/bsd/blacklist/bin/support.h            up to 1.5
external/bsd/blacklist/etc/rc.d/Makefile        up to 1.1
external/bsd/blacklist/etc/rc.d/blacklistd      up to 1.1
external/bsd/blacklist/etc/Makefile             up to 1.3
external/bsd/blacklist/etc/blacklistd.conf      up to 1.3
external/bsd/blacklist/etc/npf.conf             up to 1.1
external/bsd/blacklist/Makefile                 up to 1.2
external/bsd/blacklist/Makefile.inc             up to 1.3
external/bsd/blacklist/README                   up to 1.7
external/bsd/blacklist/TODO                     up to 1.7
external/bsd/blacklist/diff/ftpd.diff           up to 1.1
external/bsd/blacklist/diff/named.diff          up to 1.6
external/bsd/blacklist/diff/ssh.diff            up to 1.6
external/bsd/blacklist/include/Makefile         up to 1.1
external/bsd/blacklist/include/bl.h             up to 1.12
external/bsd/blacklist/include/blacklist.h      up to 1.3
external/bsd/blacklist/include/config.h		new
external/bsd/blacklist/lib/Makefile             up to 1.3
external/bsd/blacklist/lib/bl.c                 up to 1.24
external/bsd/blacklist/lib/blacklist.c          up to 1.5
external/bsd/blacklist/lib/libblacklist.3       up to 1.3
external/bsd/blacklist/lib/shlib_version        up to 1.1
external/bsd/blacklist/libexec/Makefile         up to 1.1
external/bsd/blacklist/libexec/blacklistd-helper up to 1.4
external/bsd/blacklist/port/m4/.cvsignore       up to 1.1
external/bsd/blacklist/port/Makefile.am         up to 1.4
external/bsd/blacklist/port/_strtoi.h           up to 1.1
external/bsd/blacklist/port/clock_gettime.c     up to 1.2
external/bsd/blacklist/port/configure.ac        up to 1.7
external/bsd/blacklist/port/fgetln.c            up to 1.1
external/bsd/blacklist/port/fparseln.c          up to 1.1
external/bsd/blacklist/port/getprogname.c       up to 1.4
external/bsd/blacklist/port/pidfile.c           up to 1.1
external/bsd/blacklist/port/popenve.c           up to 1.2
external/bsd/blacklist/port/port.h              up to 1.6
external/bsd/blacklist/port/sockaddr_snprintf.c up to 1.9
external/bsd/blacklist/port/strlcat.c           up to 1.2
external/bsd/blacklist/port/strlcpy.c           up to 1.2
external/bsd/blacklist/port/strtoi.c            up to 1.3
external/bsd/blacklist/test/Makefile            up to 1.2
external/bsd/blacklist/test/cltest.c            up to 1.6
external/bsd/blacklist/test/srvtest.c           up to 1.9
lib/libpam/modules/pam_ssh/pam_ssh.c            up to 1.23
libexec/ftpd/pfilter.c                          up to 1.1
libexec/ftpd/pfilter.h                          up to 1.1
libexec/ftpd/Makefile                           up to 1.64
libexec/ftpd/ftpd.c                             up to 1.201

	Add blacklistd(8), a daemon to block and release network ports
	on demand to mitigate abuse, and related changes to system daemons
	to support it.
	[christos, ticket #711]

Revision 1.133 / (download) - annotate - [select for diffs], Mon Mar 30 10:58:37 2015 UTC (9 years ago) by chopps
Branch: MAIN
Changes since 1.132: +2 -1 lines
Diff to previous 1.132 (colored) to selected 1.13 (colored)

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.

Revision 1.123.2.2 / (download) - annotate - [select for diffs], Thu Mar 26 10:54:36 2015 UTC (9 years ago) by martin
Branch: netbsd-7
Changes since 1.123.2.1: +2 -1 lines
Diff to previous 1.123.2.1 (colored) to branchpoint 1.123 (colored) to selected 1.13 (colored)

Pull up following revision(s) (requested by jmcneill in ticket #635):
	etc/rc.d/Makefile: revision 1.92
	distrib/sets/lists/man/mi: revision 1.1497
	share/man/man5/Makefile: revision 1.71
	etc/defaults/rc.conf: revision 1.132
	etc/rc.d/modules: revision 1.1
	usr.sbin/postinstall/postinstall: revision 1.190
	distrib/sets/lists/etc/mi: revision 1.236
	etc/mtree/special: revision 1.152
	share/man/man5/modules.conf.5: revision 1.1
Process /etc/modules.conf (if present) at startup, before securelevel is
raised, to allow module loading on ports without a module aware bootloader.

Revision 1.132 / (download) - annotate - [select for diffs], Sat Mar 21 19:10:43 2015 UTC (9 years ago) by jmcneill
Branch: MAIN
Changes since 1.131: +2 -1 lines
Diff to previous 1.131 (colored) to selected 1.13 (colored)

Process /etc/modules.conf (if present) at startup, before securelevel is
raised, to allow module loading on ports without a module aware bootloader.

Revision 1.131 / (download) - annotate - [select for diffs], Sat Feb 21 23:13:00 2015 UTC (9 years, 1 month ago) by joerg
Branch: MAIN
Changes since 1.130: +3 -1 lines
Diff to previous 1.130 (colored) to selected 1.13 (colored)

Add rc script for /sbin/iscsid.

Revision 1.130 / (download) - annotate - [select for diffs], Sun Jan 25 16:26:34 2015 UTC (9 years, 2 months ago) by christos
Branch: MAIN
Changes since 1.129: +4 -1 lines
Diff to previous 1.129 (colored) to selected 1.13 (colored)

add blacklistd

Revision 1.123.2.1 / (download) - annotate - [select for diffs], Fri Jan 23 09:47:24 2015 UTC (9 years, 2 months ago) by martin
Branch: netbsd-7
Changes since 1.123: +2 -2 lines
Diff to previous 1.123 (colored) to selected 1.13 (colored)

Pull up following revision(s) (requested by jmcneill in ticket #443):
	etc/defaults/rc.conf: revision 1.129
	etc/rc.d/wpa_supplicant: revision 1.6
It doesn't make sense to start wpa_supplicant from an rc.d script without
the -B flag, so always prepend it to $rc_flags.

Revision 1.129 / (download) - annotate - [select for diffs], Thu Jan 22 19:50:21 2015 UTC (9 years, 2 months ago) by jmcneill
Branch: MAIN
Changes since 1.128: +2 -2 lines
Diff to previous 1.128 (colored) to selected 1.13 (colored)

It doesn't make sense to start wpa_supplicant from an rc.d script without
the -B flag, so always prepend it to $rc_flags.

Revision 1.128 / (download) - annotate - [select for diffs], Fri Sep 26 11:04:06 2014 UTC (9 years, 6 months ago) by tron
Branch: MAIN
Changes since 1.127: +184 -185 lines
Diff to previous 1.127 (colored) to selected 1.13 (colored)

Revert last change. This was already fixed differently and something
went wrong with the change anyway. Sorry

Revision 1.127 / (download) - annotate - [select for diffs], Fri Sep 26 10:36:11 2014 UTC (9 years, 6 months ago) by tron
Branch: MAIN
Changes since 1.126: +185 -184 lines
Diff to previous 1.126 (colored) to selected 1.13 (colored)

Re-add default for "rtsol". "/etc/rc.d/network" still checks for this
setting and complains if it isn't defined at all. Add a comment that
it is deprecated and suggest to use "dhcpcd=YES" instead.

Revision 1.126 / (download) - annotate - [select for diffs], Sat Sep 13 11:07:08 2014 UTC (9 years, 6 months ago) by roy
Branch: MAIN
Changes since 1.125: +1 -2 lines
Diff to previous 1.125 (colored) to selected 1.13 (colored)

rtsol has gone.

Revision 1.125 / (download) - annotate - [select for diffs], Sat Sep 13 11:06:42 2014 UTC (9 years, 6 months ago) by roy
Branch: MAIN
Changes since 1.124: +2 -2 lines
Diff to previous 1.124 (colored) to selected 1.13 (colored)

Add the -M flag to dhcpcd so it stays in master mode even for one
interface. Suggested by apb@

Revision 1.124 / (download) - annotate - [select for diffs], Thu Sep 11 13:10:03 2014 UTC (9 years, 6 months ago) by roy
Branch: MAIN
Changes since 1.123: +1 -2 lines
Diff to previous 1.123 (colored) to selected 1.13 (colored)

Remove rtsol(8) and rtsold(8) as their functionality is in dhcpcd(8).
Remove rtsol(8) from rc.d/network.
Add -w seconds command to ifconfig to wait for N seconds for until DAD
has finished on all addresses.
Use ifconfig -w in rc.d/network instead of a forced sleep.

As discussed on tech-net@

Revision 1.120.2.2 / (download) - annotate - [select for diffs], Tue Aug 19 23:45:50 2014 UTC (9 years, 7 months ago) by tls
Branch: tls-maxphys
Changes since 1.120.2.1: +3 -3 lines
Diff to previous 1.120.2.1 (colored) to branchpoint 1.120 (colored) next main 1.121 (colored) to selected 1.13 (colored)

Rebase to HEAD as of a few days ago.

Revision 1.122.8.1 / (download) - annotate - [select for diffs], Sun Aug 10 06:49:03 2014 UTC (9 years, 7 months ago) by tls
Branch: tls-earlyentropy
Changes since 1.122: +3 -3 lines
Diff to previous 1.122 (colored) next main 1.123 (colored) to selected 1.13 (colored)

Rebase.

Revision 1.123 / (download) - annotate - [select for diffs], Tue Jul 22 17:11:09 2014 UTC (9 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: tls-maxphys-base, tls-earlyentropy-base, netbsd-7-base
Branch point for: netbsd-7
Changes since 1.122: +3 -3 lines
Diff to previous 1.122 (colored) to selected 1.13 (colored)

'file system' for consistency with documentation (instead of 'filesystem').

Revision 1.120.2.1 / (download) - annotate - [select for diffs], Mon Feb 25 00:24:51 2013 UTC (11 years, 1 month ago) by tls
Branch: tls-maxphys
Changes since 1.120: +3 -3 lines
Diff to previous 1.120 (colored) to selected 1.13 (colored)

resync with head

Revision 1.115.2.3 / (download) - annotate - [select for diffs], Wed Jan 23 00:04:30 2013 UTC (11 years, 2 months ago) by yamt
Branch: yamt-pagecache
CVS Tags: yamt-pagecache-tag8
Changes since 1.115.2.2: +3 -3 lines
Diff to previous 1.115.2.2 (colored) to branchpoint 1.115 (colored) next main 1.116 (colored) to selected 1.13 (colored)

sync with head

Revision 1.122 / (download) - annotate - [select for diffs], Sun Jan 13 18:47:57 2013 UTC (11 years, 2 months ago) by prlw1
Branch: MAIN
CVS Tags: yamt-pagecache-base9, yamt-pagecache-base8, riastradh-xf86-video-intel-2-7-1-pre-2-21-15, riastradh-drm2-base3, riastradh-drm2-base2, riastradh-drm2-base1, riastradh-drm2-base, riastradh-drm2, khorben-n900, agc-symver-base, agc-symver
Branch point for: tls-earlyentropy
Changes since 1.121: +2 -2 lines
Diff to previous 1.121 (colored) to selected 1.13 (colored)

Add ppp=YES variable. Currently pppd(8) starts automatically if ppp_peers
is not empty. Adding a ppp variable allows the default peer to be set,
and ppp set to NO so that dialing can happen with /etc/rc.d/ppp onestart.
Default set to YES so that old behaviour is preserved.
http://mail-index.netbsd.org/tech-userlevel/2012/08/21/msg006656.html

Revision 1.121 / (download) - annotate - [select for diffs], Fri Jan 11 04:32:41 2013 UTC (11 years, 2 months ago) by riastradh
Branch: MAIN
Changes since 1.120: +2 -2 lines
Diff to previous 1.120 (colored) to selected 1.13 (colored)

Nix `-b 1024' from ssh_keygen_flags in /etc/defaults/rc.conf.

No objections on tech-security:

http://mail-index.NetBSD.org/tech-security/2012/09/03/msg000548.html

The security of generating keys at boot remains questionable, but
this change makes that no worse.

Revision 1.115.2.2 / (download) - annotate - [select for diffs], Tue Oct 30 18:49:00 2012 UTC (11 years, 4 months ago) by yamt
Branch: yamt-pagecache
Changes since 1.115.2.1: +2 -2 lines
Diff to previous 1.115.2.1 (colored) to branchpoint 1.115 (colored) to selected 1.13 (colored)

sync with head

Revision 1.120 / (download) - annotate - [select for diffs], Mon Aug 13 08:20:44 2012 UTC (11 years, 7 months ago) by christos
Branch: MAIN
CVS Tags: yamt-pagecache-base7, yamt-pagecache-base6
Branch point for: tls-maxphys
Changes since 1.119: +2 -2 lines
Diff to previous 1.119 (colored) to selected 1.13 (colored)

No need to specify nfsd flags anymore. The defaults DTRT.

Revision 1.115.2.1 / (download) - annotate - [select for diffs], Tue Apr 17 00:02:57 2012 UTC (11 years, 11 months ago) by yamt
Branch: yamt-pagecache
Changes since 1.115: +9 -2 lines
Diff to previous 1.115 (colored) to selected 1.13 (colored)

sync with head

Revision 1.119 / (download) - annotate - [select for diffs], Tue Feb 7 19:13:30 2012 UTC (12 years, 1 month ago) by joerg
Branch: MAIN
CVS Tags: yamt-pagecache-base5, yamt-pagecache-base4, netbsd-6-base, netbsd-6-1-RELEASE, netbsd-6-1-RC4, netbsd-6-1-RC3, netbsd-6-1-RC2, netbsd-6-1-RC1, netbsd-6-1-5-RELEASE, netbsd-6-1-4-RELEASE, netbsd-6-1-3-RELEASE, netbsd-6-1-2-RELEASE, netbsd-6-1-1-RELEASE, netbsd-6-1, netbsd-6-0-RELEASE, netbsd-6-0-RC2, netbsd-6-0-RC1, netbsd-6-0-6-RELEASE, netbsd-6-0-5-RELEASE, netbsd-6-0-4-RELEASE, netbsd-6-0-3-RELEASE, netbsd-6-0-2-RELEASE, netbsd-6-0-1-RELEASE, netbsd-6-0, netbsd-6, matt-nb6-plus-nbase, matt-nb6-plus-base, matt-nb6-plus
Changes since 1.118: +4 -1 lines
Diff to previous 1.118 (colored) to selected 1.13 (colored)

Import the new apropos/whatis.

This code has been developed by Abhinav Upadhyay as part of Google's Summer
of Code 2011. It uses libmandoc to parse man pages and builds a Full
Text Index in a SQLite database. The combination of indexing the full
manual page, filtering out stop words and ranking individual matches
based on the section gives a much improved user experience.

The old makewhatis and friends are kept under MKMAKEMANDB=no for now.

Revision 1.118 / (download) - annotate - [select for diffs], Fri Dec 23 05:05:04 2011 UTC (12 years, 3 months ago) by tsutsui
Branch: MAIN
Changes since 1.117: +2 -1 lines
Diff to previous 1.117 (colored) to selected 1.13 (colored)

Add a default for isibootd(8). Pointed out by nonaka@.

Revision 1.117 / (download) - annotate - [select for diffs], Wed Nov 23 10:47:48 2011 UTC (12 years, 4 months ago) by tls
Branch: MAIN
Changes since 1.116: +4 -1 lines
Diff to previous 1.116 (colored) to selected 1.13 (colored)


Load entropy at system boot (only works at securelevel < 1); save
at system shutdown.  Disable with random_seed=NO in rc.conf if desired.

Goes to some trouble to never load or save to network filesystems.

Entropy should really be loaded by the boot loader but I am still
sorting out how to pass it to the kernel.

Revision 1.116 / (download) - annotate - [select for diffs], Mon Nov 21 20:56:21 2011 UTC (12 years, 4 months ago) by darcy
Branch: MAIN
Changes since 1.115: +2 -2 lines
Diff to previous 1.115 (colored) to selected 1.13 (colored)

Allow pf flags to be specified in rc.conf.
Add default to defaults/rc.d as suggested by lukem@

Revision 1.115 / (download) - annotate - [select for diffs], Tue Sep 6 21:32:29 2011 UTC (12 years, 6 months ago) by riz
Branch: MAIN
CVS Tags: yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base
Branch point for: yamt-pagecache
Changes since 1.114: +2 -1 lines
Diff to previous 1.114 (colored) to selected 1.13 (colored)

Create and install an rc.d file for devpubd - a daemon to listen
on drvctl and autocreate device nodes in /dev for those which don't have any.
Set the default to "NO" for now.

Revision 1.114 / (download) - annotate - [select for diffs], Mon Aug 22 18:54:06 2011 UTC (12 years, 7 months ago) by jym
Branch: MAIN
Changes since 1.113: +2 -1 lines
Diff to previous 1.113 (colored) to selected 1.13 (colored)

Modify etc/defaults/Makefile so that architectures can specify an additional
rc.conf file. This one should reside under etc/etc.${MACHINE}/, and will
get automatically appended to etc/defaults/rc.conf at build time if present.

This is used by i386 and amd64 to append a small MD rc.conf(5) configuration
at the end of the defaults/rc.conf file, so that powerd(8) can be started
by default when we are running in a Xen environment. This is needed to support
save/restore functions for domains.

From all the alternatives proposed to fix that issue (from /etc/rc.conf
parsing in postinstall to etc/defaults/rc.conf arch-hooks) I believe
this one will appease everyone because it:
- does not touch etc/defaults/rc.conf template file,
- patches it at build time for MD hooks only when required,
- does not need to parse/modify a user-specified file like /etc/rc.conf (which
is a complex, error-prone operation),
- only enables powerd(8) by default when conditions are met (Xen environment)
while still allowing root to shoot himself in the foot if he wants to
override this manually in /etc/rc.conf.

See also http://mail-index.netbsd.org/tech-userlevel/2011/07/25/msg005246.html

Revision 1.113 / (download) - annotate - [select for diffs], Fri May 27 09:28:42 2011 UTC (12 years, 10 months ago) by plunky
Branch: MAIN
CVS Tags: cherry-xenmp-base, cherry-xenmp
Changes since 1.112: +7 -7 lines
Diff to previous 1.112 (colored) to selected 1.13 (colored)

provide a new 'bluetooth' rc.d script, to handle Bluetooth configuration
in a simpler manner. This replaces btattach, btconfig, bthcid, btdevctl
and sdpd scripts, and also should not require any configuration settings
other than "bluetooth=YES", though the full range of configurations is
still possible.

Revision 1.110.2.2 / (download) - annotate - [select for diffs], Sat Mar 5 15:08:41 2011 UTC (13 years ago) by bouyer
Branch: bouyer-quota2
Changes since 1.110.2.1: +4 -1 lines
Diff to previous 1.110.2.1 (colored) next main 1.111 (colored) to selected 1.13 (colored)

Sync with HEAD

Revision 1.112 / (download) - annotate - [select for diffs], Fri Feb 18 00:42:20 2011 UTC (13 years, 1 month ago) by jmcneill
Branch: MAIN
CVS Tags: bouyer-quota2-nbase
Changes since 1.111: +4 -1 lines
Diff to previous 1.111 (colored) to selected 1.13 (colored)

Add rc.d script to make sure the system fontconfig cache is up to date.

Revision 1.110.2.1 / (download) - annotate - [select for diffs], Tue Feb 8 16:18:49 2011 UTC (13 years, 1 month ago) by bouyer
Branch: bouyer-quota2
Changes since 1.110: +2 -1 lines
Diff to previous 1.110 (colored) to selected 1.13 (colored)

Sync with HEAD

Revision 1.111 / (download) - annotate - [select for diffs], Wed Feb 2 02:20:28 2011 UTC (13 years, 1 month ago) by rmind
Branch: MAIN
CVS Tags: bouyer-quota2-base
Changes since 1.110: +2 -1 lines
Diff to previous 1.110 (colored) to selected 1.13 (colored)

NPF checkpoint:
- Add libnpf(3) - a library to control NPF (configuration, ruleset, etc).
- Add NPF support for ftp-proxy(8).
- Add rc.d script for NPF.
- Convert npfctl(8) to use libnpf(3) and thus make it less depressive.
  Note: next clean-up step should be a parser, once dholland@ will finish it.
- Add more documentation.
- Various fixes.

Revision 1.110 / (download) - annotate - [select for diffs], Thu Jan 13 10:55:20 2011 UTC (13 years, 2 months ago) by kefren
Branch: MAIN
Branch point for: bouyer-quota2
Changes since 1.109: +2 -1 lines
Diff to previous 1.109 (colored) to selected 1.13 (colored)

add ldpd rc script

Revision 1.95.2.3.4.1 / (download) - annotate - [select for diffs], Wed Apr 21 05:21:23 2010 UTC (13 years, 11 months ago) by matt
Branch: matt-nb5-mips64
CVS Tags: matt-nb5-mips64-premerge-20101231, matt-nb5-mips64-k15
Changes since 1.95.2.3: +3 -2 lines
Diff to previous 1.95.2.3 (colored) next main 1.95.2.4 (colored) to selected 1.13 (colored)

sync to netbsd-5

Revision 1.95.2.5 / (download) - annotate - [select for diffs], Fri Dec 18 06:09:56 2009 UTC (14 years, 3 months ago) by snj
Branch: netbsd-5
CVS Tags: netbsd-5-2-RELEASE, netbsd-5-2-RC1, netbsd-5-2-3-RELEASE, netbsd-5-2-2-RELEASE, netbsd-5-2-1-RELEASE, netbsd-5-2, netbsd-5-1-RELEASE, netbsd-5-1-RC4, netbsd-5-1-RC3, netbsd-5-1-RC2, netbsd-5-1-RC1, netbsd-5-1-5-RELEASE, netbsd-5-1-4-RELEASE, netbsd-5-1-3-RELEASE, netbsd-5-1-2-RELEASE, netbsd-5-1-1-RELEASE, netbsd-5-1, matt-nb5-pq3-base, matt-nb5-pq3
Changes since 1.95.2.4: +2 -2 lines
Diff to previous 1.95.2.4 (colored) to branchpoint 1.95 (colored) next main 1.96 (colored) to selected 1.13 (colored)

Pull up following revision(s) (requested by dholland in ticket #1195):
	etc/defaults/rc.conf: revision 1.107
Make rtsold_flags default to -a as per PR 39657.

Revision 1.81.2.3 / (download) - annotate - [select for diffs], Wed Dec 16 11:01:01 2009 UTC (14 years, 3 months ago) by sborrill
Branch: netbsd-4
Changes since 1.81.2.2: +2 -2 lines
Diff to previous 1.81.2.2 (colored) to branchpoint 1.81 (colored) next main 1.82 (colored) to selected 1.13 (colored)

Pull up the following revisions(s) (requested by dholland in ticket #1370):
	etc/defaults/rc.conf:	revision 1.107

Make rtsold_flags default to -a. Closes PR/39657.

Revision 1.109 / (download) - annotate - [select for diffs], Thu Oct 1 16:36:20 2009 UTC (14 years, 5 months ago) by tsarna
Branch: MAIN
CVS Tags: matt-premerge-20091211, matt-mips64-premerge-20101231
Changes since 1.108: +2 -2 lines
Diff to previous 1.108 (colored) to selected 1.13 (colored)

mdnsd enhancements and fixes:

- Enhance the built-in drop-privs support and use it instead of
  having the rc.conf do it. Avoids log error on startup.
  From OpenSolaris, with enhancements.
- Add dumping of the unicast server list to the DumpStateLog
  debugging output, a'la Mac OS X.
- Fix a locking botch that caused warnings in the log.
- Fix FILE leak. From OpenSolaris.

Revision 1.108 / (download) - annotate - [select for diffs], Tue Sep 29 23:56:27 2009 UTC (14 years, 6 months ago) by tsarna
Branch: MAIN
Changes since 1.107: +2 -1 lines
Diff to previous 1.107 (colored) to selected 1.13 (colored)

Multicast DNS ("Bonjour") support, based on Apple's mDNSResponder.

Revision 1.107 / (download) - annotate - [select for diffs], Sat Sep 19 19:47:48 2009 UTC (14 years, 6 months ago) by dholland
Branch: MAIN
Changes since 1.106: +2 -2 lines
Diff to previous 1.106 (colored) to selected 1.13 (colored)

Make rtsold_flags default to -a as per PR 39657.

Revision 1.106 / (download) - annotate - [select for diffs], Mon Sep 14 12:05:12 2009 UTC (14 years, 6 months ago) by apb
Branch: MAIN
Changes since 1.105: +5 -4 lines
Diff to previous 1.105 (colored) to selected 1.13 (colored)

Add the ability for file systems mounted via mount_critical_filesystems()
in rc.subr to be marked as optional.  This means that it's not an
error if the file system is not mentioned in /etc/fstab.  It is
still an error if something else goes wrong.

Change the defaults for these two variables in /etc/defaults/rc.conf:
critical_filesystems_local="OPTIONAL:/var"
critical_filesystems_remote="OPTIONAL:/usr"

Revision 1.105 / (download) - annotate - [select for diffs], Fri Sep 11 18:17:04 2009 UTC (14 years, 6 months ago) by apb
Branch: MAIN
Changes since 1.104: +12 -1 lines
Diff to previous 1.104 (colored) to selected 1.13 (colored)

Add a postprocessor to /etc/rc, which logs messages to /var/run/rc.log,
and which can suppress output in silent mode.  Silent mode is enabled
via the new rc_silent variable, which defaults to a value that depends
on the kern.boothowto sysctl.

Part of the /etc/rc silent changes requested in PR 41946
and proposed in tech-userlevel.

Revision 1.104 / (download) - annotate - [select for diffs], Sat Jul 25 16:20:10 2009 UTC (14 years, 8 months ago) by mbalmer
Branch: MAIN
Changes since 1.103: +2 -1 lines
Diff to previous 1.103 (colored) to selected 1.13 (colored)

Document recent gpio(4) changes and introduce a new config file for GPIO.
Integrate with the startup scripts in /etc/rc.d.  Introduce new variable
"gpio" for /etc/rc.conf.

Revision 1.100.2.1 / (download) - annotate - [select for diffs], Wed May 13 19:18:02 2009 UTC (14 years, 10 months ago) by jym
Branch: jym-xensuspend
Changes since 1.100: +7 -2 lines
Diff to previous 1.100 (colored) next main 1.101 (colored) to selected 1.13 (colored)

Sync with HEAD.

Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html

Revision 1.95.2.4 / (download) - annotate - [select for diffs], Sun May 10 21:32:57 2009 UTC (14 years, 10 months ago) by snj
Branch: netbsd-5
Changes since 1.95.2.3: +2 -1 lines
Diff to previous 1.95.2.3 (colored) to branchpoint 1.95 (colored) to selected 1.13 (colored)

Pull up following revision(s) (requested by roy in ticket #534):
	etc/defaults/rc.conf: revision 1.103
	etc/rc.d/Makefile: revision 1.78 via patch
	etc/rc.d/dhcpcd: revision 1.1
Add an rc.d script for dhcpcd(8)

Revision 1.103 / (download) - annotate - [select for diffs], Tue Apr 28 23:30:34 2009 UTC (14 years, 11 months ago) by roy
Branch: MAIN
CVS Tags: jym-xensuspend-nbase, jym-xensuspend-base
Changes since 1.102: +2 -1 lines
Diff to previous 1.102 (colored) to selected 1.13 (colored)

Add an rc.d script for dhcpcd(8)

Revision 1.102 / (download) - annotate - [select for diffs], Fri Apr 10 16:18:04 2009 UTC (14 years, 11 months ago) by joerg
Branch: MAIN
Changes since 1.101: +5 -1 lines
Diff to previous 1.101 (colored) to selected 1.13 (colored)

Add rc_directories to specify where to look for rc scripts.
For the moment all scripts must be in /root and non-existent directories
are skipped.

Revision 1.95.2.3 / (download) - annotate - [select for diffs], Thu Mar 26 17:45:38 2009 UTC (15 years ago) by snj
Branch: netbsd-5
CVS Tags: netbsd-5-0-RELEASE, netbsd-5-0-RC4, netbsd-5-0-2-RELEASE, netbsd-5-0-1-RELEASE, netbsd-5-0, matt-nb5-mips64-u2-k2-k4-k7-k8-k9, matt-nb5-mips64-u1-k1-k5, matt-nb5-mips64-premerge-20091211, matt-nb4-mips64-k7-u2a-k9b
Branch point for: matt-nb5-mips64
Changes since 1.95.2.2: +2 -2 lines
Diff to previous 1.95.2.2 (colored) to branchpoint 1.95 (colored) to selected 1.13 (colored)

Pull up following revision(s) (requested by hannken in ticket #606):
	etc/defaults/rc.conf: revision 1.101
	etc/rc.d/ipfilter: revision 1.18
Add flags to rc.d/ipfilter.  Use it from rc.conf like
	ipfilter=YES ipfilter_flags="-T fr_statemax=18963,fr_statesize=27091"
Ok: Christos Zoulas <christos@netbsd.org>

Revision 1.101 / (download) - annotate - [select for diffs], Mon Mar 23 18:52:02 2009 UTC (15 years ago) by hannken
Branch: MAIN
Changes since 1.100: +2 -2 lines
Diff to previous 1.100 (colored) to selected 1.13 (colored)

Add flags to rc.d/ipfilter.  Use it from rc.conf like

	ipfilter=YES ipfilter_flags="-T fr_statemax=18963,fr_statesize=27091"

Ok: Christos Zoulas <christos@netbsd.org>

Revision 1.95.2.2 / (download) - annotate - [select for diffs], Fri Feb 6 00:51:41 2009 UTC (15 years, 1 month ago) by snj
Branch: netbsd-5
CVS Tags: netbsd-5-0-RC3, netbsd-5-0-RC2
Changes since 1.95.2.1: +2 -1 lines
Diff to previous 1.95.2.1 (colored) to branchpoint 1.95 (colored) to selected 1.13 (colored)

Pull up following revision(s) (requested by apb in ticket #406):
	etc/defaults/rc.conf: revision 1.99
	etc/rc.d/Makefile: revision 1.73
	etc/rc.d/rndctl: revision 1.1
	share/man/man5/rc.conf.5: revision 1.127
* Add etc/rc.d/rndctl script, based on work by Brian A. Seklecki.  This
  allows you to invoke rndctl(8) during the boot.
* Add rndctl=NO and rndctl_flags="" to /etc/defaults/rc.conf.
* Document rndctl and rndctl_flags variables in rc.conf(5).

Revision 1.95.2.1 / (download) - annotate - [select for diffs], Thu Jan 22 21:28:26 2009 UTC (15 years, 2 months ago) by snj
Branch: netbsd-5
CVS Tags: netbsd-5-0-RC1
Changes since 1.95: +4 -1 lines
Diff to previous 1.95 (colored) to selected 1.13 (colored)

Pull up following revision(s) (requested by rafal in ticket #297):
	distrib/sets/lists/etc/mi: revision 1.203
	doc/CHANGES: revision 1.1151 via patch
	etc/defaults/rc.conf: revision 1.97
	etc/mtree/special: revision 1.123
	etc/rc.d/Makefile: revision 1.71
	etc/rc.d/httpd: revision 1.1
	share/man/man5/rc.conf.5: revision 1.123
	usr.sbin/postinstall/postinstall: revision 1.80
Import rc.d/httpd script for httpd(8) daemon control.
See rc.conf(5) for options explanation.

Revision 1.90.10.8 / (download) - annotate - [select for diffs], Sat Jan 17 20:43:42 2009 UTC (15 years, 2 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.90.10.7: +8 -5 lines
Diff to previous 1.90.10.7 (colored) to branchpoint 1.90 (colored) next main 1.91 (colored) to selected 1.13 (colored)

Sync with HEAD.

Revision 1.100 / (download) - annotate - [select for diffs], Wed Jan 14 22:07:55 2009 UTC (15 years, 2 months ago) by haad
Branch: MAIN
CVS Tags: mjf-devfs2-base2
Branch point for: jym-xensuspend
Changes since 1.99: +5 -1 lines
Diff to previous 1.99 (colored) to selected 1.13 (colored)

Add lvm rc script for starting LV's during boot. starting lvm is turn off
by default, until MKLVM is enabled by default. This script can be used
without /usr/bin.

Revision 1.99 / (download) - annotate - [select for diffs], Sun Jan 4 12:10:30 2009 UTC (15 years, 2 months ago) by apb
Branch: MAIN
Changes since 1.98: +2 -1 lines
Diff to previous 1.98 (colored) to selected 1.13 (colored)

* Add etc/rc.d/rndctl script, based on work by Brian A. Seklecki.  This
  allows you to invoke rndctl(8) during the boot.
* Add rndctl=NO and rndctl_flags="" to /etc/defaults/rc.conf.
* Document rndctl and rndctl_flags variables in rc.conf(5).

Revision 1.98 / (download) - annotate - [select for diffs], Sat Dec 20 13:20:58 2008 UTC (15 years, 3 months ago) by isaki
Branch: MAIN
Changes since 1.97: +1 -3 lines
Diff to previous 1.97 (colored) to selected 1.13 (colored)

x68k pow(4) now uses MI sysmon_pswitch framework.  suggested by tsutsui@.
- Make MD poffd(8) retire, and use MI powerd(8) instead of it.
- Make /dev/pow1 retire, because nobody holds /dev/pow0 any longer.
  Use /dev/pow0 for pow(4) ioctl.
- POWIOCSSIGNAL ioctl which is for poffd(8) is also obsoleted.

Revision 1.97 / (download) - annotate - [select for diffs], Thu Dec 11 13:55:16 2008 UTC (15 years, 3 months ago) by mishka
Branch: MAIN
Changes since 1.96: +4 -1 lines
Diff to previous 1.96 (colored) to selected 1.13 (colored)

Import rc.d/httpd script for httpd(8) daemon control.
See rc.conf(5) for options explanation.

Revision 1.96 / (download) - annotate - [select for diffs], Wed Nov 12 12:35:52 2008 UTC (15 years, 4 months ago) by ad
Branch: MAIN
Changes since 1.95: +1 -4 lines
Diff to previous 1.95 (colored) to selected 1.13 (colored)

Remove LKMs and switch to the module framework, pass 1.

Proposed on tech-kern@.

Revision 1.90.10.7 / (download) - annotate - [select for diffs], Sun Oct 5 20:11:19 2008 UTC (15 years, 5 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.90.10.6: +1 -1 lines
Diff to previous 1.90.10.6 (colored) to branchpoint 1.90 (colored) to selected 1.13 (colored)

Sync with HEAD.

Revision 1.92.4.2 / (download) - annotate - [select for diffs], Thu Sep 18 04:41:08 2008 UTC (15 years, 6 months ago) by wrstuden
Branch: wrstuden-revivesa
Changes since 1.92.4.1: +2 -2 lines
Diff to previous 1.92.4.1 (colored) to branchpoint 1.92 (colored) next main 1.93 (colored) to selected 1.13 (colored)

Sync with wrstuden-revivesa-base-2.

Revision 1.95 / (download) - annotate - [select for diffs], Sun Jul 27 19:31:03 2008 UTC (15 years, 8 months ago) by joerg
Branch: MAIN
CVS Tags: wrstuden-revivesa-base-3, wrstuden-revivesa-base-2, netbsd-5-base, mjf-devfs2-base, matt-mips64-base2
Branch point for: netbsd-5
Changes since 1.94: +2 -2 lines
Diff to previous 1.94 (colored) to selected 1.13 (colored)

Update build glue for dhcpcd 4.0.0rc3 and move it to
src/external/dhcpcd.

Make dhcpcd quiet by default when run from rc.

Revision 1.90.10.6 / (download) - annotate - [select for diffs], Sun Jun 29 08:38:43 2008 UTC (15 years, 9 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.90.10.5: +1 -0 lines
Diff to previous 1.90.10.5 (colored) to branchpoint 1.90 (colored) to selected 1.13 (colored)

Sync with HEAD.

Revision 1.92.4.1 / (download) - annotate - [select for diffs], Mon Jun 23 04:29:04 2008 UTC (15 years, 9 months ago) by wrstuden
Branch: wrstuden-revivesa
Changes since 1.92: +3 -1 lines
Diff to previous 1.92 (colored) to selected 1.13 (colored)

Sync w/ -current. 34 merge conflicts to follow.

Revision 1.94 / (download) - annotate - [select for diffs], Fri Jun 20 15:21:56 2008 UTC (15 years, 9 months ago) by yamt
Branch: MAIN
CVS Tags: wrstuden-revivesa-base-1, wrstuden-revivesa-base
Changes since 1.93: +2 -1 lines
Diff to previous 1.93 (colored) to selected 1.13 (colored)

add a default for ftp_proxy as reminded by Geoff Wing and others.

Revision 1.92.2.1 / (download) - annotate - [select for diffs], Wed Jun 4 02:03:21 2008 UTC (15 years, 9 months ago) by yamt
Branch: yamt-pf42
Changes since 1.92: +2 -1 lines
Diff to previous 1.92 (colored) next main 1.93 (colored) to selected 1.13 (colored)

sync with head

Revision 1.90.10.5 / (download) - annotate - [select for diffs], Mon Jun 2 13:21:20 2008 UTC (15 years, 9 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.90.10.4: +3 -2 lines
Diff to previous 1.90.10.4 (colored) to branchpoint 1.90 (colored) to selected 1.13 (colored)

Sync with HEAD.

Revision 1.93 / (download) - annotate - [select for diffs], Thu May 29 15:38:35 2008 UTC (15 years, 10 months ago) by joerg
Branch: MAIN
CVS Tags: yamt-pf42-base4, yamt-pf42-base3
Changes since 1.92: +2 -1 lines
Diff to previous 1.92 (colored) to selected 1.13 (colored)

Allow per-interface DHCP configuration using dhcpcd via
ifconfig_xxN=dhcp or a dhcp line in /etc/ifconfig.xxN.

Revision 1.92 / (download) - annotate - [select for diffs], Tue Apr 15 11:17:47 2008 UTC (15 years, 11 months ago) by plunky
Branch: MAIN
CVS Tags: yamt-pf42-baseX, yamt-pf42-base2, yamt-pf42-base, hpcarm-cleanup-nbase
Branch point for: yamt-pf42, wrstuden-revivesa
Changes since 1.91: +2 -2 lines
Diff to previous 1.91 (colored) to selected 1.13 (colored)

some changes to serial bluetooth host controller interfaces

btuartd(8) should be named btattach(8) for consistency
with other parts of NetBSD

make btattach(8) a single-use tool for less complexity

device specicific initialisation (from btuart(4)) is carried
out prior to activating the line discipline (in btattach(8)),
which simplifies the API somewhat and means that the user
tool and the kernel do not need to be kept in sync.

btuart(4) driver is much reduced; naming is made consistent
and all tsleep() and delay() are removed to userland

Revision 1.90.10.4 / (download) - annotate - [select for diffs], Mon Apr 7 19:38:48 2008 UTC (15 years, 11 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.90.10.3: +2 -2 lines
Diff to previous 1.90.10.3 (colored) to branchpoint 1.90 (colored) to selected 1.13 (colored)

Enable devfsd by default. Thanks to riz for pointing this out.

Revision 1.90.10.3 / (download) - annotate - [select for diffs], Thu Apr 3 13:54:11 2008 UTC (15 years, 11 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.90.10.2: +2 -2 lines
Diff to previous 1.90.10.2 (colored) to branchpoint 1.90 (colored) to selected 1.13 (colored)

Sync with HEAD.

Revision 1.91 / (download) - annotate - [select for diffs], Thu Mar 27 21:42:22 2008 UTC (16 years ago) by mlelstv
Branch: MAIN
Changes since 1.90: +2 -2 lines
Diff to previous 1.90 (colored) to selected 1.13 (colored)

The previous versions of kdc got different levels of patches
to make them work like a standard detaching daemon. Now keep
the original and just supply the "work as a daemon" command line
option as a default.

Revision 1.90.10.2 / (download) - annotate - [select for diffs], Thu Mar 20 12:26:12 2008 UTC (16 years ago) by mjf
Branch: mjf-devfs2
Changes since 1.90.10.1: +2 -2 lines
Diff to previous 1.90.10.1 (colored) to branchpoint 1.90 (colored) to selected 1.13 (colored)

dctl:
- Make dctl see aware of device driver names being added and removed so
  that it can signal devfsd(8), which in turn will request device node
  creation of deletion from a particular devfs mount.

- Each device that registers the need for a device node also passes on
  some info about what sort of device they are. We now package this up
  in the dctl messaging framework to let devfsd(8) know.

- Use a dev_t for the cookie for each device that dctl(4) knows about. This
  was changed from a device_t because some devices (zero(4)) don't have
  corresponding device_t's.

- dctl mount functions have grown a visibility argument which specifies
  the default visibility for that mount.

- Since we want to get information about devices (for matching against
  rules) through ioctl calls to match against rules, but for userland
  to ioctl they need device nodes, dctl provides an "inner" ioctl function
  that calls the ioctl function of the device driver directly.

devfsd:
- Run in the background.

- Convert all output to use syslog(3).

- When devices are removed request the corresponding device node be
  removed from every devfs mount.

- Start using the dctl "innerioctl" facility to get information about
  devices which will be useful for matching. We're only handling disk
  devices, and can only grok information about a partition's file system
  type at the moment.

- Fix code that handles rules that specify filenames.

- Specifying visibility for device nodes now works.

mount_devfs:
- Catch up with devfs changes. Provide an -f option which means that the
  devfs can only be unmounted it if it forced.

- Provide -i option to specify that the default visibility for a mount
  should be invisible. This means device nodes are not visible in the
  devfs mount by default, rather they must have a rule for devfsd that
  specifies that they should be visible.

- Provide -v option that specifies a devfs mount should be visible.
  This is the default.

- Update man page to reflect these changes.

etc/defaults/rc.conf:
- Turn devfsd off by default.


Device nodes can now be dynamically created and removed from a device file
system.

Revision 1.90.10.1 / (download) - annotate - [select for diffs], Thu Feb 21 20:44:54 2008 UTC (16 years, 1 month ago) by mjf
Branch: mjf-devfs2
Changes since 1.90: +3 -1 lines
Diff to previous 1.90 (colored) to selected 1.13 (colored)

Start where the mjf-devfs branch left off.

Revision 1.90.6.1 / (download) - annotate - [select for diffs], Mon Feb 18 22:07:01 2008 UTC (16 years, 1 month ago) by mjf
Branch: mjf-devfs
Changes since 1.90: +3 -1 lines
Diff to previous 1.90 (colored) next main 1.91 (colored) to selected 1.13 (colored)

Add some devfs code that's been sitting in my local tree for a while.

devfsd(8) is now the first daemon to be started after init(8). It tracks
device insertion (will eventually track removal) and devfs mounts.

Currently, we can mount multiple device file systems and have device
special files pushed into the mounts automatically, though, the device
special files aren't created with the correct major/minor number pairs
yet.

More work to come soon.

Revision 1.81.4.2 / (download) - annotate - [select for diffs], Mon Oct 29 00:45:08 2007 UTC (16 years, 5 months ago) by wrstuden
Branch: wrstuden-fixsa
Changes since 1.81.4.1: +2 -2 lines
Diff to previous 1.81.4.1 (colored) to branchpoint 1.81 (colored) next main 1.82 (colored) to selected 1.13 (colored)

Catch up with 4.0 RC3

Revision 1.81.2.2 / (download) - annotate - [select for diffs], Sun Oct 14 04:13:01 2007 UTC (16 years, 5 months ago) by riz
Branch: netbsd-4
CVS Tags: wrstuden-fixsa-newbase, wrstuden-fixsa-base-1, wrstuden-fixsa-base, netbsd-4-0-RELEASE, netbsd-4-0-RC5, netbsd-4-0-RC4, netbsd-4-0-RC3, netbsd-4-0-1-RELEASE, netbsd-4-0
Changes since 1.81.2.1: +1 -1 lines
Diff to previous 1.81.2.1 (colored) to branchpoint 1.81 (colored) to selected 1.13 (colored)

Pull up following revision(s) (requested by xtraeme in ticket #930):
	etc/group: revision 1.22
	etc/defaults/rc.conf: revision 1.85
	etc/master.passwd: revision 1.38
	usr.sbin/sdpd/sdpd.8: revision 1.2
	usr.sbin/sdpd/sdpd.8: revision 1.3
	share/man/man5/rc.conf.5: revision 1.113
	etc/rc.d/sdpd: revision 1.2
	usr.sbin/sdpd/server.c: revision 1.3
	usr.sbin/postinstall/postinstall: revision 1.38
	usr.sbin/sdpd/server.h: revision 1.2
	usr.sbin/sdpd/main.c: revision 1.2
	usr.sbin/sdpd/main.c: revision 1.3
Add an option to permit members of a specific group to register services, in
order to lower the barrier for users of bluetooth devices which may need to
query services on the local host.
change default user/group from nobody/nobody to _sdpd/_sdpd

Revision 1.81.4.1 / (download) - annotate - [select for diffs], Mon Sep 3 06:57:48 2007 UTC (16 years, 6 months ago) by wrstuden
Branch: wrstuden-fixsa
Changes since 1.81: +9 -2 lines
Diff to previous 1.81 (colored) to selected 1.13 (colored)

Sync w/ NetBSD-4-RC_1

Revision 1.81.2.1 / (download) - annotate - [select for diffs], Tue Aug 28 13:40:51 2007 UTC (16 years, 7 months ago) by ghen
Branch: netbsd-4
CVS Tags: netbsd-4-0-RC2, netbsd-4-0-RC1
Changes since 1.81: +9 -2 lines
Diff to previous 1.81 (colored) to selected 1.13 (colored)

Pull up following revision(s) (requested by pavel in ticket #845):
	etc/rc.d/postfix: revision 1.14
	etc/defaults/rc.conf: revision 1.90
Add some magic (similar to the one in rc.d/sendmail introduced with 2.0
release) to not start postfix if $postfix is not explicitely set and
another mailer is selected in /etc/mailer.conf. Also print a warning if it
happens because the mailer in rc.conf is the removed sendmail.
This prevents starting two MTAs at once if one uses a custom MTA.
As proposed on tech-userlevel, approved by martin.

Revision 1.90 / (download) - annotate - [select for diffs], Mon Aug 27 10:59:05 2007 UTC (16 years, 7 months ago) by pavel
Branch: MAIN
CVS Tags: mjf-devfs-base, matt-armv6-prevmlocking, matt-armv6-nbase, matt-armv6-base, matt-armv6, keiichi-mipv6-base, keiichi-mipv6, hpcarm-cleanup-base, cube-autoconf-base, cube-autoconf
Branch point for: mjf-devfs2, mjf-devfs
Changes since 1.89: +9 -2 lines
Diff to previous 1.89 (colored) to selected 1.13 (colored)

Add some magic (similar to the one in rc.d/sendmail introduced with 2.0
release) to not start postfix if $postfix is not explicitely set and
another mailer is selected in /etc/mailer.conf. Also print a warning if it
happens because the mailer in rc.conf is the removed sendmail.

This prevents starting two MTAs at once if one uses a custom MTA.

As proposed on tech-userlevel, approved by martin.

Revision 1.89 / (download) - annotate - [select for diffs], Sun Aug 26 23:55:50 2007 UTC (16 years, 7 months ago) by dyoung
Branch: MAIN
Changes since 1.88: +2 -1 lines
Diff to previous 1.88 (colored) to selected 1.13 (colored)

Let an rc variable, sysdb=YES|NO, control the building of the system
databases.  Defaults to YES.

Revision 1.88 / (download) - annotate - [select for diffs], Sat Jul 14 21:20:32 2007 UTC (16 years, 8 months ago) by ad
Branch: MAIN
CVS Tags: matt-mips64-base, matt-mips64, hpcarm-cleanup
Changes since 1.87: +1 -4 lines
Diff to previous 1.87 (colored) to selected 1.13 (colored)

fixsb has done its job.

Revision 1.87 / (download) - annotate - [select for diffs], Sun Jul 1 07:55:53 2007 UTC (16 years, 9 months ago) by xtraeme
Branch: MAIN
Changes since 1.86: +2 -1 lines
Diff to previous 1.86 (colored) to selected 1.13 (colored)

Imported envsys 2, a brief description of the new features:
(Part 4: documentation and configuration files)

* Support for detachable sensors.
* Cleaned up the API for simplicity and efficiency.
* Ability to send capacity/critical/warning events to powerd(8).
* Adapted all the code to the new locking order.
* Compatibility with the old envsys API: the ENVSYS_GTREINFO
  and ENVSYS_GTREDATA ioctl(2)s are supported.
* Added support for a 'dictionary based communication channel' between
  sysmon_power(9) and powerd(8), that means there is no 32 bytes event
  size restriction anymore.
* Binary compatibility with old envstat(8) and powerd(8) via COMPAT_40.
* All drivers with the n^2 gtredata bug were fixed, PR kern/36226.

Tested by:

blymn: smsc(4).
bouyer: ipmi(4), mfi(4).
kefren: ug(4).
njoly: viaenv(4), adt7463.c.
riz: owtemp(4).
xtraeme: acpiacad(4), acpibat(4), acpitz(4), aiboost(4), it(4), lm(4).

Revision 1.86 / (download) - annotate - [select for diffs], Tue May 15 19:47:48 2007 UTC (16 years, 10 months ago) by elad
Branch: MAIN
Changes since 1.85: +2 -1 lines
Diff to previous 1.85 (colored) to selected 1.13 (colored)

Some Veriexec stuff that's been rotting in my tree for months.

Bug fixes:
  - Fix crash reported by Scott Ellis on current-users@.

  - Fix race conditions in enforcing the Veriexec rename and remove
    policies. These are NOT security issues.

  - Fix memory leak in rename handling when overwriting a monitored
    file.

  - Fix table deletion logic.

  - Don't prevent query requests if not in learning mode.


KPI updates:
  - fileassoc_table_run() now takes a cookie to pass to the callback.

  - veriexec_table_add() was removed, it is now done internally. As a
    result, there's no longer a need for VERIEXEC_TABLESIZE.

  - veriexec_report() was removed, it is now internal.

  - Perform sanity checks on the entry type, and enforce default type
    in veriexec_file_add() rather than in veriexecctl.

  - Add veriexec_flush(), used to delete all Veriexec tables, and
    veriexec_dump(), used to fill an array with all Veriexec entries.


New features:
  - Add a '-k' flag to veriexecctl, to keep the filenames in the kernel
    database. This allows Veriexec to produce slightly more accurate
    logs under certain circumstances. In the future, this can be either
    replaced by vnode->pathname translation, or combined with it.

  - Add a VERIEXEC_DUMP ioctl, to dump the entire Veriexec database.
    This can be used to recover a database if the file was lost.
    Example usage:

        # veriexecctl dump > /etc/signatures

    Note that only entries with the filename kept (that is, were loaded
    with the '-k' flag) will be dumped.

    Idea from Brett Lymn.

  - Add a VERIEXEC_FLUSH ioctl, to delete all Veriexec entries. Sample
    usage:

        # veriexecctl flush

  - Add a 'veriexec_flags' rc(8) variable, and make its default have
    the '-k' flag. On systems using the default signatures file
    (generaetd from running 'veriexecgen' with no arguments), this will
    use additional 32kb of kernel memory on average.

  - Add a '-e' flag to veriexecctl, to evaluate the fingerprint during
    load. This is done automatically for files marked as 'untrusted'.


Misc. stuff:
  - The code for veriexecctl was massively simplified as a result of
    eliminating the need for VERIEXEC_TABLESIZE, and now uses a single
    pass of the signatures file, making the loading somewhat faster.

  - Lots of minor fixes found using the (still under development)
    Veriexec regression testsuite.

  - Some of the messages Veriexec prints were improved.

  - Various documentation fixes.


All relevant man-pages were updated to reflect the above changes.

Binary compatibility with existing veriexecctl binaries is maintained.

Revision 1.85 / (download) - annotate - [select for diffs], Sun Mar 18 15:53:54 2007 UTC (17 years ago) by plunky
Branch: MAIN
Changes since 1.84: +2 -2 lines
Diff to previous 1.84 (colored) to selected 1.13 (colored)

For sdpd(8), change default user/group from nobody/nobody to _sdpd/_sdpd

Revision 1.84 / (download) - annotate - [select for diffs], Tue Feb 20 16:56:10 2007 UTC (17 years, 1 month ago) by kiyohara
Branch: MAIN
Changes since 1.83: +2 -1 lines
Diff to previous 1.83 (colored) to selected 1.13 (colored)

Supprot Bluetooth HCI UART (H4) driver and daemon.

Revision 1.83 / (download) - annotate - [select for diffs], Sun Feb 4 08:19:26 2007 UTC (17 years, 1 month ago) by elad
Branch: MAIN
Changes since 1.82: +3 -1 lines
Diff to previous 1.82 (colored) to selected 1.13 (colored)

Add support for per-user /tmp.

Enabled via per_user_tmp in /etc/rc.conf (default off).

See security(8) and rc.conf(5) for more details.

Lots of input from thorpej@ & christos@, thanks!

Revision 1.82 / (download) - annotate - [select for diffs], Sat Dec 30 11:06:04 2006 UTC (17 years, 3 months ago) by elad
Branch: MAIN
Changes since 1.81: +2 -2 lines
Diff to previous 1.81 (colored) to selected 1.13 (colored)

"Verified exec" -> "Veriexec", in comment.

Revision 1.81 / (download) - annotate - [select for diffs], Sat Oct 7 16:50:34 2006 UTC (17 years, 5 months ago) by rpaulo
Branch: MAIN
CVS Tags: netbsd-4-base
Branch point for: wrstuden-fixsa, netbsd-4
Changes since 1.80: +2 -1 lines
Diff to previous 1.80 (colored) to selected 1.13 (colored)

PR 34692: wpa_supplicant script.
By Jukka Salmi.

Revision 1.79.2.1 / (download) - annotate - [select for diffs], Thu Sep 7 13:47:51 2006 UTC (17 years, 6 months ago) by tron
Branch: abandoned-netbsd-4
Changes since 1.79: +2 -2 lines
Diff to previous 1.79 (colored) next main 1.80 (colored) to selected 1.13 (colored)

Pull up following revision(s) (requested by plunky in ticket #81):
	usr.sbin/postinstall/postinstall: revision 1.23
	distrib/sets/lists/man/mi: revision 1.919
	distrib/sets/lists/etc/mi: revision 1.174
	usr.sbin/btdevctl/btdevctl.c: revision 1.1
	usr.sbin/btdevctl/hid.c: revision 1.1
	usr.sbin/Makefile: revision 1.217
	usr.sbin/btdevctl/btdevctl.h: revision 1.1
	usr.sbin/btdevctl/btdevctl.8: revision 1.1
	etc/rc.d/btcontrol: file removal
	distrib/sets/lists/comp/mi: revision 1.910
	etc/rc.d/Makefile: revision 1.61
	usr.sbin/btdevctl/cfg.c: revision 1.1
	usr.sbin/btdevctl/dev.c: revision 1.1
	share/man/man4/btkbd.4: revision 1.2
	share/man/man4/bthidev.4: revision 1.4
	usr.sbin/btcontrol/hid.c: file removal
	usr.sbin/btdevctl/Makefile: revision 1.1
	share/man/man4/btsco.4: revision 1.3
	distrib/sets/lists/base/mi: revision 1.644
	share/man/man4/btdev.4: revision 1.3
	share/man/man4/btms.4: revision 1.2
	etc/mtree/special: revision 1.100
	share/man/man5/rc.conf.5: revision 1.105
	usr.sbin/btcontrol/cfg.c: file removal
	etc/rc.d/btdevctl: revision 1.1
	etc/defaults/rc.conf: revision 1.80
	usr.sbin/btcontrol/btcontrol.h: file removal
	usr.sbin/btcontrol/btcontrol.8: file removal
	usr.sbin/btcontrol/dev.c: file removal
	usr.sbin/btcontrol/btcontrol.c: file removal
	usr.sbin/btcontrol/Makefile: file removal
rename btcontrol(8) as btdevctl(8) to make it fit with the NetBSD naming
scheme for control programs. This fixes pr 34051.

Revision 1.80 / (download) - annotate - [select for diffs], Sun Aug 13 09:03:23 2006 UTC (17 years, 7 months ago) by plunky
Branch: MAIN
Changes since 1.79: +2 -2 lines
Diff to previous 1.79 (colored) to selected 1.13 (colored)

rename btcontrol(8) as btdevctl(8) to make it fit with the NetBSD naming
scheme for control programs. This fixes pr 34051.

Revision 1.79 / (download) - annotate - [select for diffs], Wed Jul 26 11:14:55 2006 UTC (17 years, 8 months ago) by tron
Branch: MAIN
CVS Tags: abandoned-netbsd-4-base
Branch point for: abandoned-netbsd-4
Changes since 1.78: +2 -1 lines
Diff to previous 1.78 (colored) to selected 1.13 (colored)

Bluetooth fixes by Iain Hibbert:
Create "/etc/rc.d/btcontrol" to attach bluetooth devices at boot.

Revision 1.78 / (download) - annotate - [select for diffs], Mon Jun 19 15:44:35 2006 UTC (17 years, 9 months ago) by gdamore
Branch: MAIN
Changes since 1.77: +6 -1 lines
Diff to previous 1.77 (colored) to selected 1.13 (colored)

Initial import of bluetooth stack on behalf of Iain Hibbert.  (plunky@,
NetBSD Foundation Membership still pending.)  This stack was written by
Iain under sponsorship from Itronix Inc.

The stack includes support for rfcomm networking (networking via your
bluetooth enabled cell phone), hid devices (keyboards/mice), and headsets.

Drivers for both PCMCIA and USB bluetooth controllers are included.

Revision 1.77 / (download) - annotate - [select for diffs], Tue May 30 00:40:22 2006 UTC (17 years, 10 months ago) by christos
Branch: MAIN
Changes since 1.76: +2 -37 lines
Diff to previous 1.76 (colored) to selected 1.13 (colored)

Remove sendmail (approved by core)

Revision 1.76 / (download) - annotate - [select for diffs], Sun Apr 30 15:18:19 2006 UTC (17 years, 11 months ago) by rpaulo
Branch: MAIN
Changes since 1.75: +3 -1 lines
Diff to previous 1.75 (colored) to selected 1.13 (colored)

Add a script to start irdaattach on boot.

Revision 1.75 / (download) - annotate - [select for diffs], Sun Apr 30 12:54:26 2006 UTC (17 years, 11 months ago) by rpaulo
Branch: MAIN
Changes since 1.74: +4 -1 lines
Diff to previous 1.74 (colored) to selected 1.13 (colored)

rc script to control hostapd.

Revision 1.63.2.3 / (download) - annotate - [select for diffs], Tue Mar 28 22:47:29 2006 UTC (18 years ago) by riz
Branch: netbsd-3
CVS Tags: netbsd-3-1-RELEASE, netbsd-3-1-RC4, netbsd-3-1-RC3, netbsd-3-1-RC2, netbsd-3-1-RC1, netbsd-3-1-1-RELEASE, netbsd-3-1
Changes since 1.63.2.2: +7 -3 lines
Diff to previous 1.63.2.2 (colored) to branchpoint 1.63 (colored) next main 1.64 (colored) to selected 1.13 (colored)

Pull up following revision(s) (requested by ghen in ticket #1226):
	etc/defaults/rc.conf: revision 1.74
	etc/mtree/special: revision 1.93
	share/man/man5/rc.conf.5: revision 1.99
Document the defaultroute6 rc.conf variable and the /etc/mygate6 file in
/etc/defaults/rc.conf, /etc/mtree/special, and rc.conf(5).  Ok with wiz.

Revision 1.74 / (download) - annotate - [select for diffs], Mon Mar 27 10:07:07 2006 UTC (18 years ago) by ghen
Branch: MAIN
Changes since 1.73: +7 -3 lines
Diff to previous 1.73 (colored) to selected 1.13 (colored)

Document the defaultroute6 rc.conf variable and the /etc/mygate6 file in
/etc/defaults/rc.conf, /etc/mtree/special, and rc.conf(5).  Ok with wiz.

Revision 1.73 / (download) - annotate - [select for diffs], Wed Feb 8 19:02:59 2006 UTC (18 years, 1 month ago) by agc
Branch: MAIN
Changes since 1.72: +4 -1 lines
Diff to previous 1.72 (colored) to selected 1.13 (colored)

Add distribution entries and supporting files for the iSCSI target.

Revision 1.72 / (download) - annotate - [select for diffs], Wed Feb 8 15:32:24 2006 UTC (18 years, 1 month ago) by christos
Branch: MAIN
Changes since 1.71: +1 -3 lines
Diff to previous 1.71 (colored) to selected 1.13 (colored)

remove reference to sushi

Revision 1.71 / (download) - annotate - [select for diffs], Thu Nov 24 17:28:46 2005 UTC (18 years, 4 months ago) by rpaulo
Branch: MAIN
Changes since 1.70: +2 -2 lines
Diff to previous 1.70 (colored) to selected 1.13 (colored)

RFC 3879 deprecated the IPv6 site-local prefix (fec0::/10):
    * remove all references to $ip6sitelocal and output a warning
    message if the variable is defined.
    * introduce $ip6uniquelocal (defaults to 'NO') that will control the
    behaviour of the system when $ip6mode is ``router'' (i.e. fc00::/7
    will not be routed if the variable is ``NO'') as per RFC 4193.

Thanks to Jonathan A. Kollasch for pointing this out in PR 32152.

Revision 1.63.2.2 / (download) - annotate - [select for diffs], Fri Oct 21 13:12:52 2005 UTC (18 years, 5 months ago) by tron
Branch: netbsd-3
CVS Tags: netbsd-3-0-RELEASE, netbsd-3-0-RC6, netbsd-3-0-RC5, netbsd-3-0-RC4, netbsd-3-0-RC3, netbsd-3-0-RC2, netbsd-3-0-RC1, netbsd-3-0-3-RELEASE, netbsd-3-0-2-RELEASE, netbsd-3-0-1-RELEASE, netbsd-3-0
Changes since 1.63.2.1: +2 -0 lines
Diff to previous 1.63.2.1 (colored) to branchpoint 1.63 (colored) to selected 1.13 (colored)

Pull up following revision(s) (requested by elad in ticket #896):
	etc/defaults/rc.conf: revision 1.70
	etc/rc.d/veriexec: revision 1.8
Load Veriexec signatures after mountall. Use veriexec_strict and
veriexec_verbose to set strict level and verbose level in rc.conf.
Defaults are 0.

Revision 1.70 / (download) - annotate - [select for diffs], Sat Oct 15 23:26:30 2005 UTC (18 years, 5 months ago) by elad
Branch: MAIN
Changes since 1.69: +3 -1 lines
Diff to previous 1.69 (colored) to selected 1.13 (colored)

Load Veriexec signatures after mountall. Use veriexec_strict and
veriexec_verbose to set strict level and verbose level in rc.conf.
Defaults are 0.

Revision 1.69 / (download) - annotate - [select for diffs], Thu Sep 15 03:40:34 2005 UTC (18 years, 6 months ago) by tsarna
Branch: MAIN
Changes since 1.68: +2 -2 lines
Diff to previous 1.68 (colored) to selected 1.13 (colored)

Default rwhod to running as _rwhod (but leave disabled by default).
I thought I already comitted this one...

Revision 1.63.2.1 / (download) - annotate - [select for diffs], Mon Aug 15 19:02:55 2005 UTC (18 years, 7 months ago) by tron
Branch: netbsd-3
Changes since 1.63: +2 -2 lines
Diff to previous 1.63 (colored) to selected 1.13 (colored)

Pull up revision 1.66 (requested by peter in ticket #660):
Allow to change the location of the pf ruleset with the variable $pf_rules.

Revision 1.68 / (download) - annotate - [select for diffs], Tue Aug 9 14:59:33 2005 UTC (18 years, 7 months ago) by peter
Branch: MAIN
Changes since 1.67: +2 -2 lines
Diff to previous 1.67 (colored) to selected 1.13 (colored)

Add command_args="-D" to the ftpd rc.d script. This flag is always needed
when running ftpd as daemon and it will now automatically be appended to the
command line, even if ftpd_flags doesn't have it.

Suggested by Alan Barrett and Luke Mewburn, thanks.

Revision 1.67 / (download) - annotate - [select for diffs], Mon Aug 8 00:20:46 2005 UTC (18 years, 7 months ago) by peter
Branch: MAIN
Changes since 1.66: +2 -2 lines
Diff to previous 1.66 (colored) to selected 1.13 (colored)

Add "-ll" to ftpd_flags to be consistent with the entry in inetd.conf.
Suggested by lukem@.

Revision 1.66 / (download) - annotate - [select for diffs], Sun Aug 7 01:03:39 2005 UTC (18 years, 7 months ago) by peter
Branch: MAIN
Changes since 1.65: +2 -2 lines
Diff to previous 1.65 (colored) to selected 1.13 (colored)

Allow to change the location of the pf ruleset with the variable $pf_rules.

Revision 1.65 / (download) - annotate - [select for diffs], Thu Aug 4 22:29:01 2005 UTC (18 years, 7 months ago) by peter
Branch: MAIN
Changes since 1.64: +2 -1 lines
Diff to previous 1.64 (colored) to selected 1.13 (colored)

Add defaults for ftpd.

Revision 1.64 / (download) - annotate - [select for diffs], Wed Jun 15 03:34:45 2005 UTC (18 years, 9 months ago) by christos
Branch: MAIN
Changes since 1.63: +3 -2 lines
Diff to previous 1.63 (colored) to selected 1.13 (colored)

default swapoff to yes, and explain why.

Revision 1.63 / (download) - annotate - [select for diffs], Sat Oct 9 02:18:48 2004 UTC (19 years, 5 months ago) by dsainty
Branch: MAIN
CVS Tags: netbsd-3-base
Branch point for: netbsd-3
Changes since 1.62: +3 -3 lines
Diff to previous 1.62 (colored) to selected 1.13 (colored)

Comment typos: unecessary->unnecessary, accidentaly->accidentally

Revision 1.56.2.5 / (download) - annotate - [select for diffs], Thu Jul 15 19:35:56 2004 UTC (19 years, 8 months ago) by he
Branch: netbsd-2-0
CVS Tags: netbsd-2-base, netbsd-2-1-RELEASE, netbsd-2-1-RC6, netbsd-2-1-RC5, netbsd-2-1-RC4, netbsd-2-1-RC3, netbsd-2-1-RC2, netbsd-2-1-RC1, netbsd-2-1, netbsd-2-0-RELEASE, netbsd-2-0-RC5, netbsd-2-0-RC4, netbsd-2-0-RC3, netbsd-2-0-RC2, netbsd-2-0-RC1, netbsd-2-0-3-RELEASE, netbsd-2-0-2-RELEASE, netbsd-2-0-1-RELEASE, netbsd-2
Changes since 1.56.2.4: +24 -10 lines
Diff to previous 1.56.2.4 (colored) to branchpoint 1.56 (colored) next main 1.57 (colored) to selected 1.13 (colored)

Pull up revision 1.62 (requested by atatat in ticket #662):
  Change the default settings for sendmail:
  1) The stock sendmail.cf will only listen on the loopback
     interface
  2) The stock submit.cf specifically connects to "localhost.",
     which should be less susceptible to being confused or
     looking confused.
  3) The SMTP listener starts by default, if needed.  The
     setting in /etc/default/rc.conf is still "no", but
     rc.d/sendmail detects the default setting and will change
     it to "yes" if need is determined.
  "Need" is defined as "nothing else seems to have been
  changed about the mail configuration but we would like
  locally originated and locally destined mail to be delivered".
  If you change e.g. mailer.conf to point to postfix or some
  other MTA, sendmail will not start.

Revision 1.56.2.4 / (download) - annotate - [select for diffs], Thu Jul 15 19:22:13 2004 UTC (19 years, 8 months ago) by he
Branch: netbsd-2-0
Changes since 1.56.2.3: +2 -1 lines
Diff to previous 1.56.2.3 (colored) to branchpoint 1.56 (colored) to selected 1.13 (colored)

Pull up revision 1.61 (requested by atatat in ticket #660):
  Make the directory into which crash dumps are saved into
  something that can be controlled via rc.conf.  The default
  is, of course, /var/crash.

Revision 1.62 / (download) - annotate - [select for diffs], Thu Jul 15 03:47:18 2004 UTC (19 years, 8 months ago) by atatat
Branch: MAIN
Changes since 1.61: +24 -10 lines
Diff to previous 1.61 (colored) to selected 1.13 (colored)

Change the default settings for sendmail.

(1) The stock sendmail.cf will only listen on the loopback interface.
(2) The stock submit.cf specifally connects to "localhost." which
    should be less susceptible to being confused or looking confused.
(3) The smtp listener starts by default, if needed.  The setting in
    /etc/default/rc.conf is still "no", but rc.d/sendmail detects the
    default setting and will change it to yes if need is determined.

Need is defined as "nothing else seems to have been changed about the
mail configuration but we'd like locally originated and locally
destined mail to be delivered".  If you change, eg, mailer.conf to
point to postfix or some other MTA, sendmail will not start.

Revision 1.61 / (download) - annotate - [select for diffs], Thu Jul 15 03:29:55 2004 UTC (19 years, 8 months ago) by atatat
Branch: MAIN
Changes since 1.60: +2 -1 lines
Diff to previous 1.60 (colored) to selected 1.13 (colored)

Make the directory into which crash dumps are saved into something
that can be controlled via rc.conf.  The default is, of course,
/var/crash.

Revision 1.60 / (download) - annotate - [select for diffs], Sun Jul 4 13:59:34 2004 UTC (19 years, 8 months ago) by martin
Branch: MAIN
Changes since 1.59: +3 -1 lines
Diff to previous 1.59 (colored) to selected 1.13 (colored)

PR bin/26142: add defaults for $pf and $pflogd.

Revision 1.56.2.3 / (download) - annotate - [select for diffs], Mon Jun 7 10:31:25 2004 UTC (19 years, 9 months ago) by tron
Branch: netbsd-2-0
Changes since 1.56.2.2: +3 -1 lines
Diff to previous 1.56.2.2 (colored) to branchpoint 1.56 (colored) to selected 1.13 (colored)

Pull up revision 1.59 (requested by abs in ticket #455):
Add quota=YES and ldconfig=YES

Revision 1.59 / (download) - annotate - [select for diffs], Thu Jun 3 16:30:44 2004 UTC (19 years, 9 months ago) by abs
Branch: MAIN
Changes since 1.58: +3 -1 lines
Diff to previous 1.58 (colored) to selected 1.13 (colored)

Add quota=YES and ldconfig=YES

Revision 1.56.2.2 / (download) - annotate - [select for diffs], Tue Apr 27 17:56:48 2004 UTC (19 years, 11 months ago) by jdc
Branch: netbsd-2-0
Changes since 1.56.2.1: +4 -1 lines
Diff to previous 1.56.2.1 (colored) to branchpoint 1.56 (colored) to selected 1.13 (colored)

Pull up revision 1.58 (requested by dbj in ticket #185)

Fix problems related to superblock upgrade issues which may be
experienced by -current users from 2003.

Revision 1.58 / (download) - annotate - [select for diffs], Sun Apr 18 03:49:43 2004 UTC (19 years, 11 months ago) by dbj
Branch: MAIN
Changes since 1.57: +4 -1 lines
Diff to previous 1.57 (colored) to selected 1.13 (colored)

add support for turning off fixsb in rc.conf
default is fixsb=YES

Revision 1.37.2.5 / (download) - annotate - [select for diffs], Fri Apr 9 10:40:08 2004 UTC (19 years, 11 months ago) by tron
Branch: netbsd-1-6
Changes since 1.37.2.4: +2 -2 lines
Diff to previous 1.37.2.4 (colored) to branchpoint 1.37 (colored) next main 1.38 (colored) to selected 1.13 (colored)

Pull up revision 1.57 (requested by mrg in ticket #1663):
move ipmon's "-D" argument from "command_args" to "ipmon_flags" so that
passing an (optional) filename argument (that must come last) works fine
from $ipmon_flags.  from PR#25006.

Revision 1.56.2.1 / (download) - annotate - [select for diffs], Tue Apr 6 03:56:17 2004 UTC (19 years, 11 months ago) by jmc
Branch: netbsd-2-0
Changes since 1.56: +2 -2 lines
Diff to previous 1.56 (colored) to selected 1.13 (colored)

Pullup rev 1.57 (requested by mrg in ticket #66)

Move ipmon's "-D" argument from "command_args" to "ipmon_flags" so that
passing an (optional) filename argument (that must come last) works fine
from $ipmon_flags. PR#25006

Revision 1.57 / (download) - annotate - [select for diffs], Sun Apr 4 13:59:36 2004 UTC (19 years, 11 months ago) by mrg
Branch: MAIN
Changes since 1.56: +2 -2 lines
Diff to previous 1.56 (colored) to selected 1.13 (colored)

move ipmon's "-D" argument from "command_args" to "ipmon_flags" so that
passing an (optional) filename argument (that must come last) works fine
from $ipmon_flags.  from PR#25006.

Revision 1.56 / (download) - annotate - [select for diffs], Wed Feb 18 17:36:34 2004 UTC (20 years, 1 month ago) by jonb
Branch: MAIN
CVS Tags: netbsd-2-0-base
Branch point for: netbsd-2-0
Changes since 1.55: +2 -1 lines
Diff to previous 1.55 (colored) to selected 1.13 (colored)

Add ssh_keygen_flags variable to rc.conf to allow users to set the
size of auto-generated keys if desired.

Revision 1.55 / (download) - annotate - [select for diffs], Sat Jan 31 21:49:52 2004 UTC (20 years, 2 months ago) by christos
Branch: MAIN
Changes since 1.54: +5 -1 lines
Diff to previous 1.54 (colored) to selected 1.13 (colored)

add line for standalone identd invocation.

Revision 1.54 / (download) - annotate - [select for diffs], Wed Jan 14 06:54:48 2004 UTC (20 years, 2 months ago) by blymn
Branch: MAIN
Changes since 1.53: +5 -1 lines
Diff to previous 1.53 (colored) to selected 1.13 (colored)

Add veriexec to defaults.

Revision 1.53 / (download) - annotate - [select for diffs], Sun Jan 11 14:21:43 2004 UTC (20 years, 2 months ago) by uebayasi
Branch: MAIN
Changes since 1.52: +6 -1 lines
Diff to previous 1.52 (colored) to selected 1.13 (colored)

Define an rcvar "virecover" so that this can be configurable.  The default
is YES.

Revision 1.52 / (download) - annotate - [select for diffs], Sat Dec 27 00:23:22 2003 UTC (20 years, 3 months ago) by martin
Branch: MAIN
Changes since 1.51: +5 -1 lines
Diff to previous 1.51 (colored) to selected 1.13 (colored)

Add a new /etc/rc.conf option: rtclocaltime=YES adapts the RTC offset
at boot automatically, so a machine dual booting another OS that uses
the RTC at localtime and NetBSD agree on the current time even if daylight
saving started/ended (without recompiling a kernel twice per year).
Awk code by Matt Thomas.

Revision 1.37.2.4 / (download) - annotate - [select for diffs], Mon Oct 27 04:42:34 2003 UTC (20 years, 5 months ago) by jmc
Branch: netbsd-1-6
CVS Tags: netbsd-1-6-PATCH002-RELEASE, netbsd-1-6-PATCH002-RC4, netbsd-1-6-PATCH002-RC3, netbsd-1-6-PATCH002-RC2, netbsd-1-6-PATCH002-RC1, netbsd-1-6-PATCH002
Changes since 1.37.2.3: +9 -1 lines
Diff to previous 1.37.2.3 (colored) to branchpoint 1.37 (colored) to selected 1.13 (colored)

Pullup rev 1.51 (requested by martti in ticket #1543)

Allow custom fsck options via fsck_flags.

Revision 1.51 / (download) - annotate - [select for diffs], Mon Oct 20 15:02:15 2003 UTC (20 years, 5 months ago) by christos
Branch: MAIN
Changes since 1.50: +9 -1 lines
Diff to previous 1.50 (colored) to selected 1.13 (colored)

set fsck_flags=-p in /etc/defaults/rc.conf instead of checking if it is
empty in /etc/rc.d/fsck. From Bernd Ernesti.

Revision 1.50 / (download) - annotate - [select for diffs], Wed Sep 10 14:50:19 2003 UTC (20 years, 6 months ago) by wiz
Branch: MAIN
Changes since 1.49: +5 -1 lines
Diff to previous 1.49 (colored) to selected 1.13 (colored)

Add a knob to turn off automatic configuration (via rc.d) of
non-auto-configured (via kernel) raid devices. oster says ok.

Revision 1.49 / (download) - annotate - [select for diffs], Fri Apr 18 05:21:20 2003 UTC (20 years, 11 months ago) by thorpej
Branch: MAIN
Changes since 1.48: +2 -1 lines
Diff to previous 1.48 (colored) to selected 1.13 (colored)

Add defaults for powerd(8).

Revision 1.48 / (download) - annotate - [select for diffs], Wed Apr 2 18:17:27 2003 UTC (21 years ago) by atatat
Branch: MAIN
Changes since 1.47: +2 -2 lines
Diff to previous 1.47 (colored) to selected 1.13 (colored)

Capitalize the word "if".

Revision 1.47 / (download) - annotate - [select for diffs], Mon Mar 24 15:20:36 2003 UTC (21 years ago) by atatat
Branch: MAIN
Changes since 1.46: +22 -2 lines
Diff to previous 1.46 (colored) to selected 1.13 (colored)

Expand the sendmail settings section (from two to five) and elaborate
(in brief) on what it's all about.

Revision 1.46 / (download) - annotate - [select for diffs], Wed Mar 19 08:54:01 2003 UTC (21 years ago) by wiz
Branch: MAIN
Changes since 1.45: +5 -1 lines
Diff to previous 1.45 (colored) to selected 1.13 (colored)

Allow ccd autoconfiguration to be turned off (by setting ccd=NO in
/etc/rc.conf; default is YES.)
Suggested by elric, ok'ed by lukem.

Revision 1.45 / (download) - annotate - [select for diffs], Wed Mar 19 06:06:47 2003 UTC (21 years ago) by wiz
Branch: MAIN
Changes since 1.44: +5 -1 lines
Diff to previous 1.44 (colored) to selected 1.13 (colored)

Allow cgd configuration to be skipped (by setting cgd=NO, defaults to YES).
Closes my PR/20766.  Based on a suggestion by lukem.

Revision 1.44 / (download) - annotate - [select for diffs], Mon Mar 10 18:21:00 2003 UTC (21 years ago) by lukem
Branch: MAIN
Changes since 1.43: +5 -3 lines
Diff to previous 1.43 (colored) to selected 1.13 (colored)

clarify that lkm needs /usr

Revision 1.37.2.3 / (download) - annotate - [select for diffs], Mon Nov 11 23:41:18 2002 UTC (21 years, 4 months ago) by he
Branch: netbsd-1-6
CVS Tags: netbsd-1-6-PATCH001-RELEASE, netbsd-1-6-PATCH001-RC3, netbsd-1-6-PATCH001-RC2, netbsd-1-6-PATCH001-RC1, netbsd-1-6-PATCH001
Changes since 1.37.2.2: +4 -1 lines
Diff to previous 1.37.2.2 (colored) to branchpoint 1.37 (colored) to selected 1.13 (colored)

Pull up revision 1.41 (requested by thorpej in ticket #584):
  Add a wdogctl startup/shutdown script.

Revision 1.43 / (download) - annotate - [select for diffs], Sat Oct 12 11:29:28 2002 UTC (21 years, 5 months ago) by kent
Branch: MAIN
CVS Tags: fvdl_fs64_base
Changes since 1.42: +6 -1 lines
Diff to previous 1.42 (colored) to selected 1.13 (colored)

/etc/rc.d/mixerctl: Add capability to save and restore mixer settings.
Thanks to Julio Merino.

Revision 1.42 / (download) - annotate - [select for diffs], Tue Aug 27 14:12:14 2002 UTC (21 years, 7 months ago) by takemura
Branch: MAIN
Changes since 1.41: +5 -1 lines
Diff to previous 1.41 (colored) to selected 1.13 (colored)

Added touch panel calibration utility.

Revision 1.41 / (download) - annotate - [select for diffs], Tue Jul 30 05:58:44 2002 UTC (21 years, 8 months ago) by thorpej
Branch: MAIN
Changes since 1.40: +4 -1 lines
Diff to previous 1.40 (colored) to selected 1.13 (colored)

Add a wdogctl startup/shutdown script.

Revision 1.40 / (download) - annotate - [select for diffs], Thu Jun 27 15:10:32 2002 UTC (21 years, 9 months ago) by christos
Branch: MAIN
Changes since 1.39: +5 -1 lines
Diff to previous 1.39 (colored) to selected 1.13 (colored)

add a line about wsmoused commented out.

Revision 1.37.2.2 / (download) - annotate - [select for diffs], Tue Jun 18 14:23:17 2002 UTC (21 years, 9 months ago) by lukem
Branch: netbsd-1-6
CVS Tags: netbsd-1-6-RELEASE, netbsd-1-6-RC3, netbsd-1-6-RC2, netbsd-1-6-RC1
Changes since 1.37.2.1: +4 -3 lines
Diff to previous 1.37.2.1 (colored) to branchpoint 1.37 (colored) to selected 1.13 (colored)

Pull up revision 1.39 (requested by lukem in ticket #294):
ntpd_chrootdir needs /dev/clockctl as well

Revision 1.39 / (download) - annotate - [select for diffs], Mon Jun 17 06:47:58 2002 UTC (21 years, 9 months ago) by lukem
Branch: MAIN
Changes since 1.38: +4 -3 lines
Diff to previous 1.38 (colored) to selected 1.13 (colored)

ntpd_chrootdir needs /dev/clockctl as well

Revision 1.37.2.1 / (download) - annotate - [select for diffs], Sat Jun 15 02:13:39 2002 UTC (21 years, 9 months ago) by lukem
Branch: netbsd-1-6
Changes since 1.37: +3 -2 lines
Diff to previous 1.37 (colored) to selected 1.13 (colored)

Pull up revision 1.38 (requested by lukem in ticket #277):
$ntpd_chroot requires "pseudo-device clockctl" in the kernel

Revision 1.38 / (download) - annotate - [select for diffs], Sat Jun 15 01:55:44 2002 UTC (21 years, 9 months ago) by lukem
Branch: MAIN
Changes since 1.37: +3 -2 lines
Diff to previous 1.37 (colored) to selected 1.13 (colored)

$ntpd_chroot requires "pseudo-device clockctl" in the kernel

Revision 1.37 / (download) - annotate - [select for diffs], Sun May 19 01:01:33 2002 UTC (21 years, 10 months ago) by lukem
Branch: MAIN
CVS Tags: netbsd-1-6-base
Branch point for: netbsd-1-6
Changes since 1.36: +9 -1 lines
Diff to previous 1.36 (colored) to selected 1.13 (colored)

Add two new rc.conf(5) variables:
    rc_rcorder_flags		extra flags to rcorder(8) in /etc/rc
    rcshutdown_rcorder_flags	extra flags to rcorder(8) in /etc/rc.shutdown

This can be used to specify extra directories to search for rc.d scripts in.
For example, adding the following to rc.conf(5):
	rc_rcorder_flags="/usr/pkg/etc/rc.d/*"
	rcshutdown_rcorder_flags="/usr/pkg/etc/rc.d/*"
will add the files in /usr/pkg/etc/rc.d to the list of files that rcorder(8)
uses to build the list of scripts to start or stop.

I proposed this functionality on tech-userlevel@ over one month ago.
Closes the recent [misc/16888], which asked for a similar feature.

Revision 1.36 / (download) - annotate - [select for diffs], Mon Apr 29 05:55:05 2002 UTC (21 years, 11 months ago) by lukem
Branch: MAIN
Changes since 1.35: +1 -2 lines
Diff to previous 1.35 (colored) to selected 1.13 (colored)

deprecate $sshd_conf_dir and hardcode /etc/ssh.
$sshd_conf_dir wasn't as flexible as liked (it didn't work for ssh(1),
host keys or known_hosts).

Revision 1.35 / (download) - annotate - [select for diffs], Wed Apr 10 23:37:12 2002 UTC (21 years, 11 months ago) by martin
Branch: MAIN
Changes since 1.34: +1 -11 lines
Diff to previous 1.34 (colored) to selected 1.13 (colored)

Now that isdnd does auto-UP/DOWN itself, remove it from the rc.d script.
Remove all related rc.conf options as well, we now have fine-grained
controll in /etc/isdn/isdnd.rc.

Revision 1.34 / (download) - annotate - [select for diffs], Wed Mar 27 08:53:39 2002 UTC (22 years ago) by lukem
Branch: MAIN
Changes since 1.33: +5 -5 lines
Diff to previous 1.33 (colored) to selected 1.13 (colored)

Replace  $critical_filesystems_beforenet  with  $critical_filesystems_local .
Replace  $critical_filesystems            with  $critical_filesystems_remote .

The new names are now consistent with the type argument that
mount_critical_filesystems() is called with, and allows for other types to
be easily supported by that function.

For backwards compatibility purposes, if the now obsolete variable is defined
(even empty), it takes precedence over the new form, and you will be warned.
If you want to stop the warnings, update your rc.conf(5) settings!

Revision 1.33 / (download) - annotate - [select for diffs], Thu Mar 21 23:08:35 2002 UTC (22 years ago) by lukem
Branch: MAIN
Changes since 1.32: +5 -4 lines
Diff to previous 1.32 (colored) to selected 1.13 (colored)

Implement rc.conf(5) variable `` $swapoff ''.
If set to yes, block-type swap partitions will be deleted upon shutdown.
This can be useful if swapping onto a RAIDframe device, but may cause
unnecessary delays during shutdown for the general case, so it's
disabled by default.
Should resolve [bin/14433] and [kern/14769].

Revision 1.32 / (download) - annotate - [select for diffs], Mon Mar 11 04:57:56 2002 UTC (22 years ago) by itojun
Branch: MAIN
Changes since 1.31: +2 -2 lines
Diff to previous 1.31 (colored) to selected 1.13 (colored)

move sshd config files to /etc/ssh

Revision 1.1.2.5 / (download) - annotate - [select for diffs], Wed Mar 6 22:22:32 2002 UTC (22 years ago) by he
Branch: netbsd-1-5
CVS Tags: netbsd-1-5-PATCH003
Changes since 1.1.2.4: +3 -2 lines
Diff to previous 1.1.2.4 (colored) next main 1.2 (colored) to selected 1.13 (colored)

Pull up revisions 1.19,1.28,1.31 (via patch, requested by martti):
  Added ipfs to save state tables.  Use -D for ipmon.

Revision 1.31 / (download) - annotate - [select for diffs], Thu Feb 28 01:06:13 2002 UTC (22 years, 1 month ago) by lukem
Branch: MAIN
Changes since 1.30: +2 -2 lines
Diff to previous 1.30 (colored) to selected 1.13 (colored)

ipmon: set -D via command_args rather than the default ipmon_flags.
resolves [install/15753]

Revision 1.30 / (download) - annotate - [select for diffs], Sun Feb 24 12:50:08 2002 UTC (22 years, 1 month ago) by lukem
Branch: MAIN
Changes since 1.29: +2 -1 lines
Diff to previous 1.29 (colored) to selected 1.13 (colored)

Support alternate config dir for sshd conf file and keys (defaults to "/etc").
Based on [misc/12473] from Jim Bernard.

Revision 1.29 / (download) - annotate - [select for diffs], Thu Feb 21 19:59:09 2002 UTC (22 years, 1 month ago) by garbled
Branch: MAIN
Changes since 1.28: +3 -1 lines
Diff to previous 1.28 (colored) to selected 1.13 (colored)

add a note requesting people edit share/sushi/system/rcconf/form when editing
this file to keep it in sync.

Revision 1.28 / (download) - annotate - [select for diffs], Mon Feb 11 10:20:01 2002 UTC (22 years, 1 month ago) by martti
Branch: MAIN
Changes since 1.27: +2 -1 lines
Diff to previous 1.27 (colored) to selected 1.13 (colored)

ipfs allows state information created for NAT entries and rules using
keep state to be locked (modification prevented) and then saved to disk,
allowing for the system to experience a reboot, followed by the restoration
of that information, resulting in connections not being interrupted.

To activate this feature, set ipfs=YES in /etc/rc.conf

Revision 1.27 / (download) - annotate - [select for diffs], Mon Jan 21 14:33:25 2002 UTC (22 years, 2 months ago) by lukem
Branch: MAIN
Changes since 1.26: +3 -3 lines
Diff to previous 1.26 (colored) to selected 1.13 (colored)

minor cosmetic changes (no functional change)

Revision 1.26 / (download) - annotate - [select for diffs], Fri Jan 18 10:53:29 2002 UTC (22 years, 2 months ago) by lukem
Branch: MAIN
Changes since 1.25: +7 -2 lines
Diff to previous 1.25 (colored) to selected 1.13 (colored)

commented out entry for ntpd_chrootdir

Revision 1.25 / (download) - annotate - [select for diffs], Mon Dec 10 16:53:06 2001 UTC (22 years, 3 months ago) by martin
Branch: MAIN
Changes since 1.24: +4 -1 lines
Diff to previous 1.24 (colored) to selected 1.13 (colored)

Add rc.d support for ifwatchd (used to run ip-up/ip-down scripts for
in-kernel pppoe interfaces).

Revision 1.24 / (download) - annotate - [select for diffs], Mon Oct 29 23:25:00 2001 UTC (22 years, 5 months ago) by augustss
Branch: MAIN
Changes since 1.23: +4 -1 lines
Diff to previous 1.23 (colored) to selected 1.13 (colored)

Add moused, default off.

Revision 1.1.2.4 / (download) - annotate - [select for diffs], Sat Oct 27 17:42:44 2001 UTC (22 years, 5 months ago) by he
Branch: netbsd-1-5
Changes since 1.1.2.3: +2 -2 lines
Diff to previous 1.1.2.3 (colored) to selected 1.13 (colored)

Pull up revision 1.22 (via patch, requested by hubertf):
  By default issue Router Solicitation requests on all interfaces
  if someone sets rtsol=YES.

Revision 1.23 / (download) - annotate - [select for diffs], Thu Oct 11 07:21:07 2001 UTC (22 years, 5 months ago) by lukem
Branch: MAIN
Changes since 1.22: +3 -3 lines
Diff to previous 1.22 (colored) to selected 1.13 (colored)

- add "ntpd" user (homedir: /var/chroot/ntpd) and "ntpd" group, for use by
  future work to support a chroot(8)ed ntpd
- move /var/named -> /var/chroot/named for consistency with ntpd

Revision 1.22 / (download) - annotate - [select for diffs], Mon Sep 24 11:34:11 2001 UTC (22 years, 6 months ago) by hubertf
Branch: MAIN
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored) to selected 1.13 (colored)

Make rtsol_flags default to -a, to do Router Solicitation on all
interfaces when someone sets rtsol=YES.

OK'd by Itojun.

Revision 1.21 / (download) - annotate - [select for diffs], Wed Sep 19 23:42:21 2001 UTC (22 years, 6 months ago) by mason
Branch: MAIN
Changes since 1.20: +8 -8 lines
Diff to previous 1.20 (colored) to selected 1.13 (colored)

language corrections

Revision 1.20 / (download) - annotate - [select for diffs], Tue Sep 4 18:09:13 2001 UTC (22 years, 6 months ago) by martin
Branch: MAIN
Changes since 1.19: +7 -1 lines
Diff to previous 1.19 (colored) to selected 1.13 (colored)

Add support to down some interfaces before shutting down the system. All
pppoe*  interfaces are automatically shut down by this script, others may be
added to the force_down_interfaces variable in /etc/rc.conf.

Revision 1.1.2.3 / (download) - annotate - [select for diffs], Sun Jul 29 20:23:41 2001 UTC (22 years, 8 months ago) by he
Branch: netbsd-1-5
CVS Tags: netbsd-1-5-PATCH002
Changes since 1.1.2.2: +4 -1 lines
Diff to previous 1.1.2.2 (colored) to selected 1.13 (colored)

Pull up revision 1.2 (requested by he):
  Remind people to edit /etc/*.conf instead of /etc/defaults/*.conf.

Revision 1.19 / (download) - annotate - [select for diffs], Thu Jul 5 05:26:57 2001 UTC (22 years, 8 months ago) by tron
Branch: MAIN
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored) to selected 1.13 (colored)

Start "ipmon" with option "D" for daemon mode instead of starting it
in a subshell.

Revision 1.18 / (download) - annotate - [select for diffs], Sat Jun 16 06:13:09 2001 UTC (22 years, 9 months ago) by lukem
Branch: MAIN
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored) to selected 1.13 (colored)

change mountd to use its own $mountd variable (instead of $nfs_server).
nfsd will complain if mountd isn't set.  from [misc/13135] by Johnny C. Lam.

Revision 1.17 / (download) - annotate - [select for diffs], Sat Jun 16 04:09:20 2001 UTC (22 years, 9 months ago) by lukem
Branch: MAIN
Changes since 1.16: +10 -4 lines
Diff to previous 1.16 (colored) to selected 1.13 (colored)

- Implement an optional global watchdog timeout for rc.shutdown, which is
  enabled by setting $rcshutdown_timeout to a number of seconds to wait for
  before terminating rc.shutdown.  This is disabled by default.
- Use symbolic names rather than numbers when defining a trap.
- Improve some comments.

Revision 1.16 / (download) - annotate - [select for diffs], Tue May 22 14:51:37 2001 UTC (22 years, 10 months ago) by fredette
Branch: MAIN
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored) to selected 1.13 (colored)

sunndd has been renamed to ndbootd.

Revision 1.15 / (download) - annotate - [select for diffs], Thu May 17 23:19:06 2001 UTC (22 years, 10 months ago) by fredette
Branch: MAIN
Changes since 1.14: +2 -1 lines
Diff to previous 1.14 (colored) to selected 1.13 (colored)

Added rc.d support for sunndd.

Revision 1.14 / (download) - annotate - [select for diffs], Wed Apr 25 11:50:56 2001 UTC (22 years, 11 months ago) by jdolecek
Branch: MAIN
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored)

change comment for accouting; /var/account/acct is not needed to be created
manually any more

Revision 1.13 / (download) - annotate - [selected], Thu Apr 12 09:59:18 2001 UTC (22 years, 11 months ago) by pk
Branch: MAIN
Changes since 1.12: +2 -1 lines
Diff to previous 1.12 (colored)

Put `gated' back; we still refer to it.

Revision 1.12 / (download) - annotate - [select for diffs], Fri Apr 6 09:38:54 2001 UTC (22 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.11: +1 -2 lines
Diff to previous 1.11 (colored) to selected 1.13 (colored)

Remove references to gated, except the conflict check in rc.d/routed.
Noted by Launey Thomas <ljt@alum.mit.edu>.

Revision 1.11 / (download) - annotate - [select for diffs], Fri Apr 6 00:37:03 2001 UTC (22 years, 11 months ago) by thorpej
Branch: MAIN
Changes since 1.10: +4 -1 lines
Diff to previous 1.10 (colored) to selected 1.13 (colored)

Add defaults for altqd.

Revision 1.10 / (download) - annotate - [select for diffs], Mon Mar 12 16:13:17 2001 UTC (23 years ago) by lukem
Branch: MAIN
Changes since 1.9: +8 -2 lines
Diff to previous 1.9 (colored) to selected 1.13 (colored)

commented out entry for named_chrootdir

Revision 1.9 / (download) - annotate - [select for diffs], Wed Feb 28 16:52:04 2001 UTC (23 years, 1 month ago) by lukem
Branch: MAIN
Changes since 1.8: +9 -1 lines
Diff to previous 1.8 (colored) to selected 1.13 (colored)

provide commented-out example for rc_fast_and_loose

Revision 1.8 / (download) - annotate - [select for diffs], Thu Jan 18 02:03:09 2001 UTC (23 years, 2 months ago) by thorpej
Branch: MAIN
Changes since 1.7: +2 -1 lines
Diff to previous 1.7 (colored) to selected 1.13 (colored)

Add a default for racoon.

Revision 1.7 / (download) - annotate - [select for diffs], Sun Jan 14 15:38:30 2001 UTC (23 years, 2 months ago) by minoura
Branch: MAIN
Changes since 1.6: +3 -1 lines
Diff to previous 1.6 (colored) to selected 1.13 (colored)

Add /etc/rc.d/poffd, for x68k power management deamon.

Revision 1.6 / (download) - annotate - [select for diffs], Mon Jan 8 12:45:39 2001 UTC (23 years, 2 months ago) by martin
Branch: MAIN
Changes since 1.5: +11 -1 lines
Diff to previous 1.5 (colored) to selected 1.13 (colored)

Supply enough rope to let the user disable or override all interface
up/down magic.

Revision 1.5 / (download) - annotate - [select for diffs], Sun Jan 7 17:04:49 2001 UTC (23 years, 2 months ago) by martin
Branch: MAIN
Changes since 1.4: +4 -1 lines
Diff to previous 1.4 (colored) to selected 1.13 (colored)

Add startup script for isdnd.

Revision 1.4 / (download) - annotate - [select for diffs], Wed Jan 3 17:54:04 2001 UTC (23 years, 2 months ago) by itojun
Branch: MAIN
Changes since 1.3: +2 -1 lines
Diff to previous 1.3 (colored) to selected 1.13 (colored)

add $ip6sitelocal, to control installation of reject route for fec0::/10.

Revision 1.3 / (download) - annotate - [select for diffs], Tue Nov 21 12:21:05 2000 UTC (23 years, 4 months ago) by veego
Branch: MAIN
Changes since 1.2: +1 -2 lines
Diff to previous 1.2 (colored) to selected 1.13 (colored)

Remove $amd_master. We now use /etc/amd.conf.

Revision 1.2 / (download) - annotate - [select for diffs], Wed Nov 8 23:17:50 2000 UTC (23 years, 4 months ago) by lukem
Branch: MAIN
Changes since 1.1: +4 -1 lines
Diff to previous 1.1 (colored) to selected 1.13 (colored)

remind people to edit /etc/*.conf instead of /etc/defaults/*.conf

Revision 1.1.2.2 / (download) - annotate - [select for diffs], Mon Oct 2 03:13:04 2000 UTC (23 years, 6 months ago) by lukem
Branch: netbsd-1-5
CVS Tags: netbsd-1-5-RELEASE, netbsd-1-5-PATCH001, netbsd-1-5-BETA2, netbsd-1-5-BETA
Changes since 1.1.2.1: +174 -0 lines
Diff to previous 1.1.2.1 (colored) to selected 1.13 (colored)

pull up rev 1.1 (approved by thorpej):
	move default config files from /etc/default -> /etc/defaults, to be
	consistent with what FreeBSD uses /etc/defaults for, and since SVR4
	uses /etc/default for another purpose.
	as discussed on tech-userlevel, and no objections were made.

Revision 1.1.2.1, Sun Oct 1 05:46:03 2000 UTC (23 years, 6 months ago) by lukem
Branch: netbsd-1-5
Changes since 1.1: +0 -174 lines
FILE REMOVED

file rc.conf was added on branch netbsd-1-5 on 2000-10-02 03:13:04 +0000

Revision 1.1 / (download) - annotate - [select for diffs], Sun Oct 1 05:46:03 2000 UTC (23 years, 6 months ago) by lukem
Branch: MAIN
Branch point for: netbsd-1-5
Diff to selected 1.13 (colored)

move default config files from /etc/default -> /etc/defaults, to be
consistent with what FreeBSD uses /etc/defaults for and since SVR4
uses /etc/default for another purpose. as discussed on tech-userlevel,
and no objections were made.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>