summaryrefslogtreecommitdiff
path: root/usr.sbin/bind/README.OpenBSD
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/bind/README.OpenBSD')
-rw-r--r--usr.sbin/bind/README.OpenBSD13
1 files changed, 13 insertions, 0 deletions
diff --git a/usr.sbin/bind/README.OpenBSD b/usr.sbin/bind/README.OpenBSD
new file mode 100644
index 00000000000..9a92dfa3a08
--- /dev/null
+++ b/usr.sbin/bind/README.OpenBSD
@@ -0,0 +1,13 @@
+$OpenBSD: README.OpenBSD,v 1.1 2003/01/20 22:23:31 jakob Exp $
+
+- arc4random() support (integrated in 9.3.0-snapshot)
+- call tzset before chroot
+- open /dev/null before chroot
+- fall back to system default random device when running chroot
+- add LCG (Linear Congruential Generator) implementation to libisc
+- use LCG instead of LFSR for ID generation until LFSR is proven reliable
+- IPv{4,6} query transport selection for dig(1)
+- fixed sha1.c to work around gcc optimization bug (sparc64)
+- chroot to /var/named by default
+- setuid to user named by default
+- write pid-file before chroot