summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2007-06-21s/IEEE80211_ELEMID_EDCA_PARAMS/IEEE80211_ELEMID_EDCAPARMS/ for consistency.Damien Bergamini
2007-06-21split ieee80211_recv_mgmt() into smaller functions:Damien Bergamini
2007-06-21english, okay jmc@Pedro Martelletto
2007-06-21reimplement interface bound states in a non-retarded way.Henning Brauer
2007-06-21Fix microtime to not lose clocik ticks, gives us among other things, realMiod Vallat
2007-06-21Simple optimizations:Miod Vallat
2007-06-21Attach interrupt counters to intc interrupt sources too, so that clockMiod Vallat
2007-06-21rework how the IFF_PROMISC and IFF_ALLMULTI flags are dealt with, and howDavid Gwynne
2007-06-20Do not hardcode imask[] size when intializing it.Miod Vallat
2007-06-20These drivers were abusing b_cylinder to store device-specific informationMiod Vallat
2007-06-20alpha kernel have wsmux but not the actual devices; PR #5469 from janjaapMiod Vallat
2007-06-20Add file such that a kernel with lpt at ssio actually compiles.Mark Kettenis
2007-06-20b_cylinder does not need to be set on the callpath down into drivers.Theo de Raadt
2007-06-20b_cylinder does not need to be set on the callpath down into drivers.Theo de Raadt
2007-06-20b_cylinder does not need to be set on the callpath down into drivers.Theo de Raadt
2007-06-20Better recovery when osiop goes nuts and spitsMiod Vallat
2007-06-20lpt at ssioMark Kettenis
2007-06-20In vunmapbuf(), explicitely remove mappings before invoking uvm_km_free().Miod Vallat
2007-06-20Protect pool operations with splvm.Miod Vallat
2007-06-20Make sure IPL_CLOCK blocks device interrupts.Miod Vallat
2007-06-20remove an XXX comment;Thordur I. Bjornsson
2007-06-20READDIRPLUS is v3 only, bail out if the mount isnt a v3.Thordur I. Bjornsson
2007-06-20Allow "log" for nat rules without "pass".Marco Pfatschbacher
2007-06-20Add support for VIA CX700/VX700 IDE.Jonathan Gray
2007-06-20regenJonathan Gray
2007-06-20Add a few VIA devices found in jcs' model 2 oqo.Jonathan Gray
2007-06-19attach to the novatel ES620 found in the oqo model 2 w/sprint cardjoshua stein
2007-06-19regenjoshua stein
2007-06-19novatel ES620 CDMA modem found in the oqo model 2joshua stein
2007-06-19com at ssioMark Kettenis
2007-06-19Add ssio(4), a driver for the castrated National Semiconductor PC87560Mark Kettenis
2007-06-19Empty another cpu_disklabel. In this case read in the bootKenneth R Westerback
2007-06-19KNF after the recent macro expansion, mostly prototype indendation.Marc Balmer
2007-06-19Mark PDE entries with PG_U and PG_M. We never need that information from theArtur Grabowski
2007-06-19Abort all pending ACL connections when we get an HCI command parameterUwe Stuehler
2007-06-19Pass the correct flag to sbt_start() in sbt_start_cmd()Uwe Stuehler
2007-06-19better debug outputUwe Stuehler
2007-06-19Add a dac group init, mixer table and mixer init for the SigmatelDeanna Phillips
2007-06-19Handle interrupts for the record stream as well. Recording now works.Deanna Phillips
2007-06-18Lookup interrupt routing info based on elroy(4) bus number.Mark Kettenis
2007-06-18Calculate the disklabel checksum *after* filling in all the fields inKenneth R Westerback
2007-06-18Bring back Mickey's UVM anon change. Testing by thib@, beck@ andPedro Martelletto
2007-06-18this is the sgi disklabel, mips64 is not the sameTheo de Raadt
2007-06-18this is the sgi disksubr, not some mythical "all mips64 architectures can use...Theo de Raadt
2007-06-18Don't use cpu_disklabel as local storage. Use local variables and discardKenneth R Westerback
2007-06-18Don't use cpu_disklabel as local storage. Use local variables and discardKenneth R Westerback
2007-06-18fix pasto'sJasper Lievisse Adriaanse
2007-06-18avoid modification race in DIOCRLDINFO; ok krw miodTheo de Raadt
2007-06-18Implement DIOCRLDINFO, DIOCGPDINFO and DIOCGPART. Tweak DIOCGDINFO toKenneth R Westerback
2007-06-18Use a shorter form to load XKPHYS constants in .S code, shaves a few textMiod Vallat