Age | Commit message (Expand) | Author |
2008-08-27 | pass FCS to radiotap. | Damien Bergamini |
2008-08-27 | fix IEEE80211_RADIOTAP_F_SHORTPRE | Damien Bergamini |
2008-08-27 | another IEEE80211_RADIOTAP_F_FCS candidate. | Damien Bergamini |
2008-08-27 | add IEEE80211_RADIOTAP_F_FCS radiotap flag from NetBSD. | Damien Bergamini |
2008-08-27 | hardware may pass us ACK or CTS frames in some cases, so use | Damien Bergamini |
2008-08-27 | the firmware is responsible for sending management frames, but | Damien Bergamini |
2008-08-27 | override net80211's ic_node_alloc function to allocate a full | Damien Bergamini |
2008-08-27 | introduce new IEEE80211_STA_ONLY kernel option that can be set to | Damien Bergamini |
2008-08-26 | another ups to knock out of being a uhid | Theo de Raadt |
2008-08-26 | sync | Theo de Raadt |
2008-08-26 | new devs | Theo de Raadt |
2008-08-26 | Fix alignment panic on sparc64 by removing a wrong __packed. While | Marcus Glocker |
2008-08-26 | Fix a couple of problems that may make gem(4) get stuck: | Mark Kettenis |
2008-08-26 | Better strategy to single out onboard bge(4)'s on sparc64 machines. | Mark Kettenis |
2008-08-26 | Update comment to mention the 8211C. | Brad Smith |
2008-08-26 | regen | Brad Smith |
2008-08-26 | Add the PCI id for the Broadcom BCM5785 Ethernet controller. | Brad Smith |
2008-08-25 | two spelling fixes from Anathae Townsend; | Jason McIntyre |
2008-08-24 | Tadpole Viper onboard ethernet has no eeprom either, but the PROM entry | Theo de Raadt |
2008-08-24 | Define a proper wsdisplay type for legss(4). | Miod Vallat |
2008-08-24 | Get VIDIOC_G_FMT working (makes ekiga happy). | Marcus Glocker |
2008-08-24 | proper indent | Theo de Raadt |
2008-08-24 | Use consistent variable names; curr -> cur, err -> error. | Marcus Glocker |
2008-08-24 | Add support for processing unit (e.g. brightness) controls. New V4L2 | Marcus Glocker |
2008-08-24 | regen | Brad Smith |
2008-08-24 | Add Atheros OUI and Atheros F1 id. | Brad Smith |
2008-08-24 | regen | Brad Smith |
2008-08-24 | BCM5714 also supports fiber interfaces. | Brad Smith |
2008-08-22 | a ; in a bad place; dragonfly; ok mglocker | Theo de Raadt |
2008-08-22 | ANSI and other cleanups; ok krw | Theo de Raadt |
2008-08-22 | Add a hack to manually kick off rebuilds. This will need some love in the | Marco Peereboom |
2008-08-22 | synbc | Theo de Raadt |
2008-08-22 | more puc happiness | Theo de Raadt |
2008-08-21 | Rip out the remnants of the vblank signal stuff. Nothing uses it, and | Owain Ainsworth |
2008-08-21 | Instead of having a number of malloced arrays for vblank handling, just | Owain Ainsworth |
2008-08-20 | If RI_FORCEMONO is set in ri_flags, build ri_devcmap as if it was a 1bpp | Miod Vallat |
2008-08-19 | sync | Theo de Raadt |
2008-08-19 | another rum; Jonathan Lee | Theo de Raadt |
2008-08-18 | regen | Brad Smith |
2008-08-18 | Add the PCI id for the Broadcom BCM5716 Ethernet controller. | Brad Smith |
2008-08-18 | use M_NOWAIT instead of M_WAITOK to cause malloc() to return NULL | Kevin Lo |
2008-08-18 | Another dead struct member. | Owain Ainsworth |
2008-08-17 | kill struct drm_freelist, after removing markbufs and infobufs nothing | Owain Ainsworth |
2008-08-17 | Kill a dead function and a dead struct member. | Owain Ainsworth |
2008-08-17 | Check that the driver properly initialised before allowing agp_acquire() | Owain Ainsworth |
2008-08-17 | Check the return value of agp_enable() instead of assuming it completed. | Owain Ainsworth |
2008-08-17 | Kill the infobufs and markbufs calls. Nothing uses them. | Owain Ainsworth |
2008-08-17 | kill the stupid pci capability defines, we have our own. Don't wrap | Owain Ainsworth |
2008-08-17 | drm_load() and drm_unload() are a remnant of code meant to be shared | Owain Ainsworth |
2008-08-17 | Kill some redundant ifdefs, they're taken care of elsewhere. | Owain Ainsworth |