Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-03-30 | document hook functions | Jason Wright | |
2000-03-30 | - Remove some unused code. | Aaron Campbell | |
- Much needed indent cleanup. | |||
2000-03-30 | smarter heartbeat() | Michael Shalayeff | |
2000-03-30 | Sync with NetBSD. USB Ethernet drivers should work now. | Aaron Campbell | |
2000-03-30 | instrument bad crp's and bad crp callbacks, too | Jason Wright | |
2000-03-30 | Only allocate space for a copy of the authenticator if authentication | Angelos D. Keromytis | |
is in use. | |||
2000-03-30 | add some instrumentation for tracking input (commands/bytes) and output | Jason Wright | |
(results/bytes) as well as "ring full" and "other" errors rework hifn_process so that in the event of a ring full or other error, the error type is set in the descriptor and the callback is executed. | |||
2000-03-30 | Set re_rt to NULL, so we don't double free. | Angelos D. Keromytis | |
2000-03-30 | auto detect the size of the seeprom; from freebsd (from NetBSD (from Linux?)) | Jason Wright | |
2000-03-29 | timeout-driven heartbeat. | Michael Shalayeff | |
right thing would be to pass beat count as an argument to timeout routine (casted to (void *)) avoiding static counter, but doing timeout_set() every timeout_add() sounds kinda uncool. well, pondering in the struct timeout guts would be even more ugly. | |||
2000-03-29 | - update copyrights | Jason Wright | |
- remove all ability to block (no more tsleep/wakeup) | |||
2000-03-29 | remove round-robin use of the boards. We're depending on the upper layer | Jason Wright | |
being more intelligent about allocation in the future. | |||
2000-03-29 | sync | Theo de Raadt | |
2000-03-29 | more intel 840 stuff | Theo de Raadt | |
2000-03-29 | Long over due checkpoint: | Jason Wright | |
o register the hifn as handling DES and 3DES (no md5 or sha1 yet) depending on whether the board is unlocked (none, half, or full) o Fix many KNF nits o print the amount of memory correctly and don't print the number of sessions o set command and result buffer sizes correctly o reclaim the descriptor rings so new commands and buffers can be added o remove some bogus checks on the command buffer o add new variables mac_process_len and crypt_process_len to hifn_command_t o fix calculation in hifn_mbuf to generate the pa/len array for src/dst o simplify the code for setting up the jump descriptor o rework the hifn_intr routine to interrupt at IPL_IMP and simplify it's results processing o more to come... | |||
2000-03-29 | ifmedia for ray | Michael Shalayeff | |
2000-03-29 | Be consistent about packet properties. | Angelos D. Keromytis | |
2000-03-29 | Fix problem with TCP/UDP and ACLs. | Angelos D. Keromytis | |
2000-03-29 | Minor cleanup. | Angelos D. Keromytis | |
2000-03-29 | Note to self: test before committing. | Angelos D. Keromytis | |
2000-03-29 | Conform to crypto framework changes for IVs. | Angelos D. Keromytis | |
2000-03-29 | Better support for weird IV schemes (like ESP half-IV, or the swap | Angelos D. Keromytis | |
encryption block-number IV). | |||
2000-03-28 | Much cleaner sync with NetBSD. Some #if defined() magic has been sent in the | Aaron Campbell | |
form of a diff to augustss@netbsd.org so that future syncs will be very easy. This commit also adds support for ADMtek AN986 "Pegasus" based USB Ethernet, CATC USB-EL1210A based USB Ethernet, and USB Printers (all untested). | |||
2000-03-28 | Allow wss to configure @irq 5, which is the default irq for quite a few | Marc Espie | |
laptops. | |||
2000-03-28 | Allow authentication-only ESP (must have broken it in the previous | Angelos D. Keromytis | |
round of commits). | |||
2000-03-28 | Set the protocol family in the destination address of bypass flows. | Angelos D. Keromytis | |
2000-03-28 | sync | jasoni | |
2000-03-28 | Implement rt_sigreturn. | jasoni | |
2000-03-28 | from netbsd: give pcic0 whole 64k iomem, and move pcic{1,2} to 0xe0000 | Michael Shalayeff | |
2000-03-28 | PCIBIOS does not fully work yet | Theo de Raadt | |
2000-03-28 | fix netbsd rcsid up | Michael Shalayeff | |
2000-03-28 | fix netbsd rcsids up. | Michael Shalayeff | |
also, from the 3rd try make proper openbsd rcsids, rediculous 3 commits just to add proper openbsd rcsids. i think someone forgot to _look_ at the diffs before commit. | |||
2000-03-28 | sync | Theo de Raadt | |
2000-03-28 | simplify | Theo de Raadt | |
2000-03-28 | sync | Chris Cappuccio | |
2000-03-28 | more VIA devices [NetBSD] | Chris Cappuccio | |
2000-03-28 | sync | Theo de Raadt | |
2000-03-28 | more yamaha | Theo de Raadt | |
2000-03-27 | better rearrangements | Theo de Raadt | |
2000-03-27 | sync | jasoni | |
2000-03-27 | Implement getcwd. | jasoni | |
2000-03-27 | sync | Theo de Raadt | |
2000-03-27 | another | Theo de Raadt | |
2000-03-27 | don't include rcsid in compile | Jason Wright | |
2000-03-27 | fix OpenBSD tag | Jason Wright | |
2000-03-27 | no vm_cache_max in uvm; ok art@ | Michael Shalayeff | |
2000-03-27 | add missing OpenBSD RCS IDs | Brad Smith | |
2000-03-27 | As I threatened a while ago, ingress IPsec ACL-checking is turned on | Angelos D. Keromytis | |
by default. Read the ipsecadm(8) man page for more details on how to specify ingress filters with manual keying. isakmpd has been doing this for a while now. | |||
2000-03-27 | Need a newline now. | Aaron Campbell | |
2000-03-27 | Remove the al and ax drivers; these cards now supported by the dc driver. | Aaron Campbell | |