Age | Commit message (Expand) | Author |
2000-09-28 | If this is a Davicom DM9102A and we're enabling the homePNA link, force | Aaron Campbell |
2000-09-28 | Make mouse support friendly with non-25line mode. Thanks mickey@ for reporting | Aaron Campbell |
2000-09-28 | Make sure a Copybuffer has been allocated successfully before we start doing | Aaron Campbell |
2000-09-28 | When allocating the unallocated file descriptors 0, 1 and 2 for suid execs, | Artur Grabowski |
2000-09-27 | replace MALLOC/FREE w/ malloc/free for non-constant-sized memory allocations;... | Michael Shalayeff |
2000-09-27 | Minimal optimization. | Artur Grabowski |
2000-09-27 | Fix checking for incoming packets when the remote gateway has been | Angelos D. Keromytis |
2000-09-26 | Set the tdbi field in the pkthdr to NULL in MGETHDR -- avoids some | Angelos D. Keromytis |
2000-09-26 | Implement getnulldev that returns the dev_t for "/dev/null". | Artur Grabowski |
2000-09-26 | Don't use MALLOC/FREE on variable sized allocations. | Artur Grabowski |
2000-09-26 | Update to previous fix on ICMP messages coming on unnumbered | Angelos D. Keromytis |
2000-09-25 | do not do queue locking in get/put_ccb, since calling blocks | Michael Shalayeff |
2000-09-25 | Support the i82562; from FreeBSD. Apparently nothing more needed than to match | Aaron Campbell |
2000-09-25 | sync | Aaron Campbell |
2000-09-25 | Add Intel i82562 PCI device ID. This is the Ethernet controller found on the | Aaron Campbell |
2000-09-25 | once again bios does not return a correct segment limits for the | Michael Shalayeff |
2000-09-25 | on expiry of pmtu route, retry higher mtu. okay angelos@ | Niels Provos |
2000-09-24 | For the Toshiba TOPIC95B CardBus controller, we must clear the socket and slot | Aaron Campbell |
2000-09-24 | prevent memory leak in fdalloc; fix by greg@nest.cx | Niels Provos |
2000-09-23 | Angelos you forgot this one !! | Chris Cappuccio |
2000-09-22 | sync | Aaron Campbell |
2000-09-22 | Add Conexant modem | Aaron Campbell |
2000-09-22 | sync | Aaron Campbell |
2000-09-22 | shorten | Aaron Campbell |
2000-09-22 | Move the PI_MAGIC define outside the INET6 ifdef block (doh!) | Angelos D. Keromytis |
2000-09-22 | - Introduce character classes into the console mouse functionality. Lifted from | Aaron Campbell |
2000-09-22 | sync | Aaron Campbell |
2000-09-22 | Sony Memory Stick Media Slot | Aaron Campbell |
2000-09-22 | Add prototypes for ipx_addr() and ipx_ntoa(); mickey@ OK'd | Todd C. Miller |
2000-09-22 | this follows the dox, saying that %ds should be loaded w/ | Michael Shalayeff |
2000-09-22 | fix my bug dating back to february the 14th of 1998, | Michael Shalayeff |
2000-09-21 | Bad mickey doesn't know how to spell ``openings'' | Miod Vallat |
2000-09-21 | do not limit openings to defined SDOUTSTANDING value of 4, since many control... | Michael Shalayeff |
2000-09-21 | initialize sc_link.openings to it's (currently) default value of 4 | Michael Shalayeff |
2000-09-21 | calculate maxopd at the right place | Niels Provos |
2000-09-21 | oops forgot the other case in the pmsintr for add_mouse_randomness() call | Michael Shalayeff |
2000-09-21 | use volatile's on all structures shared between cpu and hifn | Jason Wright |
2000-09-21 | style | Jason Wright |
2000-09-21 | Patch from FreeBSD (wpaul): | Jason Wright |
2000-09-21 | Correctly handle srcid/dstid. | Angelos D. Keromytis |
2000-09-20 | check out the bios device name we are probed w/ to not probe on apm | Michael Shalayeff |
2000-09-20 | Add IDENTITY payloads to flow establishment (and cleanup accordingly) | Angelos D. Keromytis |
2000-09-20 | Don't use LOOPBACK addresses when trying to determine source address | Angelos D. Keromytis |
2000-09-20 | support 64bit BARs from NetBSD | Niklas Hallqvist |
2000-09-20 | Off by one in a validity check | Niklas Hallqvist |
2000-09-20 | Extend the region in which we allow mapping unmapped PCI devices. | Niklas Hallqvist |
2000-09-20 | remove unused code | Niels Provos |
2000-09-20 | correctly calculate mss | Niels Provos |
2000-09-20 | fix in_pcbrtentry | Niels Provos |
2000-09-20 | Since ifa_refcnt was bumped to an int and rt_flags is an int too, bump | Artur Grabowski |