Age | Commit message (Expand) | Author |
2007-06-22 | more supported models; from brad and jsg | Jason McIntyre |
2007-06-21 | remove a whole bunch of duplicate function | Thordur I. Bjornsson |
2007-06-21 | cleanup CAPINFO values. | Damien Bergamini |
2007-06-21 | add EDCA Parameter Set and QoS capability IEs to appropriate frames | Damien Bergamini |
2007-06-21 | add two new functions: | Damien Bergamini |
2007-06-21 | Brace got lost in rev 1.51. | Miod Vallat |
2007-06-21 | Enable memory above 256MB again now that bus_dma has been fixed. | Miod Vallat |
2007-06-21 | Extent sgi bus_dma to cope with different views of memory: non-contiguous | Miod Vallat |
2007-06-21 | add (currently unused) code to parse RSN IEs. | Damien Bergamini |
2007-06-21 | relist these commented out entries, but w/o the man section number until | Jason McIntyre |
2007-06-21 | parse vendor-specific Microsoft WMM OUI. | Damien Bergamini |
2007-06-21 | fd -> fdc; from miod | Jason McIntyre |
2007-06-21 | cleanup the list of Organizationally Unique Identifiers (OUI). | Damien Bergamini |
2007-06-21 | force logif to zero if no logging is asked for | Henning Brauer |
2007-06-21 | always initialize logif, from max laier, ok ryan | Henning Brauer |
2007-06-21 | add fields for EDCA. | Damien Bergamini |
2007-06-21 | add code to parse EDCA parameter set information elements. | Damien Bergamini |
2007-06-21 | s/IEEE80211_ELEMID_EDCA_PARAMS/IEEE80211_ELEMID_EDCAPARMS/ for consistency. | Damien Bergamini |
2007-06-21 | split ieee80211_recv_mgmt() into smaller functions: | Damien Bergamini |
2007-06-21 | The `len' argument is guaranteed to be > 0 upon successful completion. | Moritz Jodeit |
2007-06-21 | ...and hpibbus goes back in, as it's shared w/ nhpib; thanks to | Jason McIntyre |
2007-06-21 | english, okay jmc@ | Pedro Martelletto |
2007-06-21 | reimplement interface bound states in a non-retarded way. | Henning Brauer |
2007-06-21 | sbc goes back in, as it's shared w/ ncrscsi(4); | Jason McIntyre |
2007-06-21 | as for the rest of man4, use the .Nd lines to describe devices; | Jason McIntyre |
2007-06-21 | end sentences with full stops, not commas; | Jason McIntyre |
2007-06-21 | list supported devices, similarly to gsc(4); ok kettenis | Jason McIntyre |
2007-06-21 | uppercase "i/o" | Jason McIntyre |
2007-06-21 | !.Tn is spawning behind my back! | Jason McIntyre |
2007-06-21 | .Tn -> .Sx: section headers are not tradenames; | Jason McIntyre |
2007-06-21 | sync the lpt.4 entry; | Jason McIntyre |
2007-06-21 | sync the com(4) entries; | Jason McIntyre |
2007-06-21 | Fix microtime to not lose clocik ticks, gives us among other things, real | Miod Vallat |
2007-06-21 | Simple optimizations: | Miod Vallat |
2007-06-21 | Attach interrupt counters to intc interrupt sources too, so that clock | Miod Vallat |
2007-06-21 | Print leading zeros in MAC addresses. Initial diff from Stanislav | Ray Lai |
2007-06-21 | Adjust spacing, combine malloc + strlcpy + strlcat into a single | Ray Lai |
2007-06-21 | rework how the IFF_PROMISC and IFF_ALLMULTI flags are dealt with, and how | David Gwynne |
2007-06-21 | add novatel es620 here too | joshua stein |
2007-06-20 | Do not hardcode imask[] size when intializing it. | Miod Vallat |
2007-06-20 | These drivers were abusing b_cylinder to store device-specific information | Miod Vallat |
2007-06-20 | if a 4.2BSD partition falls partly within the area defined by the | Otto Moerbeek |
2007-06-20 | Regen | Miod Vallat |
2007-06-20 | alpha kernel have wsmux but not the actual devices; PR #5469 from janjaap | Miod Vallat |
2007-06-20 | Add file such that a kernel with lpt at ssio actually compiles. | Mark Kettenis |
2007-06-20 | b_cylinder does not need to be set on the callpath down into drivers. | Theo de Raadt |
2007-06-20 | b_cylinder does not need to be set on the callpath down into drivers. | Theo de Raadt |
2007-06-20 | b_cylinder does not need to be set on the callpath down into drivers. | Theo de Raadt |
2007-06-20 | Better recovery when osiop goes nuts and spits | Miod Vallat |
2007-06-20 | Add missing return value checks for strdup() andd fgetc(). | Moritz Jodeit |