Age | Commit message (Expand) | Author |
2002-04-26 | Implement shared key support for hostap mode; from Thomas Skibo | Todd C. Miller |
2002-04-26 | Add some bounds checking of wi_len on copyin(). From NetBSD via FreeBSD. | Todd C. Miller |
2002-04-26 | Don't set WI_RID_OWN_SSID based on wi_net_name if wi_net_name is | Todd C. Miller |
2002-04-26 | Add support for the WSDISPLAYIO_LINEBYTES ioctl and the | Matthieu Herrb |
2002-04-26 | We use wi_authtype, not wi_authmode to store the auth type (open system | Todd C. Miller |
2002-04-26 | be more terse with output | Nathan Binkert |
2002-04-26 | Only call bpf_mtap if we have bpf in the kernel | Nathan Binkert |
2002-04-26 | debug stuff inside #ifdef | Theo de Raadt |
2002-04-26 | missed one; deraadt | Jason Wright |
2002-04-26 | 1024 bit max | Jason Wright |
2002-04-26 | Don't try to destroy a dmamap if the map was never created | Nathan Binkert |
2002-04-26 | register as supporting modular exponentiation | Jason Wright |
2002-04-26 | sync | Nathan Binkert |
2002-04-26 | remove duplicate | Nathan Binkert |
2002-04-26 | Don't prevent a media status updates just because the interface isn't up. | Nathan Binkert |
2002-04-26 | Add missing unlock. Ok mickey | Nathan Binkert |
2002-04-25 | soundforte radio driver, from Vladimir Popov <jumbo@narod.ru> | Michael Shalayeff |
2002-04-24 | Introduce a new file, machine/internal_types.h, to hold that specific arch | Marc Espie |
2002-04-24 | whoops, missed two fields in modexp structure (kinda important ones =) | Jason Wright |
2002-04-23 | Clear flags indicating whether or not wi or hostap is active as | Todd C. Miller |
2002-04-23 | modexp context structure | Jason Wright |
2002-04-22 | regen | Matthieu Herrb |
2002-04-22 | Add Matrox MGA G550. ok deraadt@ millert@ fgs@ | Matthieu Herrb |
2002-04-22 | clean up attach messages | Jason Wright |
2002-04-22 | even better lt kbd map (in the best .su tradition ); from vld@vic.lt | Michael Shalayeff |
2002-04-21 | Symbol version string need not start with 'V'; from NetBSD (onoe) | Todd C. Miller |
2002-04-20 | Correct the value for WI_RID_SYMBOL_PREAMBLE and add | Todd C. Miller |
2002-04-18 | add support for Conexant LANfinity RS7112; based on patch from Maurice Nonnek... | Jason Wright |
2002-04-18 | sync | Jason Wright |
2002-04-18 | Another conexant winmodem, and a MiniPCI ethernet card; Maurice Nonnekes <mau... | Jason Wright |
2002-04-17 | dm9102 appears to be register compatible with dm9101 which is also an amphy-a... | Jason Wright |
2002-04-17 | remove unneeded bytes; tested by nate, deraadt and nate ok. | Federico G. Schwindt |
2002-04-17 | Clear flags indicating whether or not wi or hostap is active as | Todd C. Miller |
2002-04-17 | regen | Todd C. Miller |
2002-04-17 | Spectrum24 LA4100 is vendor id SYMBOL not SYMBOL2; from NetBSD | Todd C. Miller |
2002-04-16 | move prototypes of dc_eeprom_width, dc_read_srom, and dc_parse_21143_srom to ... | Jason Wright |
2002-04-16 | From NetBSD: | Todd C. Miller |
2002-04-15 | Add Siemens/Efficient Networks SpeedStream 1023 Wireless PCI Adapter, | Todd C. Miller |
2002-04-15 | regen with SpeedStream 1023 | Todd C. Miller |
2002-04-15 | SpeedStream 1023 Wireless PCI Adapter (PLX-based) | Todd C. Miller |
2002-04-15 | Remove bogus casts to int in printf that causes a warning on 64bit arches. | Todd C. Miller |
2002-04-15 | wx is totally gone now | Theo de Raadt |
2002-04-11 | o Check supported speeds before examing capabilties | Todd C. Miller |
2002-04-11 | Fix Lucent <-> Prism2 WEP interop bug. We only want to set the | Todd C. Miller |
2002-04-11 | o Set feature flags based on firmware type and version. | Todd C. Miller |
2002-04-10 | o Add ibss and ibss-master mediaopt for ifconfig | Todd C. Miller |
2002-04-10 | For PLX cards move CIS handling to be earlier | Todd C. Miller |
2002-04-09 | because SUNW,fas boards don't have a corresponding 'dma' device, searching | Jason Wright |
2002-04-09 | better lt keymap (in the best .su tradition); from Vladis Adler <vld@vic.lt> | Michael Shalayeff |
2002-04-09 | Don't enable interrupts until an open() is done. Until then the driver | Per Fogelstrom |