summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2007-06-24Save some bytes and make code more readable by removing junk union andRyan Thomas McBride
2007-06-24rework sensor tasks to use the kernels generic workq rather than a specialDavid Gwynne
2007-06-23Implement disk sizes > 2^32-1. Code modelled on NetBSD.Kenneth R Westerback
2007-06-23Enable workaround for decrementer exception problem.Dale Rahn
2007-06-23net80211 growth means vr(4) goes away for nowTheo de Raadt
2007-06-23use a masked destination network instead of the interface ip for theReyk Floeter
2007-06-23Accept 0x00 as notify type since some notebooks (MSI-S260)Can Erkin Acar
2007-06-23Remove raidmakedisklabel(). The only invocation was commented out inKenneth R Westerback
2007-06-22syncTodd T. Fries
2007-06-22according to claudio, entries should be ordered by PCI ID, fix two not in orderTodd T. Fries
2007-06-22Update ffs[1/2] time last written for cg's inThordur I. Bjornsson
2007-06-22Regen.Alexander Yurchenko
2007-06-22Add vendor/product HUMAX/PVR-SMART for jmc@.Alexander Yurchenko
2007-06-22export the flow/filter information attached to the SA, too; ok hshoexer@Markus Friedl
2007-06-22PCI malo(4) worksMartin Reindl
2007-06-22ansify/de-registerJasper Lievisse Adriaanse
2007-06-22declare "uid" as uid_t instead of u_int, and fix format string accordinglyJasper Lievisse Adriaanse
2007-06-22declare "pid" as pid_t instead of long, and remove unneeded cast to pid_tJasper Lievisse Adriaanse
2007-06-21remove a whole bunch of duplicate functionThordur I. Bjornsson
2007-06-21cleanup CAPINFO values.Damien Bergamini
2007-06-21add EDCA Parameter Set and QoS capability IEs to appropriate framesDamien Bergamini
2007-06-21add two new functions:Damien Bergamini
2007-06-21Brace got lost in rev 1.51.Miod Vallat
2007-06-21Enable memory above 256MB again now that bus_dma has been fixed.Miod Vallat
2007-06-21Extent sgi bus_dma to cope with different views of memory: non-contiguousMiod Vallat
2007-06-21add (currently unused) code to parse RSN IEs.Damien Bergamini
2007-06-21parse vendor-specific Microsoft WMM OUI.Damien Bergamini
2007-06-21cleanup the list of Organizationally Unique Identifiers (OUI).Damien Bergamini
2007-06-21force logif to zero if no logging is asked forHenning Brauer
2007-06-21add fields for EDCA.Damien Bergamini
2007-06-21add code to parse EDCA parameter set information elements.Damien Bergamini
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