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


Keyword substitution: kv
Default branch: MAIN


Revision 1.162.2.3: download - view: text, markup, annotated - select for diffs
Fri Oct 13 18:04:49 2023 UTC (13 months, 4 weeks ago) by martin
Branches: netbsd-10
CVS tags: netbsd-10-0-RELEASE, netbsd-10-0-RC6, netbsd-10-0-RC5, netbsd-10-0-RC4, netbsd-10-0-RC3, netbsd-10-0-RC2, netbsd-10-0-RC1
Diff to: previous 1.162.2.2: preferred, colored; branchpoint 1.162: preferred, colored; next MAIN 1.163: preferred, colored
Changes since revision 1.162.2.2: +2 -2 lines
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 - view: text, markup, annotated - select for diffs
Thu Oct 5 08:19:27 2023 UTC (14 months, 1 week ago) by abs
Branches: MAIN
CVS tags: perseant-exfatfs-base-20240630, perseant-exfatfs-base, perseant-exfatfs, HEAD
Diff to: previous 1.166: preferred, colored
Changes since revision 1.166: +2 -2 lines
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 - view: text, markup, annotated - select for diffs
Mon Oct 2 13:26:04 2023 UTC (14 months, 1 week ago) by martin
Branches: netbsd-10
Diff to: previous 1.162.2.1: preferred, colored; branchpoint 1.162: preferred, colored
Changes since revision 1.162.2.1: +2 -1 lines
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 - view: text, markup, annotated - select for diffs
Wed Sep 27 01:27:32 2023 UTC (14 months, 2 weeks ago) by riastradh
Branches: MAIN
Diff to: previous 1.165: preferred, colored
Changes since revision 1.165: +2 -1 lines
/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 - view: text, markup, annotated - select for diffs
Fri Aug 11 14:35:25 2023 UTC (16 months ago) by martin
Branches: netbsd-10
Diff to: previous 1.162: preferred, colored
Changes since revision 1.162: +4 -3 lines
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 - view: text, markup, annotated - select for diffs
Sun Jul 2 12:39:05 2023 UTC (17 months, 1 week ago) by nia
Branches: MAIN
Diff to: previous 1.164: preferred, colored
Changes since revision 1.164: +2 -2 lines
Fix typo in comment.

Revision 1.164: download - view: text, markup, annotated - select for diffs
Fri Jun 30 21:44:09 2023 UTC (17 months, 1 week ago) by riastradh
Branches: MAIN
Diff to: previous 1.163: preferred, colored
Changes since revision 1.163: +4 -3 lines
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 - view: text, markup, annotated - select for diffs
Fri Feb 3 13:53:40 2023 UTC (22 months, 1 week ago) by mlelstv
Branches: MAIN
Diff to: previous 1.162: preferred, colored
Changes since revision 1.162: +3 -1 lines
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 - view: text, markup, annotated - select for diffs
Sun Feb 20 14:42:07 2022 UTC (2 years, 9 months ago) by alnsn
Branches: MAIN
CVS tags: netbsd-10-base
Branch point for: netbsd-10
Diff to: previous 1.161: preferred, colored
Changes since revision 1.161: +2 -1 lines
Enable critical_filesystems_zfs.

Revision 1.161: download - view: text, markup, annotated - select for diffs
Sun Jan 10 23:24:25 2021 UTC (3 years, 11 months ago) by riastradh
Branches: MAIN
CVS tags: cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1, cjep_staticlib_x-base, cjep_staticlib_x
Diff to: previous 1.160: preferred, colored
Changes since revision 1.160: +6 -1 lines
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 - view: text, markup, annotated - select for diffs
Fri Oct 16 14:37:31 2020 UTC (4 years, 1 month ago) by martin
Branches: netbsd-8
CVS tags: netbsd-8-3-RELEASE
Diff to: previous 1.139.6.1: preferred, colored; branchpoint 1.139: preferred, colored; next MAIN 1.140: preferred, colored
Changes since revision 1.139.6.1: +2 -1 lines
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 - view: text, markup, annotated - select for diffs
Tue Sep 29 02:49:55 2020 UTC (4 years, 2 months ago) by msaitoh
Branches: MAIN
Diff to: previous 1.159: preferred, colored
Changes since revision 1.159: +2 -2 lines
s/parition/partition/

Revision 1.151.2.2: download - view: text, markup, annotated - select for diffs
Sun Sep 13 12:11:07 2020 UTC (4 years, 2 months ago) by martin
Branches: netbsd-9
CVS tags: netbsd-9-4-RELEASE, netbsd-9-3-RELEASE, netbsd-9-2-RELEASE, netbsd-9-1-RELEASE
Diff to: previous 1.151.2.1: preferred, colored; branchpoint 1.151: preferred, colored; next MAIN 1.152: preferred, colored
Changes since revision 1.151.2.1: +2 -1 lines
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 - view: text, markup, annotated - select for diffs
Fri Sep 11 09:59:35 2020 UTC (4 years, 3 months ago) by kim
Branches: MAIN
Diff to: previous 1.158: preferred, colored
Changes since revision 1.158: +2 -1 lines
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 - view: text, markup, annotated - select for diffs
Mon Jun 15 01:57:30 2020 UTC (4 years, 5 months ago) by christos
Branches: MAIN
Diff to: previous 1.157: preferred, colored
Changes since revision 1.157: +3 -3 lines
Rename blacklist -> blocklist

Revision 1.157: download - view: text, markup, annotated - select for diffs
Fri Jun 5 17:10:44 2020 UTC (4 years, 6 months ago) by christos
Branches: MAIN
Diff to: previous 1.156: preferred, colored
Changes since revision 1.156: +2 -2 lines
Add support for npfd_flags

Revision 1.156: download - view: text, markup, annotated - select for diffs
Sun May 31 12:58:09 2020 UTC (4 years, 6 months ago) by roy
Branches: MAIN
Diff to: previous 1.155: preferred, colored
Changes since revision 1.155: +1 -2 lines
dhcpcd: Empty the chroot

While here, set correct optional hooks.

Revision 1.155: download - view: text, markup, annotated - select for diffs
Sun May 24 14:46:19 2020 UTC (4 years, 6 months ago) by jmcneill
Branches: MAIN
Diff to: previous 1.154: preferred, colored
Changes since revision 1.154: +3 -2 lines
Set resize_gpt=NO by default

Revision 1.143.2.3: download - view: text, markup, annotated - select for diffs
Mon Apr 13 07:45:39 2020 UTC (4 years, 7 months ago) by martin
Branches: phil-wifi
Diff to: previous 1.143.2.2: preferred, colored; branchpoint 1.143: preferred, colored; next MAIN 1.144: preferred, colored
Changes since revision 1.143.2.2: +4 -1 lines
Mostly merge changes from HEAD upto 20200411

Revision 1.143.2.2: download - view: text, markup, annotated - select for diffs
Wed Apr 8 14:03:56 2020 UTC (4 years, 8 months ago) by martin
Branches: phil-wifi
Diff to: previous 1.143.2.1: preferred, colored; branchpoint 1.143: preferred, colored
Changes since revision 1.143.2.1: +3 -2 lines
Merge changes from current as of 20200406

Revision 1.154: download - view: text, markup, annotated - select for diffs
Thu Apr 2 13:02:05 2020 UTC (4 years, 8 months ago) by roy
Branches: MAIN
CVS tags: phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406
Diff to: previous 1.153: preferred, colored
Changes since revision 1.153: +2 -1 lines
Add a default dhcpcd_chrootdir

Revision 1.153: download - view: text, markup, annotated - select for diffs
Mon Feb 3 09:12:53 2020 UTC (4 years, 10 months ago) by roy
Branches: MAIN
CVS tags: is-mlppp-base, is-mlppp
Diff to: previous 1.152: preferred, colored
Changes since revision 1.152: +2 -2 lines
Enable hostapd syslog support by default.

Revision 1.151.2.1: download - view: text, markup, annotated - select for diffs
Fri Sep 27 09:18:38 2019 UTC (5 years, 2 months ago) by martin
Branches: netbsd-9
CVS tags: netbsd-9-0-RELEASE, netbsd-9-0-RC2, netbsd-9-0-RC1
Diff to: previous 1.151: preferred, colored
Changes since revision 1.151: +4 -1 lines
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 - view: text, markup, annotated - select for diffs
Sun Sep 15 19:38:09 2019 UTC (5 years, 2 months ago) by brad
Branches: MAIN
CVS tags: phil-wifi-20191119
Diff to: previous 1.151: preferred, colored
Changes since revision 1.151: +4 -1 lines


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 - view: text, markup, annotated - select for diffs
Wed Jul 24 02:37:17 2019 UTC (5 years, 4 months ago) by msaitoh
Branches: MAIN
CVS tags: netbsd-9-base
Branch point for: netbsd-9
Diff to: previous 1.150: preferred, colored
Changes since revision 1.150: +2 -2 lines
Fix typo in comment (s/partion/partition/).

Revision 1.143.2.1: download - view: text, markup, annotated - select for diffs
Mon Jun 10 21:42:40 2019 UTC (5 years, 6 months ago) by christos
Branches: phil-wifi
Diff to: previous 1.143: preferred, colored
Changes since revision 1.143: +13 -10 lines
Sync with HEAD

Revision 1.139.6.1: download - view: text, markup, annotated - select for diffs
Tue May 14 11:33:42 2019 UTC (5 years, 6 months ago) by martin
Branches: netbsd-8
CVS tags: netbsd-8-2-RELEASE, netbsd-8-1-RELEASE, netbsd-8-1-RC1
Diff to: previous 1.139: preferred, colored
Changes since revision 1.139: +4 -1 lines
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 - view: text, markup, annotated - select for diffs
Sun May 12 01:45:25 2019 UTC (5 years, 7 months ago) by kre
Branches: MAIN
CVS tags: phil-wifi-20190609
Diff to: previous 1.149: preferred, colored
Changes since revision 1.149: +0 -1 lines

revert previous.   somehowI failedto see that was already done.

Revision 1.149: download - view: text, markup, annotated - select for diffs
Sun May 12 01:33:47 2019 UTC (5 years, 7 months ago) by kre
Branches: MAIN
Diff to: previous 1.148: preferred, colored
Changes since revision 1.148: +2 -1 lines

install rc.d

Revision 1.148: download - view: text, markup, annotated - select for diffs
Sat May 11 19:31:03 2019 UTC (5 years, 7 months ago) by maxv
Branches: MAIN
Diff to: previous 1.147: preferred, colored
Changes since revision 1.147: +4 -1 lines
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 - view: text, markup, annotated - select for diffs
Fri Jan 18 08:48:35 2019 UTC (5 years, 10 months ago) by pgoyette
Branches: pgoyette-compat
CVS tags: pgoyette-compat-merge-20190127
Diff to: previous 1.141.2.5: preferred, colored; branchpoint 1.141: preferred, colored; next MAIN 1.142: preferred, colored
Changes since revision 1.141.2.5: +2 -2 lines
Synch with HEAD

Revision 1.147: download - view: text, markup, annotated - select for diffs
Sat Jan 12 17:38:36 2019 UTC (5 years, 10 months ago) by roy
Branches: MAIN
CVS tags: pgoyette-compat-20190127, pgoyette-compat-20190118
Diff to: previous 1.146: preferred, colored
Changes since revision 1.146: +2 -2 lines
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 - view: text, markup, annotated - select for diffs
Sat Oct 20 06:58:19 2018 UTC (6 years, 1 month ago) by pgoyette
Branches: pgoyette-compat
Diff to: previous 1.141.2.4: preferred, colored; branchpoint 1.141: preferred, colored
Changes since revision 1.141.2.4: +7 -1 lines
Sync with head

Revision 1.146: download - view: text, markup, annotated - select for diffs
Fri Oct 19 14:11:12 2018 UTC (6 years, 1 month ago) by martin
Branches: MAIN
CVS tags: pgoyette-compat-1226, pgoyette-compat-1126, pgoyette-compat-1020
Diff to: previous 1.145: preferred, colored
Changes since revision 1.145: +7 -1 lines
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 - view: text, markup, annotated - select for diffs
Sun Sep 30 01:45:07 2018 UTC (6 years, 2 months ago) by pgoyette
Branches: pgoyette-compat
Diff to: previous 1.141.2.3: preferred, colored; branchpoint 1.141: preferred, colored
Changes since revision 1.141.2.3: +1 -4 lines
Ssync with HEAD

Revision 1.145: download - view: text, markup, annotated - select for diffs
Sun Sep 23 07:24:19 2018 UTC (6 years, 2 months ago) by maxv
Branches: MAIN
CVS tags: pgoyette-compat-0930
Diff to: previous 1.144: preferred, colored
Changes since revision 1.144: +1 -4 lines
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 - view: text, markup, annotated - select for diffs
Sat Jul 28 04:33:02 2018 UTC (6 years, 4 months ago) by pgoyette
Branches: pgoyette-compat
Diff to: previous 1.141.2.2: preferred, colored; branchpoint 1.141: preferred, colored
Changes since revision 1.141.2.2: +3 -6 lines
Sync with HEAD

Revision 1.144: download - view: text, markup, annotated - select for diffs
Fri Jun 29 12:34:15 2018 UTC (6 years, 5 months ago) by roy
Branches: MAIN
CVS tags: pgoyette-compat-0906, pgoyette-compat-0728
Diff to: previous 1.143: preferred, colored
Changes since revision 1.143: +3 -6 lines
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 - view: text, markup, annotated - select for diffs
Mon Jun 25 07:25:11 2018 UTC (6 years, 5 months ago) by pgoyette
Branches: pgoyette-compat
Diff to: previous 1.141.2.1: preferred, colored; branchpoint 1.141: preferred, colored
Changes since revision 1.141.2.1: +2 -1 lines
Sync with HEAD

Revision 1.143: download - view: text, markup, annotated - select for diffs
Fri May 25 20:48:54 2018 UTC (6 years, 6 months ago) by uwe
Branches: MAIN
CVS tags: phil-wifi-base, pgoyette-compat-0625
Branch point for: phil-wifi
Diff to: previous 1.142: preferred, colored
Changes since revision 1.142: +2 -1 lines
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 - view: text, markup, annotated - select for diffs
Sun Apr 22 07:20:08 2018 UTC (6 years, 7 months ago) by pgoyette
Branches: pgoyette-compat
Diff to: previous 1.141: preferred, colored
Changes since revision 1.141: +2 -2 lines
Sync with HEAD

Revision 1.142: download - view: text, markup, annotated - select for diffs
Wed Apr 18 04:27:47 2018 UTC (6 years, 7 months ago) by martin
Branches: MAIN
CVS tags: pgoyette-compat-0521, pgoyette-compat-0502, pgoyette-compat-0422
Diff to: previous 1.141: preferred, colored
Changes since revision 1.141: +2 -2 lines
Cosmetics: default to dmesg -t when writing /var/run/dmesg.boot -
the timestamps at boot time are mostly useless.

Revision 1.141: download - view: text, markup, annotated - select for diffs
Tue Jan 9 03:31:14 2018 UTC (6 years, 11 months ago) by christos
Branches: 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
Diff to: previous 1.140: preferred, colored
Changes since revision 1.140: +4 -1 lines
Merge autofs support from: Tomohiro Kusumi
XXX: Does not work yet

Revision 1.140: download - view: text, markup, annotated - select for diffs
Fri Dec 29 18:15:48 2017 UTC (6 years, 11 months ago) by is
Branches: MAIN
Diff to: previous 1.139: preferred, colored
Changes since revision 1.139: +2 -1 lines
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 - view: text, markup, annotated - select for diffs
Mon Mar 20 06:52:12 2017 UTC (7 years, 8 months ago) by pgoyette
Branches: pgoyette-localcount
Diff to: previous 1.136.2.1: preferred, colored; branchpoint 1.136: preferred, colored; next MAIN 1.137: preferred, colored
Changes since revision 1.136.2.1: +10 -1 lines
Sync with HEAD

Revision 1.139: download - view: text, markup, annotated - select for diffs
Sat Jan 7 20:00:33 2017 UTC (7 years, 11 months ago) by christos
Branches: 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
Diff to: previous 1.138: preferred, colored
Changes since revision 1.138: +6 -1 lines
add nsd

Revision 1.136.2.1: download - view: text, markup, annotated - select for diffs
Sat Jan 7 08:53:45 2017 UTC (7 years, 11 months ago) by pgoyette
Branches: pgoyette-localcount
Diff to: previous 1.136: preferred, colored
Changes since revision 1.136: +2 -1 lines
Sync with HEAD.  (Note that most of these changes are simply $NetBSD$
tag issues.)

Revision 1.138: download - view: text, markup, annotated - select for diffs
Thu Jan 5 14:39:09 2017 UTC (7 years, 11 months ago) by christos
Branches: MAIN
CVS tags: pgoyette-localcount-20170107
Diff to: previous 1.137: preferred, colored
Changes since revision 1.137: +2 -1 lines
add scripts for npfd

Revision 1.137: download - view: text, markup, annotated - select for diffs
Sat Aug 20 11:21:50 2016 UTC (8 years, 3 months ago) by christos
Branches: MAIN
CVS tags: pgoyette-localcount-20161104, localcount-20160914
Diff to: previous 1.136: preferred, colored
Changes since revision 1.136: +5 -1 lines
unbound additions

Revision 1.136: download - view: text, markup, annotated - select for diffs
Thu Jan 7 11:51:07 2016 UTC (8 years, 11 months ago) by roy
Branches: MAIN
CVS tags: pgoyette-localcount-base, pgoyette-localcount-20160806, pgoyette-localcount-20160726
Branch point for: pgoyette-localcount
Diff to: previous 1.135: preferred, colored
Changes since revision 1.135: +8 -1 lines
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 - view: text, markup, annotated - select for diffs
Sat Dec 26 21:05:11 2015 UTC (8 years, 11 months ago) by plunky
Branches: MAIN
Diff to: previous 1.134: preferred, colored
Changes since revision 1.134: +2 -2 lines
"ip6addrctl_enable" is now "ip6addrctl", set the default appropriately

Revision 1.134: download - view: text, markup, annotated - select for diffs
Sun Dec 13 02:27:06 2015 UTC (9 years ago) by christos
Branches: MAIN
Diff to: previous 1.133: preferred, colored
Changes since revision 1.133: +7 -1 lines
Add defaults for ip6addrctl

Revision 1.123.2.4: download - view: text, markup, annotated - select for diffs
Thu Aug 6 21:13:43 2015 UTC (9 years, 4 months ago) by snj
Branches: 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
Diff to: previous 1.123.2.3: preferred, colored; branchpoint 1.123: preferred, colored; next MAIN 1.124: preferred, colored
Changes since revision 1.123.2.3: +2 -1 lines
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 - view: text, markup, annotated - select for diffs
Thu Apr 30 06:07:32 2015 UTC (9 years, 7 months ago) by riz
Branches: netbsd-7
CVS tags: netbsd-7-0-RC2, netbsd-7-0-RC1
Diff to: previous 1.123.2.2: preferred, colored; branchpoint 1.123: preferred, colored
Changes since revision 1.123.2.2: +4 -1 lines
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 - view: text, markup, annotated - select for diffs
Mon Mar 30 10:58:37 2015 UTC (9 years, 8 months ago) by chopps
Branches: MAIN
Diff to: previous 1.132: preferred, colored
Changes since revision 1.132: +2 -1 lines
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 - view: text, markup, annotated - select for diffs
Thu Mar 26 10:54:36 2015 UTC (9 years, 8 months ago) by martin
Branches: netbsd-7
Diff to: previous 1.123.2.1: preferred, colored; branchpoint 1.123: preferred, colored
Changes since revision 1.123.2.1: +2 -1 lines
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 - view: text, markup, annotated - select for diffs
Sat Mar 21 19:10:43 2015 UTC (9 years, 8 months ago) by jmcneill
Branches: MAIN
Diff to: previous 1.131: preferred, colored
Changes since revision 1.131: +2 -1 lines
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 - view: text, markup, annotated - select for diffs
Sat Feb 21 23:13:00 2015 UTC (9 years, 9 months ago) by joerg
Branches: MAIN
Diff to: previous 1.130: preferred, colored
Changes since revision 1.130: +3 -1 lines
Add rc script for /sbin/iscsid.

Revision 1.130: download - view: text, markup, annotated - select for diffs
Sun Jan 25 16:26:34 2015 UTC (9 years, 10 months ago) by christos
Branches: MAIN
Diff to: previous 1.129: preferred, colored
Changes since revision 1.129: +4 -1 lines
add blacklistd

Revision 1.123.2.1: download - view: text, markup, annotated - select for diffs
Fri Jan 23 09:47:24 2015 UTC (9 years, 10 months ago) by martin
Branches: netbsd-7
Diff to: previous 1.123: preferred, colored
Changes since revision 1.123: +2 -2 lines
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 - view: text, markup, annotated - select for diffs
Thu Jan 22 19:50:21 2015 UTC (9 years, 10 months ago) by jmcneill
Branches: MAIN
Diff to: previous 1.128: preferred, colored
Changes since revision 1.128: +2 -2 lines
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 - view: text, markup, annotated - select for diffs
Fri Sep 26 11:04:06 2014 UTC (10 years, 2 months ago) by tron
Branches: MAIN
Diff to: previous 1.127: preferred, colored
Changes since revision 1.127: +184 -185 lines
Revert last change. This was already fixed differently and something
went wrong with the change anyway. Sorry

Revision 1.127: download - view: text, markup, annotated - select for diffs
Fri Sep 26 10:36:11 2014 UTC (10 years, 2 months ago) by tron
Branches: MAIN
Diff to: previous 1.126: preferred, colored
Changes since revision 1.126: +185 -184 lines
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 - view: text, markup, annotated - select for diffs
Sat Sep 13 11:07:08 2014 UTC (10 years, 3 months ago) by roy
Branches: MAIN
Diff to: previous 1.125: preferred, colored
Changes since revision 1.125: +1 -2 lines
rtsol has gone.

Revision 1.125: download - view: text, markup, annotated - select for diffs
Sat Sep 13 11:06:42 2014 UTC (10 years, 3 months ago) by roy
Branches: MAIN
Diff to: previous 1.124: preferred, colored
Changes since revision 1.124: +2 -2 lines
Add the -M flag to dhcpcd so it stays in master mode even for one
interface. Suggested by apb@

Revision 1.124: download - view: text, markup, annotated - select for diffs
Thu Sep 11 13:10:03 2014 UTC (10 years, 3 months ago) by roy
Branches: MAIN
Diff to: previous 1.123: preferred, colored
Changes since revision 1.123: +1 -2 lines
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 - view: text, markup, annotated - select for diffs
Tue Aug 19 23:45:50 2014 UTC (10 years, 3 months ago) by tls
Branches: tls-maxphys
Diff to: previous 1.120.2.1: preferred, colored; branchpoint 1.120: preferred, colored; next MAIN 1.121: preferred, colored
Changes since revision 1.120.2.1: +3 -3 lines
Rebase to HEAD as of a few days ago.

Revision 1.122.8.1: download - view: text, markup, annotated - select for diffs
Sun Aug 10 06:49:03 2014 UTC (10 years, 4 months ago) by tls
Branches: tls-earlyentropy
Diff to: previous 1.122: preferred, colored; next MAIN 1.123: preferred, colored
Changes since revision 1.122: +3 -3 lines
Rebase.

Revision 1.123: download - view: text, markup, annotated - select for diffs
Tue Jul 22 17:11:09 2014 UTC (10 years, 4 months ago) by wiz
Branches: MAIN
CVS tags: tls-maxphys-base, tls-earlyentropy-base, netbsd-7-base
Branch point for: netbsd-7
Diff to: previous 1.122: preferred, colored
Changes since revision 1.122: +3 -3 lines
'file system' for consistency with documentation (instead of 'filesystem').

Revision 1.120.2.1: download - view: text, markup, annotated - select for diffs
Mon Feb 25 00:24:51 2013 UTC (11 years, 9 months ago) by tls
Branches: tls-maxphys
Diff to: previous 1.120: preferred, colored
Changes since revision 1.120: +3 -3 lines
resync with head

Revision 1.115.2.3: download - view: text, markup, annotated - select for diffs
Wed Jan 23 00:04:30 2013 UTC (11 years, 10 months ago) by yamt
Branches: yamt-pagecache
CVS tags: yamt-pagecache-tag8
Diff to: previous 1.115.2.2: preferred, colored; branchpoint 1.115: preferred, colored; next MAIN 1.116: preferred, colored
Changes since revision 1.115.2.2: +3 -3 lines
sync with head

Revision 1.122: download - view: text, markup, annotated - select for diffs
Sun Jan 13 18:47:57 2013 UTC (11 years, 10 months ago) by prlw1
Branches: 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
Diff to: previous 1.121: preferred, colored
Changes since revision 1.121: +2 -2 lines
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 - view: text, markup, annotated - select for diffs
Fri Jan 11 04:32:41 2013 UTC (11 years, 11 months ago) by riastradh
Branches: MAIN
Diff to: previous 1.120: preferred, colored
Changes since revision 1.120: +2 -2 lines
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 - view: text, markup, annotated - select for diffs
Tue Oct 30 18:49:00 2012 UTC (12 years, 1 month ago) by yamt
Branches: yamt-pagecache
Diff to: previous 1.115.2.1: preferred, colored; branchpoint 1.115: preferred, colored
Changes since revision 1.115.2.1: +2 -2 lines
sync with head

Revision 1.120: download - view: text, markup, annotated - select for diffs
Mon Aug 13 08:20:44 2012 UTC (12 years, 4 months ago) by christos
Branches: MAIN
CVS tags: yamt-pagecache-base7, yamt-pagecache-base6
Branch point for: tls-maxphys
Diff to: previous 1.119: preferred, colored
Changes since revision 1.119: +2 -2 lines
No need to specify nfsd flags anymore. The defaults DTRT.

Revision 1.115.2.1: download - view: text, markup, annotated - select for diffs
Tue Apr 17 00:02:57 2012 UTC (12 years, 7 months ago) by yamt
Branches: yamt-pagecache
Diff to: previous 1.115: preferred, colored
Changes since revision 1.115: +9 -2 lines
sync with head

Revision 1.119: download - view: text, markup, annotated - select for diffs
Tue Feb 7 19:13:30 2012 UTC (12 years, 10 months ago) by joerg
Branches: 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
Diff to: previous 1.118: preferred, colored
Changes since revision 1.118: +4 -1 lines
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 - view: text, markup, annotated - select for diffs
Fri Dec 23 05:05:04 2011 UTC (12 years, 11 months ago) by tsutsui
Branches: MAIN
Diff to: previous 1.117: preferred, colored
Changes since revision 1.117: +2 -1 lines
Add a default for isibootd(8). Pointed out by nonaka@.

Revision 1.117: download - view: text, markup, annotated - select for diffs
Wed Nov 23 10:47:48 2011 UTC (13 years ago) by tls
Branches: MAIN
Diff to: previous 1.116: preferred, colored
Changes since revision 1.116: +4 -1 lines

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 - view: text, markup, annotated - select for diffs
Mon Nov 21 20:56:21 2011 UTC (13 years ago) by darcy
Branches: MAIN
Diff to: previous 1.115: preferred, colored
Changes since revision 1.115: +2 -2 lines
Allow pf flags to be specified in rc.conf.
Add default to defaults/rc.d as suggested by lukem@

Revision 1.115: download - view: text, markup, annotated - select for diffs
Tue Sep 6 21:32:29 2011 UTC (13 years, 3 months ago) by riz
Branches: MAIN
CVS tags: yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base
Branch point for: yamt-pagecache
Diff to: previous 1.114: preferred, colored
Changes since revision 1.114: +2 -1 lines
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 - view: text, markup, annotated - select for diffs
Mon Aug 22 18:54:06 2011 UTC (13 years, 3 months ago) by jym
Branches: MAIN
Diff to: previous 1.113: preferred, colored
Changes since revision 1.113: +2 -1 lines
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 - view: text, markup, annotated - select for diffs
Fri May 27 09:28:42 2011 UTC (13 years, 6 months ago) by plunky
Branches: MAIN
CVS tags: cherry-xenmp-base, cherry-xenmp
Diff to: previous 1.112: preferred, colored
Changes since revision 1.112: +7 -7 lines
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 - view: text, markup, annotated - select for diffs
Sat Mar 5 15:08:41 2011 UTC (13 years, 9 months ago) by bouyer
Branches: bouyer-quota2
Diff to: previous 1.110.2.1: preferred, colored; next MAIN 1.111: preferred, colored
Changes since revision 1.110.2.1: +4 -1 lines
Sync with HEAD

Revision 1.112: download - view: text, markup, annotated - select for diffs
Fri Feb 18 00:42:20 2011 UTC (13 years, 9 months ago) by jmcneill
Branches: MAIN
CVS tags: bouyer-quota2-nbase
Diff to: previous 1.111: preferred, colored
Changes since revision 1.111: +4 -1 lines
Add rc.d script to make sure the system fontconfig cache is up to date.

Revision 1.110.2.1: download - view: text, markup, annotated - select for diffs
Tue Feb 8 16:18:49 2011 UTC (13 years, 10 months ago) by bouyer
Branches: bouyer-quota2
Diff to: previous 1.110: preferred, colored
Changes since revision 1.110: +2 -1 lines
Sync with HEAD

Revision 1.111: download - view: text, markup, annotated - select for diffs
Wed Feb 2 02:20:28 2011 UTC (13 years, 10 months ago) by rmind
Branches: MAIN
CVS tags: bouyer-quota2-base
Diff to: previous 1.110: preferred, colored
Changes since revision 1.110: +2 -1 lines
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 - view: text, markup, annotated - select for diffs
Thu Jan 13 10:55:20 2011 UTC (13 years, 11 months ago) by kefren
Branches: MAIN
Branch point for: bouyer-quota2
Diff to: previous 1.109: preferred, colored
Changes since revision 1.109: +2 -1 lines
add ldpd rc script

Revision 1.95.2.3.4.1: download - view: text, markup, annotated - select for diffs
Wed Apr 21 05:21:23 2010 UTC (14 years, 7 months ago) by matt
Branches: matt-nb5-mips64
CVS tags: matt-nb5-mips64-premerge-20101231, matt-nb5-mips64-k15
Diff to: previous 1.95.2.3: preferred, colored; next MAIN 1.95.2.4: preferred, colored
Changes since revision 1.95.2.3: +3 -2 lines
sync to netbsd-5

Revision 1.95.2.5: download - view: text, markup, annotated - select for diffs
Fri Dec 18 06:09:56 2009 UTC (14 years, 11 months ago) by snj
Branches: 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
Diff to: previous 1.95.2.4: preferred, colored; branchpoint 1.95: preferred, colored; next MAIN 1.96: preferred, colored
Changes since revision 1.95.2.4: +2 -2 lines
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 - view: text, markup, annotated - select for diffs
Wed Dec 16 11:01:01 2009 UTC (14 years, 11 months ago) by sborrill
Branches: netbsd-4
Diff to: previous 1.81.2.2: preferred, colored; branchpoint 1.81: preferred, colored; next MAIN 1.82: preferred, colored
Changes since revision 1.81.2.2: +2 -2 lines
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 - view: text, markup, annotated - select for diffs
Thu Oct 1 16:36:20 2009 UTC (15 years, 2 months ago) by tsarna
Branches: MAIN
CVS tags: matt-premerge-20091211, matt-mips64-premerge-20101231
Diff to: previous 1.108: preferred, colored
Changes since revision 1.108: +2 -2 lines
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 - view: text, markup, annotated - select for diffs
Tue Sep 29 23:56:27 2009 UTC (15 years, 2 months ago) by tsarna
Branches: MAIN
Diff to: previous 1.107: preferred, colored
Changes since revision 1.107: +2 -1 lines
Multicast DNS ("Bonjour") support, based on Apple's mDNSResponder.

Revision 1.107: download - view: text, markup, annotated - select for diffs
Sat Sep 19 19:47:48 2009 UTC (15 years, 2 months ago) by dholland
Branches: MAIN
Diff to: previous 1.106: preferred, colored
Changes since revision 1.106: +2 -2 lines
Make rtsold_flags default to -a as per PR 39657.

Revision 1.106: download - view: text, markup, annotated - select for diffs
Mon Sep 14 12:05:12 2009 UTC (15 years, 3 months ago) by apb
Branches: MAIN
Diff to: previous 1.105: preferred, colored
Changes since revision 1.105: +5 -4 lines
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 - view: text, markup, annotated - select for diffs
Fri Sep 11 18:17:04 2009 UTC (15 years, 3 months ago) by apb
Branches: MAIN
Diff to: previous 1.104: preferred, colored
Changes since revision 1.104: +12 -1 lines
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 - view: text, markup, annotated - select for diffs
Sat Jul 25 16:20:10 2009 UTC (15 years, 4 months ago) by mbalmer
Branches: MAIN
Diff to: previous 1.103: preferred, colored
Changes since revision 1.103: +2 -1 lines
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 - view: text, markup, annotated - select for diffs
Wed May 13 19:18:02 2009 UTC (15 years, 7 months ago) by jym
Branches: jym-xensuspend
Diff to: previous 1.100: preferred, colored; next MAIN 1.101: preferred, colored
Changes since revision 1.100: +7 -2 lines
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 - view: text, markup, annotated - select for diffs
Sun May 10 21:32:57 2009 UTC (15 years, 7 months ago) by snj
Branches: netbsd-5
Diff to: previous 1.95.2.3: preferred, colored; branchpoint 1.95: preferred, colored
Changes since revision 1.95.2.3: +2 -1 lines
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 - view: text, markup, annotated - select for diffs
Tue Apr 28 23:30:34 2009 UTC (15 years, 7 months ago) by roy
Branches: MAIN
CVS tags: jym-xensuspend-nbase, jym-xensuspend-base
Diff to: previous 1.102: preferred, colored
Changes since revision 1.102: +2 -1 lines
Add an rc.d script for dhcpcd(8)

Revision 1.102: download - view: text, markup, annotated - select for diffs
Fri Apr 10 16:18:04 2009 UTC (15 years, 8 months ago) by joerg
Branches: MAIN
Diff to: previous 1.101: preferred, colored
Changes since revision 1.101: +5 -1 lines
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 - view: text, markup, annotated - select for diffs
Thu Mar 26 17:45:38 2009 UTC (15 years, 8 months ago) by snj
Branches: 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
Diff to: previous 1.95.2.2: preferred, colored; branchpoint 1.95: preferred, colored
Changes since revision 1.95.2.2: +2 -2 lines
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 - view: text, markup, annotated - select for diffs
Mon Mar 23 18:52:02 2009 UTC (15 years, 8 months ago) by hannken
Branches: MAIN
Diff to: previous 1.100: preferred, colored
Changes since revision 1.100: +2 -2 lines
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 - view: text, markup, annotated - select for diffs
Fri Feb 6 00:51:41 2009 UTC (15 years, 10 months ago) by snj
Branches: netbsd-5
CVS tags: netbsd-5-0-RC3, netbsd-5-0-RC2
Diff to: previous 1.95.2.1: preferred, colored; branchpoint 1.95: preferred, colored
Changes since revision 1.95.2.1: +2 -1 lines
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 - view: text, markup, annotated - select for diffs
Thu Jan 22 21:28:26 2009 UTC (15 years, 10 months ago) by snj
Branches: netbsd-5
CVS tags: netbsd-5-0-RC1
Diff to: previous 1.95: preferred, colored
Changes since revision 1.95: +4 -1 lines
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 - view: text, markup, annotated - select for diffs
Sat Jan 17 20:43:42 2009 UTC (15 years, 10 months ago) by mjf
Branches: mjf-devfs2
Diff to: previous 1.90.10.7: preferred, colored; branchpoint 1.90: preferred, colored; next MAIN 1.91: preferred, colored
Changes since revision 1.90.10.7: +8 -5 lines
Sync with HEAD.

Revision 1.100: download - view: text, markup, annotated - select for diffs
Wed Jan 14 22:07:55 2009 UTC (15 years, 10 months ago) by haad
Branches: MAIN
CVS tags: mjf-devfs2-base2
Branch point for: jym-xensuspend
Diff to: previous 1.99: preferred, colored
Changes since revision 1.99: +5 -1 lines
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 - view: text, markup, annotated - select for diffs
Sun Jan 4 12:10:30 2009 UTC (15 years, 11 months ago) by apb
Branches: MAIN
Diff to: previous 1.98: preferred, colored
Changes since revision 1.98: +2 -1 lines
* 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 - view: text, markup, annotated - select for diffs
Sat Dec 20 13:20:58 2008 UTC (15 years, 11 months ago) by isaki
Branches: MAIN
Diff to: previous 1.97: preferred, colored
Changes since revision 1.97: +1 -3 lines
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 - view: text, markup, annotated - select for diffs
Thu Dec 11 13:55:16 2008 UTC (16 years ago) by mishka
Branches: MAIN
Diff to: previous 1.96: preferred, colored
Changes since revision 1.96: +4 -1 lines
Import rc.d/httpd script for httpd(8) daemon control.
See rc.conf(5) for options explanation.

Revision 1.96: download - view: text, markup, annotated - select for diffs
Wed Nov 12 12:35:52 2008 UTC (16 years, 1 month ago) by ad
Branches: MAIN
Diff to: previous 1.95: preferred, colored
Changes since revision 1.95: +1 -4 lines
Remove LKMs and switch to the module framework, pass 1.

Proposed on tech-kern@.

Revision 1.90.10.7: download - view: text, markup, annotated - select for diffs
Sun Oct 5 20:11:19 2008 UTC (16 years, 2 months ago) by mjf
Branches: mjf-devfs2
Diff to: previous 1.90.10.6: preferred, colored; branchpoint 1.90: preferred, colored
Changes since revision 1.90.10.6: +1 -1 lines
Sync with HEAD.

Revision 1.92.4.2: download - view: text, markup, annotated - select for diffs
Thu Sep 18 04:41:08 2008 UTC (16 years, 2 months ago) by wrstuden
Branches: wrstuden-revivesa
Diff to: previous 1.92.4.1: preferred, colored; branchpoint 1.92: preferred, colored; next MAIN 1.93: preferred, colored
Changes since revision 1.92.4.1: +2 -2 lines
Sync with wrstuden-revivesa-base-2.

Revision 1.95: download - view: text, markup, annotated - select for diffs
Sun Jul 27 19:31:03 2008 UTC (16 years, 4 months ago) by joerg
Branches: 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
Diff to: previous 1.94: preferred, colored
Changes since revision 1.94: +2 -2 lines
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 - view: text, markup, annotated - select for diffs
Sun Jun 29 08:38:43 2008 UTC (16 years, 5 months ago) by mjf
Branches: mjf-devfs2
Diff to: previous 1.90.10.5: preferred, colored; branchpoint 1.90: preferred, colored
Changes since revision 1.90.10.5: +1 -0 lines
Sync with HEAD.

Revision 1.92.4.1: download - view: text, markup, annotated - select for diffs
Mon Jun 23 04:29:04 2008 UTC (16 years, 5 months ago) by wrstuden
Branches: wrstuden-revivesa
Diff to: previous 1.92: preferred, colored
Changes since revision 1.92: +3 -1 lines
Sync w/ -current. 34 merge conflicts to follow.

Revision 1.94: download - view: text, markup, annotated - select for diffs
Fri Jun 20 15:21:56 2008 UTC (16 years, 5 months ago) by yamt
Branches: MAIN
CVS tags: wrstuden-revivesa-base-1, wrstuden-revivesa-base
Diff to: previous 1.93: preferred, colored
Changes since revision 1.93: +2 -1 lines
add a default for ftp_proxy as reminded by Geoff Wing and others.

Revision 1.92.2.1: download - view: text, markup, annotated - select for diffs
Wed Jun 4 02:03:21 2008 UTC (16 years, 6 months ago) by yamt
Branches: yamt-pf42
Diff to: previous 1.92: preferred, colored; next MAIN 1.93: preferred, colored
Changes since revision 1.92: +2 -1 lines
sync with head

Revision 1.90.10.5: download - view: text, markup, annotated - select for diffs
Mon Jun 2 13:21:20 2008 UTC (16 years, 6 months ago) by mjf
Branches: mjf-devfs2
Diff to: previous 1.90.10.4: preferred, colored; branchpoint 1.90: preferred, colored
Changes since revision 1.90.10.4: +3 -2 lines
Sync with HEAD.

Revision 1.93: download - view: text, markup, annotated - select for diffs
Thu May 29 15:38:35 2008 UTC (16 years, 6 months ago) by joerg
Branches: MAIN
CVS tags: yamt-pf42-base4, yamt-pf42-base3
Diff to: previous 1.92: preferred, colored
Changes since revision 1.92: +2 -1 lines
Allow per-interface DHCP configuration using dhcpcd via
ifconfig_xxN=dhcp or a dhcp line in /etc/ifconfig.xxN.

Revision 1.92: download - view: text, markup, annotated - select for diffs
Tue Apr 15 11:17:47 2008 UTC (16 years, 8 months ago) by plunky
Branches: MAIN
CVS tags: yamt-pf42-baseX, yamt-pf42-base2, yamt-pf42-base, hpcarm-cleanup-nbase
Branch point for: yamt-pf42, wrstuden-revivesa
Diff to: previous 1.91: preferred, colored
Changes since revision 1.91: +2 -2 lines
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 - view: text, markup, annotated - select for diffs
Mon Apr 7 19:38:48 2008 UTC (16 years, 8 months ago) by mjf
Branches: mjf-devfs2
Diff to: previous 1.90.10.3: preferred, colored; branchpoint 1.90: preferred, colored
Changes since revision 1.90.10.3: +2 -2 lines
Enable devfsd by default. Thanks to riz for pointing this out.

Revision 1.90.10.3: download - view: text, markup, annotated - select for diffs
Thu Apr 3 13:54:11 2008 UTC (16 years, 8 months ago) by mjf
Branches: mjf-devfs2
Diff to: previous 1.90.10.2: preferred, colored; branchpoint 1.90: preferred, colored
Changes since revision 1.90.10.2: +2 -2 lines
Sync with HEAD.

Revision 1.91: download - view: text, markup, annotated - select for diffs
Thu Mar 27 21:42:22 2008 UTC (16 years, 8 months ago) by mlelstv
Branches: MAIN
Diff to: previous 1.90: preferred, colored
Changes since revision 1.90: +2 -2 lines
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 - view: text, markup, annotated - select for diffs
Thu Mar 20 12:26:12 2008 UTC (16 years, 8 months ago) by mjf
Branches: mjf-devfs2
Diff to: previous 1.90.10.1: preferred, colored; branchpoint 1.90: preferred, colored
Changes since revision 1.90.10.1: +2 -2 lines
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 - view: text, markup, annotated - select for diffs
Thu Feb 21 20:44:54 2008 UTC (16 years, 9 months ago) by mjf
Branches: mjf-devfs2
Diff to: previous 1.90: preferred, colored
Changes since revision 1.90: +3 -1 lines
Start where the mjf-devfs branch left off.

Revision 1.90.6.1: download - view: text, markup, annotated - select for diffs
Mon Feb 18 22:07:01 2008 UTC (16 years, 9 months ago) by mjf
Branches: mjf-devfs
Diff to: previous 1.90: preferred, colored; next MAIN 1.91: preferred, colored
Changes since revision 1.90: +3 -1 lines
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 - view: text, markup, annotated - select for diffs
Mon Oct 29 00:45:08 2007 UTC (17 years, 1 month ago) by wrstuden
Branches: wrstuden-fixsa
Diff to: previous 1.81.4.1: preferred, colored; branchpoint 1.81: preferred, colored; next MAIN 1.82: preferred, colored
Changes since revision 1.81.4.1: +2 -2 lines
Catch up with 4.0 RC3

Revision 1.81.2.2: download - view: text, markup, annotated - select for diffs
Sun Oct 14 04:13:01 2007 UTC (17 years, 2 months ago) by riz
Branches: 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
Diff to: previous 1.81.2.1: preferred, colored; branchpoint 1.81: preferred, colored
Changes since revision 1.81.2.1: +1 -1 lines
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 - view: text, markup, annotated - select for diffs
Mon Sep 3 06:57:48 2007 UTC (17 years, 3 months ago) by wrstuden
Branches: wrstuden-fixsa
Diff to: previous 1.81: preferred, colored
Changes since revision 1.81: +9 -2 lines
Sync w/ NetBSD-4-RC_1

Revision 1.81.2.1: download - view: text, markup, annotated - select for diffs
Tue Aug 28 13:40:51 2007 UTC (17 years, 3 months ago) by ghen
Branches: netbsd-4
CVS tags: netbsd-4-0-RC2, netbsd-4-0-RC1
Diff to: previous 1.81: preferred, colored
Changes since revision 1.81: +9 -2 lines
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 - view: text, markup, annotated - select for diffs
Mon Aug 27 10:59:05 2007 UTC (17 years, 3 months ago) by pavel
Branches: 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
Diff to: previous 1.89: preferred, colored
Changes since revision 1.89: +9 -2 lines
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 - view: text, markup, annotated - select for diffs
Sun Aug 26 23:55:50 2007 UTC (17 years, 3 months ago) by dyoung
Branches: MAIN
Diff to: previous 1.88: preferred, colored
Changes since revision 1.88: +2 -1 lines
Let an rc variable, sysdb=YES|NO, control the building of the system
databases.  Defaults to YES.

Revision 1.88: download - view: text, markup, annotated - select for diffs
Sat Jul 14 21:20:32 2007 UTC (17 years, 5 months ago) by ad
Branches: MAIN
CVS tags: matt-mips64-base, matt-mips64, hpcarm-cleanup
Diff to: previous 1.87: preferred, colored
Changes since revision 1.87: +1 -4 lines
fixsb has done its job.

Revision 1.87: download - view: text, markup, annotated - select for diffs
Sun Jul 1 07:55:53 2007 UTC (17 years, 5 months ago) by xtraeme
Branches: MAIN
Diff to: previous 1.86: preferred, colored
Changes since revision 1.86: +2 -1 lines
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 - view: text, markup, annotated - select for diffs
Tue May 15 19:47:48 2007 UTC (17 years, 7 months ago) by elad
Branches: MAIN
Diff to: previous 1.85: preferred, colored
Changes since revision 1.85: +2 -1 lines
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 - view: text, markup, annotated - select for diffs
Sun Mar 18 15:53:54 2007 UTC (17 years, 8 months ago) by plunky
Branches: MAIN
Diff to: previous 1.84: preferred, colored
Changes since revision 1.84: +2 -2 lines
For sdpd(8), change default user/group from nobody/nobody to _sdpd/_sdpd

Revision 1.84: download - view: text, markup, annotated - select for diffs
Tue Feb 20 16:56:10 2007 UTC (17 years, 9 months ago) by kiyohara
Branches: MAIN
Diff to: previous 1.83: preferred, colored
Changes since revision 1.83: +2 -1 lines
Supprot Bluetooth HCI UART (H4) driver and daemon.

Revision 1.83: download - view: text, markup, annotated - select for diffs
Sun Feb 4 08:19:26 2007 UTC (17 years, 10 months ago) by elad
Branches: MAIN
Diff to: previous 1.82: preferred, colored
Changes since revision 1.82: +3 -1 lines
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 - view: text, markup, annotated - select for diffs
Sat Dec 30 11:06:04 2006 UTC (17 years, 11 months ago) by elad
Branches: MAIN
Diff to: previous 1.81: preferred, colored
Changes since revision 1.81: +2 -2 lines
"Verified exec" -> "Veriexec", in comment.

Revision 1.81: download - view: text, markup, annotated - select for diffs
Sat Oct 7 16:50:34 2006 UTC (18 years, 2 months ago) by rpaulo
Branches: MAIN
CVS tags: netbsd-4-base
Branch point for: wrstuden-fixsa, netbsd-4
Diff to: previous 1.80: preferred, colored
Changes since revision 1.80: +2 -1 lines
PR 34692: wpa_supplicant script.
By Jukka Salmi.

Revision 1.79.2.1: download - view: text, markup, annotated - select for diffs
Thu Sep 7 13:47:51 2006 UTC (18 years, 3 months ago) by tron
Branches: abandoned-netbsd-4
Diff to: previous 1.79: preferred, colored; next MAIN 1.80: preferred, colored
Changes since revision 1.79: +2 -2 lines
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 - view: text, markup, annotated - select for diffs
Sun Aug 13 09:03:23 2006 UTC (18 years, 4 months ago) by plunky
Branches: MAIN
Diff to: previous 1.79: preferred, colored
Changes since revision 1.79: +2 -2 lines
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 - view: text, markup, annotated - select for diffs
Wed Jul 26 11:14:55 2006 UTC (18 years, 4 months ago) by tron
Branches: MAIN
CVS tags: abandoned-netbsd-4-base
Branch point for: abandoned-netbsd-4
Diff to: previous 1.78: preferred, colored
Changes since revision 1.78: +2 -1 lines
Bluetooth fixes by Iain Hibbert:
Create "/etc/rc.d/btcontrol" to attach bluetooth devices at boot.

Revision 1.78: download - view: text, markup, annotated - select for diffs
Mon Jun 19 15:44:35 2006 UTC (18 years, 5 months ago) by gdamore
Branches: MAIN
Diff to: previous 1.77: preferred, colored
Changes since revision 1.77: +6 -1 lines
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 - view: text, markup, annotated - select for diffs
Tue May 30 00:40:22 2006 UTC (18 years, 6 months ago) by christos
Branches: MAIN
Diff to: previous 1.76: preferred, colored
Changes since revision 1.76: +2 -37 lines
Remove sendmail (approved by core)

Revision 1.76: download - view: text, markup, annotated - select for diffs
Sun Apr 30 15:18:19 2006 UTC (18 years, 7 months ago) by rpaulo
Branches: MAIN
Diff to: previous 1.75: preferred, colored
Changes since revision 1.75: +3 -1 lines
Add a script to start irdaattach on boot.

Revision 1.75: download - view: text, markup, annotated - select for diffs
Sun Apr 30 12:54:26 2006 UTC (18 years, 7 months ago) by rpaulo
Branches: MAIN
Diff to: previous 1.74: preferred, colored
Changes since revision 1.74: +4 -1 lines
rc script to control hostapd.

Revision 1.63.2.3: download - view: text, markup, annotated - select for diffs
Tue Mar 28 22:47:29 2006 UTC (18 years, 8 months ago) by riz
Branches: 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
Diff to: previous 1.63.2.2: preferred, colored; branchpoint 1.63: preferred, colored; next MAIN 1.64: preferred, colored
Changes since revision 1.63.2.2: +7 -3 lines
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 - view: text, markup, annotated - select for diffs
Mon Mar 27 10:07:07 2006 UTC (18 years, 8 months ago) by ghen
Branches: MAIN
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +7 -3 lines
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 - view: text, markup, annotated - select for diffs
Wed Feb 8 19:02:59 2006 UTC (18 years, 10 months ago) by agc
Branches: MAIN
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +4 -1 lines
Add distribution entries and supporting files for the iSCSI target.

Revision 1.72: download - view: text, markup, annotated - select for diffs
Wed Feb 8 15:32:24 2006 UTC (18 years, 10 months ago) by christos
Branches: MAIN
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +1 -3 lines
remove reference to sushi

Revision 1.71: download - view: text, markup, annotated - select for diffs
Thu Nov 24 17:28:46 2005 UTC (19 years ago) by rpaulo
Branches: MAIN
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +2 -2 lines
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 - view: text, markup, annotated - select for diffs
Fri Oct 21 13:12:52 2005 UTC (19 years, 1 month ago) by tron
Branches: 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
Diff to: previous 1.63.2.1: preferred, colored; branchpoint 1.63: preferred, colored
Changes since revision 1.63.2.1: +2 -0 lines
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 - view: text, markup, annotated - select for diffs
Sat Oct 15 23:26:30 2005 UTC (19 years, 2 months ago) by elad
Branches: MAIN
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +3 -1 lines
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 - view: text, markup, annotated - select for diffs
Thu Sep 15 03:40:34 2005 UTC (19 years, 3 months ago) by tsarna
Branches: MAIN
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +2 -2 lines
Default rwhod to running as _rwhod (but leave disabled by default).
I thought I already comitted this one...

Revision 1.63.2.1: download - view: text, markup, annotated - select for diffs
Mon Aug 15 19:02:55 2005 UTC (19 years, 4 months ago) by tron
Branches: netbsd-3
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +2 -2 lines
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 - view: text, markup, annotated - select for diffs
Tue Aug 9 14:59:33 2005 UTC (19 years, 4 months ago) by peter
Branches: MAIN
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +2 -2 lines
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 - view: text, markup, annotated - select for diffs
Mon Aug 8 00:20:46 2005 UTC (19 years, 4 months ago) by peter
Branches: MAIN
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +2 -2 lines
Add "-ll" to ftpd_flags to be consistent with the entry in inetd.conf.
Suggested by lukem@.

Revision 1.66: download - view: text, markup, annotated - select for diffs
Sun Aug 7 01:03:39 2005 UTC (19 years, 4 months ago) by peter
Branches: MAIN
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +2 -2 lines
Allow to change the location of the pf ruleset with the variable $pf_rules.

Revision 1.65: download - view: text, markup, annotated - select for diffs
Thu Aug 4 22:29:01 2005 UTC (19 years, 4 months ago) by peter
Branches: MAIN
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +2 -1 lines
Add defaults for ftpd.

Revision 1.64: download - view: text, markup, annotated - select for diffs
Wed Jun 15 03:34:45 2005 UTC (19 years, 6 months ago) by christos
Branches: MAIN
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +3 -2 lines
default swapoff to yes, and explain why.

Revision 1.63: download - view: text, markup, annotated - select for diffs
Sat Oct 9 02:18:48 2004 UTC (20 years, 2 months ago) by dsainty
Branches: MAIN
CVS tags: netbsd-3-base
Branch point for: netbsd-3
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +3 -3 lines
Comment typos: unecessary->unnecessary, accidentaly->accidentally

Revision 1.56.2.5: download - view: text, markup, annotated - select for diffs
Thu Jul 15 19:35:56 2004 UTC (20 years, 5 months ago) by he
Branches: 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
Diff to: previous 1.56.2.4: preferred, colored; branchpoint 1.56: preferred, colored; next MAIN 1.57: preferred, colored
Changes since revision 1.56.2.4: +24 -10 lines
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 - view: text, markup, annotated - select for diffs
Thu Jul 15 19:22:13 2004 UTC (20 years, 5 months ago) by he
Branches: netbsd-2-0
Diff to: previous 1.56.2.3: preferred, colored; branchpoint 1.56: preferred, colored
Changes since revision 1.56.2.3: +2 -1 lines
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 - view: text, markup, annotated - select for diffs
Thu Jul 15 03:47:18 2004 UTC (20 years, 5 months ago) by atatat
Branches: MAIN
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +24 -10 lines
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 - view: text, markup, annotated - select for diffs
Thu Jul 15 03:29:55 2004 UTC (20 years, 5 months ago) by atatat
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +2 -1 lines
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 - view: text, markup, annotated - select for diffs
Sun Jul 4 13:59:34 2004 UTC (20 years, 5 months ago) by martin
Branches: MAIN
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +3 -1 lines
PR bin/26142: add defaults for $pf and $pflogd.

Revision 1.56.2.3: download - view: text, markup, annotated - select for diffs
Mon Jun 7 10:31:25 2004 UTC (20 years, 6 months ago) by tron
Branches: netbsd-2-0
Diff to: previous 1.56.2.2: preferred, colored; branchpoint 1.56: preferred, colored
Changes since revision 1.56.2.2: +3 -1 lines
Pull up revision 1.59 (requested by abs in ticket #455):
Add quota=YES and ldconfig=YES

Revision 1.59: download - view: text, markup, annotated - select for diffs
Thu Jun 3 16:30:44 2004 UTC (20 years, 6 months ago) by abs
Branches: MAIN
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +3 -1 lines
Add quota=YES and ldconfig=YES

Revision 1.56.2.2: download - view: text, markup, annotated - select for diffs
Tue Apr 27 17:56:48 2004 UTC (20 years, 7 months ago) by jdc
Branches: netbsd-2-0
Diff to: previous 1.56.2.1: preferred, colored; branchpoint 1.56: preferred, colored
Changes since revision 1.56.2.1: +4 -1 lines
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 - view: text, markup, annotated - select for diffs
Sun Apr 18 03:49:43 2004 UTC (20 years, 7 months ago) by dbj
Branches: MAIN
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +4 -1 lines
add support for turning off fixsb in rc.conf
default is fixsb=YES

Revision 1.37.2.5: download - view: text, markup, annotated - select for diffs
Fri Apr 9 10:40:08 2004 UTC (20 years, 8 months ago) by tron
Branches: netbsd-1-6
Diff to: previous 1.37.2.4: preferred, colored; branchpoint 1.37: preferred, colored; next MAIN 1.38: preferred, colored
Changes since revision 1.37.2.4: +2 -2 lines
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 - view: text, markup, annotated - select for diffs
Tue Apr 6 03:56:17 2004 UTC (20 years, 8 months ago) by jmc
Branches: netbsd-2-0
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +2 -2 lines
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 - view: text, markup, annotated - select for diffs
Sun Apr 4 13:59:36 2004 UTC (20 years, 8 months ago) by mrg
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +2 -2 lines
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 - view: text, markup, annotated - select for diffs
Wed Feb 18 17:36:34 2004 UTC (20 years, 9 months ago) by jonb
Branches: MAIN
CVS tags: netbsd-2-0-base
Branch point for: netbsd-2-0
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +2 -1 lines
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 - view: text, markup, annotated - select for diffs
Sat Jan 31 21:49:52 2004 UTC (20 years, 10 months ago) by christos
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +5 -1 lines
add line for standalone identd invocation.

Revision 1.54: download - view: text, markup, annotated - select for diffs
Wed Jan 14 06:54:48 2004 UTC (20 years, 11 months ago) by blymn
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +5 -1 lines
Add veriexec to defaults.

Revision 1.53: download - view: text, markup, annotated - select for diffs
Sun Jan 11 14:21:43 2004 UTC (20 years, 11 months ago) by uebayasi
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +6 -1 lines
Define an rcvar "virecover" so that this can be configurable.  The default
is YES.

Revision 1.52: download - view: text, markup, annotated - select for diffs
Sat Dec 27 00:23:22 2003 UTC (20 years, 11 months ago) by martin
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +5 -1 lines
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 - view: text, markup, annotated - select for diffs
Mon Oct 27 04:42:34 2003 UTC (21 years, 1 month ago) by jmc
Branches: 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
Diff to: previous 1.37.2.3: preferred, colored; branchpoint 1.37: preferred, colored
Changes since revision 1.37.2.3: +9 -1 lines
Pullup rev 1.51 (requested by martti in ticket #1543)

Allow custom fsck options via fsck_flags.

Revision 1.51: download - view: text, markup, annotated - select for diffs
Mon Oct 20 15:02:15 2003 UTC (21 years, 1 month ago) by christos
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +9 -1 lines
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 - view: text, markup, annotated - select for diffs
Wed Sep 10 14:50:19 2003 UTC (21 years, 3 months ago) by wiz
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +5 -1 lines
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 - view: text, markup, annotated - select for diffs
Fri Apr 18 05:21:20 2003 UTC (21 years, 7 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +2 -1 lines
Add defaults for powerd(8).

Revision 1.48: download - view: text, markup, annotated - select for diffs
Wed Apr 2 18:17:27 2003 UTC (21 years, 8 months ago) by atatat
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +2 -2 lines
Capitalize the word "if".

Revision 1.47: download - view: text, markup, annotated - select for diffs
Mon Mar 24 15:20:36 2003 UTC (21 years, 8 months ago) by atatat
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +22 -2 lines
Expand the sendmail settings section (from two to five) and elaborate
(in brief) on what it's all about.

Revision 1.46: download - view: text, markup, annotated - select for diffs
Wed Mar 19 08:54:01 2003 UTC (21 years, 8 months ago) by wiz
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +5 -1 lines
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 - view: text, markup, annotated - select for diffs
Wed Mar 19 06:06:47 2003 UTC (21 years, 8 months ago) by wiz
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +5 -1 lines
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 - view: text, markup, annotated - select for diffs
Mon Mar 10 18:21:00 2003 UTC (21 years, 9 months ago) by lukem
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +5 -3 lines
clarify that lkm needs /usr

Revision 1.37.2.3: download - view: text, markup, annotated - select for diffs
Mon Nov 11 23:41:18 2002 UTC (22 years, 1 month ago) by he
Branches: 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
Diff to: previous 1.37.2.2: preferred, colored; branchpoint 1.37: preferred, colored
Changes since revision 1.37.2.2: +4 -1 lines
Pull up revision 1.41 (requested by thorpej in ticket #584):
  Add a wdogctl startup/shutdown script.

Revision 1.43: download - view: text, markup, annotated - select for diffs
Sat Oct 12 11:29:28 2002 UTC (22 years, 2 months ago) by kent
Branches: MAIN
CVS tags: fvdl_fs64_base
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +6 -1 lines
/etc/rc.d/mixerctl: Add capability to save and restore mixer settings.
Thanks to Julio Merino.

Revision 1.42: download - view: text, markup, annotated - select for diffs
Tue Aug 27 14:12:14 2002 UTC (22 years, 3 months ago) by takemura
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +5 -1 lines
Added touch panel calibration utility.

Revision 1.41: download - view: text, markup, annotated - select for diffs
Tue Jul 30 05:58:44 2002 UTC (22 years, 4 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +4 -1 lines
Add a wdogctl startup/shutdown script.

Revision 1.40: download - view: text, markup, annotated - select for diffs
Thu Jun 27 15:10:32 2002 UTC (22 years, 5 months ago) by christos
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +5 -1 lines
add a line about wsmoused commented out.

Revision 1.37.2.2: download - view: text, markup, annotated - select for diffs
Tue Jun 18 14:23:17 2002 UTC (22 years, 5 months ago) by lukem
Branches: netbsd-1-6
CVS tags: netbsd-1-6-RELEASE, netbsd-1-6-RC3, netbsd-1-6-RC2, netbsd-1-6-RC1
Diff to: previous 1.37.2.1: preferred, colored; branchpoint 1.37: preferred, colored
Changes since revision 1.37.2.1: +4 -3 lines
Pull up revision 1.39 (requested by lukem in ticket #294):
ntpd_chrootdir needs /dev/clockctl as well

Revision 1.39: download - view: text, markup, annotated - select for diffs
Mon Jun 17 06:47:58 2002 UTC (22 years, 6 months ago) by lukem
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +4 -3 lines
ntpd_chrootdir needs /dev/clockctl as well

Revision 1.37.2.1: download - view: text, markup, annotated - select for diffs
Sat Jun 15 02:13:39 2002 UTC (22 years, 6 months ago) by lukem
Branches: netbsd-1-6
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +3 -2 lines
Pull up revision 1.38 (requested by lukem in ticket #277):
$ntpd_chroot requires "pseudo-device clockctl" in the kernel

Revision 1.38: download - view: text, markup, annotated - select for diffs
Sat Jun 15 01:55:44 2002 UTC (22 years, 6 months ago) by lukem
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +3 -2 lines
$ntpd_chroot requires "pseudo-device clockctl" in the kernel

Revision 1.37: download - view: text, markup, annotated - select for diffs
Sun May 19 01:01:33 2002 UTC (22 years, 6 months ago) by lukem
Branches: MAIN
CVS tags: netbsd-1-6-base
Branch point for: netbsd-1-6
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +9 -1 lines
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 - view: text, markup, annotated - select for diffs
Mon Apr 29 05:55:05 2002 UTC (22 years, 7 months ago) by lukem
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +1 -2 lines
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 - view: text, markup, annotated - select for diffs
Wed Apr 10 23:37:12 2002 UTC (22 years, 8 months ago) by martin
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +1 -11 lines
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 - view: text, markup, annotated - select for diffs
Wed Mar 27 08:53:39 2002 UTC (22 years, 8 months ago) by lukem
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +5 -5 lines
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 - view: text, markup, annotated - select for diffs
Thu Mar 21 23:08:35 2002 UTC (22 years, 8 months ago) by lukem
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +5 -4 lines
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 - view: text, markup, annotated - select for diffs
Mon Mar 11 04:57:56 2002 UTC (22 years, 9 months ago) by itojun
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -2 lines
move sshd config files to /etc/ssh

Revision 1.1.2.5: download - view: text, markup, annotated - select for diffs
Wed Mar 6 22:22:32 2002 UTC (22 years, 9 months ago) by he
Branches: netbsd-1-5
CVS tags: netbsd-1-5-PATCH003
Diff to: previous 1.1.2.4: preferred, colored; next MAIN 1.2: preferred, colored
Changes since revision 1.1.2.4: +3 -2 lines
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 - view: text, markup, annotated - select for diffs
Thu Feb 28 01:06:13 2002 UTC (22 years, 9 months ago) by lukem
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +2 -2 lines
ipmon: set -D via command_args rather than the default ipmon_flags.
resolves [install/15753]

Revision 1.30: download - view: text, markup, annotated - select for diffs
Sun Feb 24 12:50:08 2002 UTC (22 years, 9 months ago) by lukem
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +2 -1 lines
Support alternate config dir for sshd conf file and keys (defaults to "/etc").
Based on [misc/12473] from Jim Bernard.

Revision 1.29: download - view: text, markup, annotated - select for diffs
Thu Feb 21 19:59:09 2002 UTC (22 years, 9 months ago) by garbled
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +3 -1 lines
add a note requesting people edit share/sushi/system/rcconf/form when editing
this file to keep it in sync.

Revision 1.28: download - view: text, markup, annotated - select for diffs
Mon Feb 11 10:20:01 2002 UTC (22 years, 10 months ago) by martti
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -1 lines
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 - view: text, markup, annotated - select for diffs
Mon Jan 21 14:33:25 2002 UTC (22 years, 10 months ago) by lukem
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +3 -3 lines
minor cosmetic changes (no functional change)

Revision 1.26: download - view: text, markup, annotated - select for diffs
Fri Jan 18 10:53:29 2002 UTC (22 years, 10 months ago) by lukem
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +7 -2 lines
commented out entry for ntpd_chrootdir

Revision 1.25: download - view: text, markup, annotated - select for diffs
Mon Dec 10 16:53:06 2001 UTC (23 years ago) by martin
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +4 -1 lines
Add rc.d support for ifwatchd (used to run ip-up/ip-down scripts for
in-kernel pppoe interfaces).

Revision 1.24: download - view: text, markup, annotated - select for diffs
Mon Oct 29 23:25:00 2001 UTC (23 years, 1 month ago) by augustss
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +4 -1 lines
Add moused, default off.

Revision 1.1.2.4: download - view: text, markup, annotated - select for diffs
Sat Oct 27 17:42:44 2001 UTC (23 years, 1 month ago) by he
Branches: netbsd-1-5
Diff to: previous 1.1.2.3: preferred, colored
Changes since revision 1.1.2.3: +2 -2 lines
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 - view: text, markup, annotated - select for diffs
Thu Oct 11 07:21:07 2001 UTC (23 years, 2 months ago) by lukem
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +3 -3 lines
- 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 - view: text, markup, annotated - select for diffs
Mon Sep 24 11:34:11 2001 UTC (23 years, 2 months ago) by hubertf
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -2 lines
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 - view: text, markup, annotated - select for diffs
Wed Sep 19 23:42:21 2001 UTC (23 years, 2 months ago) by mason
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +8 -8 lines
language corrections

Revision 1.20: download - view: text, markup, annotated - select for diffs
Tue Sep 4 18:09:13 2001 UTC (23 years, 3 months ago) by martin
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +7 -1 lines
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 - view: text, markup, annotated - select for diffs
Sun Jul 29 20:23:41 2001 UTC (23 years, 4 months ago) by he
Branches: netbsd-1-5
CVS tags: netbsd-1-5-PATCH002
Diff to: previous 1.1.2.2: preferred, colored
Changes since revision 1.1.2.2: +4 -1 lines
Pull up revision 1.2 (requested by he):
  Remind people to edit /etc/*.conf instead of /etc/defaults/*.conf.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Thu Jul 5 05:26:57 2001 UTC (23 years, 5 months ago) by tron
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -2 lines
Start "ipmon" with option "D" for daemon mode instead of starting it
in a subshell.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Sat Jun 16 06:13:09 2001 UTC (23 years, 6 months ago) by lukem
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2 lines
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 - view: text, markup, annotated - select for diffs
Sat Jun 16 04:09:20 2001 UTC (23 years, 6 months ago) by lukem
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +10 -4 lines
- 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 - view: text, markup, annotated - select for diffs
Tue May 22 14:51:37 2001 UTC (23 years, 6 months ago) by fredette
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2 lines
sunndd has been renamed to ndbootd.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Thu May 17 23:19:06 2001 UTC (23 years, 7 months ago) by fredette
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -1 lines
Added rc.d support for sunndd.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Wed Apr 25 11:50:56 2001 UTC (23 years, 7 months ago) by jdolecek
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2 lines
change comment for accouting; /var/account/acct is not needed to be created
manually any more

Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu Apr 12 09:59:18 2001 UTC (23 years, 8 months ago) by pk
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -1 lines
Put `gated' back; we still refer to it.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Fri Apr 6 09:38:54 2001 UTC (23 years, 8 months ago) by wiz
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -2 lines
Remove references to gated, except the conflict check in rc.d/routed.
Noted by Launey Thomas <ljt@alum.mit.edu>.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Fri Apr 6 00:37:03 2001 UTC (23 years, 8 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +4 -1 lines
Add defaults for altqd.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Mar 12 16:13:17 2001 UTC (23 years, 9 months ago) by lukem
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +8 -2 lines
commented out entry for named_chrootdir

Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Feb 28 16:52:04 2001 UTC (23 years, 9 months ago) by lukem
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +9 -1 lines
provide commented-out example for rc_fast_and_loose

Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Jan 18 02:03:09 2001 UTC (23 years, 10 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -1 lines
Add a default for racoon.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Sun Jan 14 15:38:30 2001 UTC (23 years, 11 months ago) by minoura
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -1 lines
Add /etc/rc.d/poffd, for x68k power management deamon.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Jan 8 12:45:39 2001 UTC (23 years, 11 months ago) by martin
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +11 -1 lines
Supply enough rope to let the user disable or override all interface
up/down magic.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Jan 7 17:04:49 2001 UTC (23 years, 11 months ago) by martin
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +4 -1 lines
Add startup script for isdnd.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Jan 3 17:54:04 2001 UTC (23 years, 11 months ago) by itojun
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -1 lines
add $ip6sitelocal, to control installation of reject route for fec0::/10.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Nov 21 12:21:05 2000 UTC (24 years ago) by veego
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -2 lines
Remove $amd_master. We now use /etc/amd.conf.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Nov 8 23:17:50 2000 UTC (24 years, 1 month ago) by lukem
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +4 -1 lines
remind people to edit /etc/*.conf instead of /etc/defaults/*.conf

Revision 1.1.2.2: download - view: text, markup, annotated - select for diffs
Mon Oct 2 03:13:04 2000 UTC (24 years, 2 months ago) by lukem
Branches: netbsd-1-5
CVS tags: netbsd-1-5-RELEASE, netbsd-1-5-PATCH001, netbsd-1-5-BETA2, netbsd-1-5-BETA
Diff to: previous 1.1.2.1: preferred, colored
Changes since revision 1.1.2.1: +174 -0 lines
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 (24 years, 2 months ago) by lukem
Branches: netbsd-1-5
FILE REMOVED
Changes since revision 1.1: +0 -174 lines
file rc.conf was added on branch netbsd-1-5 on 2000-10-02 03:13:04 +0000

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Oct 1 05:46:03 2000 UTC (24 years, 2 months ago) by lukem
Branches: MAIN
Branch point for: netbsd-1-5
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.

Diff request

This form allows you to request diffs 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.

Log view options

CVSweb <webmaster@jp.NetBSD.org>