The NetBSD Project

CVS log for src/share/man/man7/sysctl.7

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

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: MAIN


Revision 1.167 / (download) - annotate - [select for diffs], Thu Mar 7 23:03:55 2024 UTC (2 weeks, 6 days ago) by gutteridge
Branch: MAIN
CVS Tags: HEAD
Changes since 1.166: +4 -5 lines
Diff to previous 1.166 (colored) to selected 1.135 (colored)

sysctl.7: simplify statements about net.inet6 variables

Revision 1.166 / (download) - annotate - [select for diffs], Mon Aug 14 16:51:52 2023 UTC (7 months, 1 week ago) by riastradh
Branch: MAIN
Changes since 1.165: +8 -1 lines
Diff to previous 1.165 (colored) to selected 1.135 (colored)

options(4), sysctl(7): Document options HEARTBEAT.

Revision 1.165 / (download) - annotate - [select for diffs], Sun Jun 18 18:16:40 2023 UTC (9 months, 1 week ago) by riastradh
Branch: MAIN
Changes since 1.164: +18 -7 lines
Diff to previous 1.164 (colored) to selected 1.135 (colored)

sysctl(7): Note nodev,nosuid requirement for user-mounted fs.

While here, tidy up language and markup a smidge.

Revision 1.164 / (download) - annotate - [select for diffs], Mon May 29 23:30:47 2023 UTC (9 months, 4 weeks ago) by gutteridge
Branch: MAIN
Changes since 1.163: +3 -3 lines
Diff to previous 1.163 (colored) to selected 1.135 (colored)

sysctl.7: be a little more descriptive about kern.osrevision

It's expressed as an integer, and is also returned as an integer type
should one retrieve it via sysctl(3) (as this man page already
correctly documents in the table above its description).

Revision 1.163 / (download) - annotate - [select for diffs], Fri Dec 16 08:42:55 2022 UTC (15 months, 1 week ago) by msaitoh
Branch: MAIN
CVS Tags: netbsd-10-base, netbsd-10-0-RC6, netbsd-10-0-RC5, netbsd-10-0-RC4, netbsd-10-0-RC3, netbsd-10-0-RC2, netbsd-10-0-RC1, netbsd-10
Changes since 1.162: +6 -3 lines
Diff to previous 1.162 (colored) to selected 1.135 (colored)

Add new "kern.mbuf.nmbclusters_limit" sysctl.

 - Used to know the upper limit of nmbclusters.
 - It's read only.

Revision 1.162 / (download) - annotate - [select for diffs], Mon Oct 24 01:54:19 2022 UTC (17 months ago) by knakahara
Branch: MAIN
Changes since 1.161: +7 -2 lines
Diff to previous 1.161 (colored) to selected 1.135 (colored)

Fix PR kern/57037

Be able to change the behavior sending parameter changing routing messages.
When set net.inet6.ip6.param_rt_msg=0, don't send parameter changing
routing messages.
When set net.inet6.ip6.param_rt_msg=1(default), send parameter changing
routing messages by RTM_NEWADDR.

Revision 1.161 / (download) - annotate - [select for diffs], Mon Aug 29 09:14:02 2022 UTC (18 months, 4 weeks ago) by knakahara
Branch: MAIN
Changes since 1.160: +10 -3 lines
Diff to previous 1.160 (colored) to selected 1.135 (colored)

Add sysctl entry to control to send routing message for RTM_DYNAMIC.

Some routing daemons require such routing message to keep coherency.

If we want to let kernel send such message, set net.inet.icmp.dynamic_rt_msg=1
for IPv4, net.inet6.icmp6.dynamic_rt_msg=1 for IPv6.
Default(=0) is the same as before, that is, not send such routing message.

Revision 1.160 / (download) - annotate - [select for diffs], Mon Aug 22 09:25:55 2022 UTC (19 months ago) by knakahara
Branch: MAIN
Changes since 1.159: +6 -1 lines
Diff to previous 1.159 (colored) to selected 1.135 (colored)

Add sysctl entry to enable/disable to use path MTU discovery for icmpv6 reflecting.

If we want to use path MTU discovery for icmp reflecting set
net.inet6.icmp6.reflect_pmtu=1.  Default(=0) is the same as before, that is,
use IPV6_MINMTU.

Revision 1.159 / (download) - annotate - [select for diffs], Fri Aug 12 15:43:38 2022 UTC (19 months, 2 weeks ago) by riastradh
Branch: MAIN
Changes since 1.158: +11 -4 lines
Diff to previous 1.158 (colored) to selected 1.135 (colored)

module(9), sysctl(7): Document kern.module.autounload_unsafe.

Revision 1.158 / (download) - annotate - [select for diffs], Tue Aug 9 08:03:22 2022 UTC (19 months, 2 weeks ago) by knakahara
Branch: MAIN
Changes since 1.157: +7 -2 lines
Diff to previous 1.157 (colored) to selected 1.135 (colored)

Add sysctl entry to improve interconnectivity to some VPN appliances, pointed out by seil-team@IIJ.

If we want to allow different identifier types on IDii and IDir, set
net.key.allow_different_idtype=1.  Default(=0) is the same as before.

Revision 1.157 / (download) - annotate - [select for diffs], Mon Jul 25 14:46:53 2022 UTC (20 months ago) by pgoyette
Branch: MAIN
Changes since 1.156: +3 -3 lines
Diff to previous 1.156 (colored) to selected 1.135 (colored)

kern.maxvnodes _can_ be lowered, but not below the number of currently
active vnodes.

Revision 1.156 / (download) - annotate - [select for diffs], Sun Dec 5 07:35:17 2021 UTC (2 years, 3 months ago) by msaitoh
Branch: MAIN
Changes since 1.155: +3 -3 lines
Diff to previous 1.155 (colored) to selected 1.135 (colored)

s/runable/runnable/

Revision 1.155 / (download) - annotate - [select for diffs], Thu Oct 21 13:21:54 2021 UTC (2 years, 5 months ago) by andvar
Branch: MAIN
Changes since 1.154: +2 -2 lines
Diff to previous 1.154 (colored) to selected 1.135 (colored)

fix various typos, mainly in comments, but also in man pages and log messages.

Revision 1.154 / (download) - annotate - [select for diffs], Wed Jul 28 11:32:21 2021 UTC (2 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.153: +4 -4 lines
Diff to previous 1.153 (colored) to selected 1.135 (colored)

Fix typos.

Revision 1.153 / (download) - annotate - [select for diffs], Tue Jul 27 09:32:55 2021 UTC (2 years, 8 months ago) by manu
Branch: MAIN
Changes since 1.152: +6 -1 lines
Diff to previous 1.152 (colored) to selected 1.135 (colored)

Tie the maximum file lock per unprivilegied uid to kern.maxfiles

This makes the limit simple to raise at run time. While there, document
that fcntl(2) and flock(2) may return ENOMEM when this limit is reached.

Revision 1.152 / (download) - annotate - [select for diffs], Tue Jul 13 16:56:43 2021 UTC (2 years, 8 months ago) by nia
Branch: MAIN
Changes since 1.151: +3 -3 lines
Diff to previous 1.151 (colored) to selected 1.135 (colored)

Swap encryption no longer experimental or default-off.

Revision 1.151 / (download) - annotate - [select for diffs], Sat Oct 17 09:20:33 2020 UTC (3 years, 5 months ago) by wiz
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.150: +6 -3 lines
Diff to previous 1.150 (colored) to selected 1.135 (colored)

Use Dv. Bump date for previous.

Revision 1.150 / (download) - annotate - [select for diffs], Sat Oct 17 09:06:15 2020 UTC (3 years, 5 months ago) by mlelstv
Branch: MAIN
Changes since 1.149: +4 -1 lines
Diff to previous 1.149 (colored) to selected 1.135 (colored)

Setting a socket buffer size stops autoscaling. Add a sysctl to
prevent this behaviour. The default is not changed.

Revision 1.149 / (download) - annotate - [select for diffs], Fri Sep 11 15:16:48 2020 UTC (3 years, 6 months ago) by roy
Branch: MAIN
Changes since 1.148: +35 -9 lines
Diff to previous 1.148 (colored) to selected 1.135 (colored)

sysctl: Adjust man page for new ARP sysctl ND settings

Revision 1.148 / (download) - annotate - [select for diffs], Mon Jul 13 15:05:05 2020 UTC (3 years, 8 months ago) by jruoho
Branch: MAIN
Changes since 1.147: +8 -4 lines
Diff to previous 1.147 (colored) to selected 1.135 (colored)

Xref rfc6056(7).

Revision 1.147 / (download) - annotate - [select for diffs], Sat Jun 13 20:18:00 2020 UTC (3 years, 9 months ago) by ad
Branch: MAIN
Changes since 1.146: +1 -2 lines
Diff to previous 1.146 (colored) to selected 1.135 (colored)

g/c vm.idlezero

Revision 1.146 / (download) - annotate - [select for diffs], Sun May 10 02:32:32 2020 UTC (3 years, 10 months ago) by riastradh
Branch: MAIN
Changes since 1.145: +3 -4 lines
Diff to previous 1.145 (colored) to selected 1.135 (colored)

Mark experimental-default-off knobs clearly as such.

Revision 1.145 / (download) - annotate - [select for diffs], Sun May 10 02:31:29 2020 UTC (3 years, 10 months ago) by riastradh
Branch: MAIN
Changes since 1.144: +25 -1 lines
Diff to previous 1.144 (colored) to selected 1.135 (colored)

Document vm.swap_encrypt.

Revision 1.144 / (download) - annotate - [select for diffs], Sun May 10 02:30:33 2020 UTC (3 years, 10 months ago) by riastradh
Branch: MAIN
Changes since 1.143: +20 -8 lines
Diff to previous 1.143 (colored) to selected 1.135 (colored)

Tweak kern.arandom documentation.

Revision 1.143 / (download) - annotate - [select for diffs], Fri May 1 10:06:09 2020 UTC (3 years, 10 months ago) by nia
Branch: MAIN
Changes since 1.142: +2 -2 lines
Diff to previous 1.142 (colored) to selected 1.135 (colored)

Update documentation of kern.arandom. It uses cprng_strong(9).

Revision 1.142 / (download) - annotate - [select for diffs], Sat Nov 16 17:33:09 2019 UTC (4 years, 4 months ago) by nia
Branch: MAIN
CVS Tags: phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, phil-wifi-20191119, is-mlppp-base, is-mlppp
Changes since 1.141: +5 -3 lines
Diff to previous 1.141 (colored) to selected 1.135 (colored)

Document usage of KERN_ARND

Revision 1.141 / (download) - annotate - [select for diffs], Thu Nov 14 21:23:46 2019 UTC (4 years, 4 months ago) by jdolecek
Branch: MAIN
Changes since 1.140: +8 -2 lines
Diff to previous 1.140 (colored) to selected 1.135 (colored)

document vm.ubc_direct

Revision 1.140 / (download) - annotate - [select for diffs], Mon Aug 5 22:03:10 2019 UTC (4 years, 7 months ago) by maya
Branch: MAIN
Changes since 1.139: +9 -3 lines
Diff to previous 1.139 (colored) to selected 1.135 (colored)

Provide documentation for KERN_LWP.

PR lib/20108

Revision 1.139 / (download) - annotate - [select for diffs], Sat Jun 1 19:54:34 2019 UTC (4 years, 9 months ago) by kamil
Branch: MAIN
CVS Tags: phil-wifi-20190609, netbsd-9-base
Branch point for: netbsd-9
Changes since 1.138: +3 -2 lines
Diff to previous 1.138 (colored) to selected 1.135 (colored)

Document KERN_PROC_CWD in sysctl(7)

Revision 1.138 / (download) - annotate - [select for diffs], Fri Mar 1 03:05:08 2019 UTC (5 years ago) by christos
Branch: MAIN
Changes since 1.137: +5 -2 lines
Diff to previous 1.137 (colored) to selected 1.135 (colored)

Document kern.uidinfo.semcnt.

Revision 1.137 / (download) - annotate - [select for diffs], Wed Dec 5 21:15:20 2018 UTC (5 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pgoyette-compat-20190127, pgoyette-compat-20190118, pgoyette-compat-1226
Changes since 1.136: +5 -5 lines
Diff to previous 1.136 (colored) to selected 1.135 (colored)

Remove trailing whitespace. Remove comma for better readability.

Revision 1.136 / (download) - annotate - [select for diffs], Wed Dec 5 18:16:51 2018 UTC (5 years, 3 months ago) by christos
Branch: MAIN
Changes since 1.135: +23 -4 lines
Diff to previous 1.135 (colored)

As discussed in tech-kern:

- make sysctl kern.expose_address tri-state:
	0: no access
	1: access to processes with open /dev/kmem
	2: access to everyone
  defaults:
	0: KASLR kernels
	1: non-KASLR kernels

- improve efficiency by calling get_expose_address() per sysctl, not per
  process.

- don't expose addresses for linux procfs

- welcome to 8.99.27, changes to fill_*proc ABI

Revision 1.135 / (download) - annotate - [selected], Sun Nov 4 16:30:28 2018 UTC (5 years, 4 months ago) by christos
Branch: MAIN
CVS Tags: pgoyette-compat-1126
Changes since 1.134: +12 -6 lines
Diff to previous 1.134 (colored)

- Introduce a new SO_RERROR socket option to explicitly turn on
  receive overflow errors re-instating the default behavior to
  silently ignore them as before 2018-03-19.
- Introduce a new kern.sooptions sysctl to control the default
  behavior of socket options. Setting this to 0x4000 (SO_RERROR),
  turns on receive overflow error reporting for all sockets.
- Change dhcpcd to turn on SO_RERROR on all its sockets.

As discussed in tech-net.

Revision 1.134 / (download) - annotate - [select for diffs], Tue Oct 30 19:41:21 2018 UTC (5 years, 4 months ago) by kre
Branch: MAIN
Changes since 1.133: +6 -4 lines
Diff to previous 1.133 (colored) to selected 1.135 (colored)

kern.boottime was changed from a struct timeval to a struct timespec
in January 2009 (the Christos' time merge, when time_t went to 64 bits).

sysctl needs to catch up.   (So do other progs, which will happen, eventually,
but most of them are unaffected in any practical way.)

If you are running a system (NetBSD 6 or later) without this change, try
	sysctl -nn kern.boottime
and marvel at the result (in theory, seconds.microseconds) most
probably being something like:
	jinx$ sysctl -nn kern.boottime
	1540801874.999995564
(There is a 1 in 1000 chance your system will have booted
in the interval [0 , 999999] nanoseconds after some second,
in which case this will not be observed.   You should get
(almost) the same value after this change - just now it is as
it should be (there should now always be 9 digits after the '.').

On the other hand, if you're on a big-endian 64 bit host (running
64 bit sysctl) you would have always seen 0 for the microseconds field.
That should be fixed by this.

In sysctl(7) also document what we mean by "the time the system booted".

XXX Pullup -8
XXX Pullup -7
XXX Pullup -6 (oops, missed that one...)

Revision 1.133 / (download) - annotate - [select for diffs], Sat Oct 6 13:53:58 2018 UTC (5 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pgoyette-compat-1020
Changes since 1.132: +8 -8 lines
Diff to previous 1.132 (colored) to selected 1.135 (colored)

Fix some xrefs.

Revision 1.132 / (download) - annotate - [select for diffs], Fri Oct 5 22:16:50 2018 UTC (5 years, 5 months ago) by christos
Branch: MAIN
Changes since 1.131: +13 -2 lines
Diff to previous 1.131 (colored) to selected 1.135 (colored)

document kern.expose_address

Revision 1.131 / (download) - annotate - [select for diffs], Thu Sep 6 10:09:29 2018 UTC (5 years, 6 months ago) by maxv
Branch: MAIN
CVS Tags: pgoyette-compat-0930
Changes since 1.130: +3 -3 lines
Diff to previous 1.130 (colored) to selected 1.135 (colored)

more netkey->netipsec

Revision 1.130 / (download) - annotate - [select for diffs], Sun Sep 2 17:21:28 2018 UTC (5 years, 6 months ago) by maxv
Branch: MAIN
CVS Tags: pgoyette-compat-0906
Changes since 1.129: +2 -2 lines
Diff to previous 1.129 (colored) to selected 1.135 (colored)

well well well it's September now

Revision 1.129 / (download) - annotate - [select for diffs], Sun Sep 2 16:02:18 2018 UTC (5 years, 6 months ago) by maxv
Branch: MAIN
Changes since 1.128: +3 -3 lines
Diff to previous 1.128 (colored) to selected 1.135 (colored)

remove reference to ipnat

Revision 1.128 / (download) - annotate - [select for diffs], Mon Jun 18 02:57:51 2018 UTC (5 years, 9 months ago) by eadler
Branch: MAIN
CVS Tags: phil-wifi-base, pgoyette-compat-0728, pgoyette-compat-0625
Branch point for: phil-wifi
Changes since 1.127: +2 -2 lines
Diff to previous 1.127 (colored) to selected 1.135 (colored)

sysctl.7: fix speeling mistake

Revision 1.127 / (download) - annotate - [select for diffs], Sat May 5 21:33:53 2018 UTC (5 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pgoyette-compat-0521
Changes since 1.126: +2 -2 lines
Diff to previous 1.126 (colored) to selected 1.135 (colored)

Fix tab/macro order.

Revision 1.126 / (download) - annotate - [select for diffs], Sat May 5 20:20:43 2018 UTC (5 years, 10 months ago) by christos
Branch: MAIN
Changes since 1.125: +62 -3 lines
Diff to previous 1.125 (colored) to selected 1.135 (colored)

Document new PF_LOCAL sysctls.

Revision 1.125 / (download) - annotate - [select for diffs], Sat Apr 21 12:38:17 2018 UTC (5 years, 11 months ago) by wiz
Branch: MAIN
CVS Tags: pgoyette-compat-0502, pgoyette-compat-0422
Changes since 1.124: +4 -3 lines
Diff to previous 1.124 (colored) to selected 1.135 (colored)

New sentence, new line.

Revision 1.124 / (download) - annotate - [select for diffs], Thu Feb 22 14:49:29 2018 UTC (6 years, 1 month ago) by sevan
Branch: MAIN
CVS Tags: pgoyette-compat-base, pgoyette-compat-0415, pgoyette-compat-0407, pgoyette-compat-0330, pgoyette-compat-0322, pgoyette-compat-0315
Branch point for: pgoyette-compat
Changes since 1.123: +3 -2 lines
Diff to previous 1.123 (colored) to selected 1.135 (colored)

Improve description of ddb.commandonenter.

Revision 1.123 / (download) - annotate - [select for diffs], Thu Feb 22 14:37:53 2018 UTC (6 years, 1 month ago) by sevan
Branch: MAIN
Changes since 1.122: +6 -3 lines
Diff to previous 1.122 (colored) to selected 1.135 (colored)

Document ddb.dumpstack sysctl
Remove the mention of ddb.onpanic=2 as that functionality was removed with the
introduction of ddb.dumpstack.

Heads up by <pgoyette>

Revision 1.122 / (download) - annotate - [select for diffs], Thu Feb 22 14:32:50 2018 UTC (6 years, 1 month ago) by sevan
Branch: MAIN
Changes since 1.121: +21 -22 lines
Diff to previous 1.121 (colored) to selected 1.135 (colored)

Sort ddb section in alphabetical order.
Bump date.

Revision 1.121 / (download) - annotate - [select for diffs], Thu Jan 11 09:53:55 2018 UTC (6 years, 2 months ago) by pgoyette
Branch: MAIN
Changes since 1.120: +2 -2 lines
Diff to previous 1.120 (colored) to selected 1.135 (colored)

kern.module.verbose is a boolean, not an integer.  We had it right in the
text following the table, but the table itself was wrong.

Thanks to martin@ for pointing this out.

Revision 1.120 / (download) - annotate - [select for diffs], Thu Dec 28 23:16:57 2017 UTC (6 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.119: +2 -2 lines
Diff to previous 1.119 (colored) to selected 1.135 (colored)

Fix word.

Revision 1.119 / (download) - annotate - [select for diffs], Thu Dec 28 23:15:45 2017 UTC (6 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.118: +9 -18 lines
Diff to previous 1.118 (colored) to selected 1.135 (colored)

Remove Tn.

Revision 1.118 / (download) - annotate - [select for diffs], Thu Dec 28 17:51:49 2017 UTC (6 years, 3 months ago) by christos
Branch: MAIN
Changes since 1.117: +10 -5 lines
Diff to previous 1.117 (colored) to selected 1.135 (colored)

document ddb.panicstackframes

Revision 1.117 / (download) - annotate - [select for diffs], Sun Jul 30 16:07:06 2017 UTC (6 years, 7 months ago) by maxv
Branch: MAIN
Changes since 1.116: +2 -7 lines
Diff to previous 1.116 (colored) to selected 1.135 (colored)

Remove lurking reference to TCP_COMPAT_42.

Revision 1.116 / (download) - annotate - [select for diffs], Tue Jul 11 08:32:17 2017 UTC (6 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: perseant-stdc-iso10646-base, perseant-stdc-iso10646
Changes since 1.115: +10 -10 lines
Diff to previous 1.115 (colored) to selected 1.135 (colored)

Fix a macro. Fix two tables.

Revision 1.115 / (download) - annotate - [select for diffs], Mon Jul 10 22:41:46 2017 UTC (6 years, 8 months ago) by joerg
Branch: MAIN
Changes since 1.114: +9 -2 lines
Diff to previous 1.114 (colored) to selected 1.135 (colored)

Document vm.guard_size and vm.thread_guard_size

Revision 1.114 / (download) - annotate - [select for diffs], Mon Jul 3 21:30:59 2017 UTC (6 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.113: +5 -5 lines
Diff to previous 1.113 (colored) to selected 1.135 (colored)

Remove workaround for ancient HTML generation code.

Revision 1.113 / (download) - annotate - [select for diffs], Sat Mar 25 05:58:50 2017 UTC (7 years ago) by pgoyette
Branch: MAIN
CVS Tags: prg-localcount2-base3, prg-localcount2-base2, prg-localcount2-base1, prg-localcount2-base, prg-localcount2, pgoyette-localcount-20170426, netbsd-8-base, bouyer-socketcan-base1
Branch point for: netbsd-8
Changes since 1.112: +4 -4 lines
Diff to previous 1.112 (colored) to selected 1.135 (colored)

A couple more minor changes for readability.

Revision 1.112 / (download) - annotate - [select for diffs], Sat Mar 25 05:51:28 2017 UTC (7 years ago) by pgoyette
Branch: MAIN
Changes since 1.111: +10 -10 lines
Diff to previous 1.111 (colored) to selected 1.135 (colored)

Improve some grammar, let verbs agree in number with their subjects.

Revision 1.111 / (download) - annotate - [select for diffs], Fri Mar 24 21:44:13 2017 UTC (7 years ago) by pgoyette
Branch: MAIN
Changes since 1.110: +9 -4 lines
Diff to previous 1.110 (colored) to selected 1.135 (colored)

Document new proc.curproc.paxflags variable.

Revision 1.110 / (download) - annotate - [select for diffs], Thu Jan 12 18:19:31 2017 UTC (7 years, 2 months ago) by abhinav
Branch: MAIN
CVS Tags: pgoyette-localcount-20170320, bouyer-socketcan-base
Branch point for: bouyer-socketcan
Changes since 1.109: +2 -2 lines
Diff to previous 1.109 (colored) to selected 1.135 (colored)

Fix typo: s/currenly/currently

Revision 1.109 / (download) - annotate - [select for diffs], Wed Jan 11 11:53:07 2017 UTC (7 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.108: +15 -15 lines
Diff to previous 1.108 (colored) to selected 1.135 (colored)

New sentence, new line.

Remove trailing whitespace.

Revision 1.108 / (download) - annotate - [select for diffs], Mon Jan 9 20:08:26 2017 UTC (7 years, 2 months ago) by hubertf
Branch: MAIN
Changes since 1.107: +100 -4 lines
Diff to previous 1.107 (colored) to selected 1.135 (colored)

Document kern.sched sysctl variables.

Revision 1.107 / (download) - annotate - [select for diffs], Sun Jan 8 14:28:42 2017 UTC (7 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.106: +28 -28 lines
Diff to previous 1.106 (colored) to selected 1.135 (colored)

Fix display problem reported by kamil via abhinav.

Revision 1.106 / (download) - annotate - [select for diffs], Thu Jan 5 09:50:40 2017 UTC (7 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pgoyette-localcount-20170107
Changes since 1.105: +6 -4 lines
Diff to previous 1.105 (colored) to selected 1.135 (colored)

Use Fl for flags.

Revision 1.105 / (download) - annotate - [select for diffs], Sun Jan 1 23:59:19 2017 UTC (7 years, 2 months ago) by pgoyette
Branch: MAIN
Changes since 1.104: +22 -1 lines
Diff to previous 1.104 (colored) to selected 1.135 (colored)

Document kern.hist

Revision 1.104 / (download) - annotate - [select for diffs], Thu Nov 17 01:22:00 2016 UTC (7 years, 4 months ago) by pgoyette
Branch: MAIN
Changes since 1.103: +9 -4 lines
Diff to previous 1.103 (colored) to selected 1.135 (colored)

Document the previously-undocument kern.bufq node.

Revision 1.103 / (download) - annotate - [select for diffs], Wed Oct 12 08:52:49 2016 UTC (7 years, 5 months ago) by roy
Branch: MAIN
CVS Tags: pgoyette-localcount-20161104
Changes since 1.102: +8 -2 lines
Diff to previous 1.102 (colored) to selected 1.135 (colored)

Document net.inet.ip.dad_count.

Revision 1.102 / (download) - annotate - [select for diffs], Tue May 31 05:44:19 2016 UTC (7 years, 9 months ago) by pgoyette
Branch: MAIN
CVS Tags: pgoyette-localcount-base, pgoyette-localcount-20160806, pgoyette-localcount-20160726, localcount-20160914
Branch point for: pgoyette-localcount
Changes since 1.101: +15 -2 lines
Diff to previous 1.101 (colored) to selected 1.135 (colored)

Add a new kern.messages sysctl to allow kernel message verbosity to be
altered after boot.

Fixes PR kern/46539 using patch submitted by Nat Sloss.

Revision 1.101 / (download) - annotate - [select for diffs], Wed May 25 20:47:57 2016 UTC (7 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.100: +2 -2 lines
Diff to previous 1.100 (colored) to selected 1.135 (colored)

Punctuation nit.

Revision 1.100 / (download) - annotate - [select for diffs], Wed May 25 19:52:32 2016 UTC (7 years, 10 months ago) by christos
Branch: MAIN
Changes since 1.99: +16 -2 lines
Diff to previous 1.99 (colored) to selected 1.135 (colored)

Document security.pax.mprotect.ptrace

Revision 1.99 / (download) - annotate - [select for diffs], Wed Mar 30 05:55:04 2016 UTC (8 years ago) by ozaki-r
Branch: MAIN
Changes since 1.98: +1 -7 lines
Diff to previous 1.98 (colored) to selected 1.135 (colored)

Document arp sysctl removals

Revision 1.98 / (download) - annotate - [select for diffs], Wed Mar 30 05:45:26 2016 UTC (8 years ago) by ozaki-r
Branch: MAIN
Changes since 1.97: +3 -3 lines
Diff to previous 1.97 (colored) to selected 1.135 (colored)

Document net.inet6.ip6.neighborgcthresh change

Revision 1.97 / (download) - annotate - [select for diffs], Sun Dec 13 15:13:03 2015 UTC (8 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.96: +2 -2 lines
Diff to previous 1.96 (colored) to selected 1.135 (colored)

Fix typo.

Revision 1.96 / (download) - annotate - [select for diffs], Sun Dec 13 14:28:12 2015 UTC (8 years, 3 months ago) by christos
Branch: MAIN
Changes since 1.95: +3 -2 lines
Diff to previous 1.95 (colored) to selected 1.135 (colored)

add addrctlpolicy

Revision 1.95 / (download) - annotate - [select for diffs], Mon Nov 23 23:23:25 2015 UTC (8 years, 4 months ago) by pgoyette
Branch: MAIN
Changes since 1.94: +4 -4 lines
Diff to previous 1.94 (colored) to selected 1.135 (colored)

Minor rephrasing for English grammar police.

Revision 1.94 / (download) - annotate - [select for diffs], Tue Sep 29 07:59:15 2015 UTC (8 years, 6 months ago) by wiz
Branch: MAIN
Changes since 1.93: +2 -2 lines
Diff to previous 1.93 (colored) to selected 1.135 (colored)

Reduce whitespace.

Revision 1.93 / (download) - annotate - [select for diffs], Thu Sep 24 14:56:41 2015 UTC (8 years, 6 months ago) by christos
Branch: MAIN
Changes since 1.92: +14 -3 lines
Diff to previous 1.92 (colored) to selected 1.135 (colored)

document new sysctls

Revision 1.92 / (download) - annotate - [select for diffs], Sat Jul 11 17:36:09 2015 UTC (8 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.91: +34 -34 lines
Diff to previous 1.91 (colored) to selected 1.135 (colored)

Add more formatting.

Revision 1.91 / (download) - annotate - [select for diffs], Sat Jul 11 17:24:13 2015 UTC (8 years, 8 months ago) by kamil
Branch: MAIN
Changes since 1.90: +191 -191 lines
Diff to previous 1.90 (colored) to selected 1.135 (colored)

Use more macros for symbolic constants

This change was suggested by <riastradh> in PR xsrc/49912
The change idea was approved by <wiz>

Revision 1.90 / (download) - annotate - [select for diffs], Sat Jul 11 16:47:49 2015 UTC (8 years, 8 months ago) by kamil
Branch: MAIN
Changes since 1.89: +2 -9 lines
Diff to previous 1.89 (colored) to selected 1.135 (colored)

Correct mandoc warnings and errors

This change should be no visible to users.

Revision 1.89 / (download) - annotate - [select for diffs], Sat Jul 11 09:55:21 2015 UTC (8 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.88: +2 -2 lines
Diff to previous 1.88 (colored) to selected 1.135 (colored)

Bump date for previous.

Revision 1.88 / (download) - annotate - [select for diffs], Sat Jul 11 09:21:23 2015 UTC (8 years, 8 months ago) by kamil
Branch: MAIN
Changes since 1.87: +7 -1 lines
Diff to previous 1.87 (colored) to selected 1.135 (colored)

Clean-up resources (sys/sys/resource.h) usage

Add vmemoryuse to login_cap(3)
Document vmemoryuse in login.conf(5)
Document proc.pid.rlimit.vmemoryuse and proc.pid.rlimit.maxlwp in sysctl(7)
Document SBSIZE, AS, VMEM and NTHR in share/doc/psd/05.sysman/1.6.t

Reviewed by <riastradh>
Approved by <pgoyette>

Tested by Dominik Bialy

Closes PR xsrc/49912

Revision 1.87 / (download) - annotate - [select for diffs], Wed May 27 07:52:02 2015 UTC (8 years, 10 months ago) by matt
Branch: MAIN
Changes since 1.86: +2 -2 lines
Diff to previous 1.86 (colored) to selected 1.135 (colored)

Change draft-ietf-tcpm-initcwnd-08.txt to RFC6928,

Revision 1.86 / (download) - annotate - [select for diffs], Thu Nov 13 16:10:21 2014 UTC (9 years, 4 months ago) by christos
Branch: MAIN
Changes since 1.85: +3 -2 lines
Diff to previous 1.85 (colored) to selected 1.135 (colored)

add log_unknown_network

Revision 1.85 / (download) - annotate - [select for diffs], Sun Aug 3 09:15:21 2014 UTC (9 years, 7 months ago) by apb
Branch: MAIN
CVS Tags: tls-maxphys-base, tls-earlyentropy-base, netbsd-7-nhusb-base-20170116, netbsd-7-nhusb-base, netbsd-7-nhusb, netbsd-7-base, 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-RC2, netbsd-7-0-RC1, netbsd-7-0-2-RELEASE, netbsd-7-0-1-RELEASE, netbsd-7-0, netbsd-7
Changes since 1.84: +6 -2 lines
Diff to previous 1.84 (colored) to selected 1.135 (colored)

BUILDINFO part 2: expose sysctl kern.buildinfo

Revision 1.84 / (download) - annotate - [select for diffs], Thu Jul 17 13:42:02 2014 UTC (9 years, 8 months ago) by njoly
Branch: MAIN
Changes since 1.83: +6 -3 lines
Diff to previous 1.83 (colored) to selected 1.135 (colored)

Add hw.ncpuonline documentation.

Revision 1.83 / (download) - annotate - [select for diffs], Fri Jun 13 22:06:00 2014 UTC (9 years, 9 months ago) by wiz
Branch: MAIN
Changes since 1.82: +2 -2 lines
Diff to previous 1.82 (colored) to selected 1.135 (colored)

Remove trailing whitespace.

Revision 1.82 / (download) - annotate - [select for diffs], Fri Jun 13 19:09:07 2014 UTC (9 years, 9 months ago) by joerg
Branch: MAIN
Changes since 1.81: +9 -2 lines
Diff to previous 1.81 (colored) to selected 1.135 (colored)

Add kern.pool for memory pool stats.

Revision 1.81 / (download) - annotate - [select for diffs], Fri May 30 01:43:20 2014 UTC (9 years, 10 months ago) by christos
Branch: MAIN
Changes since 1.80: +10 -2 lines
Diff to previous 1.80 (colored) to selected 1.135 (colored)

Explain ipsec.enabled better.

Revision 1.80 / (download) - annotate - [select for diffs], Fri May 30 01:34:32 2014 UTC (9 years, 10 months ago) by christos
Branch: MAIN
Changes since 1.79: +10 -2 lines
Diff to previous 1.79 (colored) to selected 1.135 (colored)

mention new ipsec sysctls.

Revision 1.79 / (download) - annotate - [select for diffs], Mon Dec 16 00:59:37 2013 UTC (10 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: yamt-pagecache-base9, riastradh-xf86-video-intel-2-7-1-pre-2-21-15, riastradh-drm2-base3
Branch point for: tls-earlyentropy
Changes since 1.78: +3 -3 lines
Diff to previous 1.78 (colored) to selected 1.135 (colored)

New sentence, new line.

Revision 1.78 / (download) - annotate - [select for diffs], Sun Dec 15 21:10:32 2013 UTC (10 years, 3 months ago) by pgoyette
Branch: MAIN
Changes since 1.77: +7 -2 lines
Diff to previous 1.77 (colored) to selected 1.135 (colored)

Mention the new kern.module.autotime variable.

Revision 1.77 / (download) - annotate - [select for diffs], Sun Oct 27 10:09:28 2013 UTC (10 years, 5 months ago) by apb
Branch: MAIN
Changes since 1.76: +4 -4 lines
Diff to previous 1.76 (colored) to selected 1.135 (colored)

vfs.wapbl.flush_disk_cache is more about metadata than data, and
more about safety in the event of power loss than safety in the
event of a crash.

Revision 1.76 / (download) - annotate - [select for diffs], Wed Apr 10 00:24:28 2013 UTC (10 years, 11 months ago) by wiz
Branch: MAIN
CVS Tags: riastradh-drm2-base2, riastradh-drm2-base1, riastradh-drm2-base, riastradh-drm2
Changes since 1.75: +3 -2 lines
Diff to previous 1.75 (colored) to selected 1.135 (colored)

New sentence, new line.

Revision 1.75 / (download) - annotate - [select for diffs], Wed Apr 10 00:20:14 2013 UTC (10 years, 11 months ago) by christos
Branch: MAIN
Changes since 1.74: +5 -6 lines
Diff to previous 1.74 (colored) to selected 1.135 (colored)

update init_win{,_local} to match recent changes.

Revision 1.74 / (download) - annotate - [select for diffs], Thu Nov 29 02:27:12 2012 UTC (11 years, 4 months ago) by christos
Branch: MAIN
CVS Tags: yamt-pagecache-base8, yamt-pagecache-base7, agc-symver-base, agc-symver
Changes since 1.73: +10 -2 lines
Diff to previous 1.73 (colored) to selected 1.135 (colored)

document new reserved ports

Revision 1.73 / (download) - annotate - [select for diffs], Sat Jun 23 03:13:41 2012 UTC (11 years, 9 months ago) by christos
Branch: MAIN
CVS Tags: yamt-pagecache-base6
Branch point for: tls-maxphys
Changes since 1.72: +22 -2 lines
Diff to previous 1.72 (colored) to selected 1.135 (colored)

4 new sysctls to avoid ipv6 DoS attacks from OpenBSD

Revision 1.72 / (download) - annotate - [select for diffs], Fri Jun 22 14:54:35 2012 UTC (11 years, 9 months ago) by christos
Branch: MAIN
Changes since 1.71: +14 -14 lines
Diff to previous 1.71 (colored) to selected 1.135 (colored)

PR/46602: Move the rfc6056 port randomization to the IP layer.

Revision 1.71 / (download) - annotate - [select for diffs], Sat Jun 9 08:22:14 2012 UTC (11 years, 9 months ago) by wiz
Branch: MAIN
Changes since 1.70: +2 -2 lines
Diff to previous 1.70 (colored) to selected 1.135 (colored)

Drop trailing whitespace.

Revision 1.70 / (download) - annotate - [select for diffs], Sat Jun 9 02:47:18 2012 UTC (11 years, 9 months ago) by christos
Branch: MAIN
Changes since 1.69: +26 -2 lines
Diff to previous 1.69 (colored) to selected 1.135 (colored)

document kern.maxlwp and kern.uidinfo.*

Revision 1.69 / (download) - annotate - [select for diffs], Thu Mar 22 07:58:18 2012 UTC (12 years ago) by wiz
Branch: MAIN
CVS Tags: yamt-pagecache-base5, yamt-pagecache-base4
Changes since 1.68: +4 -4 lines
Diff to previous 1.68 (colored) to selected 1.135 (colored)

Fix whitespace nits. Suggested by Bug Hunting.

Revision 1.68 / (download) - annotate - [select for diffs], Thu Nov 3 00:29:00 2011 UTC (12 years, 4 months ago) by jym
Branch: MAIN
CVS Tags: yamt-pagecache-base3, yamt-pagecache-base2, netbsd-6-base, netbsd-6-1-RELEASE, netbsd-6-1-RC4, netbsd-6-1-RC3, netbsd-6-1-RC2, netbsd-6-1-RC1, netbsd-6-0-RELEASE, netbsd-6-0-RC2, netbsd-6-0-RC1, netbsd-6-0-2-RELEASE, netbsd-6-0-1-RELEASE, matt-nb6-plus-nbase, matt-nb6-plus-base, matt-nb6-plus
Branch point for: netbsd-6-1, netbsd-6-0, netbsd-6
Changes since 1.67: +2 -2 lines
Diff to previous 1.67 (colored) to selected 1.135 (colored)

Minor typo fix.

Revision 1.67 / (download) - annotate - [select for diffs], Sat Sep 24 17:08:16 2011 UTC (12 years, 6 months ago) by christos
Branch: MAIN
CVS Tags: yamt-pagecache-base
Branch point for: yamt-pagecache
Changes since 1.66: +16 -4 lines
Diff to previous 1.66 (colored) to selected 1.135 (colored)

update for rfc6056 from vlad.

Revision 1.66 / (download) - annotate - [select for diffs], Sat Sep 24 00:08:05 2011 UTC (12 years, 6 months ago) by christos
Branch: MAIN
Changes since 1.65: +22 -2 lines
Diff to previous 1.65 (colored) to selected 1.135 (colored)

mention the new kern.tty.qsize

Revision 1.65 / (download) - annotate - [select for diffs], Sat Aug 27 09:06:58 2011 UTC (12 years, 7 months ago) by christos
Branch: MAIN
Changes since 1.64: +5 -2 lines
Diff to previous 1.64 (colored) to selected 1.135 (colored)

add new arp logging sysctls

Revision 1.64 / (download) - annotate - [select for diffs], Thu Jun 23 20:55:08 2011 UTC (12 years, 9 months ago) by wiz
Branch: MAIN
Changes since 1.63: +2 -2 lines
Diff to previous 1.63 (colored) to selected 1.135 (colored)

Quote minus so it does not become a dash.

Revision 1.63 / (download) - annotate - [select for diffs], Thu Jun 23 15:57:11 2011 UTC (12 years, 9 months ago) by riz
Branch: MAIN
Changes since 1.62: +7 -2 lines
Diff to previous 1.62 (colored) to selected 1.135 (colored)

Attempt to improve the documentation of ddb.onpanic, from options(4).

Revision 1.62 / (download) - annotate - [select for diffs], Fri Mar 18 16:20:12 2011 UTC (13 years ago) by jruoho
Branch: MAIN
CVS Tags: cherry-xenmp-base, cherry-xenmp
Changes since 1.61: +5 -5 lines
Diff to previous 1.61 (colored) to selected 1.135 (colored)

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

Revision 1.61 / (download) - annotate - [select for diffs], Wed Feb 2 09:07:32 2011 UTC (13 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: bouyer-quota2-nbase, bouyer-quota2-base
Changes since 1.60: +2 -2 lines
Diff to previous 1.60 (colored) to selected 1.135 (colored)

Remove trailing whitespace.

Revision 1.60 / (download) - annotate - [select for diffs], Tue Feb 1 21:03:53 2011 UTC (13 years, 1 month ago) by christos
Branch: MAIN
Changes since 1.59: +5 -65 lines
Diff to previous 1.59 (colored) to selected 1.135 (colored)

merge the two lists.

Revision 1.59 / (download) - annotate - [select for diffs], Tue Feb 1 20:43:48 2011 UTC (13 years, 1 month ago) by christos
Branch: MAIN
Changes since 1.58: +76 -2 lines
Diff to previous 1.58 (colored) to selected 1.135 (colored)

Document the remaining vfs.generic sysctls.

Revision 1.58 / (download) - annotate - [select for diffs], Wed Jan 19 08:37:56 2011 UTC (13 years, 2 months ago) by wiz
Branch: MAIN
Branch point for: bouyer-quota2
Changes since 1.57: +30 -17 lines
Diff to previous 1.57 (colored) to selected 1.135 (colored)

Use St for POSIX references.

Revision 1.57 / (download) - annotate - [select for diffs], Wed Jan 19 08:34:19 2011 UTC (13 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.56: +8 -8 lines
Diff to previous 1.56 (colored) to selected 1.135 (colored)

file system consistency.

Revision 1.56 / (download) - annotate - [select for diffs], Wed Jan 19 02:25:17 2011 UTC (13 years, 2 months ago) by uwe
Branch: MAIN
Changes since 1.55: +115 -93 lines
Diff to previous 1.55 (colored) to selected 1.135 (colored)

Do some markup cleanup for the benefit of troff PostScript output.

- try to be more consistent with Va/Vt/Dv
- make the space in "... otherwise 0." non-paddable to prevent widow "0."
- consistently use -width "123456" for lists of nodes


TODO: There's still quite a bit of mess to clean up:

- tables of "n+1 level names" are indented (or not) inconsistently
- formatting of node names is inconsistent (normal vs literal)
- references to POSIX should use .St
- filesystem vs. file-system, our old time favorite!
- .Pq adds annoying extra space in troff output, do we really want to use it?
- etc.

Revision 1.55 / (download) - annotate - [select for diffs], Sun Jan 9 22:21:55 2011 UTC (13 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.54: +7 -6 lines
Diff to previous 1.54 (colored) to selected 1.135 (colored)

Fix It arguments. Also, let's assume it's 2011.

Revision 1.54 / (download) - annotate - [select for diffs], Sun Jan 9 16:55:59 2011 UTC (13 years, 2 months ago) by christos
Branch: MAIN
Changes since 1.53: +17 -3 lines
Diff to previous 1.53 (colored) to selected 1.135 (colored)

document the new wapbl sysctls.

Revision 1.53 / (download) - annotate - [select for diffs], Tue Dec 14 16:23:59 2010 UTC (13 years, 3 months ago) by jruoho
Branch: MAIN
CVS Tags: matt-mips64-premerge-20101231
Changes since 1.52: +3 -3 lines
Diff to previous 1.52 (colored) to selected 1.135 (colored)

Fix xref; module(4) -> module(7).

Revision 1.52 / (download) - annotate - [select for diffs], Sat Dec 11 19:55:53 2010 UTC (13 years, 3 months ago) by jruoho
Branch: MAIN
Changes since 1.51: +4 -4 lines
Diff to previous 1.51 (colored) to selected 1.135 (colored)

Point to module(9) instead of modctl(8).

Revision 1.51 / (download) - annotate - [select for diffs], Fri Aug 6 18:36:09 2010 UTC (13 years, 7 months ago) by jruoho
Branch: MAIN
Changes since 1.50: +19 -2 lines
Diff to previous 1.50 (colored) to selected 1.135 (colored)

Like with mqueue(3), create and remove the aio(3) sysctl nodes dynamically.

Revision 1.50 / (download) - annotate - [select for diffs], Sat Jul 31 02:04:45 2010 UTC (13 years, 8 months ago) by jruoho
Branch: MAIN
Changes since 1.49: +14 -14 lines
Diff to previous 1.49 (colored) to selected 1.135 (colored)

Use .Ss for subtitles.

Revision 1.49 / (download) - annotate - [select for diffs], Sat Jul 31 02:00:49 2010 UTC (13 years, 8 months ago) by jruoho
Branch: MAIN
Changes since 1.48: +7 -6 lines
Diff to previous 1.48 (colored) to selected 1.135 (colored)

Add kern.mqueue also to the big list of second-level nodes. Sort.

Revision 1.48 / (download) - annotate - [select for diffs], Wed Jul 28 20:49:12 2010 UTC (13 years, 8 months ago) by jruoho
Branch: MAIN
Changes since 1.47: +32 -2 lines
Diff to previous 1.47 (colored) to selected 1.135 (colored)

Get rid of SYSCTL_SETUP.

We want the sysctl variables also when mqueue(3) is loaded as a module.

Revision 1.47 / (download) - annotate - [select for diffs], Tue Apr 20 13:03:33 2010 UTC (13 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.46: +4 -4 lines
Diff to previous 1.46 (colored) to selected 1.135 (colored)

Make HTML-ready.

Revision 1.46 / (download) - annotate - [select for diffs], Tue Apr 20 08:37:23 2010 UTC (13 years, 11 months ago) by jruoho
Branch: MAIN
Changes since 1.45: +17 -4 lines
Diff to previous 1.45 (colored) to selected 1.135 (colored)

Document also kern.cryptodevallowsoft.

Revision 1.45 / (download) - annotate - [select for diffs], Tue Apr 20 08:27:24 2010 UTC (13 years, 11 months ago) by jruoho
Branch: MAIN
Changes since 1.44: +15 -7 lines
Diff to previous 1.44 (colored) to selected 1.135 (colored)

Document kern.usercrypto and kern.userasymcrypto.

Revision 1.44 / (download) - annotate - [select for diffs], Tue Apr 20 07:58:16 2010 UTC (13 years, 11 months ago) by jruoho
Branch: MAIN
Changes since 1.43: +8 -15 lines
Diff to previous 1.43 (colored) to selected 1.135 (colored)

Document kern.arandom, and remove kern.autonicetime and kern.autoniceval.

XXX: Although no sysctl variables exist for the last two, these are still
     defined in <sys/sysctl.h> and <sys/systm.h>.

Revision 1.43 / (download) - annotate - [select for diffs], Tue Apr 20 07:33:45 2010 UTC (13 years, 11 months ago) by jruoho
Branch: MAIN
Changes since 1.42: +51 -20 lines
Diff to previous 1.42 (colored) to selected 1.135 (colored)

Add sublists to the security-tree.

In addition, some small fixes to spelling errors, wording, and markup.

Revision 1.42 / (download) - annotate - [select for diffs], Tue Apr 20 06:22:52 2010 UTC (13 years, 11 months ago) by jruoho
Branch: MAIN
Changes since 1.41: +22 -4 lines
Diff to previous 1.41 (colored) to selected 1.135 (colored)

Document the kern.module node.

Revision 1.41 / (download) - annotate - [select for diffs], Tue Apr 20 06:12:06 2010 UTC (13 years, 11 months ago) by jruoho
Branch: MAIN
Changes since 1.40: +35 -5 lines
Diff to previous 1.40 (colored) to selected 1.135 (colored)

Mark nine undocumented kern.x nodes/variables with XXX. The total amount of
undocumented variables is well over twenty in the kern-subtree alone.

Revision 1.40 / (download) - annotate - [select for diffs], Mon Apr 19 12:44:33 2010 UTC (13 years, 11 months ago) by jruoho
Branch: MAIN
Changes since 1.39: +19 -4 lines
Diff to previous 1.39 (colored) to selected 1.135 (colored)

Add sublists for the kern.coredump and kern.veriexec trees.

Revision 1.39 / (download) - annotate - [select for diffs], Mon Apr 19 12:28:29 2010 UTC (13 years, 11 months ago) by jruoho
Branch: MAIN
Changes since 1.38: +144 -120 lines
Diff to previous 1.38 (colored) to selected 1.135 (colored)

Sort the kern-subtree. Try to correct the differences between the list and
the descriptions. Mark several undocumented or unclear items with XXX.

Revision 1.38 / (download) - annotate - [select for diffs], Sun Apr 18 19:42:51 2010 UTC (13 years, 11 months ago) by jruoho
Branch: MAIN
Changes since 1.37: +6 -2 lines
Diff to previous 1.37 (colored) to selected 1.135 (colored)

Note kern.detachall.

Revision 1.37 / (download) - annotate - [select for diffs], Sat Apr 10 04:49:17 2010 UTC (13 years, 11 months ago) by jruoho
Branch: MAIN
Changes since 1.36: +3 -23 lines
Diff to previous 1.36 (colored) to selected 1.135 (colored)

Move the description of 'hw.acpi.supported_states' from sysctl(7) to acpi(4).

Revision 1.36 / (download) - annotate - [select for diffs], Thu Mar 25 15:09:05 2010 UTC (14 years ago) by jruoho
Branch: MAIN
Changes since 1.35: +4 -1 lines
Diff to previous 1.35 (colored) to selected 1.135 (colored)

Mention the updated hz(9) here.

Revision 1.35 / (download) - annotate - [select for diffs], Tue Mar 23 05:54:34 2010 UTC (14 years ago) by jruoho
Branch: MAIN
Changes since 1.34: +7 -7 lines
Diff to previous 1.34 (colored) to selected 1.135 (colored)

Fix the CTL_DDB definitions (DDBCTL_XXX, not DBCTL_XXX).

Revision 1.34 / (download) - annotate - [select for diffs], Tue Mar 23 05:52:43 2010 UTC (14 years ago) by jruoho
Branch: MAIN
Changes since 1.33: +18 -4 lines
Diff to previous 1.33 (colored) to selected 1.135 (colored)

Document the following: ddb.maxwidth, ddb.tee_msgbuf, and ddb.commandonenter.

Revision 1.33 / (download) - annotate - [select for diffs], Mon Mar 22 18:58:32 2010 UTC (14 years ago) by joerg
Branch: MAIN
Changes since 1.32: +5 -5 lines
Diff to previous 1.32 (colored) to selected 1.135 (colored)

Use .In instead of .Aq Pa for header files.

Revision 1.32 / (download) - annotate - [select for diffs], Sun Feb 21 14:26:33 2010 UTC (14 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.31: +2 -2 lines
Diff to previous 1.31 (colored) to selected 1.135 (colored)

Bump date for vm.user_va0_disable.

Revision 1.31 / (download) - annotate - [select for diffs], Sun Feb 21 13:17:51 2010 UTC (14 years, 1 month ago) by drochner
Branch: MAIN
Changes since 1.30: +3 -1 lines
Diff to previous 1.30 (colored) to selected 1.135 (colored)

rename the va0_disabled option and cpp conditional to "disable" as well,
for consistency, and document option and sysctl flag

Revision 1.30 / (download) - annotate - [select for diffs], Sat Jan 9 17:28:06 2010 UTC (14 years, 2 months ago) by snj
Branch: MAIN
Changes since 1.29: +3 -3 lines
Diff to previous 1.29 (colored) to selected 1.135 (colored)

It's "hw.acpi.supported_states", not "hw.acpi.support_states".  From
rudolf on netbsd-docs@.

Revision 1.29 / (download) - annotate - [select for diffs], Mon Dec 7 23:48:01 2009 UTC (14 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: matt-premerge-20091211
Changes since 1.28: +2 -2 lines
Diff to previous 1.28 (colored) to selected 1.135 (colored)

Bump date for new sysctl.

Revision 1.28 / (download) - annotate - [select for diffs], Mon Dec 7 18:47:24 2009 UTC (14 years, 3 months ago) by christos
Branch: MAIN
Changes since 1.27: +5 -1 lines
Diff to previous 1.27 (colored) to selected 1.135 (colored)

PR/42243: Yasuoka Masahiko: Add "net.inet.icmp.bmcastecho" sysctl support,
to disable icmp replies to the broadcast address.

Revision 1.27 / (download) - annotate - [select for diffs], Mon Oct 5 10:47:52 2009 UTC (14 years, 5 months ago) by wiz
Branch: MAIN
Changes since 1.26: +2 -2 lines
Diff to previous 1.26 (colored) to selected 1.135 (colored)

Punctuation fix (separate punctuation from marked-up work to avoid it being
marked up as well).

Revision 1.26 / (download) - annotate - [select for diffs], Sun Oct 4 22:57:46 2009 UTC (14 years, 5 months ago) by elad
Branch: MAIN
Changes since 1.25: +14 -12 lines
Diff to previous 1.25 (colored) to selected 1.135 (colored)

Slightly restructure vfs level documentation.

Revision 1.25 / (download) - annotate - [select for diffs], Fri Oct 2 20:31:19 2009 UTC (14 years, 5 months ago) by elad
Branch: MAIN
Changes since 1.24: +4 -5 lines
Diff to previous 1.24 (colored) to selected 1.135 (colored)

Centralize documentation about exported sysctl variables in the relevant
secmodel's man-page.

Revision 1.24 / (download) - annotate - [select for diffs], Fri Sep 11 19:43:26 2009 UTC (14 years, 6 months ago) by wiz
Branch: MAIN
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 (colored) to selected 1.135 (colored)

Bump date for previous.

Revision 1.23 / (download) - annotate - [select for diffs], Fri Sep 11 18:14:58 2009 UTC (14 years, 6 months ago) by apb
Branch: MAIN
Changes since 1.22: +5 -1 lines
Diff to previous 1.22 (colored) to selected 1.135 (colored)

Expose the kernel's boothowto(9) variable through the sysctl
kern.boothowto variable.

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

Revision 1.22 / (download) - annotate - [select for diffs], Mon May 18 00:41:53 2009 UTC (14 years, 10 months ago) by snj
Branch: MAIN
Changes since 1.21: +10 -3 lines
Diff to previous 1.21 (colored) to selected 1.135 (colored)

Document PROC_PID_LIMIT_SBSIZE.  From Greg A. Woods in PR lib/36463.
Wording is taken from getrlimit(2).

Revision 1.21 / (download) - annotate - [select for diffs], Thu Apr 9 03:40:24 2009 UTC (14 years, 11 months ago) by joerg
Branch: MAIN
CVS Tags: jym-xensuspend-nbase, jym-xensuspend-base
Changes since 1.20: +93 -97 lines
Diff to previous 1.20 (colored) to selected 1.135 (colored)

groff is applying more than enough space between column, so don't
increase it even more. Do ensure that the columns are as large as the
largest value though. Do not indent the kern.* table as it can't fit
comfortable on the screen otherwise.

Revision 1.20 / (download) - annotate - [select for diffs], Sun Mar 1 21:50:55 2009 UTC (15 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.19: +2 -3 lines
Diff to previous 1.19 (colored) to selected 1.135 (colored)

Add missing Bl argument. Remove superfluous roff command.

Revision 1.19 / (download) - annotate - [select for diffs], Sun Mar 1 17:35:09 2009 UTC (15 years, 1 month ago) by christos
Branch: MAIN
Changes since 1.18: +21 -2 lines
Diff to previous 1.18 (colored) to selected 1.135 (colored)

PR/40937: matthew sporleder: document kern.timecounter in sysctl(7)

Revision 1.18 / (download) - annotate - [select for diffs], Sun Dec 21 10:30:08 2008 UTC (15 years, 3 months ago) by ad
Branch: MAIN
Branch point for: jym-xensuspend
Changes since 1.17: +3 -3 lines
Diff to previous 1.17 (colored) to selected 1.135 (colored)

-If non-zero, DDB will be entered when the kernel panics.
+If non-zero, DDB will be entered if the kernel panics.

Revision 1.17 / (download) - annotate - [select for diffs], Wed Nov 12 12:35:53 2008 UTC (15 years, 4 months ago) by ad
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored) to selected 1.135 (colored)

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

Proposed on tech-kern@.

Revision 1.16 / (download) - annotate - [select for diffs], Tue Oct 7 09:36:17 2008 UTC (15 years, 5 months ago) by rmind
Branch: MAIN
CVS Tags: netbsd-5-base, netbsd-5-0-RC1, matt-mips64-base2
Branch point for: netbsd-5
Changes since 1.15: +17 -2 lines
Diff to previous 1.15 (colored) to selected 1.135 (colored)

Mention few more changeable SysV IPC parameters, sync with reality.

Revision 1.15 / (download) - annotate - [select for diffs], Sun Sep 21 11:13:14 2008 UTC (15 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: mjf-devfs2-base
Changes since 1.14: +22 -2 lines
Diff to previous 1.14 (colored) to selected 1.135 (colored)

Describe hw.acpi_supported_states. Info from joerg.

Revision 1.14 / (download) - annotate - [select for diffs], Thu Dec 27 00:20:11 2007 UTC (16 years, 3 months ago) by elad
Branch: MAIN
CVS Tags: yamt-pf42-baseX, yamt-pf42-base4, yamt-pf42-base3, yamt-pf42-base2, yamt-pf42-base, yamt-pf42, wrstuden-revivesa-base-3, wrstuden-revivesa-base-2, wrstuden-revivesa-base-1, wrstuden-revivesa-base, wrstuden-revivesa, matt-armv6-nbase, matt-armv6-base, keiichi-mipv6-nbase, keiichi-mipv6-base, keiichi-mipv6, hpcarm-cleanup-nbase, hpcarm-cleanup-base
Branch point for: mjf-devfs2
Changes since 1.13: +17 -2 lines
Diff to previous 1.13 (colored) to selected 1.135 (colored)

Update for PaX ASLR.

Revision 1.13 / (download) - annotate - [select for diffs], Mon Jun 25 23:36:18 2007 UTC (16 years, 9 months ago) by christos
Branch: MAIN
CVS Tags: matt-mips64-base, matt-mips64, matt-armv6-prevmlocking, hpcarm-cleanup, cube-autoconf-base, cube-autoconf
Branch point for: matt-armv6
Changes since 1.12: +7 -1 lines
Diff to previous 1.12 (colored) to selected 1.135 (colored)

man bits from anon ymous

Revision 1.12 / (download) - annotate - [select for diffs], Wed Jun 20 15:29:18 2007 UTC (16 years, 9 months ago) by christos
Branch: MAIN
Changes since 1.11: +5 -2 lines
Diff to previous 1.11 (colored) to selected 1.135 (colored)

- per socket keepalive settings
- settable connection establishment timeout

Revision 1.11 / (download) - annotate - [select for diffs], Wed Jun 13 20:37:07 2007 UTC (16 years, 9 months ago) by tnn
Branch: MAIN
Changes since 1.10: +2 -6 lines
Diff to previous 1.10 (colored) to selected 1.135 (colored)

net.inet.tcp.newreno is no more.

Revision 1.10 / (download) - annotate - [select for diffs], Thu May 17 11:50:10 2007 UTC (16 years, 10 months ago) by yamt
Branch: MAIN
Changes since 1.9: +2 -14 lines
Diff to previous 1.9 (colored) to selected 1.135 (colored)

remove net.inet6.ip6.rht0.

Revision 1.9 / (download) - annotate - [select for diffs], Sun Apr 22 19:47:41 2007 UTC (16 years, 11 months ago) by christos
Branch: MAIN
Changes since 1.8: +14 -2 lines
Diff to previous 1.8 (colored) to selected 1.135 (colored)

Disable processing of routing header type 0 packets since they can be used
of DoS attacks. Provide a sysctl to re-enable them (net.inet6.ip6.rht0).

Information from:
	http://www.secdev.org/conf/IPv6_RH_security-csw07.pdf

Revision 1.8 / (download) - annotate - [select for diffs], Sun Mar 25 20:13:44 2007 UTC (17 years ago) by liamjfoy
Branch: MAIN
Changes since 1.7: +8 -1 lines
Diff to previous 1.7 (colored) to selected 1.135 (colored)

Document net.inet.ip.hashsize to control the IPv4 Fast Forward hash table size

Revision 1.7 / (download) - annotate - [select for diffs], Fri Mar 23 14:32:45 2007 UTC (17 years ago) by liamjfoy
Branch: MAIN
Changes since 1.6: +8 -1 lines
Diff to previous 1.6 (colored) to selected 1.135 (colored)

Document net.inet6.ip6.hashsize to control the IPv6 Fast Forward hash table

Revision 1.6 / (download) - annotate - [select for diffs], Mon Mar 12 14:37:28 2007 UTC (17 years ago) by liamjfoy
Branch: MAIN
Changes since 1.5: +2 -1 lines
Diff to previous 1.5 (colored) to selected 1.135 (colored)

ip6.maxflows default value is 256 - document

Revision 1.5 / (download) - annotate - [select for diffs], Wed Mar 7 22:24:31 2007 UTC (17 years ago) by liamjfoy
Branch: MAIN
Changes since 1.4: +9 -3 lines
Diff to previous 1.4 (colored) to selected 1.135 (colored)

Document net.inet6.ip6.maxflows for IPv6 Fast Forward

Revision 1.4 / (download) - annotate - [select for diffs], Fri Feb 2 02:39:13 2007 UTC (17 years, 1 month ago) by elad
Branch: MAIN
Changes since 1.3: +23 -10 lines
Diff to previous 1.3 (colored) to selected 1.135 (colored)

Some nits, paxctl(1) -> paxctl(8).

Revision 1.3 / (download) - annotate - [select for diffs], Sat Dec 23 08:06:54 2006 UTC (17 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored) to selected 1.135 (colored)

Fix typo.

Revision 1.2 / (download) - annotate - [select for diffs], Sat Dec 23 07:33:16 2006 UTC (17 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.1: +10 -7 lines
Diff to previous 1.1 (colored) to selected 1.135 (colored)

New sentence, new line.
Reword: all .. will not .. -> no .. will ..

Revision 1.1 / (download) - annotate - [select for diffs], Mon Dec 4 08:59:13 2006 UTC (17 years, 3 months ago) by pavel
Branch: MAIN
Diff to selected 1.135 (colored)

Move the description of sysctl MIBs from sysctl.3 to a new manual page
sysctl.7. Remove the list of MIBs from sysctl.8 so we don't have to
maintain duplicate information, as proposed by YAMAMOTO Takashi on
tech-userlevel. Also remove references to header files from sysctl.8.

The numeric constants remain documented, they are still needed in some
cases. See the discussion on tech-userlevel. ("mib list in sysctl.8")

OK by YAMAMOTO Takashi.

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>