Age | Commit message (Expand) | Author |
2004-06-02 | More realistic kernel pdt sizing for the Luna88k (sync with recent mvme88k | Miod Vallat |
2004-06-02 | Add ether_{add,del}multi(), makes multicast work. | Ryan Thomas McBride |
2004-06-01 | use M_MISCFSMNT to allocate nullfs memory, ok tedu@ | Pedro Martelletto |
2004-06-01 | dv_xname is not the same as dv_unit (for hell knows what reason) | Michael Shalayeff |
2004-06-01 | regen | Todd C. Miller |
2004-06-01 | Add support for the Adaptec AWN-8030 WLAN pcmcia-card (prism 2.5) from | Todd C. Miller |
2004-06-01 | Replace hand-rolled crc32 with ether_crc32_le(). | Ryan Thomas McBride |
2004-06-01 | there's no use in checking curproc privilege in input path. | Jun-ichiro itojun Hagino |
2004-06-01 | some revisions have issues sending lots of packets. | Ted Unangst |
2004-05-31 | explanatory comments for the uvm_km_page functions. | Ted Unangst |
2004-05-31 | initialize struct carp_if and let vhif_nvrs counter work. ok mcbride@ | Marco Pfatschbacher |
2004-05-31 | thinko, reported by Fernando Braga | Daniel Hartmeier |
2004-05-31 | work around an LP64 problem where we report an excessively large window | Brad Smith |
2004-05-31 | When loading multicast filters, accept all multicast when we encounter | Ryan Thomas McBride |
2004-05-31 | Replace local crc32 with ether_crc32_be. | Ryan Thomas McBride |
2004-05-31 | Define MAXSYMLINKS in terms of SYMLOOP_MAX just as MAXPATHLEN is defined | Todd C. Miller |
2004-05-31 | Define _POSIX_SYMLINK_MAX and SYMLINK_MAX as _POSIX_PATH_MAX and PATH_MAX | Todd C. Miller |
2004-05-31 | Updates based on Single Unix; OK deraadt@ | Todd C. Miller |
2004-05-31 | Enable all multicast if we encounter a range. | Ryan Thomas McBride |
2004-05-31 | remove the broken auto-append-'0' code; ok canacar, deraadt, thierry | Markus Friedl |
2004-05-31 | simplify; ok henning, itojun | Markus Friedl |
2004-05-31 | clean some copy&paste leftovers from KAME code. | Marco Pfatschbacher |
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 |