summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2004-11-09Fix single-stepping.Mark Kettenis
2004-11-09Kill more unused stuff.Miod Vallat
2004-11-09Luna88k does not have an iomap, so kill all iomap related defines, andMiod Vallat
2004-11-09remove useless bpf code. removes dependancy on code from an(4).David Gwynne
2004-11-09Always free memory on failure in c{e,s}4231_alloc(); from Patrick Lafiti.Miod Vallat
2004-11-09big KNF spanking, no change in object file, ecstatic ok from claudioHenning Brauer
2004-11-09use NULL instead of 0 for poiter comparisions,Henning Brauer
2004-11-09Split {get,set,raise}ipl() into per-board implementations.Miod Vallat
2004-11-08let it actually compileTheo de Raadt
2004-11-08commented out entry for atuDavid Gwynne
2004-11-08Atmel AT76c503 / AT76c503a / AT76c505 / AT76c505a USB WLAN driverDavid Gwynne
2004-11-08ugly ugly hack to allow a usb device to do a full reset of the port duringDavid Gwynne
2004-11-08Simple cleaning of sgivol, with no functional change (yet):Miod Vallat
2004-11-08put more debug stuff inside #ifdef, to make the driver a wee bit smallerTheo de Raadt
2004-11-08TypoMiod Vallat
2004-11-08Show in the dmesg as mongoose, to matche the manpage and kernel configurationMiod Vallat
2004-11-08TypoMiod Vallat
2004-11-08use __packed instead of __attribute__ ((__packed__)) (ok miod@), checkReyk Floeter
2004-11-08Remove mvme88k leftovers.Miod Vallat
2004-11-08Kill struct md_p, which was really only necessary for mvme88k; onMiod Vallat
2004-11-07add a new message: inject. this allows the tracer to to inject buffers intomarius eriksen
2004-11-07enable ath, iwi, and ipwTheo de Raadt
2004-11-07For RST generated due to state mismatch during handshake, don't setDaniel Hartmeier
2004-11-07struct ucode.length should be in number of elements (u_int32_t), notDaniel Hartmeier
2004-11-06fixed types in ieee80211_regdomain (thanks to Joerg Sonnenberger). now itReyk Floeter
2004-11-06disable changing softdep linkcnt (last commit). it can cause a loop thatTed Unangst
2004-11-06sync pci idsReyk Floeter
2004-11-06regenReyk Floeter
2004-11-06added new ar5212 device idsReyk Floeter
2004-11-05we want ukphy on the media; miod okTheo de Raadt
2004-11-05Better granularity between wsmouse support and wsmoused support, as oneMiod Vallat
2004-11-04Only compile the mouse pasting code if wsmouse is configured in the kernel;Miod Vallat
2004-11-04fix memory leak on deleting a screen; from janjaap@stack.nl via pr3977Michael Shalayeff
2004-11-04implememtation -> implementationPedro Martelletto
2004-11-04Stricter rules for isadma_bounce, shaves 4KB off a RAMDISKB kernel.Miod Vallat
2004-11-03Use IFM_IEEE80211_IBSS for IBSS mode instead of IFM_IEEE80211_ADHOC.Claudio Jeker
2004-11-03register typoReyk Floeter
2004-11-03oops missed to set devtype here rather than in sti_sgc.c:1.23Michael Shalayeff
2004-11-03Call ipw_stop() at the beginning of ipw_init(): this fixes a memory leakDamien Bergamini
2004-11-03Return 1 instead of 0 in ipw_intr() if the interrupt is handled by us.Damien Bergamini
2004-11-03IFM_IEEE80211_ADHOC -> IFM_IEEE80211_IBSS in ipw_media_status().Damien Bergamini
2004-11-03Calling ipwcontrol -k without downloading the firmware first lead to aDamien Bergamini
2004-11-03Fix calls to bus_dmamap_create().Damien Bergamini
2004-11-03knf, use positive error values (suggested by miod@)Reyk Floeter
2004-11-03Enable pcscp; from Martin Reindl <mreindl at catai.org>Xavier Santolaria
2004-11-03Revert to 3.6-current code since IBM onboard mpt's act up. Found by pval & d...Marco Peereboom
2004-11-02fix getting strings off a device which broke with the removal of theDavid Gwynne
2004-11-02we do not just delete lines but rather comment 'em outMichael Shalayeff
2004-11-02Remove __HAVE_NWSCONS and related remnants of pre-wscons days; no functionalMiod Vallat
2004-11-02#ifdef __alpha__ -> #ifdef __LP64__Miod Vallat