Age | Commit message (Expand) | Author |
2004-11-08 | Simple cleaning of sgivol, with no functional change (yet): | Miod Vallat |
2004-11-08 | put more debug stuff inside #ifdef, to make the driver a wee bit smaller | Theo de Raadt |
2004-11-08 | Typo | Miod Vallat |
2004-11-08 | Show in the dmesg as mongoose, to matche the manpage and kernel configuration | Miod Vallat |
2004-11-08 | Typo | Miod Vallat |
2004-11-08 | use __packed instead of __attribute__ ((__packed__)) (ok miod@), check | Reyk Floeter |
2004-11-08 | Remove mvme88k leftovers. | Miod Vallat |
2004-11-08 | Kill struct md_p, which was really only necessary for mvme88k; on | Miod Vallat |
2004-11-07 | add a new message: inject. this allows the tracer to to inject buffers into | marius eriksen |
2004-11-07 | enable ath, iwi, and ipw | Theo de Raadt |
2004-11-07 | For RST generated due to state mismatch during handshake, don't set | Daniel Hartmeier |
2004-11-07 | struct ucode.length should be in number of elements (u_int32_t), not | Daniel Hartmeier |
2004-11-06 | fixed types in ieee80211_regdomain (thanks to Joerg Sonnenberger). now it | Reyk Floeter |
2004-11-06 | disable changing softdep linkcnt (last commit). it can cause a loop that | Ted Unangst |
2004-11-06 | sync pci ids | Reyk Floeter |
2004-11-06 | regen | Reyk Floeter |
2004-11-06 | added new ar5212 device ids | Reyk Floeter |
2004-11-05 | we want ukphy on the media; miod ok | Theo de Raadt |
2004-11-05 | Better granularity between wsmouse support and wsmoused support, as one | Miod Vallat |
2004-11-04 | Only compile the mouse pasting code if wsmouse is configured in the kernel; | Miod Vallat |
2004-11-04 | fix memory leak on deleting a screen; from janjaap@stack.nl via pr3977 | Michael Shalayeff |
2004-11-04 | implememtation -> implementation | Pedro Martelletto |
2004-11-04 | Stricter rules for isadma_bounce, shaves 4KB off a RAMDISKB kernel. | Miod Vallat |
2004-11-03 | Use IFM_IEEE80211_IBSS for IBSS mode instead of IFM_IEEE80211_ADHOC. | Claudio Jeker |
2004-11-03 | register typo | Reyk Floeter |
2004-11-03 | oops missed to set devtype here rather than in sti_sgc.c:1.23 | Michael Shalayeff |
2004-11-03 | Call ipw_stop() at the beginning of ipw_init(): this fixes a memory leak | Damien Bergamini |
2004-11-03 | Return 1 instead of 0 in ipw_intr() if the interrupt is handled by us. | Damien Bergamini |
2004-11-03 | IFM_IEEE80211_ADHOC -> IFM_IEEE80211_IBSS in ipw_media_status(). | Damien Bergamini |
2004-11-03 | Calling ipwcontrol -k without downloading the firmware first lead to a | Damien Bergamini |
2004-11-03 | Fix calls to bus_dmamap_create(). | Damien Bergamini |
2004-11-03 | knf, use positive error values (suggested by miod@) | Reyk Floeter |
2004-11-03 | Enable pcscp; from Martin Reindl <mreindl at catai.org> | Xavier Santolaria |
2004-11-03 | Revert to 3.6-current code since IBM onboard mpt's act up. Found by pval & d... | Marco Peereboom |
2004-11-02 | fix getting strings off a device which broke with the removal of the | David Gwynne |
2004-11-02 | we do not just delete lines but rather comment 'em out | Michael Shalayeff |
2004-11-02 | Remove __HAVE_NWSCONS and related remnants of pre-wscons days; no functional | Miod Vallat |
2004-11-02 | #ifdef __alpha__ -> #ifdef __LP64__ | Miod Vallat |
2004-11-02 | Use PROM mappings, if available, whenever we are the console device or not; | Miod Vallat |
2004-11-02 | KNF, constify structures, do not wrap the contents under #if NMAGMA > 0 as | Miod Vallat |
2004-11-02 | Fix problem with floating point restore at sigreturn. | Per Fogelstrom |
2004-11-02 | missed reg index calc fix | Per Fogelstrom |
2004-11-02 | Don't call memset() if MALLOC returns NULL; also fix the rcs ID. | Todd C. Miller |
2004-11-02 | spacing, beautify dmesg output | Reyk Floeter |
2004-11-02 | removed some printfs | Reyk Floeter |
2004-11-02 | factor out the dma memory allocation, mapping, freeing and unmapping | marius eriksen |
2004-11-02 | no CardBus here. | Brad Smith |
2004-11-02 | import of a free hal part for the ath driver as a replacement for the | Reyk Floeter |
2004-11-02 | imported Sam Leffler's ath driver for atheros multimode wireless nics | Reyk Floeter |
2004-11-02 | some changes merged in from netbsd. ieee80211_regdomain.# will be used | Reyk Floeter |