Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-04-13 | remove bit definitions and associated macros for hifn_command.flags since it | Jason Wright | |
doesn't exist anymore. | |||
2000-04-13 | - let hifn_process() compute the mask bits for the command descriptors | Jason Wright | |
(falls under the category of compute it once and use it). - just copy the computed masks in hifn_write_command() - remove the now unnecessary flags field from hifn_command | |||
2000-04-13 | remove unnecessary variable | Jason Wright | |
2000-04-13 | - complete rewrite of hifn_write_command() to avoid copies by removing the | Jason Wright | |
hifn_build_command() middle layer for building the command descriptor - remove an unnecessary assignment in hifn_process() | |||
2000-04-13 | When fragmenting a packet, inherit the multicast and broadcast flags so that | Artur Grabowski | |
the link layer can choose the right address. | |||
2000-04-13 | neo | Theo de Raadt | |
2000-04-13 | #ifndef the definitions of IPSTATE_MAX and IPSTATE_SIZE | Kjell Wooding | |
This allows the redefinition of these constants in mk.conf, for example. mep@netset.net | |||
2000-04-13 | add comment on sanity check | Jun-ichiro itojun Hagino | |
2000-04-13 | bark if sdl_alen == 0. test code for KAME PR 235. | Jun-ichiro itojun Hagino | |
2000-04-13 | even if nd6_nud_hint is called, do not change a neighbor's status | Jun-ichiro itojun Hagino | |
unless the old status is probably reachable (i.e. the link-layer address has already been resolved). KAME PR 235. | |||
2000-04-13 | do not return icmp6 error against icmp6 error. | Jun-ichiro itojun Hagino | |
(this is due to a bug in header chain chasing) | |||
2000-04-13 | better has when adding entropy to the pool. | Michael Shalayeff | |
bigger pool (4k). | |||
2000-04-13 | Add support for Adaptec 2930U2 controller. | Steve Murphree | |
2000-04-13 | Add support for Adaptec 2930U2 controller. | Steve Murphree | |
2000-04-13 | Remove printf from interrupt handler... | Constantine Sapuntzakis | |
Use blksize more aggressively instead of hard-wiring it everywhere Fix to nm_waitcd and neo_malloc. neo_malloc still ain't pretty. | |||
2000-04-13 | match netsec 7751 card, and oh golly gee, will ya look at that, it's | Theo de Raadt | |
unlock secret is all 0's as well, my, what a coincidence! | |||
2000-04-13 | NeoMagic 256AV/ZX audio driver | Constantine Sapuntzakis | |
Still in beta. May lock up your machine when accessing mixer | |||
2000-04-13 | sync | Theo de Raadt | |
2000-04-13 | RCC/ServerWorks products | Theo de Raadt | |
2000-04-13 | sync | Jason Wright | |
2000-04-13 | netsec | Jason Wright | |
2000-04-13 | Move min # of blocks to two to accomodate hackis neomagic driver | Constantine Sapuntzakis | |
2000-04-12 | Disable DAC, Output, and Record mute by default | Constantine Sapuntzakis | |
2000-04-12 | bump ipf version (3.3.12a) to go with last commit | Kjell Wooding | |
2000-04-12 | FTP Proxy changes introduced in 3.3.12 were too agressive. Tone down | Kjell Wooding | |
a bit. posted to ipf list by darrenr@pobox.com | |||
2000-04-12 | Fix checksum for outgoing etherip/ipip packets from enc interfaces. | Angelos D. Keromytis | |
2000-04-12 | Remove all arguments to the .Os macro so that all of 2.7's man pages will | Aaron Campbell | |
correctly say "OpenBSD 2.7". | |||
2000-04-12 | RCSids. | Aaron Campbell | |
2000-04-12 | Fix pcic attachments; jj@dynarc.se | Aaron Campbell | |
2000-04-12 | When resetting attributes (VT_NORMAL), do a proper color set. | Aaron Campbell | |
2000-04-12 | correct path | Hugh Graham | |
2000-04-12 | sync | Theo de Raadt | |
2000-04-12 | another RCC bridge | Theo de Raadt | |
2000-04-12 | sync | Theo de Raadt | |
2000-04-12 | rename PEQUR to RCC, and add other chips | Theo de Raadt | |
2000-04-12 | sync | jasoni | |
2000-04-12 | Implement linux's setfsuid and getfsuid (from NetBSD) | jasoni | |
2000-04-11 | - add support for buffers that are not aligned (or end on a non 4byte boundary) | Jason Wright | |
- recompute destination length from destination descriptors and reclaim the destination ring there. | |||
2000-04-11 | regen | Jakob Schlyter | |
2000-04-11 | Philips USB camera | Jakob Schlyter | |
2000-04-11 | Don't add an extra 20 bytes to ip_len, m_pkthdr.len is already updated | Angelos D. Keromytis | |
by M_PREPEND. | |||
2000-04-11 | - Don't bother with PCI_COMMAND_IO_ENABLE, the card doesn't support it. | Jason Wright | |
- remove some debugging code - fix arguments to last call to crypto_register() - for sram boards, only check 1mb of ram - when the rings are full, call the crp->callback with crp->crp_etype == ENOMEM so it can clean up, then return 0 - some KNF | |||
2000-04-11 | sync | Hakan Olsson | |
2000-04-11 | Add Neomagic NM256ZX | Hakan Olsson | |
2000-04-11 | define the rest of the descriptor bits | Jason Wright | |
2000-04-11 | Check usec for >= 1000000, not just > ; as msaitoh@NetBSD.org | Paul Janzen | |
2000-04-11 | we need more room; xe goes away again, but it is on other floppies of course | Theo de Raadt | |
2000-04-10 | add support for true RNG presented on the i82802 FWH. | Michael Shalayeff | |
it produces 1 byte at a time and has no ready irq, thus timeout driven. in fact w/ default hz=100 it produces up to 60% of gross entropy production in an average loaded desktop system. | |||
2000-04-10 | make .mpg playing more usefull, i.e. supply entropy | Michael Shalayeff | |
2000-04-10 | add support for more random sources. | Michael Shalayeff | |
make it easy to add more in the future. make extract_entropy() faster. more accurate stats. |