Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-01-21 | getting sysctl(net.inet6.ip6.def_hlim) need int variable, not u_long | Jun-ichiro itojun Hagino | |
2003-01-21 | Style, punctuation and grammar fixups from Ted Unangst on bugs@. | Hugh Graham | |
2003-01-21 | Do not do multiple stackgap_init calls in the same syscall execution, | Niklas Hallqvist | |
chances are big that entities allocated early should live longer than later stackgap_init invocations. This fixes UDP problems in Linux emulation, most notably YP, and some DNS issues. ok fgsch@, jasoni@ & pvalchev@ | |||
2003-01-21 | correct arg size for IPV6_UNICAST_HOPS socket option. Hiroki Sato | Jun-ichiro itojun Hagino | |
2003-01-21 | bzero() siop_target structure after malloc(). | Kenneth R Westerback | |
In combination with previous openings fix makes Niklas happy. Probably fixes some negotiation bugs too. Another good candidate for -stable. | |||
2003-01-21 | Get rid of vm_{offset,size}_t on i386. | Artur Grabowski | |
deraadt@ ok. | |||
2003-01-20 | remove directory statement, not needed since we chroot by default | Jakob Schlyter | |
2003-01-20 | generated shared secret for rndc/bind9; ok millert@ | Jakob Schlyter | |
2003-01-20 | bind9 configuration files | Jakob Schlyter | |
2003-01-20 | regen with autoconf 2.52 | Jakob Schlyter | |
2003-01-20 | document our local changes | Jakob Schlyter | |
2003-01-20 | write pid-file before chroot (also specifiable via -i on the command line). | Jakob Schlyter | |
2003-01-20 | fall back to system random device if chroot | Jakob Schlyter | |
2003-01-20 | sync | Theo de Raadt | |
2003-01-20 | close /dev/null on shutdown | Jakob Schlyter | |
2003-01-20 | open /dev/null before chroot | Jakob Schlyter | |
2003-01-20 | indent | Jakob Schlyter | |
2003-01-20 | call tzset() before chroot | Jakob Schlyter | |
2003-01-20 | include lcg.h instead of lfsr.h | Jakob Schlyter | |
2003-01-20 | better serial generation | Jakob Schlyter | |
2003-01-20 | use arc4random() | Jakob Schlyter | |
2003-01-20 | add lcg test program | Jakob Schlyter | |
2003-01-20 | add option to force IPv4/IPv6 | Jakob Schlyter | |
2003-01-20 | better id generation | Jakob Schlyter | |
2003-01-20 | test for tzset() | Jakob Schlyter | |
2003-01-20 | test for arc4random() | Jakob Schlyter | |
2003-01-20 | use arc4random() instead of rand() if availible | Jakob Schlyter | |
2003-01-20 | use isc_random_get instead of rand() | Jakob Schlyter | |
2003-01-20 | use lcg instad of lfsr for id generation | Jakob Schlyter | |
2003-01-20 | fix broken lfsr implementation | Jakob Schlyter | |
2003-01-20 | add lcg.h | Jakob Schlyter | |
2003-01-20 | prevent the compiler from blowing up on sparc64; from NetBSD via millert@ | Jakob Schlyter | |
2003-01-20 | add Linear Congruential Generator implementation | Jakob Schlyter | |
2003-01-20 | init | Jakob Schlyter | |
2003-01-20 | chroot to /var/named by default | Jakob Schlyter | |
setuid to named by default | |||
2003-01-20 | skip dnssec programs | Jakob Schlyter | |
2003-01-20 | ISC BIND version 9.2.2rc1 | Jakob Schlyter | |
2003-01-20 | Add /var/empty/dev | Todd C. Miller | |
2003-01-20 | Sync with pfctl fixes. | Cedric Berger | |
2003-01-20 | Cut & paste madness. We were (un)lucky it worked before! | Cedric Berger | |
2003-01-20 | Add a /var/empty/dev/log socket for things that chroot to /var/empty. | Todd C. Miller | |
2003-01-20 | It's difficult to create a table by changing its flags. | Cedric Berger | |
2003-01-20 | Don't reconnect to logging socket if send() returns an error and errno | Todd C. Miller | |
== ENOBUFS, there is no point and it hurts chroot'ed processes. Don't return immediately from syslog_r() when the send(), we may have more work to do. deraadt@ OK | |||
2003-01-20 | replace references to libc_r with libpthread. Note that -pthread | Marco S Hyman | |
should be used, not -lpthread. | |||
2003-01-20 | typos; alan@alanday.com | Theo de Raadt | |
2003-01-20 | use LOG_NDELAY in chroot() using daemons | Theo de Raadt | |
2003-01-20 | remove libc_r mention in comment | Marco S Hyman | |
2003-01-20 | remove libc_r mention in comment | Marco S Hyman | |
2003-01-20 | Allow the fetching of current stack info from threaded apps. | Marco S Hyman | |
This is necessary for alpha setjmp. The alpha setjmp/longjmp regression tests pass with -pthread with this change | |||
2003-01-20 | unused var; found by dhartmei@ and camield@ | Henning Brauer | |