Age | Commit message (Expand) | Author |
2011-06-26 | Implement pci_intr_map_msi(). | Mark Kettenis |
2011-06-24 | machdep.kbdreset enables a shutdown by Ctrl-Alt-Del on amd64 and | Christian Weisgerber |
2011-06-05 | Drop kernel support for the useless DIOCWLABEL ioctl and prune a lot | Matthew Dempsky |
2011-05-18 | When the sparc64 iommu fails to lookup a vaddr, it prints a message and | Ariane van der Steldt |
2011-04-13 | do not use NULL in an integer context | Theo de Raadt |
2011-04-07 | Do not use NULL in integer comparisons. No functional change. | Miod Vallat |
2011-03-18 | Add some delay between a successful keyboard reset sequence and a keyboard | Miod Vallat |
2011-02-21 | Remove redundant statement to keep this in line with radeonfb(4). | Mark Kettenis |
2011-02-21 | Re-initialize acceleration engine after leaving X. | Mark Kettenis |
2011-01-07 | Detect wether a disk image is an ISO image and set the media type to | Mark Kettenis |
2011-01-07 | Fix malloc(9) call with swapped type and flags arguments. | Mark Kettenis |
2011-01-06 | Add support for the vDisk 1.1 protocol. Improve Solaris vtoc/disklabel | Mark Kettenis |
2011-01-06 | Solaris insists on getting the right sequence numbers in DRING_DATA messages | Mark Kettenis |
2011-01-04 | It is actually possible to run CoolThreads servers with a graphics console, | Mark Kettenis |
2011-01-04 | XVR-300 is boring. For starters it has a very dull looking OpenPROM logo. | Mark Kettenis |
2011-01-02 | More changes to pacify the Solaris virtual disk client. Implement | Mark Kettenis |
2011-01-02 | Move away from using fixed-sized descriptors and fill in some missing bits | Mark Kettenis |
2011-01-02 | Use the session ID passed to use by the virtual disk client, and pass back | Mark Kettenis |
2011-01-02 | Declare ourselves to be a virtual disk server during the version negotiation | Mark Kettenis |
2011-01-01 | Corretctly return 0xffffffff for the returned LBA if the disk is too large | Mark Kettenis |
2011-01-01 | Implement READ CAPACITY (16). | Mark Kettenis |
2010-12-26 | Clean up how we print the sbus(4) clock speed. Purely cosmetic. | Mark Kettenis |
2010-12-05 | PCIe based sparc64 machines have always supported access to the extended PCIe | Mark Kettenis |
2010-12-04 | Introduce a new pci routine, pci_conf_size(), which returns the size of a | Miod Vallat |
2010-11-26 | In gfxp_copyrect(), make sure that the - possibly negative - coordinate field... | Miod Vallat |
2010-11-23 | removed slot argument of function pckbc_cnattach | Alexandr Shadchin |
2010-11-11 | Replace snprintf(foo, sizeof foo, "%s", ...) with strlcpy. ok deraadt@ krw@ | Miod Vallat |
2010-10-12 | Force openings to 1 for devices that can't do tagged i/o, i.e. more | Kenneth R Westerback |
2010-09-23 | Introduce a DKF_NOLABELREAD flag, which is used by a device to prevent | Joel Sing |
2010-09-22 | All users of physio(9) now pass NULL as the buf pointer argument, so | Matthew Dempsky |
2010-09-08 | Store a struct device pointer within struct disk and populate this when | Joel Sing |
2010-08-28 | Garbage collect struct dkdriver. | Matthew Dempsky |
2010-08-27 | caught a small typo while reading the code: senor -> sensor | Robert Nagy |
2010-08-07 | No "\n" needed at the end of panic() strings. | Kenneth R Westerback |
2010-07-31 | Factorization of the bluetooth and usb hid input driver logic, to reduce code | Miod Vallat |
2010-07-26 | recording/full-duplex support | Jacob Meuser |
2010-07-26 | simplify the mixer(4) code and interface. document the interface. | Jacob Meuser |
2010-07-21 | Disable the heuristics for legacy free systems if pckbc flags are set to 1 | Miod Vallat |
2010-07-20 | opration -> operation | Miod Vallat |
2010-07-15 | add two new members to structs audio_encoding and audio_prinfo. | Jacob Meuser |
2010-07-02 | Move common code for waking up writers on a tty into a function. | Nicholas Marriott |
2010-06-28 | Remove all adapter-specific 'struct scsi_device's. They are never used. First | Kenneth R Westerback |
2010-06-28 | Allow tty drivers to request larger buffers at attach time using a | Theo de Raadt |
2010-06-15 | dont pass the dev_t from the scsi device drivers into the midlayer for | David Gwynne |
2010-05-28 | Add missing initialization. | Mark Kettenis |
2010-05-22 | Blank lines at the start of a function are so .Nx. | Mark Kettenis |
2010-05-20 | Make fans run slower in Sun systems with tda controllers by bumping the | Edd Barrett |
2010-05-20 | remove unused variable. fallout from previous. | Thordur I. Bjornsson |
2010-05-20 | New scsi code seems to be stable. Pluck previously identified | Kenneth R Westerback |
2010-05-19 | fix fallout from the removal of dkio.h from ioctl.h | David Gwynne |