Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-01-21 | sync | Theo de Raadt | |
2003-01-21 | st, cd and other scsi devices are useful too | Michael Shalayeff | |
2003-01-21 | Use a 2-level timeout for hostap. Instead of of sending a station | Todd 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-21 | typos; | Jason McIntyre | |
ok deraadt@ | |||
2003-01-21 | fix cut and paste piece in dma programming, caused jumpieness in animation; ↵ | Michael Shalayeff | |
good diagnose by Kamil Andrusz <wizz@mniam.net> | |||
2003-01-21 | remove redundant if | Camiel Dobbelaar | |
ok dhartmei | |||
2003-01-21 | Add 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-21 | reverse logic in dma sync flush as long as prewrite was given and purge for ↵ | Michael Shalayeff | |
preread otherwise | |||
2003-01-21 | add elan520 from netbsd; adapted to watchdog sysctl interface; | Markus Friedl | |
ok mickey@, jakob@, henric@, fgsch@ | |||
2003-01-21 | add 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-21 | typos | margarida | |
2003-01-21 | Stub out hostap bits #ifdef SMALL_KERNEL to free up space on the | Todd C. Miller | |
floppies; OK mickey@ deraadt@ | |||
2003-01-21 | do not need explicit match on intel; from alexander.guy@andern.org | Michael Shalayeff | |
2003-01-21 | SO_SNDBUF needs int, not u_long | Jun-ichiro itojun Hagino | |
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 | |