Age | Commit message (Expand) | Author |
2010-04-25 | Don't bother binding the object in the gtt map ioctl. | Owain Ainsworth |
2010-04-25 | Do not allow changing tiling mode on pinned objects. | Owain Ainsworth |
2010-04-25 | Update various comments. | Miod Vallat |
2010-04-25 | Simplify the 6:1 pfsr extraction block: process data CMMU first, and do not | Miod Vallat |
2010-04-25 | Do not include <machine/intr.h> from <sh/psl.h>, and fix <sh/cpu.h> which | Miod Vallat |
2010-04-25 | Properly adjust group demotion counters when groups are added or | Marco Pfatschbacher |
2010-04-25 | Novatel MC760 bits from Ted Roby <ted.roby@gmail.com>. | Jonathan Gray |
2010-04-25 | regen | Jonathan Gray |
2010-04-25 | Novatel MC760 ids from Ted Roby <ted.roby@gmail.com> | Jonathan Gray |
2010-04-25 | dirhash cna cope with real locks (and has before), enable mutexes here. | Ted Unangst |
2010-04-25 | introducing a 64-bit type to the disklabel structure leads some architectures | Theo de Raadt |
2010-04-24 | AViiON VDM and VDIT defines, to be used by disksubr.c very soon. | Miod Vallat |
2010-04-24 | grammar in comments | Miod Vallat |
2010-04-24 | SMP support for models 4600 and 530, adapted from the MVME188 code. Models | Miod Vallat |
2010-04-24 | Replace heuristics used to figure out which model we are running on, and | Miod Vallat |
2010-04-24 | There is no reason to protect the pmap_vp_pool with splvm(). The only pmap | Mark Kettenis |
2010-04-24 | This code is only called during autoconf, and never ever from an | Mark Kettenis |
2010-04-24 | Make if_ppp and if_sl ioctl handlers return ENOTTY for unsupported | Stefan Sperling |
2010-04-23 | Make raidframe compile after recent #include rectification. Noted by | Kenneth R Westerback |
2010-04-23 | Merge the only relevant (for now) parts of simplelock.h into lock.h | Theo de Raadt |
2010-04-23 | Fix null-pointer dereference. | Ariane van der Steldt |
2010-04-23 | simple_lock -> XXXLOCKING for ufh ihash. | Owain Ainsworth |
2010-04-23 | simple_lock -> XXXLOCKING comments. | Owain Ainsworth |
2010-04-23 | It is about time that we stopped pretending simple_locks are locks. | Owain Ainsworth |
2010-04-23 | Add a barrier before we submit the ringbuffer and before we do anything | Owain Ainsworth |
2010-04-23 | Allow for lazy fence disable on tiling change. | Owain Ainsworth |
2010-04-23 | give AR9287 some chance to work. | Damien Bergamini |
2010-04-23 | Recycle unused disklabel fields in order to create a disklabel unique | Joel Sing |
2010-04-23 | Use proper Queen's English in a comment. Drive-by fix, no functional change. | Stefan Sperling |
2010-04-23 | remove unnecessary temp_entry variables and hoist simple check out of a loop. | Ted Unangst |
2010-04-23 | Make sure IPL_SCHED is always defined by MD headers, instead of having a MI | Miod Vallat |
2010-04-23 | Remove unnecessary pointer dereference causing gcc2 to warn. | Miod Vallat |
2010-04-23 | the SAT spec from t10.org defines messages for tunnelling ATA commands over | David Gwynne |
2010-04-22 | Don't include sysctl.h, and remove an unused struct from the softc. | Stuart Henderson |
2010-04-22 | De-inline atomic_setbits_int and atomic_clearbits_int, on arm these functions | Dale Rahn |
2010-04-22 | Whitespace cleanup on generated asm code, so it is readable. | Dale Rahn |
2010-04-22 | Remove unused sysctl.h include. Inspired by claudio's commit the other day. | Michael Knudsen |
2010-04-22 | Committing on behalf or ariane@. | Owain Ainsworth |
2010-04-22 | use BUS_DMA_ZERO on alloc instead of bzeroing after. | Owain Ainsworth |
2010-04-22 | - remove ptei(), which was verified to be unused. | Jasper Lievisse Adriaanse |
2010-04-22 | Unbreak build of MPLS enabled kernel. proc.h is needed. | Michele Marchetto |
2010-04-22 | Fix cut 'n paste typo | Marco Peereboom |
2010-04-22 | cut atascsi over to providing and using iopools. this gets rid of NO_CCB | David Gwynne |
2010-04-21 | Provide nmea(4) position information using the new angle sensor type. | Stuart Henderson |
2010-04-21 | let this compile on RAMDISKS, which have no ioctl | Theo de Raadt |
2010-04-21 | Directly comparing pcitag_t's doesn't work on all platforms so decompose the | Mark Kettenis |
2010-04-21 | sys/sysctl.h is not needed here. OK deraadt@ | Claudio Jeker |
2010-04-21 | scale angle by 1000000 to permit min.sec accuracy | Theo de Raadt |
2010-04-21 | More reworking of interrupt handling and VME support, and rename various | Miod Vallat |
2010-04-21 | First stab at a VGA arbiter. The VGA arbiter makes sure that only a single | Mark Kettenis |