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


Keyword substitution: kv
Default branch: MAIN


Revision 1.167: download - view: text, markup, annotated - select for diffs
Thu Mar 7 23:03:55 2024 UTC (9 months ago) by gutteridge
Branches: MAIN
CVS tags: perseant-exfatfs-base-20240630, perseant-exfatfs-base, perseant-exfatfs, HEAD
Diff to: previous 1.166: preferred, colored
Changes since revision 1.166: +4 -5 lines
sysctl.7: simplify statements about net.inet6 variables

Revision 1.166: download - view: text, markup, annotated - select for diffs
Mon Aug 14 16:51:52 2023 UTC (15 months, 3 weeks ago) by riastradh
Branches: MAIN
Diff to: previous 1.165: preferred, colored
Changes since revision 1.165: +8 -1 lines
options(4), sysctl(7): Document options HEARTBEAT.

Revision 1.165: download - view: text, markup, annotated - select for diffs
Sun Jun 18 18:16:40 2023 UTC (17 months, 2 weeks ago) by riastradh
Branches: MAIN
Diff to: previous 1.164: preferred, colored
Changes since revision 1.164: +18 -7 lines
sysctl(7): Note nodev,nosuid requirement for user-mounted fs.

While here, tidy up language and markup a smidge.

Revision 1.164: download - view: text, markup, annotated - select for diffs
Mon May 29 23:30:47 2023 UTC (18 months, 1 week ago) by gutteridge
Branches: MAIN
Diff to: previous 1.163: preferred, colored
Changes since revision 1.163: +3 -3 lines
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 - view: text, markup, annotated - select for diffs
Fri Dec 16 08:42:55 2022 UTC (23 months, 3 weeks ago) by msaitoh
Branches: MAIN
CVS tags: netbsd-10-base, 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, netbsd-10
Diff to: previous 1.162: preferred, colored
Changes since revision 1.162: +6 -3 lines
Add new "kern.mbuf.nmbclusters_limit" sysctl.

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

Revision 1.162: download - view: text, markup, annotated - select for diffs
Mon Oct 24 01:54:19 2022 UTC (2 years, 1 month ago) by knakahara
Branches: MAIN
Diff to: previous 1.161: preferred, colored
Changes since revision 1.161: +7 -2 lines
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 - view: text, markup, annotated - select for diffs
Mon Aug 29 09:14:02 2022 UTC (2 years, 3 months ago) by knakahara
Branches: MAIN
Diff to: previous 1.160: preferred, colored
Changes since revision 1.160: +10 -3 lines
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 - view: text, markup, annotated - select for diffs
Mon Aug 22 09:25:55 2022 UTC (2 years, 3 months ago) by knakahara
Branches: MAIN
Diff to: previous 1.159: preferred, colored
Changes since revision 1.159: +6 -1 lines
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 - view: text, markup, annotated - select for diffs
Fri Aug 12 15:43:38 2022 UTC (2 years, 3 months ago) by riastradh
Branches: MAIN
Diff to: previous 1.158: preferred, colored
Changes since revision 1.158: +11 -4 lines
module(9), sysctl(7): Document kern.module.autounload_unsafe.

Revision 1.158: download - view: text, markup, annotated - select for diffs
Tue Aug 9 08:03:22 2022 UTC (2 years, 3 months ago) by knakahara
Branches: MAIN
Diff to: previous 1.157: preferred, colored
Changes since revision 1.157: +7 -2 lines
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 - view: text, markup, annotated - select for diffs
Mon Jul 25 14:46:53 2022 UTC (2 years, 4 months ago) by pgoyette
Branches: MAIN
Diff to: previous 1.156: preferred, colored
Changes since revision 1.156: +3 -3 lines
kern.maxvnodes _can_ be lowered, but not below the number of currently
active vnodes.

Revision 1.156: download - view: text, markup, annotated - select for diffs
Sun Dec 5 07:35:17 2021 UTC (3 years ago) by msaitoh
Branches: MAIN
Diff to: previous 1.155: preferred, colored
Changes since revision 1.155: +3 -3 lines
s/runable/runnable/

Revision 1.155: download - view: text, markup, annotated - select for diffs
Thu Oct 21 13:21:54 2021 UTC (3 years, 1 month ago) by andvar
Branches: MAIN
Diff to: previous 1.154: preferred, colored
Changes since revision 1.154: +2 -2 lines
fix various typos, mainly in comments, but also in man pages and log messages.

Revision 1.139.2.2: download - view: text, markup, annotated - select for diffs
Tue Sep 7 17:12:21 2021 UTC (3 years, 3 months ago) by martin
Branches: netbsd-9
CVS tags: netbsd-9-4-RELEASE, netbsd-9-3-RELEASE
Diff to: previous 1.139.2.1: preferred, colored; branchpoint 1.139: preferred, colored; next MAIN 1.140: preferred, colored
Changes since revision 1.139.2.1: +6 -1 lines
Pull up following revision(s) (requested by manu in ticket #1343):

	share/man/man7/sysctl.7: revision 1.153
	sys/kern/vfs_lockf.c: revision 1.74
	lib/libc/sys/fcntl.2: revision 1.46
	lib/libc/sys/flock.2: revision 1.23

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.154: download - view: text, markup, annotated - select for diffs
Wed Jul 28 11:32:21 2021 UTC (3 years, 4 months ago) by wiz
Branches: MAIN
Diff to: previous 1.153: preferred, colored
Changes since revision 1.153: +4 -4 lines
Fix typos.

Revision 1.153: download - view: text, markup, annotated - select for diffs
Tue Jul 27 09:32:55 2021 UTC (3 years, 4 months ago) by manu
Branches: MAIN
Diff to: previous 1.152: preferred, colored
Changes since revision 1.152: +6 -1 lines
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 - view: text, markup, annotated - select for diffs
Tue Jul 13 16:56:43 2021 UTC (3 years, 4 months ago) by nia
Branches: MAIN
Diff to: previous 1.151: preferred, colored
Changes since revision 1.151: +3 -3 lines
Swap encryption no longer experimental or default-off.

Revision 1.151: download - view: text, markup, annotated - select for diffs
Sat Oct 17 09:20:33 2020 UTC (4 years, 1 month ago) by wiz
Branches: MAIN
CVS tags: cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1, cjep_staticlib_x-base, cjep_staticlib_x
Diff to: previous 1.150: preferred, colored
Changes since revision 1.150: +6 -3 lines
Use Dv. Bump date for previous.

Revision 1.150: download - view: text, markup, annotated - select for diffs
Sat Oct 17 09:06:15 2020 UTC (4 years, 1 month ago) by mlelstv
Branches: MAIN
Diff to: previous 1.149: preferred, colored
Changes since revision 1.149: +4 -1 lines
Setting a socket buffer size stops autoscaling. Add a sysctl to
prevent this behaviour. The default is not changed.

Revision 1.149: download - view: text, markup, annotated - select for diffs
Fri Sep 11 15:16:48 2020 UTC (4 years, 2 months ago) by roy
Branches: MAIN
Diff to: previous 1.148: preferred, colored
Changes since revision 1.148: +35 -9 lines
sysctl: Adjust man page for new ARP sysctl ND settings

Revision 1.148: download - view: text, markup, annotated - select for diffs
Mon Jul 13 15:05:05 2020 UTC (4 years, 4 months ago) by jruoho
Branches: MAIN
Diff to: previous 1.147: preferred, colored
Changes since revision 1.147: +8 -4 lines
Xref rfc6056(7).

Revision 1.147: download - view: text, markup, annotated - select for diffs
Sat Jun 13 20:18:00 2020 UTC (4 years, 5 months ago) by ad
Branches: MAIN
Diff to: previous 1.146: preferred, colored
Changes since revision 1.146: +1 -2 lines
g/c vm.idlezero

Revision 1.146: download - view: text, markup, annotated - select for diffs
Sun May 10 02:32:32 2020 UTC (4 years, 6 months ago) by riastradh
Branches: MAIN
Diff to: previous 1.145: preferred, colored
Changes since revision 1.145: +3 -4 lines
Mark experimental-default-off knobs clearly as such.

Revision 1.145: download - view: text, markup, annotated - select for diffs
Sun May 10 02:31:29 2020 UTC (4 years, 6 months ago) by riastradh
Branches: MAIN
Diff to: previous 1.144: preferred, colored
Changes since revision 1.144: +25 -1 lines
Document vm.swap_encrypt.

Revision 1.144: download - view: text, markup, annotated - select for diffs
Sun May 10 02:30:33 2020 UTC (4 years, 6 months ago) by riastradh
Branches: MAIN
Diff to: previous 1.143: preferred, colored
Changes since revision 1.143: +20 -8 lines
Tweak kern.arandom documentation.

Revision 1.143: download - view: text, markup, annotated - select for diffs
Fri May 1 10:06:09 2020 UTC (4 years, 7 months ago) by nia
Branches: MAIN
Diff to: previous 1.142: preferred, colored
Changes since revision 1.142: +2 -2 lines
Update documentation of kern.arandom. It uses cprng_strong(9).

Revision 1.128.2.2: download - view: text, markup, annotated - select for diffs
Mon Apr 13 08:03:25 2020 UTC (4 years, 7 months ago) by martin
Branches: phil-wifi
Diff to: previous 1.128.2.1: preferred, colored; branchpoint 1.128: preferred, colored; next MAIN 1.129: preferred, colored
Changes since revision 1.128.2.1: +19 -5 lines
Mostly merge changes from HEAD upto 20200411

Revision 1.139.2.1: download - view: text, markup, annotated - select for diffs
Mon Nov 18 19:45:00 2019 UTC (5 years ago) by martin
Branches: netbsd-9
CVS tags: netbsd-9-2-RELEASE, netbsd-9-1-RELEASE, netbsd-9-0-RELEASE, netbsd-9-0-RC2, netbsd-9-0-RC1
Diff to: previous 1.139: preferred, colored
Changes since revision 1.139: +5 -3 lines
Pull up following revision(s) (requested by nia in ticket #440):

	share/man/man7/sysctl.7: revision 1.142

Document usage of KERN_ARND

Revision 1.142: download - view: text, markup, annotated - select for diffs
Sat Nov 16 17:33:09 2019 UTC (5 years ago) by nia
Branches: MAIN
CVS tags: phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, phil-wifi-20191119, is-mlppp-base, is-mlppp
Diff to: previous 1.141: preferred, colored
Changes since revision 1.141: +5 -3 lines
Document usage of KERN_ARND

Revision 1.141: download - view: text, markup, annotated - select for diffs
Thu Nov 14 21:23:46 2019 UTC (5 years ago) by jdolecek
Branches: MAIN
Diff to: previous 1.140: preferred, colored
Changes since revision 1.140: +8 -2 lines
document vm.ubc_direct

Revision 1.113.4.3: download - view: text, markup, annotated - select for diffs
Mon Sep 2 16:39:21 2019 UTC (5 years, 3 months ago) by martin
Branches: netbsd-8
CVS tags: netbsd-8-3-RELEASE, netbsd-8-2-RELEASE
Diff to: previous 1.113.4.2: preferred, colored; branchpoint 1.113: preferred, colored; next MAIN 1.114: preferred, colored
Changes since revision 1.113.4.2: +5 -5 lines
Pull up following revision(s) (requested by sevan in ticket #1351):

	share/man/man4/man4.amiga/grf.4: revision 1.7
	share/man/man4/si.4: revision 1.11
	share/man/man8/man8.sparc/boot.8: revision 1.32
	share/man/man5/nsswitch.conf.5: revision 1.29
	share/man/man5/mixerctl.conf.5: revision 1.7
	share/man/man8/man8.vax/boot.8: revision 1.14
	share/man/man4/man4.vax/dn.4: revision 1.12
	share/man/man8/man8.vax/drtest.8: revision 1.16
	share/man/man8/sysinst.8: revision 1.6
	share/man/man4/ip.4: revision 1.37
	share/man/man5/boot.cfg.5: revision 1.28
	share/man/man1/cd.1: revision 1.10
	share/man/man4/usb.4: revision 1.106
	share/man/man4/man4.vax/ix.4: revision 1.17
	share/man/man7/security.7: revision 1.15
	share/man/man7/hier.7: revision 1.123
	share/man/man8/afterboot.8: revision 1.58
	share/man/man1/man1.x68k/bellctrl.1: revision 1.14
	share/man/man4/se.4: revision 1.6
	share/man/man4/utoppy.4: revision 1.7
	share/man/man4/midi.4: revision 1.32
	share/man/man4/cfb.4: revision 1.5
	share/man/man4/man4.sparc/magma.4: revision 1.12
	share/man/man4/audio.4: revision 1.80
	share/man/man4/isic.4: revision 1.18
	share/man/man1/cd.1: revision 1.7
	share/man/man4/envsys.4: revision 1.51
	share/man/man1/cd.1: revision 1.8
	share/man/man1/cd.1: revision 1.9
	share/man/man3/fast_divide32.3: revision 1.9
	share/man/man4/pci.4: revision 1.97
	share/man/man5/ranlib.5: revision 1.7
	share/man/man3/__arraycount.3: revision 1.7
	share/man/man4/isa.4: revision 1.46
	share/man/man8/man8.atari/ahdilabel.8: revision 1.14
	share/man/man4/chipsfb.4: revision 1.6
	share/man/man8/man8.macppc/boot.8: revision 1.8
	share/man/man5/passwd.5: revision 1.33
	share/man/man8/man8.macppc/ofwboot.8: revision 1.14
	share/man/man8/compat_linux.8: revision 1.38
	share/man/man4/iop.4: revision 1.22
	share/man/man4/ddb.4: revision 1.167
	share/man/man4/termios.4: revision 1.37
	share/man/man8/compat_freebsd.8: revision 1.18
	share/man/man5/ar.5: revision 1.9
	share/man/man7/release.7: revision 1.37
	share/man/man5/core.5: revision 1.31
	share/man/man4/ahd.4: revision 1.6
	share/man/man4/man4.vax/ad.4: revision 1.12
	share/man/man4/pppoe.4: revision 1.39
	share/man/man5/locale.alias.5: revision 1.3
	share/man/man8/man8.amiga/installboot.8: revision 1.23
	share/man/man4/etherip.4: revision 1.8
	share/man/man3/queue.3: revision 1.57
	share/man/man5/genassym.cf.5: revision 1.13
	share/man/man4/mpls.4: revision 1.10
	share/man/man1/wait.1: revision 1.5
	share/man/man5/capfile.5: revision 1.4
	share/man/man4/man4.alpha/ttwopci.4: revision 1.6
	share/man/man4/man4.atari/rtc.4: revision 1.8
	share/man/man4/gpiosim.4: revision 1.6
	share/man/man3/bitstring.3: revision 1.18
	share/man/man4/isdntel.4: revision 1.8
	share/man/man4/ai.4: revision 1.9
	share/man/man8/man8.hppa/boot.8: revision 1.2
	share/man/man4/uyurex.4: revision 1.6
	share/man/man8/man8.alpha/mkbootimage.8: revision 1.9
	share/man/man4/bpf.4: revision 1.56
	share/man/man4/man4.amiga/mfcs.4: revision 1.8
	share/man/man4/cmpci.4: revision 1.9
	share/man/man8/man8.vax/format.8: revision 1.14
	share/man/man8/compat_svr4.8: revision 1.27
	share/man/man4/crypto.4: revision 1.26
	share/man/man4/userconf.4: revision 1.13
	share/man/man4/agp.4: revision 1.17
	share/man/man9/man9.i386/bioscall.9: revision 1.10
	share/man/man4/uftdi.4: revision 1.20
	share/man/man4/radio.4: revision 1.13
	share/man/man4/mfb.4: revision 1.5
	share/man/man7/ascii.7: revision 1.8
	share/man/man4/man4.vax/dl.4: revision 1.13
	share/man/man4/ral.4: revision 1.12
	share/man/man4/unix.4: revision 1.26
	share/man/man4/edc.4: revision 1.12
	share/man/man4/pim.4: revision 1.5
	share/man/man8/compat_ultrix.8: revision 1.21
	share/man/man4/dge.4: revision 1.11
	share/man/man8/diskless.8: revision 1.32
	share/man/man5/passwd.conf.5: revision 1.11
	share/man/man8/man8.acorn26/boot26.8: revision 1.8
	share/man/man4/man4.vax/hy.4: revision 1.12
	share/man/man4/plip.4: revision 1.4
	share/man/man4/sc.4: revision 1.8
	share/man/man4/ec.4: revision 1.14
	share/man/man4/man4.sgimips/giopci.4: revision 1.9
	share/man/man7/sysctl.7: revision 1.114
	share/man/man3/bits.3: revision 1.18
	share/man/man4/we.4: revision 1.19
	share/man/man8/compat_sunos.8: revision 1.21
	share/man/man4/ip6.4: revision 1.31
	share/man/man4/acpilid.4: revision 1.8
	share/man/man4/man4.dreamcast/aica.4: revision 1.6
	share/man/man4/mfi.4: revision 1.12
	share/man/man4/ugen.4: revision 1.32
	share/man/man4/jme.4: revision 1.7
	share/man/man4/man4.sparc64/intro.4: revision 1.5
	share/man/man4/zyd.4: revision 1.5
	share/man/man4/gre.4: revision 1.45
	share/man/man3/bitmap.3: revision 1.10
	share/man/man4/man4.vax/cons.4: revision 1.12
	share/man/man3/gcq.3: revision 1.4
	share/man/man4/man4.hppa/pdc.4: revision 1.3
	share/man/man4/multicast.4: revision 1.8
	share/man/man4/man4.sparc/intro.4: revision 1.27
	share/man/man4/ath.4: revision 1.32
	share/man/man4/ym.4: revision 1.19
	share/man/man3/iso646.3: revision 1.6
	share/man/man4/btsco.4: revision 1.13
	share/man/man4/man4.i386/ndis.4: revision 1.6
	share/man/man4/pad.4: revision 1.6
	share/man/man4/strip.4: revision 1.16
	share/man/man8/man8.x86/boot.8: revision 1.12
	share/man/man4/amr.4: revision 1.15
	share/man/man4/ieee80211.4: revision 1.5
	share/man/man4/options.4: revision 1.467
	share/man/man5/link.5: revision 1.24
	share/man/man8/man8.cobalt/boot.8: revision 1.10
	share/man/man5/stab.5: revision 1.15
	share/man/man3/tree.3: revision 1.12
	share/man/man4/route.4: revision 1.31
	share/man/man4/man4.sun3/leds.4: revision 1.13
	share/man/man4/bluetooth.4: revision 1.20
	share/man/man4/man4.i386/pcibios.4: revision 1.19
	share/man/man5/veriexec.5: revision 1.8
	share/man/man7/operator.7: revision 1.12
	share/man/man4/man4.hp300/dcl.4: revision 1.13
	share/man/man4/man4.i386/intro.4: revision 1.31
	share/man/man5/ld.so.conf.5: revision 1.21
	share/man/man8/man8.alpha/boot.8: revision 1.16
	share/man/man4/bio.4: revision 1.13
	share/man/man4/man4.sun2/leds.4: revision 1.10
	share/man/man8/man8.x86/mbr.8: revision 1.4
	share/man/man8/man8.mvme68k/boot.8: revision 1.9
	share/man/man4/man4.alpha/ttwoga.4: revision 1.6
	share/man/man4/ahc.4: revision 1.34

Direct reader to shell documentation generally, rather than csh(1)
specifically.

Mention variables OLDPWD and PWD.

Move the text that explains that cd(1) is a shell built-in to the very
beginning of the description where it can be seen prominently.

Improve formatting.

 -

Remove workaround for ancient HTML generation code.
Use EXIT STATUS and .Ex.

Revision 1.140: download - view: text, markup, annotated - select for diffs
Mon Aug 5 22:03:10 2019 UTC (5 years, 4 months ago) by maya
Branches: MAIN
Diff to: previous 1.139: preferred, colored
Changes since revision 1.139: +9 -3 lines
Provide documentation for KERN_LWP.

PR lib/20108

Revision 1.128.2.1: download - view: text, markup, annotated - select for diffs
Mon Jun 10 22:05:41 2019 UTC (5 years, 5 months ago) by christos
Branches: phil-wifi
Diff to: previous 1.128: preferred, colored
Changes since revision 1.128: +59 -17 lines
Sync with HEAD

Revision 1.139: download - view: text, markup, annotated - select for diffs
Sat Jun 1 19:54:34 2019 UTC (5 years, 6 months ago) by kamil
Branches: MAIN
CVS tags: phil-wifi-20190609, netbsd-9-base
Branch point for: netbsd-9
Diff to: previous 1.138: preferred, colored
Changes since revision 1.138: +3 -2 lines
Document KERN_PROC_CWD in sysctl(7)

Revision 1.138: download - view: text, markup, annotated - select for diffs
Fri Mar 1 03:05:08 2019 UTC (5 years, 9 months ago) by christos
Branches: MAIN
Diff to: previous 1.137: preferred, colored
Changes since revision 1.137: +5 -2 lines
Document kern.uidinfo.semcnt.

Revision 1.124.2.8: download - view: text, markup, annotated - select for diffs
Wed Dec 26 14:01:29 2018 UTC (5 years, 11 months ago) by pgoyette
Branches: pgoyette-compat
CVS tags: pgoyette-compat-merge-20190127
Diff to: previous 1.124.2.7: preferred, colored; branchpoint 1.124: preferred, colored; next MAIN 1.125: preferred, colored
Changes since revision 1.124.2.7: +23 -4 lines
Sync with HEAD, resolve a few conflicts

Revision 1.137: download - view: text, markup, annotated - select for diffs
Wed Dec 5 21:15:20 2018 UTC (6 years ago) by wiz
Branches: MAIN
CVS tags: pgoyette-compat-20190127, pgoyette-compat-20190118, pgoyette-compat-1226
Diff to: previous 1.136: preferred, colored
Changes since revision 1.136: +5 -5 lines
Remove trailing whitespace. Remove comma for better readability.

Revision 1.136: download - view: text, markup, annotated - select for diffs
Wed Dec 5 18:16:51 2018 UTC (6 years ago) by christos
Branches: MAIN
Diff to: previous 1.135: preferred, colored
Changes since revision 1.135: +23 -4 lines
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.124.2.7: download - view: text, markup, annotated - select for diffs
Mon Nov 26 01:52:15 2018 UTC (6 years ago) by pgoyette
Branches: pgoyette-compat
Diff to: previous 1.124.2.6: preferred, colored; branchpoint 1.124: preferred, colored
Changes since revision 1.124.2.6: +16 -8 lines
Sync with HEAD, resolve a couple of conflicts

Revision 1.135: download - view: text, markup, annotated - select for diffs
Sun Nov 4 16:30:28 2018 UTC (6 years, 1 month ago) by christos
Branches: MAIN
CVS tags: pgoyette-compat-1126
Diff to: previous 1.134: preferred, colored
Changes since revision 1.134: +12 -6 lines
- 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 - view: text, markup, annotated - select for diffs
Tue Oct 30 19:41:21 2018 UTC (6 years, 1 month ago) by kre
Branches: MAIN
Diff to: previous 1.133: preferred, colored
Changes since revision 1.133: +6 -4 lines
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.124.2.6: download - view: text, markup, annotated - select for diffs
Sat Oct 20 06:58:23 2018 UTC (6 years, 1 month ago) by pgoyette
Branches: pgoyette-compat
Diff to: previous 1.124.2.5: preferred, colored; branchpoint 1.124: preferred, colored
Changes since revision 1.124.2.5: +20 -9 lines
Sync with head

Revision 1.133: download - view: text, markup, annotated - select for diffs
Sat Oct 6 13:53:58 2018 UTC (6 years, 2 months ago) by wiz
Branches: MAIN
CVS tags: pgoyette-compat-1020
Diff to: previous 1.132: preferred, colored
Changes since revision 1.132: +8 -8 lines
Fix some xrefs.

Revision 1.132: download - view: text, markup, annotated - select for diffs
Fri Oct 5 22:16:50 2018 UTC (6 years, 2 months ago) by christos
Branches: MAIN
Diff to: previous 1.131: preferred, colored
Changes since revision 1.131: +13 -2 lines
document kern.expose_address

Revision 1.124.2.5: download - view: text, markup, annotated - select for diffs
Sun Sep 30 01:45:35 2018 UTC (6 years, 2 months ago) by pgoyette
Branches: pgoyette-compat
Diff to: previous 1.124.2.4: preferred, colored; branchpoint 1.124: preferred, colored
Changes since revision 1.124.2.4: +3 -3 lines
Ssync with HEAD

Revision 1.131: download - view: text, markup, annotated - select for diffs
Thu Sep 6 10:09:29 2018 UTC (6 years, 3 months ago) by maxv
Branches: MAIN
CVS tags: pgoyette-compat-0930
Diff to: previous 1.130: preferred, colored
Changes since revision 1.130: +3 -3 lines
more netkey->netipsec

Revision 1.124.2.4: download - view: text, markup, annotated - select for diffs
Thu Sep 6 06:55:22 2018 UTC (6 years, 3 months ago) by pgoyette
Branches: pgoyette-compat
Diff to: previous 1.124.2.3: preferred, colored; branchpoint 1.124: preferred, colored
Changes since revision 1.124.2.3: +3 -3 lines
Sync with HEAD

Resolve a couple of conflicts (result of the uimin/uimax changes)

Revision 1.130: download - view: text, markup, annotated - select for diffs
Sun Sep 2 17:21:28 2018 UTC (6 years, 3 months ago) by maxv
Branches: MAIN
CVS tags: pgoyette-compat-0906
Diff to: previous 1.129: preferred, colored
Changes since revision 1.129: +2 -2 lines
well well well it's September now

Revision 1.129: download - view: text, markup, annotated - select for diffs
Sun Sep 2 16:02:18 2018 UTC (6 years, 3 months ago) by maxv
Branches: MAIN
Diff to: previous 1.128: preferred, colored
Changes since revision 1.128: +3 -3 lines
remove reference to ipnat

Revision 1.124.2.3: download - view: text, markup, annotated - select for diffs
Mon Jun 25 07:25:37 2018 UTC (6 years, 5 months ago) by pgoyette
Branches: pgoyette-compat
Diff to: previous 1.124.2.2: preferred, colored; branchpoint 1.124: preferred, colored
Changes since revision 1.124.2.2: +2 -2 lines
Sync with HEAD

Revision 1.128: download - view: text, markup, annotated - select for diffs
Mon Jun 18 02:57:51 2018 UTC (6 years, 5 months ago) by eadler
Branches: MAIN
CVS tags: phil-wifi-base, pgoyette-compat-0728, pgoyette-compat-0625
Branch point for: phil-wifi
Diff to: previous 1.127: preferred, colored
Changes since revision 1.127: +2 -2 lines
sysctl.7: fix speeling mistake

Revision 1.124.2.2: download - view: text, markup, annotated - select for diffs
Mon May 21 04:35:56 2018 UTC (6 years, 6 months ago) by pgoyette
Branches: pgoyette-compat
Diff to: previous 1.124.2.1: preferred, colored; branchpoint 1.124: preferred, colored
Changes since revision 1.124.2.1: +62 -3 lines
Sync with HEAD

Revision 1.127: download - view: text, markup, annotated - select for diffs
Sat May 5 21:33:53 2018 UTC (6 years, 7 months ago) by wiz
Branches: MAIN
CVS tags: pgoyette-compat-0521
Diff to: previous 1.126: preferred, colored
Changes since revision 1.126: +2 -2 lines
Fix tab/macro order.

Revision 1.126: download - view: text, markup, annotated - select for diffs
Sat May 5 20:20:43 2018 UTC (6 years, 7 months ago) by christos
Branches: MAIN
Diff to: previous 1.125: preferred, colored
Changes since revision 1.125: +62 -3 lines
Document new PF_LOCAL sysctls.

Revision 1.124.2.1: download - view: text, markup, annotated - select for diffs
Sun Apr 22 07:20:17 2018 UTC (6 years, 7 months ago) by pgoyette
Branches: pgoyette-compat
Diff to: previous 1.124: preferred, colored
Changes since revision 1.124: +4 -3 lines
Sync with HEAD

Revision 1.125: download - view: text, markup, annotated - select for diffs
Sat Apr 21 12:38:17 2018 UTC (6 years, 7 months ago) by wiz
Branches: MAIN
CVS tags: pgoyette-compat-0502, pgoyette-compat-0422
Diff to: previous 1.124: preferred, colored
Changes since revision 1.124: +4 -3 lines
New sentence, new line.

Revision 1.113.4.2: download - view: text, markup, annotated - select for diffs
Thu Mar 22 16:38:31 2018 UTC (6 years, 8 months ago) by martin
Branches: netbsd-8
CVS tags: netbsd-8-1-RELEASE, netbsd-8-1-RC1, netbsd-8-0-RELEASE, netbsd-8-0-RC2, netbsd-8-0-RC1
Diff to: previous 1.113.4.1: preferred, colored; branchpoint 1.113: preferred, colored
Changes since revision 1.113.4.1: +20 -21 lines
Pull up following revision(s) (requested by sevan in ticket #574):
	share/man/man7/sysctl.7: revision 1.121,1.122,1.124 (via patch)

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.

Sort ddb section in alphabetical order.

Bump date.
Improve description of ddb.commandonenter.

Revision 1.124: download - view: text, markup, annotated - select for diffs
Thu Feb 22 14:49:29 2018 UTC (6 years, 9 months ago) by sevan
Branches: MAIN
CVS tags: pgoyette-compat-base, pgoyette-compat-0415, pgoyette-compat-0407, pgoyette-compat-0330, pgoyette-compat-0322, pgoyette-compat-0315
Branch point for: pgoyette-compat
Diff to: previous 1.123: preferred, colored
Changes since revision 1.123: +3 -2 lines
Improve description of ddb.commandonenter.

Revision 1.123: download - view: text, markup, annotated - select for diffs
Thu Feb 22 14:37:53 2018 UTC (6 years, 9 months ago) by sevan
Branches: MAIN
Diff to: previous 1.122: preferred, colored
Changes since revision 1.122: +6 -3 lines
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 - view: text, markup, annotated - select for diffs
Thu Feb 22 14:32:50 2018 UTC (6 years, 9 months ago) by sevan
Branches: MAIN
Diff to: previous 1.121: preferred, colored
Changes since revision 1.121: +21 -22 lines
Sort ddb section in alphabetical order.
Bump date.

Revision 1.121: download - view: text, markup, annotated - select for diffs
Thu Jan 11 09:53:55 2018 UTC (6 years, 10 months ago) by pgoyette
Branches: MAIN
Diff to: previous 1.120: preferred, colored
Changes since revision 1.120: +2 -2 lines
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 - view: text, markup, annotated - select for diffs
Thu Dec 28 23:16:57 2017 UTC (6 years, 11 months ago) by wiz
Branches: MAIN
Diff to: previous 1.119: preferred, colored
Changes since revision 1.119: +2 -2 lines
Fix word.

Revision 1.119: download - view: text, markup, annotated - select for diffs
Thu Dec 28 23:15:45 2017 UTC (6 years, 11 months ago) by wiz
Branches: MAIN
Diff to: previous 1.118: preferred, colored
Changes since revision 1.118: +9 -18 lines
Remove Tn.

Revision 1.118: download - view: text, markup, annotated - select for diffs
Thu Dec 28 17:51:49 2017 UTC (6 years, 11 months ago) by christos
Branches: MAIN
Diff to: previous 1.117: preferred, colored
Changes since revision 1.117: +10 -5 lines
document ddb.panicstackframes

Revision 1.117: download - view: text, markup, annotated - select for diffs
Sun Jul 30 16:07:06 2017 UTC (7 years, 4 months ago) by maxv
Branches: MAIN
Diff to: previous 1.116: preferred, colored
Changes since revision 1.116: +2 -7 lines
Remove lurking reference to TCP_COMPAT_42.

Revision 1.113.4.1: download - view: text, markup, annotated - select for diffs
Mon Jul 24 06:11:39 2017 UTC (7 years, 4 months ago) by snj
Branches: netbsd-8
CVS tags: matt-nb8-mediatek-base, matt-nb8-mediatek
Diff to: previous 1.113: preferred, colored
Changes since revision 1.113: +9 -2 lines
Pull up following revision(s) (requested by joerg in ticket #125):
	share/man/man7/sysctl.7: revision 1.115
Document vm.guard_size and vm.thread_guard_size

Revision 1.116: download - view: text, markup, annotated - select for diffs
Tue Jul 11 08:32:17 2017 UTC (7 years, 4 months ago) by wiz
Branches: MAIN
CVS tags: perseant-stdc-iso10646-base, perseant-stdc-iso10646
Diff to: previous 1.115: preferred, colored
Changes since revision 1.115: +10 -10 lines
Fix a macro. Fix two tables.

Revision 1.115: download - view: text, markup, annotated - select for diffs
Mon Jul 10 22:41:46 2017 UTC (7 years, 4 months ago) by joerg
Branches: MAIN
Diff to: previous 1.114: preferred, colored
Changes since revision 1.114: +9 -2 lines
Document vm.guard_size and vm.thread_guard_size

Revision 1.114: download - view: text, markup, annotated - select for diffs
Mon Jul 3 21:30:59 2017 UTC (7 years, 5 months ago) by wiz
Branches: MAIN
Diff to: previous 1.113: preferred, colored
Changes since revision 1.113: +5 -5 lines
Remove workaround for ancient HTML generation code.

Revision 1.102.2.4: download - view: text, markup, annotated - select for diffs
Wed Apr 26 02:52:58 2017 UTC (7 years, 7 months ago) by pgoyette
Branches: pgoyette-localcount
Diff to: previous 1.102.2.3: preferred, colored; branchpoint 1.102: preferred, colored; next MAIN 1.103: preferred, colored
Changes since revision 1.102.2.3: +18 -13 lines
Sync with HEAD

Revision 1.110.2.1: download - view: text, markup, annotated - select for diffs
Fri Apr 21 16:53:18 2017 UTC (7 years, 7 months ago) by bouyer
Branches: bouyer-socketcan
Diff to: previous 1.110: preferred, colored; next MAIN 1.111: preferred, colored
Changes since revision 1.110: +18 -13 lines
Sync with HEAD

Revision 1.113: download - view: text, markup, annotated - select for diffs
Sat Mar 25 05:58:50 2017 UTC (7 years, 8 months ago) by pgoyette
Branches: 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
Diff to: previous 1.112: preferred, colored
Changes since revision 1.112: +4 -4 lines
A couple more minor changes for readability.

Revision 1.112: download - view: text, markup, annotated - select for diffs
Sat Mar 25 05:51:28 2017 UTC (7 years, 8 months ago) by pgoyette
Branches: MAIN
Diff to: previous 1.111: preferred, colored
Changes since revision 1.111: +10 -10 lines
Improve some grammar, let verbs agree in number with their subjects.

Revision 1.111: download - view: text, markup, annotated - select for diffs
Fri Mar 24 21:44:13 2017 UTC (7 years, 8 months ago) by pgoyette
Branches: MAIN
Diff to: previous 1.110: preferred, colored
Changes since revision 1.110: +9 -4 lines
Document new proc.curproc.paxflags variable.

Revision 1.102.2.3: download - view: text, markup, annotated - select for diffs
Mon Mar 20 06:57:06 2017 UTC (7 years, 8 months ago) by pgoyette
Branches: pgoyette-localcount
Diff to: previous 1.102.2.2: preferred, colored; branchpoint 1.102: preferred, colored
Changes since revision 1.102.2.2: +128 -32 lines
Sync with HEAD

Revision 1.110: download - view: text, markup, annotated - select for diffs
Thu Jan 12 18:19:31 2017 UTC (7 years, 10 months ago) by abhinav
Branches: MAIN
CVS tags: pgoyette-localcount-20170320, bouyer-socketcan-base
Branch point for: bouyer-socketcan
Diff to: previous 1.109: preferred, colored
Changes since revision 1.109: +2 -2 lines
Fix typo: s/currenly/currently

Revision 1.109: download - view: text, markup, annotated - select for diffs
Wed Jan 11 11:53:07 2017 UTC (7 years, 10 months ago) by wiz
Branches: MAIN
Diff to: previous 1.108: preferred, colored
Changes since revision 1.108: +15 -15 lines
New sentence, new line.

Remove trailing whitespace.

Revision 1.108: download - view: text, markup, annotated - select for diffs
Mon Jan 9 20:08:26 2017 UTC (7 years, 10 months ago) by hubertf
Branches: MAIN
Diff to: previous 1.107: preferred, colored
Changes since revision 1.107: +100 -4 lines
Document kern.sched sysctl variables.

Revision 1.107: download - view: text, markup, annotated - select for diffs
Sun Jan 8 14:28:42 2017 UTC (7 years, 11 months ago) by wiz
Branches: MAIN
Diff to: previous 1.106: preferred, colored
Changes since revision 1.106: +28 -28 lines
Fix display problem reported by kamil via abhinav.

Revision 1.102.2.2: download - view: text, markup, annotated - select for diffs
Sat Jan 7 08:56:07 2017 UTC (7 years, 11 months ago) by pgoyette
Branches: pgoyette-localcount
Diff to: previous 1.102.2.1: preferred, colored; branchpoint 1.102: preferred, colored
Changes since revision 1.102.2.1: +32 -4 lines
Sync with HEAD.  (Note that most of these changes are simply $NetBSD$
tag issues.)

Revision 1.106: download - view: text, markup, annotated - select for diffs
Thu Jan 5 09:50:40 2017 UTC (7 years, 11 months ago) by wiz
Branches: MAIN
CVS tags: pgoyette-localcount-20170107
Diff to: previous 1.105: preferred, colored
Changes since revision 1.105: +6 -4 lines
Use Fl for flags.

Revision 1.105: download - view: text, markup, annotated - select for diffs
Sun Jan 1 23:59:19 2017 UTC (7 years, 11 months ago) by pgoyette
Branches: MAIN
Diff to: previous 1.104: preferred, colored
Changes since revision 1.104: +22 -1 lines
Document kern.hist

Revision 1.104: download - view: text, markup, annotated - select for diffs
Thu Nov 17 01:22:00 2016 UTC (8 years ago) by pgoyette
Branches: MAIN
Diff to: previous 1.103: preferred, colored
Changes since revision 1.103: +9 -4 lines
Document the previously-undocument kern.bufq node.

Revision 1.102.2.1: download - view: text, markup, annotated - select for diffs
Fri Nov 4 14:48:56 2016 UTC (8 years, 1 month ago) by pgoyette
Branches: pgoyette-localcount
Diff to: previous 1.102: preferred, colored
Changes since revision 1.102: +8 -2 lines
Sync with HEAD

Revision 1.103: download - view: text, markup, annotated - select for diffs
Wed Oct 12 08:52:49 2016 UTC (8 years, 1 month ago) by roy
Branches: MAIN
CVS tags: pgoyette-localcount-20161104
Diff to: previous 1.102: preferred, colored
Changes since revision 1.102: +8 -2 lines
Document net.inet.ip.dad_count.

Revision 1.102: download - view: text, markup, annotated - select for diffs
Tue May 31 05:44:19 2016 UTC (8 years, 6 months ago) by pgoyette
Branches: MAIN
CVS tags: pgoyette-localcount-base, pgoyette-localcount-20160806, pgoyette-localcount-20160726, localcount-20160914
Branch point for: pgoyette-localcount
Diff to: previous 1.101: preferred, colored
Changes since revision 1.101: +15 -2 lines
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 - view: text, markup, annotated - select for diffs
Wed May 25 20:47:57 2016 UTC (8 years, 6 months ago) by wiz
Branches: MAIN
Diff to: previous 1.100: preferred, colored
Changes since revision 1.100: +2 -2 lines
Punctuation nit.

Revision 1.100: download - view: text, markup, annotated - select for diffs
Wed May 25 19:52:32 2016 UTC (8 years, 6 months ago) by christos
Branches: MAIN
Diff to: previous 1.99: preferred, colored
Changes since revision 1.99: +16 -2 lines
Document security.pax.mprotect.ptrace

Revision 1.99: download - view: text, markup, annotated - select for diffs
Wed Mar 30 05:55:04 2016 UTC (8 years, 8 months ago) by ozaki-r
Branches: MAIN
Diff to: previous 1.98: preferred, colored
Changes since revision 1.98: +1 -7 lines
Document arp sysctl removals

Revision 1.98: download - view: text, markup, annotated - select for diffs
Wed Mar 30 05:45:26 2016 UTC (8 years, 8 months ago) by ozaki-r
Branches: MAIN
Diff to: previous 1.97: preferred, colored
Changes since revision 1.97: +3 -3 lines
Document net.inet6.ip6.neighborgcthresh change

Revision 1.97: download - view: text, markup, annotated - select for diffs
Sun Dec 13 15:13:03 2015 UTC (8 years, 11 months ago) by wiz
Branches: MAIN
Diff to: previous 1.96: preferred, colored
Changes since revision 1.96: +2 -2 lines
Fix typo.

Revision 1.96: download - view: text, markup, annotated - select for diffs
Sun Dec 13 14:28:12 2015 UTC (8 years, 11 months ago) by christos
Branches: MAIN
Diff to: previous 1.95: preferred, colored
Changes since revision 1.95: +3 -2 lines
add addrctlpolicy

Revision 1.95: download - view: text, markup, annotated - select for diffs
Mon Nov 23 23:23:25 2015 UTC (9 years ago) by pgoyette
Branches: MAIN
Diff to: previous 1.94: preferred, colored
Changes since revision 1.94: +4 -4 lines
Minor rephrasing for English grammar police.

Revision 1.94: download - view: text, markup, annotated - select for diffs
Tue Sep 29 07:59:15 2015 UTC (9 years, 2 months ago) by wiz
Branches: MAIN
Diff to: previous 1.93: preferred, colored
Changes since revision 1.93: +2 -2 lines
Reduce whitespace.

Revision 1.93: download - view: text, markup, annotated - select for diffs
Thu Sep 24 14:56:41 2015 UTC (9 years, 2 months ago) by christos
Branches: MAIN
Diff to: previous 1.92: preferred, colored
Changes since revision 1.92: +14 -3 lines
document new sysctls

Revision 1.92: download - view: text, markup, annotated - select for diffs
Sat Jul 11 17:36:09 2015 UTC (9 years, 4 months ago) by wiz
Branches: MAIN
Diff to: previous 1.91: preferred, colored
Changes since revision 1.91: +34 -34 lines
Add more formatting.

Revision 1.91: download - view: text, markup, annotated - select for diffs
Sat Jul 11 17:24:13 2015 UTC (9 years, 4 months ago) by kamil
Branches: MAIN
Diff to: previous 1.90: preferred, colored
Changes since revision 1.90: +191 -191 lines
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 - view: text, markup, annotated - select for diffs
Sat Jul 11 16:47:49 2015 UTC (9 years, 4 months ago) by kamil
Branches: MAIN
Diff to: previous 1.89: preferred, colored
Changes since revision 1.89: +2 -9 lines
Correct mandoc warnings and errors

This change should be no visible to users.

Revision 1.89: download - view: text, markup, annotated - select for diffs
Sat Jul 11 09:55:21 2015 UTC (9 years, 5 months ago) by wiz
Branches: MAIN
Diff to: previous 1.88: preferred, colored
Changes since revision 1.88: +2 -2 lines
Bump date for previous.

Revision 1.88: download - view: text, markup, annotated - select for diffs
Sat Jul 11 09:21:23 2015 UTC (9 years, 5 months ago) by kamil
Branches: MAIN
Diff to: previous 1.87: preferred, colored
Changes since revision 1.87: +7 -1 lines
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 - view: text, markup, annotated - select for diffs
Wed May 27 07:52:02 2015 UTC (9 years, 6 months ago) by matt
Branches: MAIN
Diff to: previous 1.86: preferred, colored
Changes since revision 1.86: +2 -2 lines
Change draft-ietf-tcpm-initcwnd-08.txt to RFC6928,

Revision 1.86: download - view: text, markup, annotated - select for diffs
Thu Nov 13 16:10:21 2014 UTC (10 years ago) by christos
Branches: MAIN
Diff to: previous 1.85: preferred, colored
Changes since revision 1.85: +3 -2 lines
add log_unknown_network

Revision 1.73.2.3: download - view: text, markup, annotated - select for diffs
Wed Aug 20 00:02:36 2014 UTC (10 years, 3 months ago) by tls
Branches: tls-maxphys
Diff to: previous 1.73.2.2: preferred, colored; branchpoint 1.73: preferred, colored; next MAIN 1.74: preferred, colored
Changes since revision 1.73.2.2: +39 -4 lines
Rebase to HEAD as of a few days ago.

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

Revision 1.85: download - view: text, markup, annotated - select for diffs
Sun Aug 3 09:15:21 2014 UTC (10 years, 4 months ago) by apb
Branches: 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
Diff to: previous 1.84: preferred, colored
Changes since revision 1.84: +6 -2 lines
BUILDINFO part 2: expose sysctl kern.buildinfo

Revision 1.84: download - view: text, markup, annotated - select for diffs
Thu Jul 17 13:42:02 2014 UTC (10 years, 4 months ago) by njoly
Branches: MAIN
Diff to: previous 1.83: preferred, colored
Changes since revision 1.83: +6 -3 lines
Add hw.ncpuonline documentation.

Revision 1.83: download - view: text, markup, annotated - select for diffs
Fri Jun 13 22:06:00 2014 UTC (10 years, 5 months ago) by wiz
Branches: MAIN
Diff to: previous 1.82: preferred, colored
Changes since revision 1.82: +2 -2 lines
Remove trailing whitespace.

Revision 1.82: download - view: text, markup, annotated - select for diffs
Fri Jun 13 19:09:07 2014 UTC (10 years, 5 months ago) by joerg
Branches: MAIN
Diff to: previous 1.81: preferred, colored
Changes since revision 1.81: +9 -2 lines
Add kern.pool for memory pool stats.

Revision 1.81: download - view: text, markup, annotated - select for diffs
Fri May 30 01:43:20 2014 UTC (10 years, 6 months ago) by christos
Branches: MAIN
Diff to: previous 1.80: preferred, colored
Changes since revision 1.80: +10 -2 lines
Explain ipsec.enabled better.

Revision 1.80: download - view: text, markup, annotated - select for diffs
Fri May 30 01:34:32 2014 UTC (10 years, 6 months ago) by christos
Branches: MAIN
Diff to: previous 1.79: preferred, colored
Changes since revision 1.79: +10 -2 lines
mention new ipsec sysctls.

Revision 1.67.2.5: download - view: text, markup, annotated - select for diffs
Thu May 22 11:37:51 2014 UTC (10 years, 6 months ago) by yamt
Branches: yamt-pagecache
Diff to: previous 1.67.2.4: preferred, colored; branchpoint 1.67: preferred, colored; next MAIN 1.68: preferred, colored
Changes since revision 1.67.2.4: +12 -7 lines
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.79: download - view: text, markup, annotated - select for diffs
Mon Dec 16 00:59:37 2013 UTC (10 years, 11 months ago) by wiz
Branches: 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
Diff to: previous 1.78: preferred, colored
Changes since revision 1.78: +3 -3 lines
New sentence, new line.

Revision 1.78: download - view: text, markup, annotated - select for diffs
Sun Dec 15 21:10:32 2013 UTC (10 years, 11 months ago) by pgoyette
Branches: MAIN
Diff to: previous 1.77: preferred, colored
Changes since revision 1.77: +7 -2 lines
Mention the new kern.module.autotime variable.

Revision 1.77: download - view: text, markup, annotated - select for diffs
Sun Oct 27 10:09:28 2013 UTC (11 years, 1 month ago) by apb
Branches: MAIN
Diff to: previous 1.76: preferred, colored
Changes since revision 1.76: +4 -4 lines
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.68.8.1: download - view: text, markup, annotated - select for diffs
Mon Jul 8 07:40:56 2013 UTC (11 years, 5 months ago) by jdc
Branches: netbsd-6-1
CVS tags: 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
Diff to: previous 1.68: preferred, colored; next MAIN 1.69: preferred, colored
Changes since revision 1.68: +22 -2 lines
Pull up revisions:
  src/share/man/man7/sysctl.7 revision 1.73 via patch
  src/sys/netinet6/icmp6.c revision 1.161 via patch
  src/sys/netinet6/in6.c revision 1.161 via patch
  src/sys/netinet6/in6_proto.c revision 1.97 via patch
  src/sys/netinet6/in6_var.h revision 1.65 via patch
  src/sys/netinet6/ip6_input.c revision 1.139 via patch
  src/sys/netinet6/ip6_var.h revision 1.59 via patch
  src/sys/netinet6/nd6.c revision 1.143 via patch
  src/sys/netinet6/nd6.h revision 1.57 via patch
  src/sys/netinet6/nd6_rtr.c revision 1.83 via patch
(requested by christos in ticket #905).
Patch by Loganaden Velvindron.

  4 new sysctls to avoid ipv6 DoS attacks from OpenBSD

Revision 1.68.6.1: download - view: text, markup, annotated - select for diffs
Mon Jul 8 07:40:34 2013 UTC (11 years, 5 months ago) by jdc
Branches: netbsd-6-0
CVS tags: netbsd-6-0-6-RELEASE, netbsd-6-0-5-RELEASE, netbsd-6-0-4-RELEASE, netbsd-6-0-3-RELEASE
Diff to: previous 1.68: preferred, colored; next MAIN 1.69: preferred, colored
Changes since revision 1.68: +22 -2 lines
Pull up revisions:
  src/share/man/man7/sysctl.7 revision 1.73 via patch
  src/sys/netinet6/icmp6.c revision 1.161 via patch
  src/sys/netinet6/in6.c revision 1.161 via patch
  src/sys/netinet6/in6_proto.c revision 1.97 via patch
  src/sys/netinet6/in6_var.h revision 1.65 via patch
  src/sys/netinet6/ip6_input.c revision 1.139 via patch
  src/sys/netinet6/ip6_var.h revision 1.59 via patch
  src/sys/netinet6/nd6.c revision 1.143 via patch
  src/sys/netinet6/nd6.h revision 1.57 via patch
  src/sys/netinet6/nd6_rtr.c revision 1.83 via patch
(requested by christos in ticket #905).
Patch by Loganaden Velvindron.

  4 new sysctls to avoid ipv6 DoS attacks from OpenBSD

Revision 1.68.2.1: download - view: text, markup, annotated - select for diffs
Mon Jul 8 07:40:07 2013 UTC (11 years, 5 months ago) by jdc
Branches: netbsd-6
Diff to: previous 1.68: preferred, colored; next MAIN 1.69: preferred, colored
Changes since revision 1.68: +22 -2 lines
Pull up revisions:
  src/share/man/man7/sysctl.7 revision 1.73 via patch
  src/sys/netinet6/icmp6.c revision 1.161 via patch
  src/sys/netinet6/in6.c revision 1.161 via patch
  src/sys/netinet6/in6_proto.c revision 1.97 via patch
  src/sys/netinet6/in6_var.h revision 1.65 via patch
  src/sys/netinet6/ip6_input.c revision 1.139 via patch
  src/sys/netinet6/ip6_var.h revision 1.59 via patch
  src/sys/netinet6/nd6.c revision 1.143 via patch
  src/sys/netinet6/nd6.h revision 1.57 via patch
  src/sys/netinet6/nd6_rtr.c revision 1.83 via patch
(requested by christos in ticket #905).
Patch by Loganaden Velvindron.

  4 new sysctls to avoid ipv6 DoS attacks from OpenBSD

Revision 1.73.2.2: download - view: text, markup, annotated - select for diffs
Sun Jun 23 06:28:54 2013 UTC (11 years, 5 months ago) by tls
Branches: tls-maxphys
Diff to: previous 1.73.2.1: preferred, colored; branchpoint 1.73: preferred, colored
Changes since revision 1.73.2.1: +5 -5 lines
resync from head

Revision 1.76: download - view: text, markup, annotated - select for diffs
Wed Apr 10 00:24:28 2013 UTC (11 years, 8 months ago) by wiz
Branches: MAIN
CVS tags: riastradh-drm2-base2, riastradh-drm2-base1, riastradh-drm2-base, riastradh-drm2
Diff to: previous 1.75: preferred, colored
Changes since revision 1.75: +3 -2 lines
New sentence, new line.

Revision 1.75: download - view: text, markup, annotated - select for diffs
Wed Apr 10 00:20:14 2013 UTC (11 years, 8 months ago) by christos
Branches: MAIN
Diff to: previous 1.74: preferred, colored
Changes since revision 1.74: +5 -6 lines
update init_win{,_local} to match recent changes.

Revision 1.73.2.1: download - view: text, markup, annotated - select for diffs
Mon Feb 25 00:28:14 2013 UTC (11 years, 9 months ago) by tls
Branches: tls-maxphys
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +10 -2 lines
resync with head

Revision 1.67.2.4: download - view: text, markup, annotated - select for diffs
Wed Jan 16 05:32:36 2013 UTC (11 years, 10 months ago) by yamt
Branches: yamt-pagecache
CVS tags: yamt-pagecache-tag8
Diff to: previous 1.67.2.3: preferred, colored; branchpoint 1.67: preferred, colored
Changes since revision 1.67.2.3: +10 -2 lines
sync with (a bit old) head

Revision 1.74: download - view: text, markup, annotated - select for diffs
Thu Nov 29 02:27:12 2012 UTC (12 years ago) by christos
Branches: MAIN
CVS tags: yamt-pagecache-base8, yamt-pagecache-base7, agc-symver-base, agc-symver
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +10 -2 lines
document new reserved ports

Revision 1.67.2.3: download - view: text, markup, annotated - select for diffs
Tue Oct 30 18:59:42 2012 UTC (12 years, 1 month ago) by yamt
Branches: yamt-pagecache
Diff to: previous 1.67.2.2: preferred, colored; branchpoint 1.67: preferred, colored
Changes since revision 1.67.2.2: +58 -14 lines
sync with head

Revision 1.73: download - view: text, markup, annotated - select for diffs
Sat Jun 23 03:13:41 2012 UTC (12 years, 5 months ago) by christos
Branches: MAIN
CVS tags: yamt-pagecache-base6
Branch point for: tls-maxphys
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +22 -2 lines
4 new sysctls to avoid ipv6 DoS attacks from OpenBSD

Revision 1.72: download - view: text, markup, annotated - select for diffs
Fri Jun 22 14:54:35 2012 UTC (12 years, 5 months ago) by christos
Branches: MAIN
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +14 -14 lines
PR/46602: Move the rfc6056 port randomization to the IP layer.

Revision 1.71: download - view: text, markup, annotated - select for diffs
Sat Jun 9 08:22:14 2012 UTC (12 years, 6 months ago) by wiz
Branches: MAIN
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +2 -2 lines
Drop trailing whitespace.

Revision 1.70: download - view: text, markup, annotated - select for diffs
Sat Jun 9 02:47:18 2012 UTC (12 years, 6 months ago) by christos
Branches: MAIN
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +26 -2 lines
document kern.maxlwp and kern.uidinfo.*

Revision 1.67.2.2: download - view: text, markup, annotated - select for diffs
Tue Apr 17 00:05:47 2012 UTC (12 years, 7 months ago) by yamt
Branches: yamt-pagecache
Diff to: previous 1.67.2.1: preferred, colored; branchpoint 1.67: preferred, colored
Changes since revision 1.67.2.1: +4 -4 lines
sync with head

Revision 1.69: download - view: text, markup, annotated - select for diffs
Thu Mar 22 07:58:18 2012 UTC (12 years, 8 months ago) by wiz
Branches: MAIN
CVS tags: yamt-pagecache-base5, yamt-pagecache-base4
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +4 -4 lines
Fix whitespace nits. Suggested by Bug Hunting.

Revision 1.67.2.1: download - view: text, markup, annotated - select for diffs
Thu Nov 10 14:31:37 2011 UTC (13 years, 1 month ago) by yamt
Branches: yamt-pagecache
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +2 -2 lines
sync with head

Revision 1.68: download - view: text, markup, annotated - select for diffs
Thu Nov 3 00:29:00 2011 UTC (13 years, 1 month ago) by jym
Branches: 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
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +2 -2 lines
Minor typo fix.

Revision 1.67: download - view: text, markup, annotated - select for diffs
Sat Sep 24 17:08:16 2011 UTC (13 years, 2 months ago) by christos
Branches: MAIN
CVS tags: yamt-pagecache-base
Branch point for: yamt-pagecache
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +16 -4 lines
update for rfc6056 from vlad.

Revision 1.66: download - view: text, markup, annotated - select for diffs
Sat Sep 24 00:08:05 2011 UTC (13 years, 2 months ago) by christos
Branches: MAIN
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +22 -2 lines
mention the new kern.tty.qsize

Revision 1.65: download - view: text, markup, annotated - select for diffs
Sat Aug 27 09:06:58 2011 UTC (13 years, 3 months ago) by christos
Branches: MAIN
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +5 -2 lines
add new arp logging sysctls

Revision 1.64: download - view: text, markup, annotated - select for diffs
Thu Jun 23 20:55:08 2011 UTC (13 years, 5 months ago) by wiz
Branches: MAIN
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +2 -2 lines
Quote minus so it does not become a dash.

Revision 1.63: download - view: text, markup, annotated - select for diffs
Thu Jun 23 15:57:11 2011 UTC (13 years, 5 months ago) by riz
Branches: MAIN
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +7 -2 lines
Attempt to improve the documentation of ddb.onpanic, from options(4).

Revision 1.62: download - view: text, markup, annotated - select for diffs
Fri Mar 18 16:20:12 2011 UTC (13 years, 8 months ago) by jruoho
Branches: MAIN
CVS tags: cherry-xenmp-base, cherry-xenmp
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +5 -5 lines
Fix xref; security(8) -> security(7).

Revision 1.58.2.1: download - view: text, markup, annotated - select for diffs
Tue Feb 8 16:19:07 2011 UTC (13 years, 10 months ago) by bouyer
Branches: bouyer-quota2
Diff to: previous 1.58: preferred, colored; next MAIN 1.59: preferred, colored
Changes since revision 1.58: +16 -2 lines
Sync with HEAD

Revision 1.61: download - view: text, markup, annotated - select for diffs
Wed Feb 2 09:07:32 2011 UTC (13 years, 10 months ago) by wiz
Branches: MAIN
CVS tags: bouyer-quota2-nbase, bouyer-quota2-base
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +2 -2 lines
Remove trailing whitespace.

Revision 1.60: download - view: text, markup, annotated - select for diffs
Tue Feb 1 21:03:53 2011 UTC (13 years, 10 months ago) by christos
Branches: MAIN
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +5 -65 lines
merge the two lists.

Revision 1.59: download - view: text, markup, annotated - select for diffs
Tue Feb 1 20:43:48 2011 UTC (13 years, 10 months ago) by christos
Branches: MAIN
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +76 -2 lines
Document the remaining vfs.generic sysctls.

Revision 1.58: download - view: text, markup, annotated - select for diffs
Wed Jan 19 08:37:56 2011 UTC (13 years, 10 months ago) by wiz
Branches: MAIN
Branch point for: bouyer-quota2
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +30 -17 lines
Use St for POSIX references.

Revision 1.57: download - view: text, markup, annotated - select for diffs
Wed Jan 19 08:34:19 2011 UTC (13 years, 10 months ago) by wiz
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +8 -8 lines
file system consistency.

Revision 1.56: download - view: text, markup, annotated - select for diffs
Wed Jan 19 02:25:17 2011 UTC (13 years, 10 months ago) by uwe
Branches: MAIN
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +115 -93 lines
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 - view: text, markup, annotated - select for diffs
Sun Jan 9 22:21:55 2011 UTC (13 years, 11 months ago) by wiz
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +7 -6 lines
Fix It arguments. Also, let's assume it's 2011.

Revision 1.54: download - view: text, markup, annotated - select for diffs
Sun Jan 9 16:55:59 2011 UTC (13 years, 11 months ago) by christos
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +17 -3 lines
document the new wapbl sysctls.

Revision 1.53: download - view: text, markup, annotated - select for diffs
Tue Dec 14 16:23:59 2010 UTC (13 years, 11 months ago) by jruoho
Branches: MAIN
CVS tags: matt-mips64-premerge-20101231
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +3 -3 lines
Fix xref; module(4) -> module(7).

Revision 1.52: download - view: text, markup, annotated - select for diffs
Sat Dec 11 19:55:53 2010 UTC (13 years, 11 months ago) by jruoho
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +4 -4 lines
Point to module(9) instead of modctl(8).

Revision 1.51: download - view: text, markup, annotated - select for diffs
Fri Aug 6 18:36:09 2010 UTC (14 years, 4 months ago) by jruoho
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +19 -2 lines
Like with mqueue(3), create and remove the aio(3) sysctl nodes dynamically.

Revision 1.50: download - view: text, markup, annotated - select for diffs
Sat Jul 31 02:04:45 2010 UTC (14 years, 4 months ago) by jruoho
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +14 -14 lines
Use .Ss for subtitles.

Revision 1.49: download - view: text, markup, annotated - select for diffs
Sat Jul 31 02:00:49 2010 UTC (14 years, 4 months ago) by jruoho
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +7 -6 lines
Add kern.mqueue also to the big list of second-level nodes. Sort.

Revision 1.48: download - view: text, markup, annotated - select for diffs
Wed Jul 28 20:49:12 2010 UTC (14 years, 4 months ago) by jruoho
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +32 -2 lines
Get rid of SYSCTL_SETUP.

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

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

Revision 1.47: download - view: text, markup, annotated - select for diffs
Tue Apr 20 13:03:33 2010 UTC (14 years, 7 months ago) by wiz
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +4 -4 lines
Make HTML-ready.

Revision 1.46: download - view: text, markup, annotated - select for diffs
Tue Apr 20 08:37:23 2010 UTC (14 years, 7 months ago) by jruoho
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +17 -4 lines
Document also kern.cryptodevallowsoft.

Revision 1.45: download - view: text, markup, annotated - select for diffs
Tue Apr 20 08:27:24 2010 UTC (14 years, 7 months ago) by jruoho
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +15 -7 lines
Document kern.usercrypto and kern.userasymcrypto.

Revision 1.44: download - view: text, markup, annotated - select for diffs
Tue Apr 20 07:58:16 2010 UTC (14 years, 7 months ago) by jruoho
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +8 -15 lines
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 - view: text, markup, annotated - select for diffs
Tue Apr 20 07:33:45 2010 UTC (14 years, 7 months ago) by jruoho
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +51 -20 lines
Add sublists to the security-tree.

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

Revision 1.42: download - view: text, markup, annotated - select for diffs
Tue Apr 20 06:22:52 2010 UTC (14 years, 7 months ago) by jruoho
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +22 -4 lines
Document the kern.module node.

Revision 1.41: download - view: text, markup, annotated - select for diffs
Tue Apr 20 06:12:06 2010 UTC (14 years, 7 months ago) by jruoho
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +35 -5 lines
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 - view: text, markup, annotated - select for diffs
Mon Apr 19 12:44:33 2010 UTC (14 years, 7 months ago) by jruoho
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +19 -4 lines
Add sublists for the kern.coredump and kern.veriexec trees.

Revision 1.39: download - view: text, markup, annotated - select for diffs
Mon Apr 19 12:28:29 2010 UTC (14 years, 7 months ago) by jruoho
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +144 -120 lines
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 - view: text, markup, annotated - select for diffs
Sun Apr 18 19:42:51 2010 UTC (14 years, 7 months ago) by jruoho
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +6 -2 lines
Note kern.detachall.

Revision 1.37: download - view: text, markup, annotated - select for diffs
Sat Apr 10 04:49:17 2010 UTC (14 years, 8 months ago) by jruoho
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +3 -23 lines
Move the description of 'hw.acpi.supported_states' from sysctl(7) to acpi(4).

Revision 1.36: download - view: text, markup, annotated - select for diffs
Thu Mar 25 15:09:05 2010 UTC (14 years, 8 months ago) by jruoho
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +4 -1 lines
Mention the updated hz(9) here.

Revision 1.35: download - view: text, markup, annotated - select for diffs
Tue Mar 23 05:54:34 2010 UTC (14 years, 8 months ago) by jruoho
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +7 -7 lines
Fix the CTL_DDB definitions (DDBCTL_XXX, not DBCTL_XXX).

Revision 1.34: download - view: text, markup, annotated - select for diffs
Tue Mar 23 05:52:43 2010 UTC (14 years, 8 months ago) by jruoho
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +18 -4 lines
Document the following: ddb.maxwidth, ddb.tee_msgbuf, and ddb.commandonenter.

Revision 1.33: download - view: text, markup, annotated - select for diffs
Mon Mar 22 18:58:32 2010 UTC (14 years, 8 months ago) by joerg
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +5 -5 lines
Use .In instead of .Aq Pa for header files.

Revision 1.32: download - view: text, markup, annotated - select for diffs
Sun Feb 21 14:26:33 2010 UTC (14 years, 9 months ago) by wiz
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -2 lines
Bump date for vm.user_va0_disable.

Revision 1.31: download - view: text, markup, annotated - select for diffs
Sun Feb 21 13:17:51 2010 UTC (14 years, 9 months ago) by drochner
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +3 -1 lines
rename the va0_disabled option and cpp conditional to "disable" as well,
for consistency, and document option and sysctl flag

Revision 1.30: download - view: text, markup, annotated - select for diffs
Sat Jan 9 17:28:06 2010 UTC (14 years, 11 months ago) by snj
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +3 -3 lines
It's "hw.acpi.supported_states", not "hw.acpi.support_states".  From
rudolf on netbsd-docs@.

Revision 1.29: download - view: text, markup, annotated - select for diffs
Mon Dec 7 23:48:01 2009 UTC (15 years ago) by wiz
Branches: MAIN
CVS tags: matt-premerge-20091211
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -2 lines
Bump date for new sysctl.

Revision 1.28: download - view: text, markup, annotated - select for diffs
Mon Dec 7 18:47:24 2009 UTC (15 years ago) by christos
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +5 -1 lines
PR/42243: Yasuoka Masahiko: Add "net.inet.icmp.bmcastecho" sysctl support,
to disable icmp replies to the broadcast address.

Revision 1.27: download - view: text, markup, annotated - select for diffs
Mon Oct 5 10:47:52 2009 UTC (15 years, 2 months ago) by wiz
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -2 lines
Punctuation fix (separate punctuation from marked-up work to avoid it being
marked up as well).

Revision 1.26: download - view: text, markup, annotated - select for diffs
Sun Oct 4 22:57:46 2009 UTC (15 years, 2 months ago) by elad
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +14 -12 lines
Slightly restructure vfs level documentation.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Fri Oct 2 20:31:19 2009 UTC (15 years, 2 months ago) by elad
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +4 -5 lines
Centralize documentation about exported sysctl variables in the relevant
secmodel's man-page.

Revision 1.24: download - view: text, markup, annotated - select for diffs
Fri Sep 11 19:43:26 2009 UTC (15 years, 2 months ago) by wiz
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -2 lines
Bump date for previous.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Fri Sep 11 18:14:58 2009 UTC (15 years, 2 months ago) by apb
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +5 -1 lines
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.16.2.1.2.1: download - view: text, markup, annotated - select for diffs
Mon May 18 19:58:19 2009 UTC (15 years, 6 months ago) by bouyer
Branches: netbsd-5-0
CVS tags: netbsd-5-0-2-RELEASE, netbsd-5-0-1-RELEASE, matt-nb5-mips64-u2-k2-k4-k7-k8-k9, matt-nb5-mips64-u1-k1-k5, matt-nb5-mips64-premerge-20091211, matt-nb4-mips64-k7-u2a-k9b
Branch point for: matt-nb5-mips64
Diff to: previous 1.16.2.1: preferred, colored; next MAIN 1.16.2.2: preferred, colored
Changes since revision 1.16.2.1: +10 -3 lines
Pull up following revision(s) (requested by snj in ticket #765):
	share/man/man7/sysctl.7: revision 1.22 via patch
Document PROC_PID_LIMIT_SBSIZE.  From Greg A. Woods in PR lib/36463.
Wording is taken from getrlimit(2).

Revision 1.16.2.2: download - view: text, markup, annotated - select for diffs
Mon May 18 19:58:08 2009 UTC (15 years, 6 months ago) by bouyer
Branches: netbsd-5
CVS tags: netbsd-5-2-RELEASE, netbsd-5-2-RC1, netbsd-5-2-3-RELEASE, netbsd-5-2-2-RELEASE, netbsd-5-2-1-RELEASE, netbsd-5-2, netbsd-5-1-RELEASE, netbsd-5-1-RC4, netbsd-5-1-RC3, netbsd-5-1-RC2, netbsd-5-1-RC1, netbsd-5-1-5-RELEASE, netbsd-5-1-4-RELEASE, netbsd-5-1-3-RELEASE, netbsd-5-1-2-RELEASE, netbsd-5-1-1-RELEASE, netbsd-5-1, matt-nb5-pq3-base, matt-nb5-pq3
Diff to: previous 1.16.2.1: preferred, colored; branchpoint 1.16: preferred, colored; next MAIN 1.17: preferred, colored
Changes since revision 1.16.2.1: +10 -3 lines
Pull up following revision(s) (requested by snj in ticket #765):
	share/man/man7/sysctl.7: revision 1.22 via patch
Document PROC_PID_LIMIT_SBSIZE.  From Greg A. Woods in PR lib/36463.
Wording is taken from getrlimit(2).

Revision 1.22: download - view: text, markup, annotated - select for diffs
Mon May 18 00:41:53 2009 UTC (15 years, 6 months ago) by snj
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +10 -3 lines
Document PROC_PID_LIMIT_SBSIZE.  From Greg A. Woods in PR lib/36463.
Wording is taken from getrlimit(2).

Revision 1.18.2.1: download - view: text, markup, annotated - select for diffs
Wed May 13 19:19:13 2009 UTC (15 years, 6 months ago) by jym
Branches: jym-xensuspend
Diff to: previous 1.18: preferred, colored; next MAIN 1.19: preferred, colored
Changes since revision 1.18: +112 -98 lines
Sync with HEAD.

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

Revision 1.21: download - view: text, markup, annotated - select for diffs
Thu Apr 9 03:40:24 2009 UTC (15 years, 8 months ago) by joerg
Branches: MAIN
CVS tags: jym-xensuspend-nbase, jym-xensuspend-base
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +93 -97 lines
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 - view: text, markup, annotated - select for diffs
Sun Mar 1 21:50:55 2009 UTC (15 years, 9 months ago) by wiz
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -3 lines
Add missing Bl argument. Remove superfluous roff command.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Sun Mar 1 17:35:09 2009 UTC (15 years, 9 months ago) by christos
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +21 -2 lines
PR/40937: matthew sporleder: document kern.timecounter in sysctl(7)

Revision 1.16.2.1: download - view: text, markup, annotated - select for diffs
Mon Feb 2 18:25:57 2009 UTC (15 years, 10 months ago) by snj
Branches: netbsd-5
CVS tags: netbsd-5-0-RELEASE, netbsd-5-0-RC4, netbsd-5-0-RC3, netbsd-5-0-RC2
Branch point for: netbsd-5-0
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +3 -3 lines
Pull up following revision(s) (requested by ad in ticket #352):
	share/man/man7/sysctl.7: revision 1.18
-If non-zero, DDB will be entered when the kernel panics.
+If non-zero, DDB will be entered if the kernel panics.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Sun Dec 21 10:30:08 2008 UTC (15 years, 11 months ago) by ad
Branches: MAIN
Branch point for: jym-xensuspend
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +3 -3 lines
-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 - view: text, markup, annotated - select for diffs
Wed Nov 12 12:35:53 2008 UTC (16 years ago) by ad
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -2 lines
Remove LKMs and switch to the module framework, pass 1.

Proposed on tech-kern@.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Tue Oct 7 09:36:17 2008 UTC (16 years, 2 months ago) by rmind
Branches: MAIN
CVS tags: netbsd-5-base, netbsd-5-0-RC1, matt-mips64-base2
Branch point for: netbsd-5
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +17 -2 lines
Mention few more changeable SysV IPC parameters, sync with reality.

Revision 1.14.4.1: download - view: text, markup, annotated - select for diffs
Sun Oct 5 20:11:22 2008 UTC (16 years, 2 months ago) by mjf
Branches: mjf-devfs2
Diff to: previous 1.14: preferred, colored; next MAIN 1.15: preferred, colored
Changes since revision 1.14: +22 -2 lines
Sync with HEAD.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sun Sep 21 11:13:14 2008 UTC (16 years, 2 months ago) by wiz
Branches: MAIN
CVS tags: mjf-devfs2-base
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +22 -2 lines
Describe hw.acpi_supported_states. Info from joerg.

Revision 1.13.4.1: download - view: text, markup, annotated - select for diffs
Wed Jan 9 01:39:14 2008 UTC (16 years, 11 months ago) by matt
Branches: matt-armv6
Diff to: previous 1.13: preferred, colored; next MAIN 1.14: preferred, colored
Changes since revision 1.13: +17 -2 lines
sync with HEAD

Revision 1.14: download - view: text, markup, annotated - select for diffs
Thu Dec 27 00:20:11 2007 UTC (16 years, 11 months ago) by elad
Branches: 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
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +17 -2 lines
Update for PaX ASLR.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon Jun 25 23:36:18 2007 UTC (17 years, 5 months ago) by christos
Branches: MAIN
CVS tags: matt-mips64-base, matt-mips64, matt-armv6-prevmlocking, hpcarm-cleanup, cube-autoconf-base, cube-autoconf
Branch point for: matt-armv6
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +7 -1 lines
man bits from anon ymous

Revision 1.12: download - view: text, markup, annotated - select for diffs
Wed Jun 20 15:29:18 2007 UTC (17 years, 5 months ago) by christos
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +5 -2 lines
- per socket keepalive settings
- settable connection establishment timeout

Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed Jun 13 20:37:07 2007 UTC (17 years, 5 months ago) by tnn
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -6 lines
net.inet.tcp.newreno is no more.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu May 17 11:50:10 2007 UTC (17 years, 6 months ago) by yamt
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -14 lines
remove net.inet6.ip6.rht0.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Apr 22 19:47:41 2007 UTC (17 years, 7 months ago) by christos
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +14 -2 lines
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 - view: text, markup, annotated - select for diffs
Sun Mar 25 20:13:44 2007 UTC (17 years, 8 months ago) by liamjfoy
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +8 -1 lines
Document net.inet.ip.hashsize to control the IPv4 Fast Forward hash table size

Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Mar 23 14:32:45 2007 UTC (17 years, 8 months ago) by liamjfoy
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +8 -1 lines
Document net.inet6.ip6.hashsize to control the IPv6 Fast Forward hash table

Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Mar 12 14:37:28 2007 UTC (17 years, 9 months ago) by liamjfoy
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -1 lines
ip6.maxflows default value is 256 - document

Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Mar 7 22:24:31 2007 UTC (17 years, 9 months ago) by liamjfoy
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +9 -3 lines
Document net.inet6.ip6.maxflows for IPv6 Fast Forward

Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Feb 2 02:39:13 2007 UTC (17 years, 10 months ago) by elad
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +23 -10 lines
Some nits, paxctl(1) -> paxctl(8).

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat Dec 23 08:06:54 2006 UTC (17 years, 11 months ago) by wiz
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
Fix typo.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Dec 23 07:33:16 2006 UTC (17 years, 11 months ago) by wiz
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +10 -7 lines
New sentence, new line.
Reword: all .. will not .. -> no .. will ..

Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Dec 4 08:59:13 2006 UTC (18 years ago) by pavel
Branches: MAIN
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.

Diff request

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

Log view options

CVSweb <webmaster@jp.NetBSD.org>