Age | Commit message (Expand) | Author |
2010-03-30 | Add missing bthub device entries on arches that support bluetooth. | Matthieu Herrb |
2010-03-29 | PMAP_CANFAIL for bus_dmamem_map on all other architectures (and some | Owain Ainsworth |
2010-03-27 | At tl==0 call datafault directly instead of going through winfault. It is | Mark Kettenis |
2010-03-24 | vdsk_scsi_cmd doesnt need to return now, so fix some of its scsi command | David Gwynne |
2010-03-23 | Change the scsi_cmd function member of scsi_adapter from int to | Kenneth R Westerback |
2010-03-22 | Read trap registers after setting up the stack frame in the slowtrap handler. | Mark Kettenis |
2010-03-21 | Remove some left over debugging code, shaving off two instructions from | Mark Kettenis |
2010-03-06 | remove the (now inaccurate) note about not being able to run | Jason McIntyre |
2010-03-03 | Enable urndis(4) everywhere that has USB enabled to get it tested. | Michael Knudsen |
2010-03-03 | Bring back cua code for sparc zs; lost in zs.c 1.36 on sparc and later forgotten | Miod Vallat |
2010-02-28 | Fix off-by-one in LOMlite hostname code. | Mark Kettenis |
2010-02-27 | Remove ELF check. It is broken and since the PROM checks the loaded executable | Mark Kettenis |
2010-02-26 | when we build a vendor label for writing, clear the memory supplied by the | Theo de Raadt |
2010-02-26 | crank version of the ofwboot, so we can tell which is which | Theo de Raadt |
2010-02-26 | Back out the last commit. Bizzarely, that extra l@ makes boong from CD fail! | Theo de Raadt |
2010-02-22 | - fix a few debug messages: disabled vs enabled mixup, missing \n | Jacob Meuser |
2010-02-21 | Make sure we only request our peer to start processing descriptors if it | Mark Kettenis |
2010-02-21 | Start and stop watchdog timer in the appropriate places, and print a message | Mark Kettenis |
2010-02-12 | introduce a uvm_km_valloc_try function that won't get a lower level lock | Ted Unangst |
2010-01-09 | Zap all setting of ITSDONE in drivers that don't look at it. Nobody | Kenneth R Westerback |
2010-01-02 | We need an additional level of indirection through 'struct scsibus_attach_args' | Mark Kettenis |
2010-01-01 | Miod must have gotten his fingers stuck between the keys on his keyboard and | Mark Kettenis |
2010-01-01 | Make sure we grab the kernel lock before invoking trapsignal(). | Miod Vallat |
2009-12-31 | Add vds(4) and vdsp(4), implementing the vDisk server side protocol. This | Mark Kettenis |
2009-12-31 | Add a few more hypervisor calls. | Mark Kettenis |
2009-12-26 | Add support for fragmented messages. | Mark Kettenis |
2009-12-26 | Remove unused variable. | Mark Kettenis |
2009-12-21 | Add uthum(4) to arches I could test it. ok deraadt@. | Matthieu Herrb |
2009-12-16 | - use nitems() inside a descriptive macro name | Jasper Lievisse Adriaanse |
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-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-09 | Resubmit any pending SCSI commands when we sucessfully (re)connect to | Mark Kettenis |
2009-12-09 | Don't try to shove I/O down the LDC if we're disconnected from the virtual | Mark Kettenis |
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-02 | no firmware on ramdisks; ok kettenis | Theo de Raadt |
2009-12-01 | Fix the mixer interface for the CE4231 sound card found in Sun machines. Still a | Edd Barrett |
2009-11-30 | Load firmware that is needed for accelerated X on Elite3D boards. | Mark Kettenis |
2009-11-30 | Add inline function to read %fprs. | Mark Kettenis |
2009-11-27 | Move MB_LEN_MAX into the machine-independent sys/limits.h header, | Philip Guenthe |
2009-11-25 | Clear any pending interrupts. This should not matter, since we're at splhigh(), | Mark Kettenis |
2009-11-23 | Add bnx(4) now that it works. | Claudio Jeker |
2009-11-15 | athn works on sparc64 | Theo de Raadt |