Age | Commit message (Expand) | Author |
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 |
2010-04-09 | replace pool_get(), memset(,0,) with pool_get(,PR_ZERO) as $DEITY | Owain Ainsworth |
2010-04-09 | - add and enable pgs(4), a driver for the Programmers Switch found on | Jasper Lievisse Adriaanse |
2010-04-09 | Prevent an interrupt from causing recursion while holding the pmap hash lock, | Dale Rahn |
2010-04-09 | - don't use memset() where we should use bzero() | Jasper Lievisse Adriaanse |
2010-04-09 | oopsie, misplaced { | Marco Peereboom |
2010-04-09 | - event handling rewrite (while preserving original logic); | Marco Peereboom |
2010-04-09 | fix double free in an error path. the midlayer gets the ccb for scsi io | David Gwynne |