summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-01-21syncTheo de Raadt
2003-01-21st, cd and other scsi devices are useful tooMichael Shalayeff
2003-01-21Use a 2-level timeout for hostap. Instead of of sending a stationTodd C. Miller
a deauth/disassoc packet when the inactivity timer fires, just set a flag, re-queue it and set the master wihap timer if needed. What this does is to effectively bundle (and serialize) deauth/disassoc packets so if a large number need to be sent at once we don't stomp all over the card. We also only do at most 10 stations at a time. The sta_list has been changed from a doubly linked list to a tailq. Inactive stations are kept at the head of the queue, new ones are added to the tail. Idea and OK by mickey@, prompted by an issue found by merith AT vantronix DOT net
2003-01-21typos;Jason McIntyre
ok deraadt@
2003-01-21fix cut and paste piece in dma programming, caused jumpieness in animation; ↵Michael Shalayeff
good diagnose by Kamil Andrusz <wizz@mniam.net>
2003-01-21remove redundant ifCamiel Dobbelaar
ok dhartmei
2003-01-21Add a -t life option to ssh-agent that set the default lifetime.Marco S Hyman
The default can still be overriden by using -t in ssh-add. OK markus@
2003-01-21reverse logic in dma sync flush as long as prewrite was given and purge for ↵Michael Shalayeff
preread otherwise
2003-01-21add elan520 from netbsd; adapted to watchdog sysctl interface;Markus Friedl
ok mickey@, jakob@, henric@, fgsch@
2003-01-21add kern.watchdog sysctl and generic watchdog interface;Markus Friedl
based on feedback and discussions with mickey, henric, fgsch and jakob. ok art@, mickey@, jakob@, henric@
2003-01-21typosmargarida
2003-01-21Stub out hostap bits #ifdef SMALL_KERNEL to free up space on theTodd C. Miller
floppies; OK mickey@ deraadt@
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
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-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
In combination with previous openings fix makes Niklas happy. Probably fixes some negotiation bugs too. Another good candidate for -stable.
2003-01-21Get rid of vm_{offset,size}_t on i386.Artur Grabowski
deraadt@ ok.
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
setuid to named by default
2003-01-20skip dnssec programsJakob Schlyter