Module Name: src Committed By: christos Date: Sun Sep 25 21:47:22 UTC 2011
Modified Files: src/etc: sysctl.conf Log Message: mention kern.tty.qsize requested by Matthew Mondor. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/etc/sysctl.conf Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/etc/sysctl.conf diff -u src/etc/sysctl.conf:1.7 src/etc/sysctl.conf:1.8 --- src/etc/sysctl.conf:1.7 Wed Apr 1 12:20:55 2009 +++ src/etc/sysctl.conf Sun Sep 25 17:47:22 2011 @@ -1,6 +1,6 @@ #!/sbin/sysctl -f # -# $NetBSD: sysctl.conf,v 1.7 2009/04/01 16:20:55 martin Exp $ +# $NetBSD: sysctl.conf,v 1.8 2011/09/25 21:47:22 christos Exp $ # # sysctl(8) variables to set at boot time. @@ -17,3 +17,7 @@ ddb.onpanic?=0 # Number of kernel threads to use for NFS client #vfs.nfs.iothreads=4 + +# Default tty/pty character queue sizes. Should be bumped to 32K or so if +# used in networking (ppp/pppoe) +#kern.tty.qsize=1024