Age | Commit message (Expand) | Author |
2010-06-28 | Allow tty drivers to request larger buffers at attach time using a | Theo de Raadt |
2010-06-28 | Move uvm_km_pages struct declaration and watermark bounds to uvm_km.h, so | Miod Vallat |
2010-06-27 | More include necessary after <sys/user.h> inclusion removal | Miod Vallat |
2010-06-27 | Disable uguru(4). Its probe touches an address used by something else on the | Mark Kettenis |
2010-06-27 | dont have duplicate xxx @ scsibus lines (even if commented). | Dale Rahn |
2010-06-27 | Mark the PXE boot device as "netboot" even if we do not contain | Theo de Raadt |
2010-06-27 | If you include <uvm/uvm.h>, you do not need to include any other <uvm/uvm_foo.h> | Miod Vallat |
2010-06-27 | one more include shuffle | Miod Vallat |
2010-06-27 | Bunch of include adjustements to restore compilability. | Miod Vallat |
2010-06-27 | back out for duplicate declarations sprinkled by viking raiders | Dale Rahn |
2010-06-27 | make zaurus kernel link again after viking raiders sprinkled duplicate declar... | Bob Beck |
2010-06-27 | make sparc compile again after tag team viking/guenther breakage. | Bob Beck |
2010-06-27 | unbreak alpha kernel build after recent viking pillaging. | Bob Beck |
2010-06-27 | Add the TPOFF* and DTP{MOD,OFF}* definitions that ld.so will need for | Philip Guenthe |
2010-06-27 | uvm constraints. Add two mandatory MD symbols, uvm_md_constraints | Thordur I. Bjornsson |
2010-06-27 | Use a mutex to make atomic operations atomic on multiprocessor kernels. | Joel Sing |
2010-06-26 | Allow processes to be scheduled onto secondary CPUs. | Joel Sing |
2010-06-26 | Don't #include <sys/user.h> into files that don't need the stuff | Philip Guenthe |
2010-06-26 | Add GENERIC.MP. | Joel Sing |
2010-06-26 | Don't try to halt an AP if holding sched_lock since that causes hangs | Mike Larkin |
2010-06-26 | Fix 100% interrupt usage on amd64 MP resume. | Mike Larkin |
2010-06-26 | xs->cmd[n] doesn't mean the n'th byte, because xs->cmd is a struct | Kenneth R Westerback |
2010-06-26 | Do not store curcpu() in syscall and trap handlers since we can go to | Joel Sing |
2010-06-26 | Avoid a potential race when unlocking a mutex. | Joel Sing |
2010-06-24 | The new AMD Opteron CPUs have up to 4 HyperTransport links instead of 3. | Mark Kettenis |
2010-06-22 | When mapping memory into dvma space, use pmap_kenter_pa() instead of | Owain Ainsworth |
2010-06-22 | Don't play with cacheability in vmapbuf() - pmap_enter() knows what it does. | Miod Vallat |
2010-06-22 | Since our caches are snooping, we only need to broadcast cache invalidates | Miod Vallat |
2010-06-22 | Some early 2.x sun4c PROM will default to serial input but glass output if no | Miod Vallat |
2010-06-22 | bump up the dmesg buffer size. new boxes have lots of crap in them, so | David Gwynne |
2010-06-19 | Remove unused md BUS_SPACE_MAP_NOEXTENT flag; ok jsing@ | Miod Vallat |
2010-06-18 | Remove obsolete dvmamap comment. | Miod Vallat |
2010-06-18 | Remove IOMMU pte defines; only those in iommureg.h are used. | Miod Vallat |
2010-06-18 | dvma_free() the exact size passed to dvma_malloc(). | Miod Vallat |
2010-06-17 | aligment -> alignment | Miod Vallat |
2010-06-15 | dont pass the dev_t from the scsi device drivers into the midlayer for | David Gwynne |
2010-06-10 | Declare safepri at the MD level on each platform, so that the kern_synch.c | Theo de Raadt |
2010-06-09 | Move declaration of cn_tab from dev/cons.c to dev/cninit.c, or appropriate | Miod Vallat |
2010-06-09 | Wire up device nodes for disk mapper. | Joel Sing |
2010-06-08 | properly enable vscsi, fix incorrect major | Todd T. Fries |
2010-06-08 | Add missing function prototype. | Joel Sing |
2010-06-08 | in viac3_crypto_setup(), if we fail to get a crypto driverid, | Thordur I. Bjornsson |
2010-06-07 | Sync with GENERIC and SUN4. | Miod Vallat |
2010-06-07 | Rework the way onboard devices attach on Sun 4/110 systems (which only have a | Miod Vallat |
2010-06-07 | Do not invoke cache_enable() if there is no cache; prevents a spurious (and | Miod Vallat |
2010-06-07 | Nuke old eeprom.h compatibility defines; ok todd@ | Miod Vallat |
2010-06-07 | Break pxaudc into xscale and MD pieces so that palm and zaurus can correctly | Dale Rahn |
2010-06-07 | space nit and use nitems(). | Thordur I. Bjornsson |
2010-06-06 | - add more comments to sh3_vector_tlbmiss (no binary change). | Jasper Lievisse Adriaanse |
2010-06-06 | use .L* for local labels and other small cosmetics | Jasper Lievisse Adriaanse |