summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-01-21remove redundant ifCamiel Dobbelaar
2003-01-21Add a -t life option to ssh-agent that set the default lifetime.Marco S Hyman
2003-01-21reverse logic in dma sync flush as long as prewrite was given and purge for p...Michael Shalayeff
2003-01-21add elan520 from netbsd; adapted to watchdog sysctl interface;Markus Friedl
2003-01-21add kern.watchdog sysctl and generic watchdog interface;Markus Friedl
2003-01-21typosmargarida
2003-01-21Stub out hostap bits #ifdef SMALL_KERNEL to free up space on theTodd C. Miller
2003-01-21do not need explicit match on intel; from alexander.guy@andern.orgMichael Shalayeff
2003-01-21SO_SNDBUF needs int, not u_longJun-ichiro itojun Hagino
2003-01-21getting sysctl(net.inet6.ip6.def_hlim) need int variable, not u_longJun-ichiro itojun Hagino
2003-01-21Style, punctuation and grammar fixups from Ted Unangst on bugs@.Hugh Graham
2003-01-21Do not do multiple stackgap_init calls in the same syscall execution,Niklas Hallqvist
2003-01-21correct arg size for IPV6_UNICAST_HOPS socket option. Hiroki SatoJun-ichiro itojun Hagino
2003-01-21bzero() siop_target structure after malloc().Kenneth R Westerback
2003-01-21Get rid of vm_{offset,size}_t on i386.Artur Grabowski
2003-01-20remove directory statement, not needed since we chroot by defaultJakob Schlyter
2003-01-20generated shared secret for rndc/bind9; ok millert@Jakob Schlyter
2003-01-20bind9 configuration filesJakob Schlyter
2003-01-20regen with autoconf 2.52Jakob Schlyter
2003-01-20document our local changesJakob Schlyter
2003-01-20write pid-file before chroot (also specifiable via -i on the command line).Jakob Schlyter
2003-01-20fall back to system random device if chrootJakob Schlyter
2003-01-20syncTheo de Raadt
2003-01-20close /dev/null on shutdownJakob Schlyter
2003-01-20open /dev/null before chrootJakob Schlyter
2003-01-20indentJakob Schlyter
2003-01-20call tzset() before chrootJakob Schlyter
2003-01-20include lcg.h instead of lfsr.hJakob Schlyter
2003-01-20better serial generationJakob Schlyter
2003-01-20use arc4random()Jakob Schlyter
2003-01-20add lcg test programJakob Schlyter
2003-01-20add option to force IPv4/IPv6Jakob Schlyter
2003-01-20better id generationJakob Schlyter
2003-01-20test for tzset()Jakob Schlyter
2003-01-20test for arc4random()Jakob Schlyter
2003-01-20use arc4random() instead of rand() if availibleJakob Schlyter
2003-01-20use isc_random_get instead of rand()Jakob Schlyter
2003-01-20use lcg instad of lfsr for id generationJakob Schlyter
2003-01-20fix broken lfsr implementationJakob Schlyter
2003-01-20add lcg.hJakob Schlyter
2003-01-20prevent the compiler from blowing up on sparc64; from NetBSD via millert@Jakob Schlyter
2003-01-20add Linear Congruential Generator implementationJakob Schlyter
2003-01-20initJakob Schlyter
2003-01-20chroot to /var/named by defaultJakob Schlyter
2003-01-20skip dnssec programsJakob Schlyter
2003-01-20ISC BIND version 9.2.2rc1Jakob Schlyter
2003-01-20Add /var/empty/devTodd C. Miller
2003-01-20Sync with pfctl fixes.Cedric Berger
2003-01-20Cut & paste madness. We were (un)lucky it worked before!Cedric Berger
2003-01-20Add a /var/empty/dev/log socket for things that chroot to /var/empty.Todd C. Miller