The NetBSD Project

CVS log for src/share/man/man5/rc.conf.5

[BACK] Up to [cvs.NetBSD.org] / src / share / man / man5

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.192.2.1 / (download) - annotate - [select for diffs], Fri Aug 11 14:35:25 2023 UTC (8 months, 1 week ago) by martin
Branch: 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
Changes since 1.192: +7 -5 lines
Diff to previous 1.192 (colored) next main 1.193 (colored) to selected 1.104.2.2 (colored)

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

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

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

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

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

4. Update man pages.

Revision 1.193 / (download) - annotate - [select for diffs], Fri Jun 30 21:44:09 2023 UTC (9 months, 2 weeks ago) by riastradh
Branch: MAIN
CVS Tags: HEAD
Changes since 1.192: +7 -5 lines
Diff to previous 1.192 (colored) to selected 1.104.2.2 (colored)

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

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

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

PR security/55659
PR lib/56905

XXX pullup-10

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

Document critical_filesystems_zfs.

Revision 1.191 / (download) - annotate - [select for diffs], Sun Feb 20 10:49:17 2022 UTC (2 years, 1 month ago) by alnsn
Branch: MAIN
Changes since 1.190: +5 -2 lines
Diff to previous 1.190 (colored) to selected 1.104.2.2 (colored)

Document zfs variable.

Revision 1.190 / (download) - annotate - [select for diffs], Fri Jan 15 15:18:32 2021 UTC (3 years, 3 months ago) by riastradh
Branch: MAIN
CVS Tags: cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1, cjep_staticlib_x-base, cjep_staticlib_x
Changes since 1.189: +4 -4 lines
Diff to previous 1.189 (colored) to selected 1.104.2.2 (colored)

Tweak wording for consistency: `if empty or not set', not `if unset'.

Revision 1.189 / (download) - annotate - [select for diffs], Fri Jan 15 15:17:08 2021 UTC (3 years, 3 months ago) by riastradh
Branch: MAIN
Changes since 1.188: +8 -1 lines
Diff to previous 1.188 (colored) to selected 1.104.2.2 (colored)

Clarify that `entropy' may be left unset in rc.conf.

Revision 1.188 / (download) - annotate - [select for diffs], Sun Jan 10 23:24:26 2021 UTC (3 years, 3 months ago) by riastradh
Branch: MAIN
Changes since 1.187: +30 -1 lines
Diff to previous 1.187 (colored) to selected 1.104.2.2 (colored)

Various entropy integration improvements.

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

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

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

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

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

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

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

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

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

Revision 1.166.6.3 / (download) - annotate - [select for diffs], Sun Sep 13 12:13:13 2020 UTC (3 years, 7 months ago) by martin
Branch: netbsd-8
Changes since 1.166.6.2: +14 -2 lines
Diff to previous 1.166.6.2 (colored) to branchpoint 1.166 (colored) next main 1.167 (colored) to selected 1.104.2.2 (colored)

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

	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.181.2.1 / (download) - annotate - [select for diffs], Sun Sep 13 12:11:07 2020 UTC (3 years, 7 months ago) by martin
Branch: netbsd-9
CVS Tags: netbsd-9-3-RELEASE, netbsd-9-2-RELEASE, netbsd-9-1-RELEASE
Changes since 1.181: +14 -2 lines
Diff to previous 1.181 (colored) next main 1.182 (colored) to selected 1.104.2.2 (colored)

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

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

Add optional release info in /etc/motd

My personal preferencese for /etc/rc.conf:

    update_motd_release=YES
    motd_release_tag='Binaries: '

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

Document update_motd_release and motd_release_tag

New sentence, new line.

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

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

Add safe quoting to outputting the read kernel version.

Thanks to kre@ for the feedback.

Revision 1.187 / (download) - annotate - [select for diffs], Fri Sep 11 12:20:01 2020 UTC (3 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.186: +3 -3 lines
Diff to previous 1.186 (colored) to selected 1.104.2.2 (colored)

New sentence, new line.

Revision 1.186 / (download) - annotate - [select for diffs], Fri Sep 11 12:01:59 2020 UTC (3 years, 7 months ago) by kim
Branch: MAIN
Changes since 1.185: +14 -2 lines
Diff to previous 1.185 (colored) to selected 1.104.2.2 (colored)

Document update_motd_release and motd_release_tag

Revision 1.185 / (download) - annotate - [select for diffs], Wed Jul 15 17:55:34 2020 UTC (3 years, 9 months ago) by leot
Branch: MAIN
Changes since 1.184: +14 -1 lines
Diff to previous 1.184 (colored) to selected 1.104.2.2 (colored)

Document unbound and unbound_chrootdir.

Revision 1.184 / (download) - annotate - [select for diffs], Wed Jul 15 16:52:48 2020 UTC (3 years, 9 months ago) by jruoho
Branch: MAIN
Changes since 1.183: +6 -4 lines
Diff to previous 1.183 (colored) to selected 1.104.2.2 (colored)

's/blacklistd/blocklistd/'. Note also blocklistd_flags.

Revision 1.183 / (download) - annotate - [select for diffs], Wed Jul 15 16:46:11 2020 UTC (3 years, 9 months ago) by jruoho
Branch: MAIN
Changes since 1.182: +6 -2 lines
Diff to previous 1.182 (colored) to selected 1.104.2.2 (colored)

Note modules.

Revision 1.182 / (download) - annotate - [select for diffs], Wed Jun 24 10:30:43 2020 UTC (3 years, 9 months ago) by jruoho
Branch: MAIN
Changes since 1.181: +4 -2 lines
Diff to previous 1.181 (colored) to selected 1.104.2.2 (colored)

As bin/55344 was fixed, note the flags also in rc.conf(5).

Revision 1.166.6.2 / (download) - annotate - [select for diffs], Thu Apr 23 13:43:42 2020 UTC (3 years, 11 months ago) by martin
Branch: netbsd-8
Changes since 1.166.6.1: +26 -2 lines
Diff to previous 1.166.6.1 (colored) to branchpoint 1.166 (colored) to selected 1.104.2.2 (colored)

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

	share/man/man5/rc.conf.5: revision 1.172
	etc/rc.d/network: revision 1.75

Allow rc.conf to setup resolv.conf via resolvconf(8).

This allows all static network config to be in rc.conf rather than
spread across files.

Revision 1.170.2.1 / (download) - annotate - [select for diffs], Mon Jun 10 22:05:41 2019 UTC (4 years, 10 months ago) by christos
Branch: phil-wifi
Changes since 1.170: +113 -116 lines
Diff to previous 1.170 (colored) next main 1.171 (colored) to selected 1.104.2.2 (colored)

Sync with HEAD

Revision 1.181 / (download) - annotate - [select for diffs], Mon Jun 3 06:04:20 2019 UTC (4 years, 10 months ago) by msaitoh
Branch: MAIN
CVS Tags: phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, phil-wifi-20191119, phil-wifi-20190609, netbsd-9-base, netbsd-9-0-RELEASE, netbsd-9-0-RC2, netbsd-9-0-RC1, is-mlppp-base, is-mlppp
Branch point for: netbsd-9
Changes since 1.180: +3 -3 lines
Diff to previous 1.180 (colored) to selected 1.104.2.2 (colored)

 Fix typo in comment (s/seperate/separate/).

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

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

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

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

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

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

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

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

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

Remove comment, since there is no parsing anymore.

Revision 1.180 / (download) - annotate - [select for diffs], Sat May 11 19:31:03 2019 UTC (4 years, 11 months ago) by maxv
Branch: MAIN
Changes since 1.179: +5 -2 lines
Diff to previous 1.179 (colored) to selected 1.104.2.2 (colored)

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

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

Revision 1.168.2.5 / (download) - annotate - [select for diffs], Mon Nov 26 01:52:15 2018 UTC (5 years, 4 months ago) by pgoyette
Branch: pgoyette-compat
CVS Tags: pgoyette-compat-merge-20190127
Changes since 1.168.2.4: +5 -5 lines
Diff to previous 1.168.2.4 (colored) to branchpoint 1.168 (colored) next main 1.169 (colored) to selected 1.104.2.2 (colored)

Sync with HEAD, resolve a couple of conflicts

Revision 1.179 / (download) - annotate - [select for diffs], Sat Oct 20 08:47:03 2018 UTC (5 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pgoyette-compat-20190127, pgoyette-compat-20190118, pgoyette-compat-1226, pgoyette-compat-1126
Changes since 1.178: +5 -5 lines
Diff to previous 1.178 (colored) to selected 1.104.2.2 (colored)

Remove trailing whitespace. Fix a macro.

Revision 1.168.2.4 / (download) - annotate - [select for diffs], Sat Oct 20 06:58:23 2018 UTC (5 years, 5 months ago) by pgoyette
Branch: pgoyette-compat
Changes since 1.168.2.3: +84 -54 lines
Diff to previous 1.168.2.3 (colored) to branchpoint 1.168 (colored) to selected 1.104.2.2 (colored)

Sync with head

Revision 1.178 / (download) - annotate - [select for diffs], Fri Oct 19 14:11:12 2018 UTC (5 years, 6 months ago) by martin
Branch: MAIN
CVS Tags: pgoyette-compat-1020
Changes since 1.177: +21 -2 lines
Diff to previous 1.177 (colored) to selected 1.104.2.2 (colored)

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

Revision 1.177 / (download) - annotate - [select for diffs], Mon Oct 1 11:16:04 2018 UTC (5 years, 6 months ago) by uwe
Branch: MAIN
Changes since 1.176: +53 -53 lines
Diff to previous 1.176 (colored) to selected 1.104.2.2 (colored)

Use more .Ql (quoted literal) for variable values.
Misc markup fixes.

Revision 1.176 / (download) - annotate - [select for diffs], Mon Oct 1 07:11:27 2018 UTC (5 years, 6 months ago) by wiz
Branch: MAIN
Changes since 1.175: +7 -3 lines
Diff to previous 1.175 (colored) to selected 1.104.2.2 (colored)

Use more markup.

Revision 1.175 / (download) - annotate - [select for diffs], Sun Sep 30 10:38:05 2018 UTC (5 years, 6 months ago) by martin
Branch: MAIN
Changes since 1.174: +8 -1 lines
Diff to previous 1.174 (colored) to selected 1.104.2.2 (colored)

Discussed some years ago but never commited: add an option to have a
single tmpfs (on /tmp) and use that for /var/shm as well (via a symlink
created after the tmpfs on /tmp has been mounted)

Revision 1.168.2.3 / (download) - annotate - [select for diffs], Sun Sep 30 01:45:34 2018 UTC (5 years, 6 months ago) by pgoyette
Branch: pgoyette-compat
Changes since 1.168.2.2: +4 -24 lines
Diff to previous 1.168.2.2 (colored) to branchpoint 1.168 (colored) to selected 1.104.2.2 (colored)

Ssync with HEAD

Revision 1.174 / (download) - annotate - [select for diffs], Sun Sep 23 09:21:00 2018 UTC (5 years, 6 months ago) by maxv
Branch: MAIN
CVS Tags: pgoyette-compat-0930
Changes since 1.173: +2 -4 lines
Diff to previous 1.173 (colored) to selected 1.104.2.2 (colored)

Remove ISDN from the kernel. It has remained unmaintained for a long time,
is of poor quality, and is now an obstacle to MP-ification. It was removed
ten years ago from FreeBSD for the same reason.

This retires a big user of the mbuf API, and will ease maintenance of the
kernel.

Revision 1.173 / (download) - annotate - [select for diffs], Sun Sep 23 07:24:20 2018 UTC (5 years, 6 months ago) by maxv
Branch: MAIN
Changes since 1.172: +4 -22 lines
Diff to previous 1.172 (colored) to selected 1.104.2.2 (colored)

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

Revision 1.168.2.2 / (download) - annotate - [select for diffs], Sat Jul 28 04:37:25 2018 UTC (5 years, 8 months ago) by pgoyette
Branch: pgoyette-compat
Changes since 1.168.2.1: +26 -42 lines
Diff to previous 1.168.2.1 (colored) to branchpoint 1.168 (colored) to selected 1.104.2.2 (colored)

Sync with HEAD

Revision 1.172 / (download) - annotate - [select for diffs], Fri Jul 27 15:31:02 2018 UTC (5 years, 8 months ago) by roy
Branch: MAIN
CVS Tags: pgoyette-compat-0906, pgoyette-compat-0728
Changes since 1.171: +26 -2 lines
Diff to previous 1.171 (colored) to selected 1.104.2.2 (colored)

Allow rc.conf to setup resolv.conf via resolvconf(8).
This allows all static network config to be in rc.conf rather than
spread across files.

Revision 1.171 / (download) - annotate - [select for diffs], Fri Jul 13 21:46:58 2018 UTC (5 years, 9 months ago) by maya
Branch: MAIN
Changes since 1.170: +2 -42 lines
Diff to previous 1.170 (colored) to selected 1.104.2.2 (colored)

Remove dhclient references.

Revision 1.168.2.1 / (download) - annotate - [select for diffs], Mon Jun 25 07:25:36 2018 UTC (5 years, 9 months ago) by pgoyette
Branch: pgoyette-compat
Changes since 1.168: +19 -41 lines
Diff to previous 1.168 (colored) to selected 1.104.2.2 (colored)

Sync with HEAD

Revision 1.170 / (download) - annotate - [select for diffs], Fri Jun 22 19:35:25 2018 UTC (5 years, 9 months ago) by maya
Branch: MAIN
CVS Tags: phil-wifi-base, pgoyette-compat-0625
Branch point for: phil-wifi
Changes since 1.169: +18 -1 lines
Diff to previous 1.169 (colored) to selected 1.104.2.2 (colored)

Describe something for npf, npfd, blacklistd.

Revision 1.169 / (download) - annotate - [select for diffs], Fri Jun 22 19:08:28 2018 UTC (5 years, 9 months ago) by maya
Branch: MAIN
Changes since 1.168: +2 -41 lines
Diff to previous 1.168 (colored) to selected 1.104.2.2 (colored)

Remove documentation references to rtsol.

Revision 1.168 / (download) - annotate - [select for diffs], Tue Jan 9 09:17:52 2018 UTC (6 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pgoyette-compat-base, pgoyette-compat-0521, pgoyette-compat-0502, pgoyette-compat-0422, pgoyette-compat-0415, pgoyette-compat-0407, pgoyette-compat-0330, pgoyette-compat-0322, pgoyette-compat-0315
Branch point for: pgoyette-compat
Changes since 1.167: +10 -31 lines
Diff to previous 1.167 (colored) to selected 1.104.2.2 (colored)

Stop using Tn.

Revision 1.167 / (download) - annotate - [select for diffs], Tue Jan 9 03:31:12 2018 UTC (6 years, 3 months ago) by christos
Branch: MAIN
Changes since 1.166: +43 -2 lines
Diff to previous 1.166 (colored) to selected 1.104.2.2 (colored)

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

Revision 1.165.2.1 / (download) - annotate - [select for diffs], Sat Jan 7 08:56:07 2017 UTC (7 years, 3 months ago) by pgoyette
Branch: pgoyette-localcount
Changes since 1.165: +3 -3 lines
Diff to previous 1.165 (colored) next main 1.166 (colored) to selected 1.104.2.2 (colored)

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

Revision 1.166 / (download) - annotate - [select for diffs], Sat Dec 17 07:44:59 2016 UTC (7 years, 4 months ago) by maya
Branch: MAIN
CVS Tags: prg-localcount2-base3, prg-localcount2-base2, prg-localcount2-base1, prg-localcount2-base, prg-localcount2, pgoyette-localcount-20170426, pgoyette-localcount-20170320, pgoyette-localcount-20170107, perseant-stdc-iso10646-base, perseant-stdc-iso10646, netbsd-8-base, netbsd-8-0-RELEASE, netbsd-8-0-RC2, netbsd-8-0-RC1, matt-nb8-mediatek-base, matt-nb8-mediatek, bouyer-socketcan-base1, bouyer-socketcan-base, bouyer-socketcan
Branch point for: netbsd-8
Changes since 1.165: +3 -3 lines
Diff to previous 1.165 (colored) to selected 1.104.2.2 (colored)

Change one more "generic DHCP client" reference to say dhcpcd rather
than dhclient

Revision 1.165 / (download) - annotate - [select for diffs], Sun Dec 27 08:43:51 2015 UTC (8 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pgoyette-localcount-base, pgoyette-localcount-20161104, pgoyette-localcount-20160806, pgoyette-localcount-20160726, localcount-20160914
Branch point for: pgoyette-localcount
Changes since 1.164: +3 -3 lines
Diff to previous 1.164 (colored) to selected 1.104.2.2 (colored)

Fix typo. Remove trailing whitespace.

Revision 1.164 / (download) - annotate - [select for diffs], Sun Dec 27 02:42:33 2015 UTC (8 years, 3 months ago) by christos
Branch: MAIN
Changes since 1.163: +21 -2 lines
Diff to previous 1.163 (colored) to selected 1.104.2.2 (colored)

describe the ip6addrctl variables.

Revision 1.163 / (download) - annotate - [select for diffs], Mon Oct 12 12:07:24 2015 UTC (8 years, 6 months ago) by wiz
Branch: MAIN
Changes since 1.162: +2 -2 lines
Diff to previous 1.162 (colored) to selected 1.104.2.2 (colored)

Bump date for previous.

Revision 1.162 / (download) - annotate - [select for diffs], Fri Oct 9 19:49:25 2015 UTC (8 years, 6 months ago) by plunky
Branch: MAIN
Changes since 1.161: +2 -2 lines
Diff to previous 1.161 (colored) to selected 1.104.2.2 (colored)

attaching controllers to serial ports is configured using btattach.conf
and not btdevctl.conf, so say that

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

Pull up following revision(s) (requested by skrll in ticket #909):
	distrib/sets/lists/etc/mi: revision 1.237
	distrib/sets/lists/tests/mi: revision 1.613
	distrib/utils/embedded/conf/armv7.conf: revisions 1.1, 1.2
	distrib/utils/embedded/conf/beagleboard.conf: delete
	distrib/utils/embedded/conf/evbarm.conf: revisions 1.21, 1.22
	distrib/utils/embedded/conf/rpi.conf: revisions 1.28, 1.29
	distrib/utils/embedded/conf/rpi_inst.conf: revisions 1.7, 1.8
	distrib/utils/embedded/conf/usermode.conf: revision 1.5
	distrib/utils/embedded/conf/x86.conf: revision 1.5
	distrib/utils/embedded/files/resize_disklabel: revision 1.1
	distrib/utils/embedded/mkimage: revisions 1.49, 1.55-1.59
	etc/defaults/rc.conf: revision 1.133
	etc/etc.evbarm/Makefile.inc: revisions 1.72, 1.76
	etc/rc.d/Makefile: revision 1.93 via patch
	etc/rc.d/resize_root: revisions 1.1-1.3
	etc/rc.d/root: revision 1.5
	sbin/resize_ffs/Makefile: revision 1.5
	sbin/resize_ffs/resize_ffs.8: revisions 1.14-1.16
	sbin/resize_ffs/resize_ffs.c: revisions 1.39-1.44
	share/man/man5/rc.conf.5: revision 1.158, 1.159
	tests/sbin/resize_ffs/Makefile: revision 1.4
	tests/sbin/resize_ffs/common.sh: revision 1.14
	tests/sbin/resize_ffs/t_check.sh: revision 1.1
	tests/sbin/resize_ffs/t_grow.sh: revision 1.9
	tests/sbin/resize_ffs/t_grow_swapped.sh: revision 1.3
	tests/sbin/resize_ffs/t_shrink.sh: revision 1.8
	tests/sbin/resize_ffs/t_shrink_swapped.sh: revision 1.2
fix image building:
         - round up the total size of the disk image
         - fix fdisk offset for netbsd ffs images
--
Make get_dev_size work on regular files too.
--
Use `!= -1' instead of `== 0' out of paranoia.
--
- Add -c to check to see if grow/shrink is required
- Divide by DEV_BSIZE when returning size of file.
- Update manpage
--
New sentence, new line. Sort option descriptions.
--
Add resize_root boot operation. If resize_root=YES in rc.conf then
the system attempts to resize the root file system to fill it's
partition prior to mounting read-write. Useful for things like AMI
file system images. May eventually be used by arm images after
coming up with similar solution for increasing the parition size.
--
- Add new tests for -c check flag in resize_ffs
--
Bump date for previous.
it's -> its
--
Handle case in grow() where last cylinder group is too small for ufs2.
Align with code in shrink().
--
factor out geometry calculation and use this also in CheckOnly mode.
be a bit more verbose in Verbose mode.
--
Add support for auto-growing the root partition. Enable it for rpi.img.
--
initialize resize before pulling in board config
--
add KEYWORD: interactive, honour resize_root_flags and
resize_root_postcmd rc vars
--
if the -p flag is specified, display a progress bar while growing the
file-system
--
show resize_ffs progress bar when resizing root partition
--
fix typo in previous; pass -y unconditionally to resize_ffs, not -p
--
Rename beagleboard.img to armv7.img. The new image includes the same
kernels as beagleboard.img plus support for Raspberry Pi 2, ODROID-C1,
Cubieboard2, Cubietruck, Hummingbird A31, and Banana Pi.
--
Properly spell X' name. From X(7):
        The  X.Org  Foundation  requests  that the following names be
used when
        referring to this software:
                                           X
                                    X Window System
                                     X Version 11
                              X Window System, Version 11
                                          X11
--
Add some documentation:
Tell what this does, and what it expects from conf files
--
Cleanup: make_filesystems is not used any longer, purge remains
--
More cleanup:
Instead of first overwriting the *_evbarm functions with own code,
and then calling them from the regular functions, directly put the
code into the regular functions.
No more functions from evbarm.conf are used now.
Some variables are still used!
--
define TOOL_MKUBOOTIMAGE for mkimage
--
fix mkubootimage

Revision 1.161 / (download) - annotate - [select for diffs], Thu Jul 9 11:38:05 2015 UTC (8 years, 9 months ago) by wiz
Branch: MAIN
Changes since 1.160: +7 -7 lines
Diff to previous 1.160 (colored) to selected 1.104.2.2 (colored)

Spelling.

Revision 1.160 / (download) - annotate - [select for diffs], Thu Jul 9 10:24:27 2015 UTC (8 years, 9 months ago) by roy
Branch: MAIN
Changes since 1.159: +10 -2 lines
Diff to previous 1.159 (colored) to selected 1.104.2.2 (colored)

Note that dhcpcd will ignore the wpa_supplicant variable in rc.conf

Revision 1.159 / (download) - annotate - [select for diffs], Mon Mar 30 11:01:53 2015 UTC (9 years ago) by wiz
Branch: MAIN
Changes since 1.158: +3 -3 lines
Diff to previous 1.158 (colored) to selected 1.104.2.2 (colored)

Bump date for previous.
it's -> its

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

Add resize_root boot operation. If resize_root=YES in rc.conf then
the system attempts to resize the root file system to fill it's
partition prior to mounting read-write. Useful for things like AMI
file system images. May eventually be used by arm images after
coming up with similar solution for increasing the parition size.

Revision 1.153.2.3 / (download) - annotate - [select for diffs], Wed Aug 20 00:02:36 2014 UTC (9 years, 8 months ago) by tls
Branch: tls-maxphys
Changes since 1.153.2.2: +22 -2 lines
Diff to previous 1.153.2.2 (colored) next main 1.154 (colored) to selected 1.104.2.2 (colored)

Rebase to HEAD as of a few days ago.

Revision 1.150.4.4 / (download) - annotate - [select for diffs], Thu May 22 11:37:51 2014 UTC (9 years, 10 months ago) by yamt
Branch: yamt-pagecache
Changes since 1.150.4.3: +22 -2 lines
Diff to previous 1.150.4.3 (colored) to branchpoint 1.150 (colored) next main 1.151 (colored) to selected 1.104.2.2 (colored)

sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs.  ("Protocol error: too many arguments")

Revision 1.157 / (download) - annotate - [select for diffs], Wed Jan 15 11:42:43 2014 UTC (10 years, 3 months ago) by apb
Branch: MAIN
CVS Tags: yamt-pagecache-base9, tls-maxphys-base, tls-earlyentropy-base, tls-earlyentropy, riastradh-xf86-video-intel-2-7-1-pre-2-21-15, riastradh-drm2-base3, netbsd-7-base, netbsd-7-0-RC2, netbsd-7-0-RC1
Branch point for: netbsd-7
Changes since 1.156: +22 -2 lines
Diff to previous 1.156 (colored) to selected 1.104.2.2 (colored)

Document random_seed and random_file.

Revision 1.153.2.2 / (download) - annotate - [select for diffs], Mon Feb 25 00:28:14 2013 UTC (11 years, 1 month ago) by tls
Branch: tls-maxphys
Changes since 1.153.2.1: +11 -1 lines
Diff to previous 1.153.2.1 (colored) to selected 1.104.2.2 (colored)

resync with head

Revision 1.150.4.3 / (download) - annotate - [select for diffs], Wed Jan 23 00:05:35 2013 UTC (11 years, 2 months ago) by yamt
Branch: yamt-pagecache
CVS Tags: yamt-pagecache-tag8
Changes since 1.150.4.2: +11 -1 lines
Diff to previous 1.150.4.2 (colored) to branchpoint 1.150 (colored) to selected 1.104.2.2 (colored)

sync with head

Revision 1.156 / (download) - annotate - [select for diffs], Sun Jan 13 19:56:13 2013 UTC (11 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: yamt-pagecache-base8, riastradh-drm2-base2, riastradh-drm2-base1, riastradh-drm2-base, riastradh-drm2, agc-symver-base, agc-symver
Changes since 1.155: +5 -3 lines
Diff to previous 1.155 (colored) to selected 1.104.2.2 (colored)

New sentence, new line.

Revision 1.155 / (download) - annotate - [select for diffs], Sun Jan 13 18:47:58 2013 UTC (11 years, 3 months ago) by prlw1
Branch: MAIN
Changes since 1.154: +9 -1 lines
Diff to previous 1.154 (colored) to selected 1.104.2.2 (colored)

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

Revision 1.153.2.1 / (download) - annotate - [select for diffs], Tue Nov 20 03:00:51 2012 UTC (11 years, 5 months ago) by tls
Branch: tls-maxphys
Changes since 1.153: +25 -14 lines
Diff to previous 1.153 (colored) to selected 1.104.2.2 (colored)

Resync to 2012-11-19 00:00:00 UTC

Revision 1.151.2.1.2.1 / (download) - annotate - [select for diffs], Thu Nov 1 16:44:58 2012 UTC (11 years, 5 months ago) by matt
Branch: matt-nb6-plus
Changes since 1.151.2.1: +24 -12 lines
Diff to previous 1.151.2.1 (colored) next main 1.151.2.2 (colored) to selected 1.104.2.2 (colored)

sync with netbsd-6-0-RELEASE.

Revision 1.150.4.2 / (download) - annotate - [select for diffs], Tue Oct 30 18:59:41 2012 UTC (11 years, 5 months ago) by yamt
Branch: yamt-pagecache
Changes since 1.150.4.1: +63 -40 lines
Diff to previous 1.150.4.1 (colored) to branchpoint 1.150 (colored) to selected 1.104.2.2 (colored)

sync with head

Revision 1.151.2.2 / (download) - annotate - [select for diffs], Tue Oct 9 23:03:47 2012 UTC (11 years, 6 months ago) by riz
Branch: netbsd-6
CVS Tags: 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-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, matt-nb6-plus-nbase, matt-nb6-plus-base
Changes since 1.151.2.1: +23 -11 lines
Diff to previous 1.151.2.1 (colored) to branchpoint 1.151 (colored) next main 1.152 (colored) to selected 1.104.2.2 (colored)

Pull up following revision(s) (requested by roy in ticket #588):
	share/man/man5/ifconfig.if.5: revision 1.16
	share/man/man5/rc.conf.5: revision 1.154
Discourage the use of ifconfig_bge0=dhcp and prefer setting dhcpcd=YES
in rc.conf(5) instead.

Revision 1.154 / (download) - annotate - [select for diffs], Tue Oct 2 09:18:59 2012 UTC (11 years, 6 months ago) by roy
Branch: MAIN
CVS Tags: yamt-pagecache-base7, yamt-pagecache-base6
Changes since 1.153: +25 -14 lines
Diff to previous 1.153 (colored) to selected 1.104.2.2 (colored)

Discourage the use of ifconfig_bge0=dhcp and prefer setting dhcpcd=YES
in rc.conf(5) instead.

Revision 1.153 / (download) - annotate - [select for diffs], Wed Jul 4 20:53:30 2012 UTC (11 years, 9 months ago) by jdf
Branch: MAIN
Branch point for: tls-maxphys
Changes since 1.152: +39 -27 lines
Diff to previous 1.152 (colored) to selected 1.104.2.2 (colored)

 * add entry for lvm(8)
 * add subsection for block device subsystem setup
 * s/OPTIONAL:/"OPTIONAL:" to make mdoclint happier
 * add missing type specifications of variables

Revision 1.151.2.1 / (download) - annotate - [select for diffs], Sat Jun 23 22:54:59 2012 UTC (11 years, 9 months ago) by riz
Branch: netbsd-6
CVS Tags: netbsd-6-0-RC2, netbsd-6-0-RC1
Branch point for: matt-nb6-plus
Changes since 1.151: +4 -4 lines
Diff to previous 1.151 (colored) to selected 1.104.2.2 (colored)

Pull up following revision(s) (requested by joerg in ticket #328):
	lib/libc/gen/devname.c: revision 1.22
	distrib/sparc64/instfs/dot.profile: revision 1.7
	distrib/i386/cdroms/install.sh: revision 1.3
	tests/lib/libcurses/director/director.c: revision 1.10
	lib/libc/include/reentrant.h: revision 1.15
	distrib/amd64/cdroms/install.sh: revision 1.3
	tests/include/t_paths.c: revision 1.12
	share/man/man7/hier.7: revision 1.101
	etc/rc.d/sysdb: revision 1.24
	include/stdlib.h: revision 1.99
	tests/lib/libcurses/Makefile: revision 1.3
	distrib/sparc64/cdroms/installcd/install.sh: revision 1.3
	distrib/i386/cdroms/Makefile.cdrom: revision 1.27
	lib/libc/gen/ttyname.c: revision 1.25
	usr.bin/tic/Makefile: revision 1.2
	tools/compat/Makefile: revision 1.57
	lib/libterminfo/compile.c: revision 1.7
	lib/libc/gen/ttyname.c: revision 1.26
	lib/libterminfo/compile.c: revision 1.8
	tools/compat/Makefile: revision 1.59
	tools/compat/cdbw.h: revision 1.1
	distrib/i386/installimage/install.sh: revision 1.2
	lib/libc/include/namespace.h: revision 1.154
	usr.bin/tic/tic.c: revision 1.13
	usr.bin/tic/tic.c: revision 1.14
	usr.bin/tic/tic.c: revision 1.15
	distrib/sets/lists/base/mi: revision 1.996
	usr.bin/tic/tic.c: revision 1.16
	usr.sbin/dev_mkdb/dev_mkdb.8: revision 1.13
	usr.bin/tic/tic.c: revision 1.17
	usr.bin/tic/tic.c: revision 1.18
	tools/compat/cdbr.h: revision 1.1
	distrib/sparc64/instfs/list: revision 1.25
	usr.bin/tic/tic.c: revision 1.19
	lib/libc/cdb/cdbw.c: revision 1.4
	lib/libc/cdb/cdbw.3: revision 1.4
	lib/libc/cdb/cdbw.3: revision 1.5
	share/terminfo/Makefile: revision 1.3
	usr.sbin/dev_mkdb/dev_mkdb.c: revision 1.29
	usr.sbin/dev_mkdb/Makefile: revision 1.8
	lib/libc/gen/ttyname.3: revision 1.23
	lib/libc/gen/ttyname.3: revision 1.24
	lib/libc/cdb/cdbr.c: revision 1.3
	include/cdbw.h: revision 1.2
	distrib/sparc64/cdroms/installcd/Makefile: revision 1.15
	lib/libc/gen/devname.3: revision 1.12
	tools/compat/compat_defs.h: revision 1.85
	tools/compat/compat_defs.h: revision 1.86
	lib/libterminfo/term_private.h: revision 1.10
	lib/libterminfo/term.c: revision 1.14
	usr.bin/tic/tic.1: revision 1.10
	lib/libterminfo/term.c: revision 1.15
	lib/libterminfo/Makefile.hash: revision 1.5
	lib/libterminfo/term.c: revision 1.16
	distrib/amd64/installimage/install.sh: revision 1.2
	share/man/man5/rc.conf.5: revision 1.152
	distrib/sets/lists/tests/mi: revision 1.472
	distrib/amd64/cdroms/Makefile.cdrom: revision 1.7
	include/paths.h: revision 1.41
	bin/ps/ps.1: revision 1.101
	lib/libterminfo/terminfo.5.in: revision 1.16
	usr.bin/tic/tic.c: revision 1.20
	lib/libterminfo/terminfo.5.in: revision 1.17
Prefer __printflike.
Use queue(3)
Replace linear lookup with hash table, reducing runtime by 60%.
Use e* from util.h.
One more strdup -> estrdup.
Maintain nalias and nterm on the fly.
Add void for ttyslot prototype.
Use memcmp in place of strncmp, since length is known to no longer than
either of the arguments.
Fix a number of memory leaks. Keep final loop of the cleanup in tic(1)
under #ifdef __VALGRIND__ though.
Add __predict_true / __predict_false definitions.
Add a special seeder for cdbw_output that gives stable results.
Hook up cdbw(3) for the tool build.
Prototype for cdbw_stable_seeder.
Provide a usable thr_once for !_REENTRANT
Switch device database to cdb(5). Rework ttyname(3) and ttyname_r(3) to
depend on new devname_r(3) as heart. Add /dev/pts magic directly to
devname(3). While it can lead to returning non-existing paths, the
behavior is more consistent that way. Drop caching layer in devname(3),
it doesn't buy anything for the common case of having access to the
database. Teach devname(3) proper fallback behavior of scanning /dev.
Create both old-style and new-style database for now in /etc/rc.d/sysdb.
Switch terminfo(3) to cdb(5).
Fix typos.
Make Alan Barrett happy and add ().
Add cdbr(3) support to tools/compat.
Bump date for previous.
Relax consistency to make it possible to match valid entries.
Prefix devname's buffer with /dev/ as ttyname is supposed to return the
full path. Reported by Dave Huang.

Revision 1.152 / (download) - annotate - [select for diffs], Sun Jun 3 21:42:47 2012 UTC (11 years, 10 months ago) by joerg
Branch: MAIN
Changes since 1.151: +4 -4 lines
Diff to previous 1.151 (colored) to selected 1.104.2.2 (colored)

Switch device database to cdb(5). Rework ttyname(3) and ttyname_r(3) to
depend on new devname_r(3) as heart. Add /dev/pts magic directly to
devname(3). While it can lead to returning non-existing paths, the
behavior is more consistent that way. Drop caching layer in devname(3),
it doesn't buy anything for the common case of having access to the
database. Teach devname(3) proper fallback behavior of scanning /dev.
Create both old-style and new-style database for now in /etc/rc.d/sysdb.

Revision 1.150.4.1 / (download) - annotate - [select for diffs], Tue Apr 17 00:05:47 2012 UTC (12 years ago) by yamt
Branch: yamt-pagecache
Changes since 1.150: +2 -2 lines
Diff to previous 1.150 (colored) to selected 1.104.2.2 (colored)

sync with head

Revision 1.151 / (download) - annotate - [select for diffs], Sun Jan 8 04:01:12 2012 UTC (12 years, 3 months ago) by dholland
Branch: MAIN
CVS Tags: yamt-pagecache-base5, yamt-pagecache-base4, netbsd-6-base
Branch point for: netbsd-6
Changes since 1.150: +2 -2 lines
Diff to previous 1.150 (colored) to selected 1.104.2.2 (colored)

Sentences should verbs. From Snader_LB

Revision 1.150 / (download) - annotate - [select for diffs], Wed Jun 1 11:06:36 2011 UTC (12 years, 10 months ago) by jruoho
Branch: MAIN
CVS Tags: yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base, cherry-xenmp-base, cherry-xenmp
Branch point for: yamt-pagecache
Changes since 1.149: +3 -13 lines
Diff to previous 1.149 (colored) to selected 1.104.2.2 (colored)

Remove the previous, as it was already there. Instead, split one long
paragraph and fix a typo.

Revision 1.149 / (download) - annotate - [select for diffs], Wed Jun 1 11:03:27 2011 UTC (12 years, 10 months ago) by jruoho
Branch: MAIN
Changes since 1.148: +13 -2 lines
Diff to previous 1.148 (colored) to selected 1.104.2.2 (colored)

Note bluetooth.

Revision 1.148 / (download) - annotate - [select for diffs], Fri May 27 11:15:17 2011 UTC (12 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.147: +2 -2 lines
Diff to previous 1.147 (colored) to selected 1.104.2.2 (colored)

Bump date for previous.

Revision 1.147 / (download) - annotate - [select for diffs], Fri May 27 09:28:42 2011 UTC (12 years, 10 months ago) by plunky
Branch: MAIN
Changes since 1.146: +37 -37 lines
Diff to previous 1.146 (colored) to selected 1.104.2.2 (colored)

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

Revision 1.146 / (download) - annotate - [select for diffs], Fri Mar 18 16:21:46 2011 UTC (13 years, 1 month ago) by jruoho
Branch: MAIN
Changes since 1.145: +3 -3 lines
Diff to previous 1.145 (colored) to selected 1.104.2.2 (colored)

Fix xref; security(8) -> security(7).

Revision 1.145 / (download) - annotate - [select for diffs], Tue Mar 8 07:44:39 2011 UTC (13 years, 1 month ago) by snj
Branch: MAIN
Changes since 1.144: +2 -2 lines
Diff to previous 1.144 (colored) to selected 1.104.2.2 (colored)

bah! it's 2011 already?

Revision 1.144 / (download) - annotate - [select for diffs], Tue Mar 8 07:40:37 2011 UTC (13 years, 1 month ago) by snj
Branch: MAIN
Changes since 1.143: +7 -3 lines
Diff to previous 1.143 (colored) to selected 1.104.2.2 (colored)

mention mdnsd(8), and fix a typo while here

Revision 1.143 / (download) - annotate - [select for diffs], Tue Apr 20 12:09:05 2010 UTC (14 years ago) by wiz
Branch: MAIN
CVS Tags: matt-mips64-premerge-20101231, bouyer-quota2-nbase, bouyer-quota2-base, bouyer-quota2
Changes since 1.142: +2 -2 lines
Diff to previous 1.142 (colored) to selected 1.104.2.2 (colored)

Fix xref.

Revision 1.142 / (download) - annotate - [select for diffs], Mon Apr 19 12:59:36 2010 UTC (14 years ago) by jruoho
Branch: MAIN
Changes since 1.141: +6 -3 lines
Diff to previous 1.141 (colored) to selected 1.104.2.2 (colored)

Mention security(8) in rc.conf(5) and symlink(7) in security(8).

Revision 1.141 / (download) - annotate - [select for diffs], Sat Mar 20 11:23:37 2010 UTC (14 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.140: +3 -2 lines
Diff to previous 1.140 (colored) to selected 1.104.2.2 (colored)

New sentence, new line.

Revision 1.140 / (download) - annotate - [select for diffs], Fri Mar 19 20:07:00 2010 UTC (14 years, 1 month ago) by jruoho
Branch: MAIN
Changes since 1.139: +2 -2 lines
Diff to previous 1.139 (colored) to selected 1.104.2.2 (colored)

Bump date for the previous commit.

Revision 1.139 / (download) - annotate - [select for diffs], Fri Mar 19 19:17:54 2010 UTC (14 years, 1 month ago) by jruoho
Branch: MAIN
Changes since 1.138: +93 -4 lines
Diff to previous 1.138 (colored) to selected 1.104.2.2 (colored)

Document some missing options. Fixes my own PR # 41913.

Revision 1.138 / (download) - annotate - [select for diffs], Sat Oct 24 11:22:48 2009 UTC (14 years, 5 months ago) by reed
Branch: MAIN
CVS Tags: matt-premerge-20091211
Changes since 1.137: +5 -5 lines
Diff to previous 1.137 (colored) to selected 1.104.2.2 (colored)

For the rpc* references use the full rpc.* names.
These match what is really installed.
I know the man links are there too. But this helps in the
case where someone has printed man pages but only has one
man page printed per inode -- so best to refer to the known Dt name.

Revision 1.137 / (download) - annotate - [select for diffs], Wed Sep 30 18:17:22 2009 UTC (14 years, 6 months ago) by apb
Branch: MAIN
Changes since 1.136: +11 -2 lines
Diff to previous 1.136 (colored) to selected 1.104.2.2 (colored)

Document the fact that wpa_supplicant won't start properly unless
/usr is mounted by mountcritlocal.

Revision 1.136 / (download) - annotate - [select for diffs], Mon Sep 14 12:37:08 2009 UTC (14 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.135: +3 -3 lines
Diff to previous 1.135 (colored) to selected 1.104.2.2 (colored)

Punctuation nits.

Revision 1.135 / (download) - annotate - [select for diffs], Mon Sep 14 12:05:12 2009 UTC (14 years, 7 months ago) by apb
Branch: MAIN
Changes since 1.134: +16 -2 lines
Diff to previous 1.134 (colored) to selected 1.104.2.2 (colored)

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

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

Revision 1.134 / (download) - annotate - [select for diffs], Fri Sep 11 19:47:27 2009 UTC (14 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.133: +3 -3 lines
Diff to previous 1.133 (colored) to selected 1.104.2.2 (colored)

Bump date for previous.

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

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

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

Revision 1.132 / (download) - annotate - [select for diffs], Thu Sep 3 20:06:39 2009 UTC (14 years, 7 months ago) by apb
Branch: MAIN
Changes since 1.131: +143 -329 lines
Diff to previous 1.131 (colored) to selected 1.104.2.2 (colored)

* Boolean values may be specified with any of YES/TRUE/ON/1 or
  NO/FALSE/OFF/0, so explain that.
* Change all "Foo:  YES or NO.  If not set to YES then ..." to
  "Foo:  Boolean value.  If false then ...".
* Some rewording for clarity.

Revision 1.131 / (download) - annotate - [select for diffs], Sat Jul 25 21:21:20 2009 UTC (14 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.130: +2 -2 lines
Diff to previous 1.130 (colored) to selected 1.104.2.2 (colored)

Bump date for previous.

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

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

Revision 1.127.2.1 / (download) - annotate - [select for diffs], Wed May 13 19:19:13 2009 UTC (14 years, 11 months ago) by jym
Branch: jym-xensuspend
Changes since 1.127: +13 -2 lines
Diff to previous 1.127 (colored) next main 1.128 (colored) to selected 1.104.2.2 (colored)

Sync with HEAD.

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

Revision 1.129 / (download) - annotate - [select for diffs], Fri Apr 10 16:18:04 2009 UTC (15 years ago) by joerg
Branch: MAIN
CVS Tags: jym-xensuspend-nbase, jym-xensuspend-base
Changes since 1.128: +11 -2 lines
Diff to previous 1.128 (colored) to selected 1.104.2.2 (colored)

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

Revision 1.120.2.4 / (download) - annotate - [select for diffs], Tue Mar 31 23:35:36 2009 UTC (15 years ago) by snj
Branch: netbsd-5
CVS Tags: netbsd-5-2-RELEASE, netbsd-5-2-RC1, netbsd-5-2-3-RELEASE, netbsd-5-2-2-RELEASE, netbsd-5-2-1-RELEASE, netbsd-5-2, netbsd-5-1-RELEASE, netbsd-5-1-RC4, netbsd-5-1-RC3, netbsd-5-1-RC2, netbsd-5-1-RC1, netbsd-5-1-5-RELEASE, netbsd-5-1-4-RELEASE, netbsd-5-1-3-RELEASE, netbsd-5-1-2-RELEASE, netbsd-5-1-1-RELEASE, netbsd-5-1, netbsd-5-0-RELEASE, netbsd-5-0-RC4, netbsd-5-0-2-RELEASE, netbsd-5-0-1-RELEASE, netbsd-5-0, matt-nb5-pq3-base, matt-nb5-pq3, matt-nb5-mips64-u2-k2-k4-k7-k8-k9, matt-nb5-mips64-u1-k1-k5, matt-nb5-mips64-premerge-20101231, matt-nb5-mips64-premerge-20091211, matt-nb5-mips64-k15, matt-nb5-mips64, matt-nb4-mips64-k7-u2a-k9b
Changes since 1.120.2.3: +4 -2 lines
Diff to previous 1.120.2.3 (colored) to branchpoint 1.120 (colored) next main 1.121 (colored) to selected 1.104.2.2 (colored)

Pull up following revision(s) (requested by hannken in ticket #617):
	share/man/man5/rc.conf.5: revision 1.128
Document ipfilter_flags.

Revision 1.128 / (download) - annotate - [select for diffs], Fri Mar 27 09:11:36 2009 UTC (15 years ago) by hannken
Branch: MAIN
Changes since 1.127: +4 -2 lines
Diff to previous 1.127 (colored) to selected 1.104.2.2 (colored)

Document ipfilter_flags.

Revision 1.120.2.3 / (download) - annotate - [select for diffs], Fri Feb 6 00:51:42 2009 UTC (15 years, 2 months ago) by snj
Branch: netbsd-5
CVS Tags: netbsd-5-0-RC3, netbsd-5-0-RC2
Changes since 1.120.2.2: +52 -3 lines
Diff to previous 1.120.2.2 (colored) to branchpoint 1.120 (colored) to selected 1.104.2.2 (colored)

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

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

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

Revision 1.127 / (download) - annotate - [select for diffs], Sun Jan 4 12:10:30 2009 UTC (15 years, 3 months ago) by apb
Branch: MAIN
Branch point for: jym-xensuspend
Changes since 1.126: +52 -3 lines
Diff to previous 1.126 (colored) to selected 1.104.2.2 (colored)

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

Revision 1.126 / (download) - annotate - [select for diffs], Sat Dec 20 17:17:05 2008 UTC (15 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.125: +4 -4 lines
Diff to previous 1.125 (colored) to selected 1.104.2.2 (colored)

Drop trailing whitespace. Bump date for poffd.

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

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

Revision 1.124 / (download) - annotate - [select for diffs], Thu Dec 11 15:44:23 2008 UTC (15 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.123: +5 -6 lines
Diff to previous 1.123 (colored) to selected 1.104.2.2 (colored)

Bump date for previous, improve wording a bit.

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

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

Revision 1.120.2.1 / (download) - annotate - [select for diffs], Wed Nov 12 23:43:49 2008 UTC (15 years, 5 months ago) by snj
Branch: netbsd-5
Changes since 1.120: +4 -2 lines
Diff to previous 1.120 (colored) to selected 1.104.2.2 (colored)

Pull up following revision(s) (requested by reed in ticket #46):
	share/man/man5/rc.conf.5: revision 1.121
Reference  secmodel_securelevel(9) manual page.

Revision 1.122 / (download) - annotate - [select for diffs], Wed Nov 12 12:35:53 2008 UTC (15 years, 5 months ago) by ad
Branch: MAIN
Changes since 1.121: +1 -7 lines
Diff to previous 1.121 (colored) to selected 1.104.2.2 (colored)

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

Proposed on tech-kern@.

Revision 1.121 / (download) - annotate - [select for diffs], Tue Nov 11 00:18:48 2008 UTC (15 years, 5 months ago) by reed
Branch: MAIN
Changes since 1.120: +4 -2 lines
Diff to previous 1.120 (colored) to selected 1.104.2.2 (colored)

Reference  secmodel_securelevel(9) manual page.

Revision 1.114.10.3 / (download) - annotate - [select for diffs], Sun Oct 5 20:11:22 2008 UTC (15 years, 6 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.114.10.2: +31 -14 lines
Diff to previous 1.114.10.2 (colored) to branchpoint 1.114 (colored) next main 1.115 (colored) to selected 1.104.2.2 (colored)

Sync with HEAD.

Revision 1.120 / (download) - annotate - [select for diffs], Sat Sep 20 12:12:38 2008 UTC (15 years, 7 months ago) by apb
Branch: MAIN
CVS Tags: netbsd-5-base, mjf-devfs2-base, matt-mips64-base2
Branch point for: netbsd-5
Changes since 1.119: +32 -15 lines
Diff to previous 1.119 (colored) to selected 1.104.2.2 (colored)

* Allow multiple commands in $ifconfig_xxN variables in rc.conf(5).
  This may be done either by embedding newlines in the value,
  or by using semicolons to represent line breaks (but not both at once).
* Allow shell quoting insode $ifconfig_xxN variables or /etc/ifconfig.xxN
  files.  This allows something like ifconfig_wi0="ssid 'my network'; dhcp"

Revision 1.114.10.2 / (download) - annotate - [select for diffs], Sun Jun 29 08:51:20 2008 UTC (15 years, 9 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.114.10.1: +25 -1 lines
Diff to previous 1.114.10.1 (colored) to branchpoint 1.114 (colored) to selected 1.104.2.2 (colored)

Sync with HEAD.

Revision 1.115.4.1 / (download) - annotate - [select for diffs], Mon Jun 23 04:30:01 2008 UTC (15 years, 9 months ago) by wrstuden
Branch: wrstuden-revivesa
Changes since 1.115: +60 -4 lines
Diff to previous 1.115 (colored) next main 1.116 (colored) to selected 1.104.2.2 (colored)

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

Revision 1.119 / (download) - annotate - [select for diffs], Wed Jun 18 09:06:26 2008 UTC (15 years, 10 months ago) by yamt
Branch: MAIN
CVS Tags: wrstuden-revivesa-base-3, wrstuden-revivesa-base-2, wrstuden-revivesa-base-1, wrstuden-revivesa-base
Changes since 1.118: +26 -2 lines
Diff to previous 1.118 (colored) to selected 1.104.2.2 (colored)

merge yamt-pf42 branch.
(import newer pf from OpenBSD 4.2)

ok'ed by peter@.  requested by core@

Revision 1.115.2.2 / (download) - annotate - [select for diffs], Fri Jun 13 17:30:53 2008 UTC (15 years, 10 months ago) by peter
Branch: yamt-pf42
Changes since 1.115.2.1: +26 -2 lines
Diff to previous 1.115.2.1 (colored) to branchpoint 1.115 (colored) next main 1.116 (colored) to selected 1.104.2.2 (colored)

Document pf configuration.

Revision 1.115.2.1 / (download) - annotate - [select for diffs], Wed Jun 4 02:04:38 2008 UTC (15 years, 10 months ago) by yamt
Branch: yamt-pf42
Changes since 1.115: +36 -4 lines
Diff to previous 1.115 (colored) to selected 1.104.2.2 (colored)

sync with head

Revision 1.114.10.1 / (download) - annotate - [select for diffs], Mon Jun 2 13:21:40 2008 UTC (15 years, 10 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.114: +42 -4 lines
Diff to previous 1.114 (colored) to selected 1.104.2.2 (colored)

Sync with HEAD.

Revision 1.118 / (download) - annotate - [select for diffs], Fri May 30 07:41:42 2008 UTC (15 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: yamt-pf42-base4, yamt-pf42-base3
Changes since 1.117: +3 -3 lines
Diff to previous 1.117 (colored) to selected 1.104.2.2 (colored)

Fix xref. End sentence with a dot.

Revision 1.117 / (download) - annotate - [select for diffs], Fri May 30 02:29:37 2008 UTC (15 years, 10 months ago) by mrg
Branch: MAIN
Changes since 1.116: +24 -1 lines
Diff to previous 1.116 (colored) to selected 1.104.2.2 (colored)

convert the rest of my licenses to 2-clause, extracting myself out
from a group as necessary.

bozohttpd remains, but it will get fixed next time i update it.

Revision 1.116 / (download) - annotate - [select for diffs], Thu May 29 15:38:35 2008 UTC (15 years, 10 months ago) by joerg
Branch: MAIN
Changes since 1.115: +13 -4 lines
Diff to previous 1.115 (colored) to selected 1.104.2.2 (colored)

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

Revision 1.115 / (download) - annotate - [select for diffs], Tue Apr 15 11:17:48 2008 UTC (16 years ago) by plunky
Branch: MAIN
CVS Tags: yamt-pf42-baseX, yamt-pf42-base2, yamt-pf42-base, hpcarm-cleanup-nbase
Branch point for: yamt-pf42, wrstuden-revivesa
Changes since 1.114: +7 -1 lines
Diff to previous 1.114 (colored) to selected 1.104.2.2 (colored)

some changes to serial bluetooth host controller interfaces

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

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

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

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

Revision 1.109.4.1 / (download) - annotate - [select for diffs], Mon Oct 29 00:45:10 2007 UTC (16 years, 5 months ago) by wrstuden
Branch: wrstuden-fixsa
Changes since 1.109: +3 -19 lines
Diff to previous 1.109 (colored) next main 1.110 (colored) to selected 1.104.2.2 (colored)

Catch up with 4.0 RC3

Revision 1.109.2.1 / (download) - annotate - [select for diffs], Sun Oct 14 04:13:02 2007 UTC (16 years, 6 months ago) by riz
Branch: netbsd-4
CVS Tags: wrstuden-fixsa-newbase, wrstuden-fixsa-base-1, wrstuden-fixsa-base, netbsd-4-0-RELEASE, netbsd-4-0-RC5, netbsd-4-0-RC4, netbsd-4-0-RC3, netbsd-4-0-1-RELEASE, netbsd-4-0
Changes since 1.109: +3 -19 lines
Diff to previous 1.109 (colored) next main 1.110 (colored) to selected 1.104.2.2 (colored)

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

Revision 1.114 / (download) - annotate - [select for diffs], Tue May 15 19:47:43 2007 UTC (16 years, 11 months ago) by elad
Branch: MAIN
CVS Tags: matt-mips64-base, matt-mips64, matt-armv6-prevmlocking, matt-armv6-nbase, matt-armv6-base, matt-armv6, keiichi-mipv6-nbase, keiichi-mipv6-base, keiichi-mipv6, hpcarm-cleanup-base, hpcarm-cleanup, cube-autoconf-base, cube-autoconf
Branch point for: mjf-devfs2
Changes since 1.113: +7 -2 lines
Diff to previous 1.113 (colored) to selected 1.104.2.2 (colored)

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

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

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

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

  - Fix table deletion logic.

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


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

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

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

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

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


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

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

        # veriexecctl dump > /etc/signatures

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

    Idea from Brett Lymn.

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

        # veriexecctl flush

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

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


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

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

  - Some of the messages Veriexec prints were improved.

  - Various documentation fixes.


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

Binary compatibility with existing veriexecctl binaries is maintained.

Revision 1.113 / (download) - annotate - [select for diffs], Sun Mar 18 15:53:54 2007 UTC (17 years, 1 month ago) by plunky
Branch: MAIN
Changes since 1.112: +3 -19 lines
Diff to previous 1.112 (colored) to selected 1.104.2.2 (colored)

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

Revision 1.112 / (download) - annotate - [select for diffs], Sun Feb 4 08:19:26 2007 UTC (17 years, 2 months ago) by elad
Branch: MAIN
Changes since 1.111: +14 -2 lines
Diff to previous 1.111 (colored) to selected 1.104.2.2 (colored)

Add support for per-user /tmp.

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

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

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

Revision 1.111 / (download) - annotate - [select for diffs], Sat Dec 23 09:12:35 2006 UTC (17 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.110: +2 -2 lines
Diff to previous 1.110 (colored) to selected 1.104.2.2 (colored)

Undo accidental change in 1.109.

Revision 1.110 / (download) - annotate - [select for diffs], Mon Dec 4 03:52:26 2006 UTC (17 years, 4 months ago) by rpaulo
Branch: MAIN
Changes since 1.109: +10 -3 lines
Diff to previous 1.109 (colored) to selected 1.104.2.2 (colored)

Mention wpa_supplicant rc script.
Noted by hubertf@

Revision 1.109 / (download) - annotate - [select for diffs], Fri Oct 13 21:21:47 2006 UTC (17 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: netbsd-4-base, netbsd-4-0-RC2, netbsd-4-0-RC1
Branch point for: wrstuden-fixsa, netbsd-4
Changes since 1.108: +2 -2 lines
Diff to previous 1.108 (colored) to selected 1.104.2.2 (colored)

Bump date for previous.

Revision 1.108 / (download) - annotate - [select for diffs], Tue Oct 10 03:24:51 2006 UTC (17 years, 6 months ago) by reed
Branch: MAIN
Changes since 1.107: +4 -6 lines
Diff to previous 1.107 (colored) to selected 1.104.2.2 (colored)

Instead of pointing to vi man page, refer to new virecover
man page for the virecover details.

Revision 1.104.2.2 / (download) - annotate - [selected], Thu Sep 14 21:16:33 2006 UTC (17 years, 7 months ago) by riz
Branch: abandoned-netbsd-4
Changes since 1.104.2.1: +4 -10 lines
Diff to previous 1.104.2.1 (colored) to branchpoint 1.104 (colored) next main 1.105 (colored)

Pull up following revision(s) (requested by plunky in ticket #161):
	sys/dev/bluetooth/btdev.h: revision 1.4
	distrib/sets/lists/comp/mi: revision 1.922
	usr.sbin/postinstall/postinstall: revision 1.25
	sys/netbt/hci_unit.c: revision 1.3
	sys/netbt/hci_ioctl.c: revision 1.4
	usr.sbin/sdpd/profile.c: revision 1.2
	usr.sbin/btdevctl/btdevctl.c: revision 1.2
	share/man/man4/Makefile: revision 1.405
	distrib/sets/lists/man/mi: revision 1.930
	distrib/sets/lists/etc/mi: revision 1.176
	usr.sbin/sdpd/profile.c: revision 1.3
	usr.sbin/btdevctl/btdevctl.c: revision 1.3
	etc/MAKEDEV.tmpl: revision 1.62
	distrib/sets/lists/base/mi: revision 1.650
	usr.sbin/btdevctl/btdevctl.h: revision 1.2
	usr.bin/sdpquery/sdpquery.1: revision 1.4
	sys/netbt/rfcomm_session.c: revision 1.2
	usr.sbin/btdevctl/btdevctl.8: revision 1.3
	usr.bin/sdpquery/search.c: revision 1.2
	usr.sbin/sdpd/Makefile: revision 1.2
	sys/dev/bluetooth/Makefile: revision 1.3
	usr.sbin/btdevctl/cfg.c: file removal
	sys/netbt/files.netbt: revision 1.4
	usr.sbin/btdevctl/sdp.c: revision 1.1
	sys/dev/bluetooth/bthidev.c: revision 1.3
	etc/bluetooth/Makefile: revision 1.3
	sys/dev/pcmcia/files.pcmcia: revision 1.51
	sys/dev/bluetooth/bthidev.c: revision 1.4
	sys/dev/bluetooth/bthidev.h: revision 1.3
	usr.sbin/btdevctl/dev.c: file removal
	sys/dev/bluetooth/files.bluetooth: revision 1.10
	sys/arch/i386/conf/GENERIC: revision 1.777
	share/man/man4/ubt.4: revision 1.6
	share/man/man4/bthub.4: revision 1.3
	sys/netbt/hci.h: revision 1.5
	sys/arch/i386/conf/GENERIC_LAPTOP: revision 1.202
	lib/libsdp/sdp.h: revision 1.2
	usr.sbin/btdevctl/print.c: revision 1.1
	share/man/man4/bthidev.4: revision 1.5
	share/man/man4/btdev.4: file removal
	usr.sbin/btdevctl/print.c: revision 1.2
	sys/arch/i386/conf/GENERIC_LAPTOP: revision 1.205
	usr.sbin/btdevctl/Makefile: revision 1.2
	sys/dev/usb/files.usb: revision 1.70
	sys/netbt/l2cap_signal.c: revision 1.2
	sys/netbt/hci_link.c: revision 1.4
	sys/dev/bluetooth/bthub.c: revision 1.3
	share/man/man4/btsco.4: revision 1.5
	sys/netbt/hci_link.c: revision 1.5
	share/man/man4/btdev.4: revision 1.4
	sys/dev/bluetooth/btkbd.c: revision 1.3
	sys/dev/bluetooth/btdev.c: file removal
	sys/netbt/hci_event.c: revision 1.2
	sys/dev/bluetooth/btsco.h: revision 1.2
	etc/mtree/special: revision 1.101
	sys/dev/bluetooth/btsco.c: revision 1.3
	sys/conf/majors: revision 1.27
	usr.sbin/sdpd/hf.c: revision 1.1
	sys/dev/bluetooth/btsco.c: revision 1.4
	share/man/man5/rc.conf.5: revision 1.107
	sys/dev/bluetooth/btdev.c: revision 1.2
	etc/rc.d/btdevctl: revision 1.2
	usr.sbin/btdevctl/db.c: revision 1.1
	etc/rc.d/btdevctl: revision 1.3
	etc/bluetooth/btdevctl.conf: revision 1.1
	usr.sbin/btdevctl/hid.c: file removal
	sys/arch/i386/conf/GENERIC: revision 1.781
	sys/dev/bluetooth/btdev.h: revision 1.3
Make btdev default count explicit
Fix typo in variable name
update to bluetooth device attachment:
remove pseudo-device btdev(4) and inherent limitations
add bthub(4) which autoconfigures at bluetooth controllers as they
are enabled. bluetooth devices now attach here.
btdevctl(8) and its cache is updated to handle new semantics
etc/rc.d/btdevctl is updated to configure devices from a list
in /etc/bluetooth/btdevctl.conf
also include service name in dictionary being sent to kernel.
(this is not used just yet, but it might be in the future and it will
be easier if we dont have to provide code to handle its absence)
clarify the CAVEAT section somewhat
Add service discovery support for the Handsfree profile
Replace static 'FreeBSD' string with operating system name gleaned
from uname(3)
Halt the callout on detach
btsco.c:
 - sco_getopt(..., SO_SCO_MTU, ...) expects the address of a uint16_t,
   not an int. So change sc_mtu's type to uint16_t.
 - Try a little harder to ensure btsco_round_blocksize() does not
   return zero. Prevents a subsequent panic in audio_init_ringbuffer().
	from scw@
Endian issues:
hci_event.c:
 - Convert memo->response.clock_offset to host-endian.
hci_ioctl.c:
 - printf format tweak (size_t)
hci_link.c:
 - Convert memo->response.clock_offset from host-endian.
 - Tweak a DIAGNOSTIC message.
l2cap_signal.c:
 - In l2cap_recv_config_req(), rp->scid is little-endian so make sure
   we convert from host-endian.
	from scw@
hci_link.c:
 - In hci_link_free(), do not unlink items from a LIST queue within
   a LIST_FOREACH() iterator.
rfcomm_session.c:
 - In rfcomm_session_recv_mcc_nsc(), do not unlink items from a LIST
   queue within a LIST_FOREACH() iterator.
	from scw@
guard against a possible situation where the list of l2cap channels is changed
when the bluetooth code is not expecting it to be. During a disconnect, we can
detach the channel that is being disconnected, but its not really safe to detach
any others.
Print explicit 64-bit types using the format macros from int_fmtio.h.
Unbreaks the build for our LP64 ports, where "long long" typically is
not 64 bits.

Revision 1.107 / (download) - annotate - [select for diffs], Sun Sep 10 15:45:56 2006 UTC (17 years, 7 months ago) by plunky
Branch: MAIN
Changes since 1.106: +4 -10 lines
Diff to previous 1.106 (colored) to selected 1.104.2.2 (colored)

update to bluetooth device attachment:

remove pseudo-device btdev(4) and inherent limitations

add bthub(4) which autoconfigures at bluetooth controllers as they
are enabled. bluetooth devices now attach here.

btdevctl(8) and its cache is updated to handle new semantics

etc/rc.d/btdevctl is updated to configure devices from a list
in /etc/bluetooth/btdevctl.conf

Revision 1.104.2.1 / (download) - annotate - [select for diffs], Thu Sep 7 13:47:51 2006 UTC (17 years, 7 months ago) by tron
Branch: abandoned-netbsd-4
Changes since 1.104: +4 -4 lines
Diff to previous 1.104 (colored) to selected 1.104.2.2 (colored)

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

Revision 1.106 / (download) - annotate - [select for diffs], Tue Aug 22 17:01:54 2006 UTC (17 years, 8 months ago) by christos
Branch: MAIN
Changes since 1.105: +2 -50 lines
Diff to previous 1.105 (colored) to selected 1.104.2.2 (colored)

sendmail is no more. from our anonymous admirer.

Revision 1.105 / (download) - annotate - [select for diffs], Sun Aug 13 09:03:23 2006 UTC (17 years, 8 months ago) by plunky
Branch: MAIN
Changes since 1.104: +4 -4 lines
Diff to previous 1.104 (colored) to selected 1.104.2.2 (colored)

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

Revision 1.104 / (download) - annotate - [select for diffs], Sun Jul 30 00:18:09 2006 UTC (17 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: abandoned-netbsd-4-base
Branch point for: abandoned-netbsd-4
Changes since 1.103: +19 -12 lines
Diff to previous 1.103 (colored) to selected 1.104.2.2 (colored)

Bump date for previous. New sentence, new line.

Revision 1.103 / (download) - annotate - [select for diffs], Wed Jul 26 11:14:55 2006 UTC (17 years, 8 months ago) by tron
Branch: MAIN
Changes since 1.102: +12 -1 lines
Diff to previous 1.102 (colored) to selected 1.104.2.2 (colored)

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

Revision 1.102 / (download) - annotate - [select for diffs], Mon Jun 19 15:44:44 2006 UTC (17 years, 10 months ago) by gdamore
Branch: MAIN
Changes since 1.101: +54 -1 lines
Diff to previous 1.101 (colored) to selected 1.104.2.2 (colored)

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

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

Drivers for both PCMCIA and USB bluetooth controllers are included.

Revision 1.101 / (download) - annotate - [select for diffs], Sun Apr 30 15:37:44 2006 UTC (17 years, 11 months ago) by wiz
Branch: MAIN
CVS Tags: chap-midi-nbase, chap-midi-base, chap-midi
Changes since 1.100: +2 -2 lines
Diff to previous 1.100 (colored) to selected 1.104.2.2 (colored)

Remove trailing space.

Revision 1.100 / (download) - annotate - [select for diffs], Sun Apr 30 15:28:34 2006 UTC (17 years, 11 months ago) by rpaulo
Branch: MAIN
Changes since 1.99: +17 -2 lines
Diff to previous 1.99 (colored) to selected 1.104.2.2 (colored)

Add irdaattach and hostapd.

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

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

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

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

Revision 1.98 / (download) - annotate - [select for diffs], Thu Feb 9 23:19:39 2006 UTC (18 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.97: +5 -3 lines
Diff to previous 1.97 (colored) to selected 1.104.2.2 (colored)

New sentence, new line.

Revision 1.92.2.1 / (download) - annotate - [select for diffs], Tue Dec 6 23:29:35 2005 UTC (18 years, 4 months ago) by tron
Branch: netbsd-3
CVS Tags: netbsd-3-0-RELEASE, netbsd-3-0-RC6, netbsd-3-0-3-RELEASE, netbsd-3-0-2-RELEASE, netbsd-3-0-1-RELEASE, netbsd-3-0
Changes since 1.92: +18 -2 lines
Diff to previous 1.92 (colored) to selected 1.104.2.2 (colored)

Pull up following revision(s) (requested by elad in ticket #974):
	share/man/man5/rc.conf.5: revision 1.95 via patch
Add information about recently added veriexec_strict and veriexec_verbose
rc.conf variables.

Revision 1.97 / (download) - annotate - [select for diffs], Thu Nov 24 19:32:35 2005 UTC (18 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.96: +2 -2 lines
Diff to previous 1.96 (colored) to selected 1.104.2.2 (colored)

Drop trailing whitespace.

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

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

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

Revision 1.95 / (download) - annotate - [select for diffs], Sat Nov 19 19:59:24 2005 UTC (18 years, 5 months ago) by elad
Branch: MAIN
Changes since 1.94: +19 -3 lines
Diff to previous 1.94 (colored) to selected 1.104.2.2 (colored)

Add information about recently added veriexec_strict and veriexec_verbose
rc.conf variables.

Revision 1.94 / (download) - annotate - [select for diffs], Sat Sep 17 19:39:48 2005 UTC (18 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.93: +2 -2 lines
Diff to previous 1.93 (colored) to selected 1.104.2.2 (colored)

Fix typo.

Revision 1.93 / (download) - annotate - [select for diffs], Sat Sep 17 19:32:11 2005 UTC (18 years, 7 months ago) by elad
Branch: MAIN
Changes since 1.92: +5 -2 lines
Diff to previous 1.92 (colored) to selected 1.104.2.2 (colored)

Document permit_nonalpha.
PR/20497.

Revision 1.88.2.3 / (download) - annotate - [select for diffs], Fri Jul 23 08:41:59 2004 UTC (19 years, 9 months ago) by tron
Branch: netbsd-2-0
CVS Tags: netbsd-2-base, netbsd-2-1-RELEASE, netbsd-2-1-RC6, netbsd-2-1-RC5, netbsd-2-1-RC4, netbsd-2-1-RC3, netbsd-2-1-RC2, netbsd-2-1-RC1, netbsd-2-1, netbsd-2-0-RELEASE, netbsd-2-0-RC5, netbsd-2-0-RC4, netbsd-2-0-RC3, netbsd-2-0-RC2, netbsd-2-0-RC1, netbsd-2-0-3-RELEASE, netbsd-2-0-2-RELEASE, netbsd-2-0-1-RELEASE, netbsd-2
Changes since 1.88.2.2: +7 -4 lines
Diff to previous 1.88.2.2 (colored) to branchpoint 1.88 (colored) next main 1.89 (colored) to selected 1.104.2.2 (colored)

Pull up revision 1.92 (requested by atatat in ticket #686):
More better description of current state of sendmail stuff in more
places.  This is intended to make some people a tad happier.

Revision 1.92 / (download) - annotate - [select for diffs], Thu Jul 22 03:44:12 2004 UTC (19 years, 9 months ago) by atatat
Branch: MAIN
CVS Tags: netbsd-3-base, netbsd-3-0-RC5, netbsd-3-0-RC4, netbsd-3-0-RC3, netbsd-3-0-RC2, netbsd-3-0-RC1
Branch point for: netbsd-3
Changes since 1.91: +8 -5 lines
Diff to previous 1.91 (colored) to selected 1.104.2.2 (colored)

More better description of current state of sendmail stuff in more
places.  This is intended to make some people a tad happier.

Revision 1.88.2.2 / (download) - annotate - [select for diffs], Thu Jul 15 19:38:38 2004 UTC (19 years, 9 months ago) by he
Branch: netbsd-2-0
Changes since 1.88.2.1: +14 -1 lines
Diff to previous 1.88.2.1 (colored) to branchpoint 1.88 (colored) to selected 1.104.2.2 (colored)

Pull up revision 1.90 (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.88.2.1 / (download) - annotate - [select for diffs], Thu Jul 15 19:21:31 2004 UTC (19 years, 9 months ago) by he
Branch: netbsd-2-0
Changes since 1.88: +5 -1 lines
Diff to previous 1.88 (colored) to selected 1.104.2.2 (colored)

Pull up revision 1.89 (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.91 / (download) - annotate - [select for diffs], Thu Jul 15 10:45:33 2004 UTC (19 years, 9 months ago) by wiz
Branch: MAIN
Changes since 1.90: +3 -3 lines
Diff to previous 1.90 (colored) to selected 1.104.2.2 (colored)

Bump date for previous; mark up path with Pa.

Revision 1.90 / (download) - annotate - [select for diffs], Thu Jul 15 03:47:18 2004 UTC (19 years, 9 months ago) by atatat
Branch: MAIN
Changes since 1.89: +14 -1 lines
Diff to previous 1.89 (colored) to selected 1.104.2.2 (colored)

Change the default settings for sendmail.

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

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

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

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

Revision 1.88 / (download) - annotate - [select for diffs], Thu Jan 15 09:14:54 2004 UTC (20 years, 3 months ago) by jmmv
Branch: MAIN
CVS Tags: netbsd-2-0-base
Branch point for: netbsd-2-0
Changes since 1.87: +368 -368 lines
Diff to previous 1.87 (colored) to selected 1.104.2.2 (colored)

Sort lists of variables alphabetically.  Also adjust "see also" entries to
refer to manpages related to the rc.d infrastructure.

Revision 1.87 / (download) - annotate - [select for diffs], Wed Jan 14 21:51:18 2004 UTC (20 years, 3 months ago) by jmmv
Branch: MAIN
Changes since 1.86: +10 -2 lines
Diff to previous 1.86 (colored) to selected 1.104.2.2 (colored)

Document the veriexec variable.

Revision 1.86 / (download) - annotate - [select for diffs], Mon Jan 12 05:25:39 2004 UTC (20 years, 3 months ago) by uebayasi
Branch: MAIN
Changes since 1.85: +2 -2 lines
Diff to previous 1.85 (colored) to selected 1.104.2.2 (colored)

Refine English.  From Luke.

Revision 1.85 / (download) - annotate - [select for diffs], Mon Jan 12 04:40:00 2004 UTC (20 years, 3 months ago) by uebayasi
Branch: MAIN
Changes since 1.84: +13 -2 lines
Diff to previous 1.84 (colored) to selected 1.104.2.2 (colored)

Now /etc/rc.d/virecover can be configurable by rc.conf(5).  Reflect
it.  Bump date.

Revision 1.61.2.5 / (download) - annotate - [select for diffs], Wed Dec 24 04:41:23 2003 UTC (20 years, 3 months ago) by jmc
Branch: netbsd-1-6
CVS Tags: netbsd-1-6-PATCH002-RELEASE, netbsd-1-6-PATCH002-RC4, netbsd-1-6-PATCH002
Changes since 1.61.2.4: +2 -2 lines
Diff to previous 1.61.2.4 (colored) to branchpoint 1.61 (colored) next main 1.62 (colored) to selected 1.104.2.2 (colored)

Pullup rev 1.84 (requested by wiz in ticket #1574)

Fix typo. PR#23622 and PR#23722

Revision 1.84 / (download) - annotate - [select for diffs], Tue Dec 2 13:14:28 2003 UTC (20 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.83: +2 -2 lines
Diff to previous 1.83 (colored) to selected 1.104.2.2 (colored)

Fix typo. Closes PR 23622 by James Whitwell.

Revision 1.61.2.4 / (download) - annotate - [select for diffs], Mon Oct 27 04:42:54 2003 UTC (20 years, 5 months ago) by jmc
Branch: netbsd-1-6
CVS Tags: netbsd-1-6-PATCH002-RC3, netbsd-1-6-PATCH002-RC2, netbsd-1-6-PATCH002-RC1
Changes since 1.61.2.3: +18 -1 lines
Diff to previous 1.61.2.3 (colored) to branchpoint 1.61 (colored) to selected 1.104.2.2 (colored)

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

Allow custom fsck options via fsck_flags.

Revision 1.83 / (download) - annotate - [select for diffs], Sun Oct 26 08:11:51 2003 UTC (20 years, 5 months ago) by wiz
Branch: MAIN
Changes since 1.82: +2 -4 lines
Diff to previous 1.82 (colored) to selected 1.104.2.2 (colored)

Bump date for previous.
Do not turn off hyphenation (no reason).

Revision 1.82 / (download) - annotate - [select for diffs], Sun Oct 26 07:58:44 2003 UTC (20 years, 5 months ago) by martti
Branch: MAIN
Changes since 1.81: +18 -1 lines
Diff to previous 1.81 (colored) to selected 1.104.2.2 (colored)

Added descripton about fsck_flags

Revision 1.81 / (download) - annotate - [select for diffs], Fri Jun 27 22:33:19 2003 UTC (20 years, 9 months ago) by wiz
Branch: MAIN
Changes since 1.80: +3 -3 lines
Diff to previous 1.80 (colored) to selected 1.104.2.2 (colored)

Pa Sy -> Sy.

Revision 1.80 / (download) - annotate - [select for diffs], Sun Apr 6 15:24:09 2003 UTC (21 years ago) by wiz
Branch: MAIN
Changes since 1.79: +16 -5 lines
Diff to previous 1.79 (colored) to selected 1.104.2.2 (colored)

Document mixerctl behaviour during startup better.
Based on PR 21023 by Quentin Garnier.

Revision 1.79 / (download) - annotate - [select for diffs], Wed Apr 2 19:19:18 2003 UTC (21 years ago) by wiz
Branch: MAIN
Changes since 1.78: +2 -2 lines
Diff to previous 1.78 (colored) to selected 1.104.2.2 (colored)

Bump date.

Revision 1.78 / (download) - annotate - [select for diffs], Wed Apr 2 18:26:53 2003 UTC (21 years ago) by atatat
Branch: MAIN
Changes since 1.77: +25 -1 lines
Diff to previous 1.77 (colored) to selected 1.104.2.2 (colored)

Documentation for the new sendmail related rc.conf variables, and the
interactions between them.

Revision 1.77 / (download) - annotate - [select for diffs], Mon Mar 10 22:47:44 2003 UTC (21 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.76: +2 -2 lines
Diff to previous 1.76 (colored) to selected 1.104.2.2 (colored)

x68k, not x86k. PR 20650 by Josh Glover.

Revision 1.76 / (download) - annotate - [select for diffs], Tue Feb 25 10:35:15 2003 UTC (21 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.75: +3 -3 lines
Diff to previous 1.75 (colored) to selected 1.104.2.2 (colored)

.Nm does not need a dummy argument ("") before punctuation or
for correct formatting of the SYNOPSIS any longer.

Revision 1.75 / (download) - annotate - [select for diffs], Wed Dec 18 19:29:26 2002 UTC (21 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: fvdl_fs64_base
Changes since 1.74: +3 -3 lines
Diff to previous 1.74 (colored) to selected 1.104.2.2 (colored)

Grammar fix, and drop a trailing space.

Revision 1.74 / (download) - annotate - [select for diffs], Wed Dec 4 22:59:51 2002 UTC (21 years, 4 months ago) by martin
Branch: MAIN
Changes since 1.73: +17 -1 lines
Diff to previous 1.73 (colored) to selected 1.104.2.2 (colored)

Document the force_down_interfaces variable.

Revision 1.73 / (download) - annotate - [select for diffs], Fri Nov 29 19:11:45 2002 UTC (21 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.72: +3 -2 lines
Diff to previous 1.72 (colored) to selected 1.104.2.2 (colored)

New sentence, new line.

Revision 1.72 / (download) - annotate - [select for diffs], Tue Nov 26 12:25:53 2002 UTC (21 years, 4 months ago) by grant
Branch: MAIN
Changes since 1.71: +10 -10 lines
Diff to previous 1.71 (colored) to selected 1.104.2.2 (colored)

Improve ipmon_flags.

From Jason Lingohr <jason at lucid dot net dot au>.

Revision 1.71 / (download) - annotate - [select for diffs], Mon Nov 25 08:07:04 2002 UTC (21 years, 4 months ago) by grant
Branch: MAIN
Changes since 1.70: +5 -4 lines
Diff to previous 1.70 (colored) to selected 1.104.2.2 (colored)

New sentence, new line.

Revision 1.70 / (download) - annotate - [select for diffs], Mon Nov 25 08:06:37 2002 UTC (21 years, 4 months ago) by grant
Branch: MAIN
Changes since 1.69: +21 -2 lines
Diff to previous 1.69 (colored) to selected 1.104.2.2 (colored)

add ipmon_flags. from freebsd.

Revision 1.61.2.3 / (download) - annotate - [select for diffs], Sun Nov 24 15:42:48 2002 UTC (21 years, 4 months ago) by tron
Branch: netbsd-1-6
CVS Tags: netbsd-1-6-PATCH001-RELEASE, netbsd-1-6-PATCH001-RC3, netbsd-1-6-PATCH001-RC2, netbsd-1-6-PATCH001-RC1, netbsd-1-6-PATCH001
Changes since 1.61.2.2: +4 -3 lines
Diff to previous 1.61.2.2 (colored) to branchpoint 1.61 (colored) to selected 1.104.2.2 (colored)

Pull up revision 1.65 (requested by abs in ticket #732):
Append ' - see rc.conf(5)' to unset variable warning:
	/etc/rc.d/fu: WARNING: $fu is not set properly - see rc.conf(5).
Add a note to rc.conf that third party packages may test for additional
variables.

Revision 1.69 / (download) - annotate - [select for diffs], Fri Oct 25 21:00:45 2002 UTC (21 years, 5 months ago) by wiz
Branch: MAIN
Changes since 1.68: +10 -1 lines
Diff to previous 1.68 (colored) to selected 1.104.2.2 (colored)

Mention wsmoused(8) in some places (based on patch from PR 18801 by
Julio Merino).

Revision 1.68 / (download) - annotate - [select for diffs], Wed Oct 2 15:26:29 2002 UTC (21 years, 6 months ago) by wiz
Branch: MAIN
Changes since 1.67: +2 -2 lines
Diff to previous 1.67 (colored) to selected 1.104.2.2 (colored)

file systems, not filesystems.

Revision 1.67 / (download) - annotate - [select for diffs], Thu Aug 29 10:45:17 2002 UTC (21 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.66: +2 -2 lines
Diff to previous 1.66 (colored) to selected 1.104.2.2 (colored)

Drop trailing space.

Revision 1.66 / (download) - annotate - [select for diffs], Tue Aug 27 14:16:02 2002 UTC (21 years, 7 months ago) by takemura
Branch: MAIN
Changes since 1.65: +10 -1 lines
Diff to previous 1.65 (colored) to selected 1.104.2.2 (colored)

Added touch panel calibration utility.

Revision 1.65 / (download) - annotate - [select for diffs], Mon Aug 26 17:46:58 2002 UTC (21 years, 7 months ago) by abs
Branch: MAIN
Changes since 1.64: +4 -3 lines
Diff to previous 1.64 (colored) to selected 1.104.2.2 (colored)

Append ' - see rc.conf(5)' to unset variable warning:
	/etc/rc.d/fu: WARNING: $fu is not set properly - see rc.conf(5).
Add a note to rc.conf that third party packages may test for additional
variables.

Revision 1.64 / (download) - annotate - [select for diffs], Mon Jul 8 16:15:35 2002 UTC (21 years, 9 months ago) by atatat
Branch: MAIN
Changes since 1.63: +2 -1 lines
Diff to previous 1.63 (colored) to selected 1.104.2.2 (colored)

Cross reference rc.subr(8) from rc.conf(5).

Revision 1.61.2.2 / (download) - annotate - [select for diffs], Tue Jun 18 14:23:35 2002 UTC (21 years, 10 months ago) by lukem
Branch: netbsd-1-6
CVS Tags: netbsd-1-6-RELEASE, netbsd-1-6-RC3, netbsd-1-6-RC2, netbsd-1-6-RC1
Changes since 1.61.2.1: +5 -3 lines
Diff to previous 1.61.2.1 (colored) to branchpoint 1.61 (colored) to selected 1.104.2.2 (colored)

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

Revision 1.63 / (download) - annotate - [select for diffs], Mon Jun 17 06:47:59 2002 UTC (21 years, 10 months ago) by lukem
Branch: MAIN
Changes since 1.62: +5 -3 lines
Diff to previous 1.62 (colored) to selected 1.104.2.2 (colored)

ntpd_chrootdir needs /dev/clockctl as well

Revision 1.61.2.1 / (download) - annotate - [select for diffs], Sat Jun 15 02:15:00 2002 UTC (21 years, 10 months ago) by lukem
Branch: netbsd-1-6
Changes since 1.61: +5 -2 lines
Diff to previous 1.61 (colored) to selected 1.104.2.2 (colored)

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

Revision 1.62 / (download) - annotate - [select for diffs], Sat Jun 15 02:00:06 2002 UTC (21 years, 10 months ago) by lukem
Branch: MAIN
Changes since 1.61: +5 -2 lines
Diff to previous 1.61 (colored) to selected 1.104.2.2 (colored)

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

Revision 1.61 / (download) - annotate - [select for diffs], Sun May 19 01:01:34 2002 UTC (21 years, 11 months ago) by lukem
Branch: MAIN
CVS Tags: netbsd-1-6-base
Branch point for: netbsd-1-6
Changes since 1.60: +14 -2 lines
Diff to previous 1.60 (colored) to selected 1.104.2.2 (colored)

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

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

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

Revision 1.60 / (download) - annotate - [select for diffs], Mon Apr 29 10:27:14 2002 UTC (21 years, 11 months ago) by lukem
Branch: MAIN
Changes since 1.59: +24 -21 lines
Diff to previous 1.59 (colored) to selected 1.104.2.2 (colored)

- deprecate ip6forwarding in favour of ip6mode
- various grammar fixes

Revision 1.59 / (download) - annotate - [select for diffs], Mon Apr 29 05:56:25 2002 UTC (21 years, 11 months ago) by lukem
Branch: MAIN
Changes since 1.58: +2 -6 lines
Diff to previous 1.58 (colored) to selected 1.104.2.2 (colored)

deprecate $sshd_conf_dir (and hardcode as "/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.58 / (download) - annotate - [select for diffs], Thu Apr 18 12:13:07 2002 UTC (22 years ago) by lukem
Branch: MAIN
Changes since 1.57: +51 -9 lines
Diff to previous 1.57 (colored) to selected 1.104.2.2 (colored)

improve /etc/rc.conf.d/* documentation, as per reminder from matt green.

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

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

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

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

Revision 1.56 / (download) - annotate - [select for diffs], Thu Mar 21 23:14:03 2002 UTC (22 years, 1 month ago) by lukem
Branch: MAIN
Changes since 1.55: +8 -2 lines
Diff to previous 1.55 (colored) to selected 1.104.2.2 (colored)

swapoff

Revision 1.32.2.7 / (download) - annotate - [select for diffs], Wed Mar 6 22:25:07 2002 UTC (22 years, 1 month ago) by he
Branch: netbsd-1-5
CVS Tags: netbsd-1-5-PATCH003
Changes since 1.32.2.6: +14 -1 lines
Diff to previous 1.32.2.6 (colored) to branchpoint 1.32 (colored) next main 1.33 (colored) to selected 1.104.2.2 (colored)

Pull up revision 1.52 (requested by martti):
  Added ipfs to save state tables.  Use -D for ipmon.

Revision 1.55 / (download) - annotate - [select for diffs], Fri Mar 1 16:52:04 2002 UTC (22 years, 1 month ago) by mrg
Branch: MAIN
Changes since 1.54: +10 -1 lines
Diff to previous 1.54 (colored) to selected 1.104.2.2 (colored)

note that securelevel=0 ends up -> securelevel=1 (part of PR#13647)

Revision 1.54 / (download) - annotate - [select for diffs], Mon Feb 25 04:23:20 2002 UTC (22 years, 1 month ago) by lukem
Branch: MAIN
Changes since 1.53: +4 -8 lines
Diff to previous 1.53 (colored) to selected 1.104.2.2 (colored)

the rc_fast_and_loose behaviour is enabled if the variable != "", not
if it == "YES", so fix the documentation...

Revision 1.53 / (download) - annotate - [select for diffs], Sun Feb 24 13:00:41 2002 UTC (22 years, 1 month ago) by lukem
Branch: MAIN
Changes since 1.52: +6 -2 lines
Diff to previous 1.52 (colored) to selected 1.104.2.2 (colored)

sshd_conf_dir

Revision 1.52 / (download) - annotate - [select for diffs], Mon Feb 11 10:19:58 2002 UTC (22 years, 2 months ago) by martti
Branch: MAIN
Changes since 1.51: +14 -1 lines
Diff to previous 1.51 (colored) to selected 1.104.2.2 (colored)

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

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

Revision 1.51 / (download) - annotate - [select for diffs], Mon Jan 21 15:55:36 2002 UTC (22 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.50: +6 -6 lines
Diff to previous 1.50 (colored) to selected 1.104.2.2 (colored)

Punctuation nit, file system separation, and slight formatting improvements.

Revision 1.50 / (download) - annotate - [select for diffs], Mon Jan 21 15:40:55 2002 UTC (22 years, 3 months ago) by lukem
Branch: MAIN
Changes since 1.49: +177 -25 lines
Diff to previous 1.49 (colored) to selected 1.104.2.2 (colored)

- document rc_fast_and_loose, racoon, ifwatchd, altq, named_chrootdir,
  ntpd_chrootdir, ndbootd, isdnd, isdn_autoupdown, poffd, moused
- reorder some entries
- add "passes xxxx_flags" for some entries
- clarify the types of a few variables
- fix typos

Revision 1.49 / (download) - annotate - [select for diffs], Sat Sep 8 01:29:07 2001 UTC (22 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.48: +16 -16 lines
Diff to previous 1.48 (colored) to selected 1.104.2.2 (colored)

Whitespace/punctuation fixes.

Revision 1.48 / (download) - annotate - [select for diffs], Sat Aug 18 19:50:20 2001 UTC (22 years, 8 months ago) by ad
Branch: MAIN
Changes since 1.47: +8 -1 lines
Diff to previous 1.47 (colored) to selected 1.104.2.2 (colored)

Make newsyslog at boot optional, as it should have been.

Revision 1.47 / (download) - annotate - [select for diffs], Sun Jun 17 01:14:15 2001 UTC (22 years, 10 months ago) by lukem
Branch: MAIN
Changes since 1.46: +17 -17 lines
Diff to previous 1.46 (colored) to selected 1.104.2.2 (colored)

document $rcshutdown_timeout.
document $mountd.  (this one fixes [misc/13135])
remove $amd_master.  (this one fixes [misc/11971])

Revision 1.32.2.6 / (download) - annotate - [select for diffs], Wed May 2 22:51:58 2001 UTC (22 years, 11 months ago) by he
Branch: netbsd-1-5
CVS Tags: netbsd-1-5-PATCH002, netbsd-1-5-PATCH001
Changes since 1.32.2.5: +9 -4 lines
Diff to previous 1.32.2.5 (colored) to branchpoint 1.32 (colored) to selected 1.104.2.2 (colored)

Pull up revision 1.42 (requested by itojun):
  Add support for "!" and "#" syntax in /etc/ifconfig.*.

Revision 1.32.2.5 / (download) - annotate - [select for diffs], Thu Apr 26 09:34:43 2001 UTC (22 years, 11 months ago) by he
Branch: netbsd-1-5
Changes since 1.32.2.4: +3 -3 lines
Diff to previous 1.32.2.4 (colored) to branchpoint 1.32 (colored) to selected 1.104.2.2 (colored)

Pull up revision 1.44 (requested by wiz):
  Correct dhclient(8) and postfix(1) references.

Revision 1.46 / (download) - annotate - [select for diffs], Wed Apr 25 08:53:31 2001 UTC (22 years, 11 months ago) by mjl
Branch: MAIN
Changes since 1.45: +3 -3 lines
Diff to previous 1.45 (colored) to selected 1.104.2.2 (colored)

Fix typo and missing word. PR/12744 by Gael Queri.

Revision 1.45 / (download) - annotate - [select for diffs], Mon Apr 9 16:39:31 2001 UTC (23 years ago) by wiz
Branch: MAIN
Changes since 1.44: +7 -28 lines
Diff to previous 1.44 (colored) to selected 1.104.2.2 (colored)

Remove paragraph about gated(8). Noted by Hubert Feyrer.

Revision 1.44 / (download) - annotate - [select for diffs], Wed Apr 4 11:13:44 2001 UTC (23 years ago) by wiz
Branch: MAIN
Changes since 1.43: +3 -3 lines
Diff to previous 1.43 (colored) to selected 1.104.2.2 (colored)

dhclient(8), not (1), but postfix(1), not (8).

Revision 1.32.2.4 / (download) - annotate - [select for diffs], Mon Feb 26 22:40:35 2001 UTC (23 years, 1 month ago) by he
Branch: netbsd-1-5
Changes since 1.32.2.3: +1 -7 lines
Diff to previous 1.32.2.3 (colored) to branchpoint 1.32 (colored) to selected 1.104.2.2 (colored)

Pull up revision 1.43 (requested by mrg):
  Sshd is now integrated on NetBSD, so don't say otherwise.

Revision 1.43 / (download) - annotate - [select for diffs], Sat Feb 24 14:07:22 2001 UTC (23 years, 1 month ago) by mrg
Branch: MAIN
Changes since 1.42: +1 -7 lines
Diff to previous 1.42 (colored) to selected 1.104.2.2 (colored)

sshd is part of NetBSD these days.... this should have been updated when
ssh was integrated into netbsd, so as not to confuse people who think they
need to (and do) install some other ssh package on 1.5 or later machines.

Revision 1.42 / (download) - annotate - [select for diffs], Thu Jan 11 17:56:17 2001 UTC (23 years, 3 months ago) by itojun
Branch: MAIN
Changes since 1.41: +9 -4 lines
Diff to previous 1.41 (colored) to selected 1.104.2.2 (colored)

extend /etc/ifconfig.xxN, for comment lines (#) and shell script
fragment (!).  inspired by openbsd /etc/hostname.xxN.

Revision 1.41 / (download) - annotate - [select for diffs], Wed Jan 3 17:54:05 2001 UTC (23 years, 3 months ago) by itojun
Branch: MAIN
Changes since 1.40: +9 -1 lines
Diff to previous 1.40 (colored) to selected 1.104.2.2 (colored)

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

Revision 1.40 / (download) - annotate - [select for diffs], Fri Nov 17 10:14:20 2000 UTC (23 years, 5 months ago) by lukem
Branch: MAIN
Changes since 1.39: +10 -10 lines
Diff to previous 1.39 (colored) to selected 1.104.2.2 (colored)

use Dq as appropriate

Revision 1.39 / (download) - annotate - [select for diffs], Sun Oct 1 06:04:43 2000 UTC (23 years, 6 months ago) by lukem
Branch: MAIN
Changes since 1.38: +12 -3 lines
Diff to previous 1.38 (colored) to selected 1.104.2.2 (colored)

also note /etc/defaults/rc.conf

Revision 1.38 / (download) - annotate - [select for diffs], Fri Aug 11 02:39:27 2000 UTC (23 years, 8 months ago) by thorpej
Branch: MAIN
Changes since 1.37: +3 -3 lines
Diff to previous 1.37 (colored) to selected 1.104.2.2 (colored)

Clarify kdc section.

Revision 1.37 / (download) - annotate - [select for diffs], Fri Aug 11 02:25:52 2000 UTC (23 years, 8 months ago) by itojun
Branch: MAIN
Changes since 1.36: +5 -8 lines
Diff to previous 1.36 (colored) to selected 1.104.2.2 (colored)

kdc superseded kerberos.  not sure if the description is 100% right.

Revision 1.32.2.3 / (download) - annotate - [select for diffs], Wed Aug 9 19:15:32 2000 UTC (23 years, 8 months ago) by lukem
Branch: netbsd-1-5
CVS Tags: netbsd-1-5-RELEASE, netbsd-1-5-BETA2, netbsd-1-5-BETA, netbsd-1-5-ALPHA2
Changes since 1.32.2.2: +300 -121 lines
Diff to previous 1.32.2.2 (colored) to branchpoint 1.32 (colored) to selected 1.104.2.2 (colored)

pull up rev 1.35-1.36
approved by thorpej

	1.35:
	* update to match etc/rc.conf
	* clean up formatting

	1.36:
	document sshd.  add note that whilst sshd & gated are not part of the
	base system they are available in the optional package collection.

Revision 1.36 / (download) - annotate - [select for diffs], Tue Aug 8 19:01:03 2000 UTC (23 years, 8 months ago) by lukem
Branch: MAIN
Changes since 1.35: +21 -4 lines
Diff to previous 1.35 (colored) to selected 1.104.2.2 (colored)

document sshd.  add note that whilst sshd & gated are not part of the base
system they are available in the optional package collection.

Revision 1.35 / (download) - annotate - [select for diffs], Wed Jul 26 06:34:47 2000 UTC (23 years, 8 months ago) by lukem
Branch: MAIN
Changes since 1.34: +281 -119 lines
Diff to previous 1.34 (colored) to selected 1.104.2.2 (colored)

* update to match etc/rc.conf
* clean up formatting

Revision 1.32.2.2 / (download) - annotate - [select for diffs], Mon Jul 3 22:59:28 2000 UTC (23 years, 9 months ago) by thorpej
Branch: netbsd-1-5
Changes since 1.32.2.1: +35 -41 lines
Diff to previous 1.32.2.1 (colored) to branchpoint 1.32 (colored) to selected 1.104.2.2 (colored)

Pull up rev. 1.34:
Sync with reality:
- Remove update and defcorename.
- portmap is replaced with rpcbind.
- xntpd is replaced with ntpd.
- Add clear_tmp and postfix.
- Remove description about nfsiod and describe that the number of
  asynchronous i/o server is controlled via sysctl.
Cosmetic changes:
- Remove an empty line in the source.
- Break line at the end of statement.

Revision 1.34 / (download) - annotate - [select for diffs], Mon Jul 3 07:16:04 2000 UTC (23 years, 9 months ago) by enami
Branch: MAIN
Changes since 1.33: +35 -41 lines
Diff to previous 1.33 (colored) to selected 1.104.2.2 (colored)

Sync with reality:
- Remove update and defcorename.
- portmap is replaced with rpcbind.
- xntpd is replaced with ntpd.
- Add clear_tmp and postfix.
- Remove description about nfsiod and describe that the number of
  asynchronous i/o server is controlled via sysctl.
Cosmetic changes:
- Remove an empty line in the source.
- Break line at the end of statement.

Revision 1.31.2.1 / (download) - annotate - [select for diffs], Thu Jun 22 16:17:34 2000 UTC (23 years, 10 months ago) by minoura
Branch: minoura-xpg4dl
Changes since 1.31: +8 -1 lines
Diff to previous 1.31 (colored) next main 1.32 (colored) to selected 1.104.2.2 (colored)

Sync w/ netbsd-1-5-base.

Revision 1.32.2.1 / (download) - annotate - [select for diffs], Tue Jun 20 17:53:46 2000 UTC (23 years, 10 months ago) by itojun
Branch: netbsd-1-5
Changes since 1.32: +1 -17 lines
Diff to previous 1.32 (colored) to selected 1.104.2.2 (colored)

remove ip6defaultif configuration, which is not for common installation.
approved by: releng-1-5

Revision 1.33 / (download) - annotate - [select for diffs], Tue Jun 20 16:48:21 2000 UTC (23 years, 10 months ago) by itojun
Branch: MAIN
Changes since 1.32: +1 -17 lines
Diff to previous 1.32 (colored) to selected 1.104.2.2 (colored)

remove ip6defaultif configuration.  because:
- ndp is in /usr/sbin, chokes on NFS-mounted /usr installation
- the option is just for IPv6 specification geek, not for normal users

Revision 1.32 / (download) - annotate - [select for diffs], Tue Jun 13 16:33:18 2000 UTC (23 years, 10 months ago) by itojun
Branch: MAIN
CVS Tags: netbsd-1-5-base
Branch point for: netbsd-1-5
Changes since 1.31: +8 -1 lines
Diff to previous 1.31 (colored) to selected 1.104.2.2 (colored)

add ipsec configuration.

Revision 1.31 / (download) - annotate - [select for diffs], Sun Feb 13 07:47:27 2000 UTC (24 years, 2 months ago) by itojun
Branch: MAIN
CVS Tags: minoura-xpg4dl-base
Branch point for: minoura-xpg4dl
Changes since 1.30: +17 -1 lines
Diff to previous 1.30 (colored) to selected 1.104.2.2 (colored)

add ip6defaultif configuration variable in rc.conf, for configuring
default outgoing interface for IPv6 host when default router list is empty.

the configuration is just for very rare case.  it is safe to leave it empty.

Revision 1.30 / (download) - annotate - [select for diffs], Fri Feb 11 03:14:02 2000 UTC (24 years, 2 months ago) by itojun
Branch: MAIN
Changes since 1.29: +2 -2 lines
Diff to previous 1.29 (colored) to selected 1.104.2.2 (colored)

recommend ifconfig_ifN over ifaliases_ifN, for non-IPv4 cases as well.
ifaliases_ifN does not cover p2p case.

Revision 1.29 / (download) - annotate - [select for diffs], Sat Feb 5 17:02:44 2000 UTC (24 years, 2 months ago) by itojun
Branch: MAIN
Changes since 1.28: +26 -15 lines
Diff to previous 1.28 (colored) to selected 1.104.2.2 (colored)

change IPv6 configuration syntax to avoid ambiguity.
ip6mode=host: IPv6 host
ip6mode=autohost: IPv6 host, with autoconfig
ip6mode=router: IPv6 router

backward compatibility to "ip6forwading" is provided.

Revision 1.25.2.1 / (download) - annotate - [select for diffs], Mon Dec 27 18:31:02 1999 UTC (24 years, 3 months ago) by wrstuden
Branch: wrstuden-devbsize
Changes since 1.25: +38 -33 lines
Diff to previous 1.25 (colored) next main 1.26 (colored) to selected 1.104.2.2 (colored)

Pull up to last week's -current.

Revision 1.28 / (download) - annotate - [select for diffs], Mon Nov 29 01:40:34 1999 UTC (24 years, 4 months ago) by itojun
Branch: MAIN
CVS Tags: wrstuden-devbsize-base, wrstuden-devbsize-19991221
Changes since 1.27: +7 -1 lines
Diff to previous 1.27 (colored) to selected 1.104.2.2 (colored)

recommend use of multi-line /etc/ifconfig.xxN than /etc/ifaliases, or
$ifaliases_xxN in /etc/rc.conf.
(no behavior change in /etc/netstart, comments only)

see recent tech-userlevel for discussions.

Revision 1.27 / (download) - annotate - [select for diffs], Tue Nov 23 08:12:22 1999 UTC (24 years, 5 months ago) by lukem
Branch: MAIN
Changes since 1.26: +21 -33 lines
Diff to previous 1.26 (colored) to selected 1.104.2.2 (colored)

- document $accounting, $dmesg (and $dmesg_flags)
- cull copyright.

Revision 1.26 / (download) - annotate - [select for diffs], Tue Sep 28 14:52:33 1999 UTC (24 years, 6 months ago) by bouyer
Branch: MAIN
CVS Tags: comdex-fall-1999-base, comdex-fall-1999
Changes since 1.25: +12 -1 lines
Diff to previous 1.25 (colored) to selected 1.104.2.2 (colored)

Document CTL_PROC, the core filename format it core(5), and xref sysctl(8),
sysctl(3), core(5) in various place.
Document 'options DEFCORENAME' inj options(4) and $defcorename in rc.conf(5).

Revision 1.25 / (download) - annotate - [select for diffs], Fri Sep 3 14:36:43 1999 UTC (24 years, 7 months ago) by itojun
Branch: MAIN
Branch point for: wrstuden-devbsize
Changes since 1.24: +24 -4 lines
Diff to previous 1.24 (colored) to selected 1.104.2.2 (colored)

document rtsold.
improve rtsol section.

Revision 1.24 / (download) - annotate - [select for diffs], Sat Jul 3 03:29:30 1999 UTC (24 years, 9 months ago) by itojun
Branch: MAIN
Changes since 1.23: +42 -1 lines
Diff to previous 1.23 (colored) to selected 1.104.2.2 (colored)

add IPv6 configuration (ip6forwarding, rtsol, route6d and rtadvd).
Right now netsetart does not bother you even if you do not have
"options INET6" in the kernel.

Revision 1.23 / (download) - annotate - [select for diffs], Wed Mar 24 17:29:07 1999 UTC (25 years, 1 month ago) by mellon
Branch: MAIN
CVS Tags: netbsd-1-4-base, netbsd-1-4-RELEASE, netbsd-1-4-PATCH003, netbsd-1-4-PATCH002, netbsd-1-4-PATCH001, netbsd-1-4
Changes since 1.22: +41 -2 lines
Diff to previous 1.22 (colored) to selected 1.104.2.2 (colored)

Document new variables required to automate DHCP client startup.

Revision 1.22 / (download) - annotate - [select for diffs], Thu Mar 18 20:30:22 1999 UTC (25 years, 1 month ago) by is
Branch: MAIN
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored) to selected 1.104.2.2 (colored)

domestic'' is a relative specification

Revision 1.21 / (download) - annotate - [select for diffs], Wed Mar 17 20:19:47 1999 UTC (25 years, 1 month ago) by garbled
Branch: MAIN
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (colored) to selected 1.104.2.2 (colored)

More and more .Os cleanups.  .Os is defined in the tmac.doc-common file,
so we shouldn't override it with versions in the manpages.  Many more to
come.

Revision 1.20 / (download) - annotate - [select for diffs], Mon Feb 15 12:42:12 1999 UTC (25 years, 2 months ago) by lukem
Branch: MAIN
Changes since 1.19: +46 -16 lines
Diff to previous 1.19 (colored) to selected 1.104.2.2 (colored)

use .Ss to separate subsections, add TNF copyright for bits i've added

Revision 1.19 / (download) - annotate - [select for diffs], Sun Jan 31 08:46:58 1999 UTC (25 years, 2 months ago) by mrg
Branch: MAIN
Changes since 1.18: +12 -1 lines
Diff to previous 1.18 (colored) to selected 1.104.2.2 (colored)

increase the securelevel (using the same rules as before) much earlier in the
boot process.  before cron, sendmail, inetd, etc, are run, but after lkms are
loaded.  this avoids the chances of `@reboot', mail .forwards, remote logins,
etc., happening before the securelevel has been raised.

Revision 1.18 / (download) - annotate - [select for diffs], Sat Jan 16 14:16:43 1999 UTC (25 years, 3 months ago) by lukem
Branch: MAIN
Changes since 1.17: +19 -8 lines
Diff to previous 1.17 (colored) to selected 1.104.2.2 (colored)

reference nsswitch.conf(5) as necessary
change references from YP to NIS.

Revision 1.17 / (download) - annotate - [select for diffs], Wed Apr 29 11:33:58 1998 UTC (25 years, 11 months ago) by fair
Branch: MAIN
Changes since 1.16: +156 -81 lines
Diff to previous 1.16 (colored) to selected 1.104.2.2 (colored)

fix bad .Xr references

Revision 1.16 / (download) - annotate - [select for diffs], Tue Apr 7 04:47:53 1998 UTC (26 years ago) by mrg
Branch: MAIN
Changes since 1.15: +6 -1 lines
Diff to previous 1.15 (colored) to selected 1.104.2.2 (colored)

document "screenblank."

Revision 1.12.2.3 / (download) - annotate - [select for diffs], Fri Nov 28 19:53:59 1997 UTC (26 years, 4 months ago) by mellon
Branch: netbsd-1-3
CVS Tags: netbsd-1-3-RELEASE, netbsd-1-3-PATCH003-CANDIDATE2, netbsd-1-3-PATCH003-CANDIDATE1, netbsd-1-3-PATCH003-CANDIDATE0, netbsd-1-3-PATCH003, netbsd-1-3-PATCH002, netbsd-1-3-PATCH001, netbsd-1-3-BETA
Changes since 1.12.2.2: +17 -1 lines
Diff to previous 1.12.2.2 (colored) to branchpoint 1.12 (colored) next main 1.13 (colored) to selected 1.104.2.2 (colored)

Pull rev 1.15 up from trunk (mrg)

Revision 1.15 / (download) - annotate - [select for diffs], Sun Nov 23 04:18:14 1997 UTC (26 years, 5 months ago) by mrg
Branch: MAIN
Changes since 1.14: +17 -1 lines
Diff to previous 1.14 (colored) to selected 1.104.2.2 (colored)

document critical_filesystems and no_swap

Revision 1.12.2.2 / (download) - annotate - [select for diffs], Tue Nov 18 01:43:08 1997 UTC (26 years, 5 months ago) by mellon
Branch: netbsd-1-3
Changes since 1.12.2.1: +15 -1 lines
Diff to previous 1.12.2.1 (colored) to branchpoint 1.12 (colored) to selected 1.104.2.2 (colored)

Pull rev 1.14 up from trunk (mrg)

Revision 1.14 / (download) - annotate - [select for diffs], Mon Nov 17 17:45:34 1997 UTC (26 years, 5 months ago) by mrg
Branch: MAIN
Changes since 1.13: +15 -1 lines
Diff to previous 1.13 (colored) to selected 1.104.2.2 (colored)

document ppp_peers

Revision 1.12.2.1 / (download) - annotate - [select for diffs], Thu Nov 13 00:06:14 1997 UTC (26 years, 5 months ago) by mellon
Branch: netbsd-1-3
Changes since 1.12: +20 -3 lines
Diff to previous 1.12 (colored) to selected 1.104.2.2 (colored)

Pull rev 1.13 up from trunk (jonathan)

Revision 1.13 / (download) - annotate - [select for diffs], Tue Nov 11 02:29:01 1997 UTC (26 years, 5 months ago) by jonathan
Branch: MAIN
Changes since 1.12: +20 -3 lines
Diff to previous 1.12 (colored) to selected 1.104.2.2 (colored)

Add options to rc.conf and rc to start xfs (x font server) and xdm.
Add entries to rc.conf.5.
While we're here, note that the domestic kerberos damons are still
Kerberos IV, not kerberos version 5.

Revision 1.12 / (download) - annotate - [select for diffs], Fri Oct 10 05:40:07 1997 UTC (26 years, 6 months ago) by mrg
Branch: MAIN
CVS Tags: netbsd-1-3-base
Branch point for: netbsd-1-3
Changes since 1.11: +2 -6 lines
Diff to previous 1.11 (colored) to selected 1.104.2.2 (colored)

remove advertising clause from all my licenses.

Revision 1.11 / (download) - annotate - [select for diffs], Tue Sep 2 03:03:49 1997 UTC (26 years, 7 months ago) by mikel
Branch: MAIN
Changes since 1.10: +32 -27 lines
Diff to previous 1.10 (colored) to selected 1.104.2.2 (colored)

make some changes, from Enami Tsugutomo in PR misc/4066.
I also made some changes of my own.

Revision 1.10 / (download) - annotate - [select for diffs], Fri Aug 29 02:27:31 1997 UTC (26 years, 7 months ago) by cjs
Branch: MAIN
Changes since 1.9: +222 -204 lines
Diff to previous 1.9 (colored) to selected 1.104.2.2 (colored)

Split rc.conf variables for starting programs into two: an on/off
switch and a set of flags. Get rid of DEFAULT flags entirely. Print
warnings if on/off switches are not set, or are set incorrectly.
Add a shell function to simplify this on/off switch testing.

Revision 1.9 / (download) - annotate - [select for diffs], Mon May 12 11:28:19 1997 UTC (26 years, 11 months ago) by lukem
Branch: MAIN
Changes since 1.8: +33 -1 lines
Diff to previous 1.8 (colored) to selected 1.104.2.2 (colored)

document $hostname, $domainname, $defaultroute and $ifaliases_XXX

Revision 1.8 / (download) - annotate - [select for diffs], Mon May 12 05:21:51 1997 UTC (26 years, 11 months ago) by mikel
Branch: MAIN
Changes since 1.7: +47 -28 lines
Diff to previous 1.7 (colored) to selected 1.104.2.2 (colored)

update to match reality.  changes include:
- add missing update_motd and ntpdate_hosts variables
- fix incorrect variable names (syslogd_flags and kerberos_server)
- xntpd(8) has been integrated
- kerberos_server is no longer used by rc.local
- add some xrefs
plus some misc. cleanup.

Revision 1.7 / (download) - annotate - [select for diffs], Wed Apr 2 02:02:51 1997 UTC (27 years ago) by cjs
Branch: MAIN
Changes since 1.6: +32 -28 lines
Diff to previous 1.6 (colored) to selected 1.104.2.2 (colored)

Move network interface config after programs run on boot-up, to match
the order this actually happens in at boot time. Fix a few minor typos.

Revision 1.6 / (download) - annotate - [select for diffs], Tue Apr 1 20:17:43 1997 UTC (27 years ago) by perry
Branch: MAIN
Changes since 1.5: +33 -1 lines
Diff to previous 1.5 (colored) to selected 1.104.2.2 (colored)

document net_interfaces, ifconfig_*

Revision 1.5 / (download) - annotate - [select for diffs], Sun Mar 23 07:57:22 1997 UTC (27 years, 1 month ago) by cjs
Branch: MAIN
Changes since 1.4: +201 -167 lines
Diff to previous 1.4 (colored) to selected 1.104.2.2 (colored)

Re-write.

Revision 1.4 / (download) - annotate - [select for diffs], Mon Mar 17 01:22:49 1997 UTC (27 years, 1 month ago) by cjs
Branch: MAIN
Changes since 1.3: +19 -5 lines
Diff to previous 1.3 (colored) to selected 1.104.2.2 (colored)

Rewrote second paragraph, and added mopd in a new format. All the other
entries will be converted soon after feedback is received.

Revision 1.3 / (download) - annotate - [select for diffs], Mon Mar 10 07:06:17 1997 UTC (27 years, 1 month ago) by scottr
Branch: MAIN
Changes since 1.2: +19 -1 lines
Diff to previous 1.2 (colored) to selected 1.104.2.2 (colored)

Document statd_flags and lockd_flags

Revision 1.2 / (download) - annotate - [select for diffs], Tue Jan 7 05:37:36 1997 UTC (27 years, 3 months ago) by tls
Branch: MAIN
Changes since 1.1: +6 -4 lines
Diff to previous 1.1 (colored) to selected 1.104.2.2 (colored)

change rc.conf.5 to reflect change to Kerberos stuff in rc.local, as per mrg

Revision 1.1 / (download) - annotate - [select for diffs], Sun Jan 5 11:50:17 1997 UTC (27 years, 3 months ago) by mrg
Branch: MAIN
Diff to selected 1.104.2.2 (colored)

add man pages for mostly new and some old configuration files.

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




CVSweb <webmaster@jp.NetBSD.org>