Age | Commit message (Expand) | Author |
2007-10-14 | fix newlines | Theo de Raadt |
2007-10-14 | 'expresion' -> 'expression'. Reported by Jung on tech@. | Kenneth R Westerback |
2007-10-14 | wbng(4) driver for Winbond W83793G Hardware Monitor; 'commit it' deraadt | Constantine A. Murenin |
2007-10-14 | print the name of the chip on attach; ok deraadt | Constantine A. Murenin |
2007-10-14 | One more cpu_switchto() leftover. | Miod Vallat |
2007-10-14 | 'syncronize' -> 'synchronize'. From Diego Casati. | Kenneth R Westerback |
2007-10-14 | Fix a panic which happens with ACX100 chipsets in ieee80211_add_xrates() | Marcus Glocker |
2007-10-14 | Disable timer/compare interrupts on the macebus. This prevents interrupt | Joel Sing |
2007-10-14 | attach Planex GWUS54GD, from freebsd | Felix Kronlage |
2007-10-14 | regen | Felix Kronlage |
2007-10-14 | add device id for Planex GWUS54GD, from freebsd | Felix Kronlage |
2007-10-13 | Uncomment rule to build bcopy.S, and use that as our bcopy(9) implementation. | Mark Kettenis |
2007-10-13 | Make this actually work by using the right register numbers. In the conversion | Mark Kettenis |
2007-10-13 | really correct : printing; ok deraadt@ | Constantine A. Murenin |
2007-10-13 | Remove alot of dead kerberos code (add sane comments too). | Thordur I. Bjornsson |
2007-10-13 | Add support for BCM5906. | Mark Kettenis |
2007-10-13 | remove unneeded declarations that shadows existing vars; ok by many. | Federico G. Schwindt |
2007-10-13 | remove unneeded declarations that shadows existing vars; ok by many. | Federico G. Schwindt |
2007-10-13 | Enable interrupts in secondary processors before invoking cpu_switchto(), | Miod Vallat |
2007-10-13 | It is no longer necessary to fiddle with spl in cpu_idle_{enter,leave} now | Miod Vallat |
2007-10-13 | Be sure to spl0() in proc_trampoline, so that kernel threads start at IPL_NONE. | Miod Vallat |
2007-10-13 | There is no need to fiddle with spl in cpu_idle_{enter,leave}, actually. | Miod Vallat |
2007-10-13 | Remove leftovers art forgot to prune... | Miod Vallat |
2007-10-13 | Add Yukon-2 PHY powerdown bits. | Mark Kettenis |
2007-10-13 | sync. | Marc Balmer |
2007-10-13 | Add two Gude time signal station receivers. | Marc Balmer |
2007-10-13 | Fix cpu_exit() comments to be more closer to reality. | Miod Vallat |
2007-10-13 | Do not splhigh() before invoking sched_exit(), sched_exit() will do it better. | Miod Vallat |
2007-10-13 | Various typos in comments; Joel Sing | Miod Vallat |
2007-10-13 | add the AR5416 and AR5418 device IDs (needs some more testing) | Reyk Floeter |
2007-10-12 | The newer single chip Atheros wireless chipsets like the AR5424, | Reyk Floeter |
2007-10-12 | regen | Brad Smith |
2007-10-12 | Add some more Intel em(4) PCI ids. | Brad Smith |
2007-10-11 | probe for Winbond W83793G; tested by jon.steel@esentire.com; suggestions/ok d... | Constantine A. Murenin |
2007-10-11 | Make BGE_JUMBO_FRAMELEN big enough to include vlan tag. Fixes problems with | Mark Kettenis |
2007-10-11 | treat usb vendor/product names as a locator, and have usbd_print handle it, | Theo de Raadt |
2007-10-11 | serialize usbd_probe_and_attach(); only let one usb device be match'd and | Theo de Raadt |
2007-10-11 | sync | Theo de Raadt |
2007-10-11 | Add device ID used by Commell MP-954GPS | Stuart Henderson |
2007-10-11 | enable puc(4) for GENERIC on armish | Stuart Henderson |
2007-10-11 | When walking the tree yo find _PRT methods, check whether the device is | Mark Kettenis |
2007-10-11 | sched_lock_idle and sched_unlock_idle are obsolete now. | Artur Grabowski |
2007-10-11 | hypenate memory type for readability. | Jonathan Gray |
2007-10-10 | prepare for the future | Theo de Raadt |
2007-10-10 | correct : printing; ok jsg | Theo de Raadt |
2007-10-10 | GENERIC.MP dirs will show up here some time | Theo de Raadt |
2007-10-10 | Disable PSL_POW code for now in cpu_idle_cycle, because it does not yet | Theo de Raadt |
2007-10-10 | Make context switching much more MI: | Artur Grabowski |
2007-10-10 | Fix some obviously bogus code in vge_newbuf(). Should fix PR 5582. | Mark Kettenis |
2007-10-10 | Add support for the RTL8211B PHY based on a patch by | Jonathan Gray |