Age | Commit message (Expand) | Author |
2007-03-13 | Reset psl to spl0 in cpu_fork(), so that kthreads start at spl0 and not | Miod Vallat |
2007-03-13 | Don't bother checking for OLF binaries if option SMALL_KERNEL. | Miod Vallat |
2007-03-13 | Move UKC later in the boot process, so that it can use malloc(). | Miod Vallat |
2007-03-13 | It is safe to run tlb_exception() at the pre-fault ipl. | Miod Vallat |
2007-03-13 | Add two more SFSR bits found on UltraSPARC-III cpus. | Mark Kettenis |
2007-03-13 | Dangling include | Miod Vallat |
2007-03-13 | regen | Robert Nagy |
2007-03-13 | Add ITM Touchscreen from Future Technology Devices | Robert Nagy |
2007-03-13 | tlb shootdown in pmap_change_attrs was shooting the wrong va. | Artur Grabowski |
2007-03-13 | we need a resid too | David Gwynne |
2007-03-13 | add timeouts on ata_xfers | David Gwynne |
2007-03-13 | Implement proper atomic.h for sparc64. | Artur Grabowski |
2007-03-13 | add quirk for Sony DSC-T10, which is UFI, not SCSI. | Steven Mestdagh |
2007-03-12 | In bcw_init() check for real revision numbers now and fix a wrong | Marcus Glocker |
2007-03-12 | better desiredvnodes not based on maxusers; pedro@ deraadt@ ok | Michael Shalayeff |
2007-03-12 | Finish chip base initialization. | Marcus Glocker |
2007-03-12 | very ugly indent | Theo de Raadt |
2007-03-12 | add some HAL functions (again) inspired by the changes from the | Reyk Floeter |
2007-03-12 | do not use bcopy to set the mac address registers. this diff should | Reyk Floeter |
2007-03-12 | ata counts sectors from 1, scsi counts from 0. adjust the value in the | David Gwynne |
2007-03-12 | parse the ata_identify to get a more correct value for the capacity of the | David Gwynne |
2007-03-12 | finish teh ata_identify struct. | David Gwynne |
2007-03-12 | unlock tree, move on towards 4.1-current | Theo de Raadt |
2007-03-08 | XXX commit a workaround (as found in a few other drivers) for the | Theo de Raadt |
2007-03-08 | XXX commit a workaround (as found in a few other drivers) for the | Theo de Raadt |
2007-03-07 | For unsupported (yet) Expert3D style frame buffers, attach pcons and attach | Miod Vallat |
2007-03-07 | Implement hardware interrupt handler. For now, detect command completion | Christopher Pascoe |
2007-03-07 | Set ITSDONE otherwise the SCSI layer will sleep forever waiting for our | Christopher Pascoe |
2007-03-06 | Implement WSDISPLAYIO_GETSUPPORTEDDEPTH; makes X actually work if you follow | Mark Kettenis |
2007-03-06 | Three more Expert3D-like frame buffers we shouldn't attach to yet. | Miod Vallat |
2007-03-06 | Add missing splx in poll path. | Christopher Pascoe |
2007-03-06 | Update CCS macro to return the current command slot rather than just being | Christopher Pascoe |
2007-03-06 | big changes to the completion path in ahci.c | David Gwynne |
2007-03-06 | since we dont overwrite the dva of the cmd_table in the cmd_hdr now, we | David Gwynne |
2007-03-06 | dont do pointer maths with void * | David Gwynne |
2007-03-06 | Apply a SG segment size limit and remove the length check. | Christopher Pascoe |
2007-03-06 | No need to continually assign the control table addresses, provided we don't | Christopher Pascoe |
2007-03-06 | dlg@ advises that the bus_space operations will endian convert the DMA base | Christopher Pascoe |
2007-03-06 | Make the 1:1 mapping of command slot to command header/table entries | Christopher Pascoe |
2007-03-05 | Add pmap_prefer() for SH4, from NetBSD; ok drahn@ | Miod Vallat |
2007-03-05 | Prevent a NULL pointer dereference in __pmap_kptp_lookup(); from NetBSD | Miod Vallat |
2007-03-05 | Lower the ipl to what it was at the time of the trap in general_exception, | Miod Vallat |
2007-03-05 | Work around a virtual aliasing conflict issue. Basically allow multiple | Dale Rahn |
2007-03-05 | Add mmap for upa(4). Makes the X wsfb(4) driver actually work instead of | Mark Kettenis |
2007-03-05 | proper check for [non]user returns to syscall gate page; found by miod@ | Michael Shalayeff |
2007-03-05 | back out, reyk is not paying attention | Theo de Raadt |
2007-03-05 | Add some HAL functions. | Reyk Floeter |
2007-03-05 | remove jumbo frame support by replacing MEXTALLOC with MCLGET, and | Reyk Floeter |
2007-03-05 | If tty-timestamping is requested, but no PPS signal is present, output a | Marc Balmer |
2007-03-05 | add a reminder about the extra attach function | David Gwynne |