| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
ok millert
|
| |
|
|
|
|
|
|
| |
update their descriptions. In sysctl.8 refer to /etc/sysctl.conf in FILES.
discussed with and ok jmc
|
|
|
|
|
|
|
| |
described in sysctl(3) and a list of available sysctls on any particular
machine is best retrieved using sysctl; text tweaked by schwarze
ok bluhm millert deraadt schwarze
|
|
|
|
|
|
|
| |
By setting "machdep.forceukbd=1" you can now use your USB keyboard in
ddb(4) even if your BIOS emulates a pckbd(4).
ok tom@, kettenis@, deraadt@
|
|
|
|
|
| |
prodded by Stefan Wollny via tb
ok tb jmc
|
| |
|
| |
|
|
|
|
| |
from rob pierce
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
swapping between two syn caches for random reseeding anyway, this
feature can be added easily. When the cache is empty, there is an
opportunity to change the hash size. This allows an admin under
SYN flood attack to defend his machine.
Suggested by claudio@; OK jung@ claudio@ jmc@
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
cannot be bound to by non-root users.
Ok millert@ bluhm@
|
| |
|
|
|
|
|
| |
We don't support Router Renumbering and there are no plans to change
that. ok mpi@
|
| |
|
|
|
|
|
| |
cluster_write().
ok beck zhuk
|
|
|
|
|
|
|
|
| |
This sysctl is a no-op, read-only since it was introduced. There are no
plans to support IPv4-mapped addresses on OpenBSD, thus this sysctl is
meaningless.
Noticed by djm@, ok claudio@ mpi@ sthen@ henning@
|
|
|
|
|
| |
Patch from Christian Heckendorf <mbie at ulmus dot me>.
OK jmc@ bentley@
|
|
|
|
|
|
|
|
| |
Remove machdep.userldt sysctl.
Remove i386_[gs]et_ldt syscall stub from libi386.
Remove i386_[gs]et_ldt regression test.
ok mlarkin@ millert@ guenther@
|
|
|
|
| |
emulations left; ok millert@ deraadt@, jmc@ (man pages)
|
| |
|
|
|
|
|
|
| |
net.inet6.ip6.ifq -> net.inet6.ip6.ifq.len
Pointed out by Mike Belopuhov
|
|
|
|
| |
OK dlg@
|
|
|
|
|
|
| |
lets do not suggest to provoke races and use -m option of mkdir(1).
ok guenther@, "don't care" deraadt@ :)
|
| |
|
| |
|
|
|
|
|
|
|
| |
with autoconf enabled.
If one is doing SLAAC one does already trust link local icmp6 so the
policy for icmp6 redirects should be the same.
pointed out by & OK bluhm@; OK henning@
|
| |
|
|
|
|
| |
ok florian bluhm benno stsp
|
|
|
|
| |
ok henning@ stu@, Yay! weerd@
|
|
|
|
|
|
| |
local traffic is not optional.
ok mikeb@, stsp@, jca@
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the /var/crash/programname/ directory, as root. For instance,
# mkdir /var/crash/bgpd/
# chmod 700 /var/crash/bgpd/ # If you skip this step, you are a moron
# sysctl kern.nosuidcoredump=3
# bgpd
# pkill -ABRT bgpd
# ls /var/crash/bgpd/
14764.core 23207.core 6423.core
Of course, in real life the idea is that you don't kill the daemon but it
crashes and you collect parallel cores. Careful you don't fill your /var.
Further tuneables are being considered.
Sorry to be picking on bgpd for this example. I've watched the "too
difficult to debug privsep code" angst for far too long.
ok guenther
|
| |
|
|
|
|
|
| |
OK from jmc@, and thanks to sthen@ for pointing out my mistake in the first
version of the diff.
|
|
|
|
|
|
| |
rework the wording for both IPv4 and IPv6.
OK from sthen@, henning@ and claudio@
|
|
|
|
|
|
|
|
|
| |
-maxdynroutes
-maxifprefixes
-maxifdefrouters
-neighborgcthresh
OK from sthen@, claudio@ and henning@
|
|
|
|
| |
ports tree grep run by sthen
|
|
|
|
| |
From: Jan Stary
|
| |
|
|
|
|
|
|
| |
counters.
ok guenther, feedback jmc
|
|
|
|
| |
input from jmc claudio
|
|
|
|
|
|
| |
(Use sysconf() or confstr() instead)
ok miod@ millert@
|
| |
|
|
|
|
|
|
| |
dhill.
ok krw@, mikeb@, tedu@ (implicit)
|
|
|
|
|
|
|
|
|
| |
sysctl.8: remove the vfs.nfs.iothreads example, since a) showing how
to set a default value is not particularly helpful and b) EXAMPLES is
bloated enough as it is; further, remove the text which points to other pages
for further discussion, since those pages no longer provide relevant info
diff started by an email from Jan Stary; blambert helped me prepare this diff
|