Age | Commit message (Expand) | Author |
2004-05-31 | Replace tulip_crc32 with ether_crc32_le. | Ryan Thomas McBride |
2004-05-31 | multicast cleanups: | Ryan Thomas McBride |
2004-05-31 | Don't reinvent the wheel, use ether_crc32_le() instead. | Ryan Thomas McBride |
2004-05-30 | a bit of syncing with the FreeBSD driver, namely... | Brad Smith |
2004-05-30 | compile without INET6; ok mcbride | Peter Valchev |
2004-05-30 | only free pages if we have write permission and they are not COW. | Ted Unangst |
2004-05-30 | knf | Theo de Raadt |
2004-05-30 | serial console hack from tom. who, after having been told a few times | Theo de Raadt |
2004-05-30 | Enable hotplug, tested by tedu@. | Alexander Yurchenko |
2004-05-30 | Devices hot plugging support. | Alexander Yurchenko |
2004-05-30 | Multicast fixups: | Ryan Thomas McBride |
2004-05-30 | Multicast fixups: | Ryan Thomas McBride |
2004-05-30 | rcsids | Ted Unangst |
2004-05-29 | - Properly support multicast reception. | Christian Weisgerber |
2004-05-29 | Enable vga0 at isa? (makes krw's vga appear). | Tom Cosgrove |
2004-05-29 | introduce SIOCSIFDESCR and SIOCGIFDESCR to maintain interface | joshua stein |
2004-05-29 | replace hand-rolled CRC calculation in multicast hash setup with calls to | Christian Weisgerber |
2004-05-29 | Remove multicast addresses and promiscuous mode when destroying the | Ryan Thomas McBride |
2004-05-29 | carp_ioctl() happens after ifioctl(); check flags correctly so that | Ryan Thomas McBride |
2004-05-28 | Modify adb packet handling so that the completion routine can reentrantly | Dale Rahn |
2004-05-28 | Clean up sense error logic and printing a bit, partly inspired by | Kenneth R Westerback |
2004-05-28 | regen | Ted Unangst |
2004-05-28 | ACCOUNTING is optional. found by mpech. ok deraadt | Ted Unangst |
2004-05-28 | Clean up subsysid lookups + print subsysid string during boot. | Marco Peereboom |
2004-05-28 | Regen. | Marco Peereboom |
2004-05-28 | Remove DELL CERC-SATA since it is a subsysid. ok deraadt@, nate@ | Marco Peereboom |
2004-05-28 | fix for: !(flags && FORCECLOSE) | Mike Pechkin |
2004-05-28 | bpf device cloning. | Alexander Yurchenko |
2004-05-28 | put ahd in these two config files (disabled for now, though, because it | Theo de Raadt |
2004-05-28 | Make lf_advlock glue work for AFS so flock/fcntl lock requests will work | Bob Beck |
2004-05-27 | oops | Theo de Raadt |
2004-05-27 | remove tedu crud | Theo de Raadt |
2004-05-27 | hppa pmap needs to use old pool allocator for now. | Ted Unangst |
2004-05-27 | sync | Ted Unangst |
2004-05-27 | make acct(2) optional with ACCOUNTING | Ted Unangst |
2004-05-27 | shutdown accounting before shutting down vfs. should prevent some panics. | Ted Unangst |
2004-05-27 | apm restores perflevel after resume; some cpus are forgetful. | Ted Unangst |
2004-05-27 | the tcp header might be in a different mbuf after pulldown(); | Markus Friedl |
2004-05-27 | change uvm_km_getpage to take waitok argument and sleep if appropriate. | Ted Unangst |
2004-05-27 | while polling, ack & ignore interrupts. this will have to do until | Theo de Raadt |
2004-05-26 | typos | Pedro Martelletto |
2004-05-26 | use sa_family not inp; netbsd merge error; ok dhartmei | Markus Friedl |
2004-05-26 | add Sitecom usb-serial (CN104) | Markus Friedl |
2004-05-26 | sync | Markus Friedl |
2004-05-26 | sitecom serial adapter | Markus Friedl |
2004-05-26 | Define correct EOF and EOL characters in the default firmware termios | Miod Vallat |
2004-05-26 | Use physical addresses as seen in the A24 MVME332XT address space, this | Miod Vallat |
2004-05-26 | use ETHER_ALIGN | Brad Smith |
2004-05-26 | rehab the locator index crack monkeys | Theo de Raadt |
2004-05-25 | replace obsolete references to bootpd(8) and bootptab(5) w/ dhcpd(8); | Jason McIntyre |