Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-01-27 | introduce and use a flag indicating that interrupts are | Michael Shalayeff | |
enabled for this cbb. essentially this means that cbb driver has completed it's initialization and is ready to treat interrupts. this was exposed by ccb's sharing their interrupt and pccbbintr() being called for cbb which has not completed attachment due to interrupt sharing. | |||
2001-01-27 | enable USBVERBOSE | Theo de Raadt | |
2001-01-27 | sync | Theo de Raadt | |
2001-01-27 | re-arrange tables as pcidevs was changed; huge space savings | Theo de Raadt | |
2001-01-27 | shrink this a lot; when you boot your kernel, do you need to know that a ↵ | Theo de Raadt | |
company is a Ltd? No, I did not think so | |||
2001-01-27 | correct 1.28 -> 1.29 (ortentry removal, cmetz). | Jun-ichiro itojun Hagino | |
can't use routename() here since it could overwrite DNS lookup result pointed to by "hp". maybe we need to change every gethostby* to get*info. | |||
2001-01-27 | Fix cross-tools symlinks for old toolchain too | Niklas Hallqvist | |
2001-01-27 | Unbreak the top macros. I guess they had never been used before. | Miod Vallat | |
2001-01-27 | sync | Theo de Raadt | |
2001-01-27 | split vendor & product lists into 2 tables, saving 12K | Theo de Raadt | |
2001-01-27 | Improve the cross-tools targets so that it now can at least finish | Niklas Hallqvist | |
pmax libs. I have yet to test that they actually work though. | |||
2001-01-27 | put wicontrol on the floppy | Theo de Raadt | |
2001-01-26 | more special regs definitions; use names from pctr.h for those it uses | Michael Shalayeff | |
2001-01-26 | define large page frame mask; also remove trailing spaces | Michael Shalayeff | |
2001-01-26 | constify BA1 | Michael Shalayeff | |
2001-01-26 | constify neo-coefficents | Michael Shalayeff | |
2001-01-26 | regen | Michael Shalayeff | |
2001-01-26 | bt760 ether, fix bt763e | Michael Shalayeff | |
2001-01-26 | regen | Michael Shalayeff | |
2001-01-26 | constify pci_knowndevs | Michael Shalayeff | |
2001-01-26 | regen | Michael Shalayeff | |
2001-01-26 | constify eisa_knowndevs | Michael Shalayeff | |
2001-01-26 | Use correct interpreters | Niklas Hallqvist | |
2001-01-26 | constify nam2blk | Michael Shalayeff | |
2001-01-26 | Preliminary but working code to permit IKE authentication using DNSSEC | Hakan Olsson | |
validated KEY records. Uses lwresd from the bind-9.1.0 port. Enable by adding 'dnssec' to FEATURES. | |||
2001-01-26 | Fix for PR1643; constrain indices into "table" to be < table_size | Todd C. Miller | |
so we don't go off and return random, unallocated bits. | |||
2001-01-26 | Mention that shutdown brings the system to single user mode when issued | Marco S Hyman | |
without options. Other wording tweaks. Move comment related to -p to where -p is defined, not where -h is defined. | |||
2001-01-26 | regen | Michael Shalayeff | |
2001-01-26 | alphabetize cis-only vendor list | Michael Shalayeff | |
2001-01-26 | match on zoom air-4000, as it has been reported by Ian Cass ↵ | Michael Shalayeff | |
<ian.cass@knowledge.com> | |||
2001-01-26 | regen | Michael Shalayeff | |
2001-01-26 | zoom air-4000; from Ian Cass <ian.cass@knowledge.com> | Michael Shalayeff | |
2001-01-26 | include keynote.h only if USE_KEYNOTE is defined; ok niklas@ | Markus Friedl | |
2001-01-26 | Small cleanup patch from <mpech@prosoft.org.lv>. | Tobias Weingartner | |
niklas@ ok. | |||
2001-01-26 | There is no need to check the subjectAltName anymore, since we are in fact | Niklas Hallqvist | |
looking up the certificate via the name. The lookup method already guarantees a match. It is also a problem to look at the subjectAltName should we have got the certificate with no such name in it. Prodded by mickey@ although I solved the problem in a different way. | |||
2001-01-26 | It is pronounced S/Key | Todd C. Miller | |
2001-01-26 | Fix stupid bug in last commit that caused the hostname not to | Todd C. Miller | |
be used as part of the seed for first time users. | |||
2001-01-26 | SHA1 is a big endian algorithm but RFC2289 mandates that results be | Todd C. Miller | |
stored in little endian form (like MD4/MD5). So, instead of having SHA1Final copy the result buffer, we do it ourselves with a loop stolen from RFC2289, Appendix A. Closes PR1650. | |||
2001-01-26 | wording updates. typo in example (s/err1/errx/). | Jun-ichiro itojun Hagino | |
sync with latest kame. | |||
2001-01-26 | There is no need to check the subjectAltName anymore, since we are in fact | Niklas Hallqvist | |
looking up the certificate via the name. The lookup method already guarantees a match. It is also a problem to look at the subjectAltName should we have got the certificate with no such name in it. Prodded by mickey@ although I solved the problem in a different way. | |||
2001-01-26 | better signal handling. look at check signal flag bit every time we visit | Jun-ichiro itojun Hagino | |
the loop (not just after EINTR on select). sync with kame | |||
2001-01-26 | Pedantic style police | Niklas Hallqvist | |
2001-01-26 | Pedantic style police | Niklas Hallqvist | |
2001-01-26 | CVS missed this in the foreign OS support commit | Niklas Hallqvist | |
2001-01-26 | Pedantic style police | Niklas Hallqvist | |
2001-01-26 | Move in foreign OS support. The OpenBSD repository is now the official | Niklas Hallqvist | |
isakmpd home. | |||
2001-01-26 | Merge with EOM 1.18 | Niklas Hallqvist | |
author: niklas Sync with OpenBSD changes by smurph | |||
2001-01-26 | Merge with EOM 1.54 | Niklas Hallqvist | |
author: ho Only include <gmp.h> with MP_FLAVOUR_GMP. Sync with OpenBSD. | |||
2001-01-26 | Merge with EOM 1.57 | Niklas Hallqvist | |
author: ho Lifetime is KILOBYTES not BYTES. Noticed by <jj@dynarc.se> | |||
2001-01-26 | Merge with EOM 1.139 | Niklas Hallqvist | |
author: niklas Remove blank line author: ho Print warning with log_print, not log_error. author: ho Report if doi->get_spi() fails. |