Age | Commit message (Expand) | Author |
2001-06-08 | Initial cut at a driver for the National Semiconductor DP83820 and DP83821 | Nathan Binkert |
2001-06-08 | Add support for National Semiconductor Gigabit PHYs (DP83891 and DP83861) | Nathan Binkert |
2001-06-08 | Add some general support info for gigabit phys | Nathan Binkert |
2001-06-08 | Put back bus_dmaification of context's (seems to have been fixed by | Jason Wright |
2001-06-07 | regen | Todd C. Miller |
2001-06-07 | no longer need bogus Linksys WPC11 entry now that we autodetect prism vs. lucent | Todd C. Miller |
2001-06-07 | Kill #define duplicates between if_wireg.h and if_wi_ieee.h | Todd C. Miller |
2001-06-07 | Simplify SPD logic (and correct some input cases). | Angelos D. Keromytis |
2001-06-07 | remove extra space before ether address for Lucent wi boards | Todd C. Miller |
2001-06-07 | On a pfkeyv2_get(), allocate enough room for the extra stuff we store | Angelos D. Keromytis |
2001-06-07 | no, definately *wi.* does not work here | Michael Shalayeff |
2001-06-07 | missed from last ci, all is from netbsd of course | Michael Shalayeff |
2001-06-07 | no longer need to set sc_prism2 manually | Todd C. Miller |
2001-06-07 | probe prism2 chips based on the probed card id, not cis | Michael Shalayeff |
2001-06-07 | fix typo in wi* at pci | Todd C. Miller |
2001-06-07 | use faster arc4random() instead of get_random_bytes(); jason@ ok | Michael Shalayeff |
2001-06-06 | typo in comment | Artur Grabowski |
2001-06-06 | in bridge_filter(), pullup hlen, not sizeof(struct ip); ok jason@ | jasoni |
2001-06-06 | be more consistant in codec i/o debug prints | Michael Shalayeff |
2001-06-06 | Call doshutdownhooks() in boot(). ok jj@ niklas@ | Miod Vallat |
2001-06-06 | Use pool(9) for some of the structures, and splimp/splx to protect | Angelos D. Keromytis |
2001-06-06 | We now disable interrupts in the bus-specific attach routine. | Todd C. Miller |
2001-06-06 | wi* @ pci | Todd C. Miller |
2001-06-06 | PCI shim for if_wi.c as promised. Magic for setting the PLX up | Todd C. Miller |
2001-06-06 | regen | Todd C. Miller |
2001-06-06 | Add products based on the PLX 905x that act as dumb PCI -> PCMCIA bridges | Todd C. Miller |
2001-06-06 | missing bus linkage. ok, niklas@ | David Leonard |
2001-06-06 | Don't bother migrating software sessions, as this might lead to | Angelos D. Keromytis |
2001-06-06 | Don't forget to make it compile. | Angelos D. Keromytis |
2001-06-05 | Allow boot -c to change number of gre devices. -moj ok angelos@ | Mats O Jansson |
2001-06-05 | Call doshutdownhooks() in boot(). Cleanup code path a little. | Miod Vallat |
2001-06-05 | Don't forget to init b_dep. | Artur Grabowski |
2001-06-05 | make kqueue behave like select | Niels Provos |
2001-06-05 | send note_revoke to knotes when vnode goes away, okay art@ | Niels Provos |
2001-06-05 | make kqueue work on ext2fs | Niels Provos |
2001-06-05 | generic kqfilter that just like select returns ready for read and write. | Niels Provos |
2001-06-05 | fix kqueue EVFILT_WRITE; okay art@ | Niels Provos |
2001-06-05 | Use mi round_page() and trunc_page() macros | Todd C. Miller |
2001-06-05 | memset/memcpy -> bzero/bcopy. Some KNF. | Hakan Olsson |
2001-06-05 | That DPRINTF() is not needed. | Angelos D. Keromytis |
2001-06-05 | Add a few DPRINTF()'s | Angelos D. Keromytis |
2001-06-05 | That debug message was just too chatty, even as a debug message :-) | Angelos D. Keromytis |
2001-06-05 | Clear acquires only if TDB was established correctly. | Angelos D. Keromytis |
2001-06-05 | Correct credential matching logic. | Angelos D. Keromytis |
2001-06-05 | License clarification from David Mazieres, ok deraadt@ | Peter Valchev |
2001-06-05 | repair copyright notices for NRL & cmetz; cmetz | Theo de Raadt |
2001-06-05 | updated firmware from 3com (Thanks!); contains support for 3cr990B cards. | Jason Wright |
2001-06-05 | Make our pfkeyv2.h more RFC2367 compliant. Also fix some backwards | Niklas Hallqvist |
2001-06-04 | if_up() requires splnet(). sync with kame | Jun-ichiro itojun Hagino |
2001-06-04 | adjust routing socket message (kernel -> user) to the right size. | Jun-ichiro itojun Hagino |