Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-01-27 | include dnssec.h only if USE_DNSSEC; niklas ok | Jun-ichiro itojun Hagino | |
2001-01-27 | "obj" target conflicts with one defined in share/mk; obey bsd.*.mk | Jun-ichiro itojun Hagino | |
2001-01-27 | Cleanup the MP_FLAVOUR situation. Still needs work. | Niklas Hallqvist | |
2001-01-27 | Tell about OpenBSD being isakmpd's home. | Niklas Hallqvist | |
2001-01-27 | ignore swizzling on i386. | Michael Shalayeff | |
this is needed for interrupt mapping code to be able to program the device and the pci interrupt router for the interrupt. | |||
2001-01-27 | change interrupt routing strategy from simple | Michael Shalayeff | |
run through the devices and programming the icu and pci headers before real pci bus autoconf starts and include all devices present on all pci busses, to a per attached device routing in pci_intr_map(). this solves several cases of premature interrupts hanging system due to absent interrupt handlers during autoconf. 10x for testing: millert@ krw@ aaron@ chris@ tholo@ brad@ jason@ deraadt@ | |||
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 | |