Age | Commit message (Expand) | Author |
2010-04-11 | In sys_ioctl(), change the type of stkbuf to u_long to make sure it is | Mark Kettenis |
2010-04-11 | reduce redundant text in several sections. ok jmc | Ted Unangst |
2010-04-11 | Send "STANDBY IMMEDIATE" command to ATA disks upon suspend. For this to work, | Mark Kettenis |
2010-04-11 | audio(4) doesn't require to be started explicitely, so the device is | Alexandre Ratchov |
2010-04-11 | there is no mpls(4) man page; | Jason McIntyre |
2010-04-11 | an mpe interface, not "a"; | Jason McIntyre |
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 | Fix bug in GMT calculation for systems without tm_gmtoff. | Todd C. Miller |
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 | finding dep in old names like this actually means we are replacing with | Marc Espie |
2010-04-10 | always do a full reset when changing the channel on AR5008 devices, | Damien Bergamini |
2010-04-10 | avoid some loops. | Marc Espie |
2010-04-10 | work around a limitation of tracker/updateset: hints are tagged as to_update. | Marc Espie |
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 | - tweak | Jasper Lievisse Adriaanse |
2010-04-10 | enable debug mode for >=RT3090 | Damien Bergamini |
2010-04-10 | fix NULL dereference; from matthew.haub AT alumni.adelaide.edu.au | Damien Miller |
2010-04-10 | show the key type that we are offering in debug(), helps distinguish | Damien Miller |
2010-04-10 | bz#1698: kill channel when pty allocation requests fail. Fixed | Damien Miller |
2010-04-10 | fix terminology: we didn't find a certificate in known_hosts, we found | Damien Miller |
2010-04-10 | bz#1746 - suppress spurious tty warning when using -O and stdin | Damien Miller |
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 | - fix up SYNOPSIS; it's not perfect yet though... | Jason McIntyre |
2010-04-09 | - bump release in HISTORY | Jasper Lievisse Adriaanse |
2010-04-09 | - add pgs.4 | Jasper Lievisse Adriaanse |
2010-04-09 | - add and enable pgs(4), a driver for the Programmers Switch found on | Jasper Lievisse Adriaanse |
2010-04-09 | format all man pages with -Tascii, like the pre-formatted pages in base | Christian Weisgerber |
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 | remove SIOCGIFADDR; from natex, documentation/6352; | Jason McIntyre |
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 |
2010-04-08 | Since we only start doing tlb shootdowns after setting the CPUF_RUNNING flag, | Mark Kettenis |
2010-04-08 | "document the no-autoheader flag in CONFIGURE_STYLE"; | Jason McIntyre |
2010-04-08 | some minor repair, from kristaps; | Jason McIntyre |