Age | Commit message (Expand) | Author |
2007-06-24 | Save some bytes and make code more readable by removing junk union and | Ryan Thomas McBride |
2007-06-24 | rework sensor tasks to use the kernels generic workq rather than a special | David Gwynne |
2007-06-23 | Implement disk sizes > 2^32-1. Code modelled on NetBSD. | Kenneth R Westerback |
2007-06-23 | Enable workaround for decrementer exception problem. | Dale Rahn |
2007-06-23 | net80211 growth means vr(4) goes away for now | Theo de Raadt |
2007-06-23 | use a masked destination network instead of the interface ip for the | Reyk Floeter |
2007-06-23 | Accept 0x00 as notify type since some notebooks (MSI-S260) | Can Erkin Acar |
2007-06-23 | Remove raidmakedisklabel(). The only invocation was commented out in | Kenneth R Westerback |
2007-06-22 | sync | Todd T. Fries |
2007-06-22 | according to claudio, entries should be ordered by PCI ID, fix two not in order | Todd T. Fries |
2007-06-22 | Update ffs[1/2] time last written for cg's in | Thordur I. Bjornsson |
2007-06-22 | Regen. | Alexander Yurchenko |
2007-06-22 | Add vendor/product HUMAX/PVR-SMART for jmc@. | Alexander Yurchenko |
2007-06-22 | export the flow/filter information attached to the SA, too; ok hshoexer@ | Markus Friedl |
2007-06-22 | PCI malo(4) works | Martin Reindl |
2007-06-22 | ansify/de-register | Jasper Lievisse Adriaanse |
2007-06-22 | declare "uid" as uid_t instead of u_int, and fix format string accordingly | Jasper Lievisse Adriaanse |
2007-06-22 | declare "pid" as pid_t instead of long, and remove unneeded cast to pid_t | Jasper Lievisse Adriaanse |
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 | parse vendor-specific Microsoft WMM OUI. | Damien Bergamini |
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 | 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 | english, okay jmc@ | Pedro Martelletto |
2007-06-21 | reimplement interface bound states in a non-retarded way. | Henning Brauer |
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 | rework how the IFF_PROMISC and IFF_ALLMULTI flags are dealt with, and how | David Gwynne |
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 | 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 | lpt at ssio | Mark Kettenis |
2007-06-20 | In vunmapbuf(), explicitely remove mappings before invoking uvm_km_free(). | Miod Vallat |
2007-06-20 | Protect pool operations with splvm. | Miod Vallat |