Age | Commit message (Expand) | Author |
2010-04-15 | two missing splx in error path; ok drahn | Theo de Raadt |
2010-04-15 | Add some missing splx()'s (and missing simple_unlock() no-ops) in pmap error | Mark Kettenis |
2010-04-15 | Turn DIO_INHOLE() into a function, returning the next select code to probe at; | Miod Vallat |
2010-04-15 | Let sgc(4) attach on models 362 and 382 - recent documents uploaded to | Miod Vallat |
2010-04-15 | Match the interleaving scheme used on dual-PIMM capable IP35 systems (i.e. | Miod Vallat |
2010-04-15 | - fix bunch of use-after-free bugs found by splint; | Marco Peereboom |
2010-04-15 | Print both the tx and the rx interrup vector numbers instead of the tx number | Mark Kettenis |
2010-04-15 | Use IPL_TTY instead of IPB_BIO as suggested by oga. | Marco Peereboom |
2010-04-15 | new Hawking run(4) ids | Damien Bergamini |
2010-04-15 | new Hawking run(4) ids. | Damien Bergamini |
2010-04-15 | Allow multiple xbow to attach, to attach devices on multiple node systems. | Miod Vallat |
2010-04-15 | spacing | Theo de Raadt |
2010-04-15 | add yet another TEMPerHUM device identifier. | Yojiro Uo |
2010-04-15 | use SENSOR_HUMIDITY instead of SENSOR_PERCENT. | Yojiro Uo |
2010-04-15 | use SENSOR_HUMIDITY instead of SENSOR_PERCENT. | Yojiro Uo |
2010-04-15 | add SENSOR_HUMIDITY to sensor framework to handle humidity values | Yojiro Uo |
2010-04-14 | clean Sitecom run(4) ids. | Damien Bergamini |
2010-04-14 | clean Sitecom run(4) ids. | Damien Bergamini |
2010-04-14 | more otus(4) ids | Damien Bergamini |
2010-04-14 | more otus(4) ids | Damien Bergamini |
2010-04-14 | sync | Kevin Lo |
2010-04-14 | add support for Quanta Q101. | Kevin Lo |
2010-04-12 | Enable transparent console cursor by adding a driver internal character | Marcus Glocker |
2010-04-12 | Make hardware generate 802.11 sequence numbers (except for unicast | Damien Bergamini |
2010-04-12 | Don't jump the queue if we have to wait on the client side because | Bob Beck |
2010-04-12 | Radeon HD3200 works; from kili@. | Owain Ainsworth |
2010-04-12 | Some of the line disciplines want to check for suser. Better to pass them | Ted Unangst |
2010-04-12 | dont need to call scsi_done with splbio. the midlayer protects | David Gwynne |
2010-04-12 | i snuck fine grained locking into the midlayer as part of all the | David Gwynne |
2010-04-11 | In sys_ioctl(), change the type of stkbuf to u_long to make sure it is | Mark Kettenis |
2010-04-11 | Send "STANDBY IMMEDIATE" command to ATA disks upon suspend. For this to work, | Mark Kettenis |
2010-04-11 | Make gcc4 happy. From NetBSD. Probably reported to me before by jsg@ or | Mark Kettenis |
2010-04-10 | fix athn_stop_tx_dma | Damien Bergamini |
2010-04-10 | grrr var names in protos | Marco Peereboom |
2010-04-10 | sprinkle some bus_dmamap_sync around frame access. | Marco Peereboom |
2010-04-10 | Remove a bunch of if 0ed out code that used vtophys. it hasn't been used | Owain Ainsworth |
2010-04-10 | Make this compile with gcc4. Cleanup some debug code while I'm there. | Mark Kettenis |
2010-04-10 | Add radeon 4850; from Sviatoslav Chagaev (slava at zb dot lv), ta. | Owain Ainsworth |
2010-04-10 | pmap_extract() does the equivalent of vtophys if pmap_kernel(), so instead of | Owain Ainsworth |
2010-04-10 | The statement c != '\0' != 0 doesn't make an awful lot of sense, so drop the | Mark Kettenis |
2010-04-10 | some frees that were forgotten | Marco Peereboom |
2010-04-10 | always do a full reset when changing the channel on AR5008 devices, | Damien Bergamini |
2010-04-10 | Intel Centrino Advanced-N 6200 G2 adapters have their own hardware | Damien Bergamini |
2010-04-10 | regen | Damien Bergamini |
2010-04-10 | new Intel Centrino Advanced-N 6200 G2 id | Damien Bergamini |
2010-04-10 | enable debug mode for >=RT3090 | Damien Bergamini |
2010-04-09 | make more bettah. instead of doing: | Owain Ainsworth |
2010-04-09 | In the nfs bio functions, instead of looking at an invalid vnode type, | Owain Ainsworth |
2010-04-09 | Attach to BCM5481, BCM5482. From Brad. | Stuart Henderson |
2010-04-09 | encif is a global variable and thus pre-zeroed, don't bother bzero()ing | Owain Ainsworth |