Age | Commit message (Expand) | Author |
2009-12-18 | Add lofn(4) and ubsec(4) crypto devices. From Brad. | Joel Sing |
2009-12-18 | More Ethernet drivers - sf(4), cas(4), vge(4) and ciphy(4) for use by | Joel Sing |
2009-12-16 | zap two more handrolled equivalents of nitems(). | Jasper Lievisse Adriaanse |
2009-12-16 | - use nitems() inside a descriptive macro name | Jasper Lievisse Adriaanse |
2009-12-16 | spelling; from Jacob Meuser | Theo de Raadt |
2009-12-15 | Add vsw(4). | Mark Kettenis |
2009-12-15 | fix some buffer sizes. | Edd Barrett |
2009-12-14 | Sanitize the code that resets the state when the LDC channel link state | Mark Kettenis |
2009-12-14 | Fix previous commit. I left out a small fragment and accidentally committed | Mark Kettenis |
2009-12-14 | Support for in-band descriptor mode (VIO_DESC_MODE) used by OBP. | Mark Kettenis |
2009-12-14 | Make sure interrupts are disabled when we don't have queues configured. This | Mark Kettenis |
2009-12-14 | Add wrapper functions to enable/disable interrupts and manipulate their state. | Mark Kettenis |
2009-12-13 | bit less aggressive about hiding; ok miod | Theo de Raadt |
2009-12-12 | Protect more definitions userland doesn't need to care about with _KERNEL | Miod Vallat |
2009-12-12 | Switch page size from 4KB to 16KB on R10k kernels without R5k support | Miod Vallat |
2009-12-12 | Introduce various CPU_### options to enable cpu-specific code or workarounds; | Miod Vallat |
2009-12-12 | unifdef -D__LP64__ | Miod Vallat |
2009-12-12 | Add missing splbio() protection when sending commands to the vDisk server. | Mark Kettenis |
2009-12-12 | Remove debug printf and properly dequeue command instead when a read times out | Mark Kettenis |
2009-12-11 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat |
2009-12-11 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat |
2009-12-11 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat |
2009-12-11 | More changes to avoid truncating 64 bit pointers to 32 bits and sign-extending | Miod Vallat |
2009-12-10 | ansi | Theo de Raadt |
2009-12-10 | spacing | Theo de Raadt |
2009-12-09 | Resubmit any pending SCSI commands when we sucessfully (re)connect to | Mark Kettenis |
2009-12-09 | this does not even compile | Theo de Raadt |
2009-12-09 | add uhts(4). | Matthieu Herrb |
2009-12-09 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat |
2009-12-09 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat |
2009-12-09 | sloppy oga, tsk tsk, you are scaring us | Theo de Raadt |
2009-12-09 | Don't try to shove I/O down the LDC if we're disconnected from the virtual | Mark Kettenis |
2009-12-09 | Remove the clean gdt bit and leave the idt part in. | Paul Irofti |
2009-12-09 | add two new MD only pmap apis to amd64 and i386 (not to be used in MI | Owain Ainsworth |
2009-12-09 | add cpufunc functions for the clflush instruction and the mfence | Owain Ainsworth |
2009-12-09 | Detect the cache line size for the clflush instruction when we identify | Owain Ainsworth |
2009-12-08 | Unconditionnaly move kernel virtual memory space to XKSEG, now that previous | Miod Vallat |
2009-12-08 | In cpu_switchto(), correctly ignore CKSEG0 curprocpaddr (and do not update the | Miod Vallat |
2009-12-08 | Use a whole page for msgbuf if page size is larger than 4KB, instead of | Miod Vallat |
2009-12-08 | Passing kva + size as the third argument to uvm_km_free() is a bad idea. It | Mark Kettenis |
2009-12-08 | Base the revision string in the INQUIRY info on the version of the VIO protocol | Mark Kettenis |
2009-12-07 | Correctly skip available memory regions without (kernel) page aligned | Miod Vallat |
2009-12-07 | Sync VM_MIN_ADDRESS with __LDPGSZ again. | Miod Vallat |
2009-12-07 | Support for 16KB page size kernels; page size is now set in <machine/param.h> | Miod Vallat |
2009-12-07 | If UPAGES would turn out to be 1, instead of using wired TLB entries to map | Miod Vallat |
2009-12-07 | Use a pool to manage pmap pte pages and top level segment table, instead of | Miod Vallat |
2009-12-07 | When converting ARCBios memory spaces from ARCBios page size to the kernel | Miod Vallat |
2009-12-07 | Be sure to always check tlbp return values for strictly negative values | Miod Vallat |
2009-12-07 | When netbooting the kernel image from ARCBios, our load address may not be | Miod Vallat |
2009-12-07 | When trying to return to ARCBios on a 32 bit ARCBios machine (such as the O2), | Miod Vallat |