Age | Commit message (Expand) | Author |
2013-04-19 | Remove allocm() and freem() from the USB bus interface now that they | Martin Pieuchot |
2013-04-19 | Remove unused usbd_get_buffer() function. | Martin Pieuchot |
2013-04-18 | Lower boot blocks load address, so that they fit within 8MB. Step 1 of many | Miod Vallat |
2013-04-18 | "160 chars ought to be enough for everybody" | Mark Kettenis |
2013-04-18 | pin the acpi thread to the BSP, because AML and SMI cannot be trusted. I | Theo de Raadt |
2013-04-18 | Move over function prototypes from ubsdi.h to usb.c which just get used | Marcus Glocker |
2013-04-17 | it is better if we always start addr at something reasonable, and | Ted Unangst |
2013-04-17 | Also accelerate scrolling backwards. | Mark Kettenis |
2013-04-17 | Add support for 16bpp mode to code that interfaces with the rasops(9) code. | Mark Kettenis |
2013-04-17 | Another round of reducing diffs with Linux code. | Mark Kettenis |
2013-04-17 | Don't set the frequency of the statclock if we don't have one. | Gerhard Roth |
2013-04-17 | uvm_extern.h not uvm.h | Ted Unangst |
2013-04-17 | do not permanently avoid the BRKSIZ gap in the heap for mmap. after some | Ted Unangst |
2013-04-17 | check that the pool we are about to init isn't already on the list in | Ted Unangst |
2013-04-17 | pretty | Theo de Raadt |
2013-04-17 | Unbreak and cleanup diskless swap automount. | Florian Obser |
2013-04-17 | Replace some casts by ifatoia() and sintosa(). | Martin Pieuchot |
2013-04-17 | Add new ioctl command USB_DEVICE_GET_DDESC to usb(4) to retrieve the | Marcus Glocker |
2013-04-17 | Simplify the check to call in_ifinit() by merging two conditional | Martin Pieuchot |
2013-04-16 | spelling errors; Diego Casati | Theo de Raadt |
2013-04-16 | Get rid of various 'typedef struct' definitions and use plain structure | Theo de Raadt |
2013-04-16 | Add secondary cache flushes to armv7's pmap. | Patrick Wildt |
2013-04-16 | Don't be too clever when allocating a buffer for a transfer and do not | Martin Pieuchot |
2013-04-16 | Merge ohci_hash_rem_td() into ohci_free_std() to reduce differences with | Martin Pieuchot |
2013-04-16 | Remove code under ifndef OpenBSD. No object change. | Martin Pieuchot |
2013-04-16 | When pipex session is terminated by idle timer, there was a problem that | YASUOKA Masahiko |
2013-04-16 | Some compat options require snapshot coordination | Philip Guenther |
2013-04-15 | Remove CTL_USER hierarchy from sysctl() | Philip Guenther |
2013-04-15 | regen | Joel Sing |
2013-04-15 | regen | Joel Sing |
2013-04-15 | Add an f_mntfromspec member to struct statfs, which specifies the name of | Joel Sing |
2013-04-15 | Get rid of various 'typedef struct' definitions and use plain structure | Marcus Glocker |
2013-04-15 | Revert r1.37 now that we stop after the first matching protocol, tested | Martin Pieuchot |
2013-04-15 | Move the IntelliMouse protocol definition after Elantech ones, because some | Martin Pieuchot |
2013-04-15 | Don't probe for all supported protocols this can confuse some touchpads and | Martin Pieuchot |
2013-04-14 | Add escape codes for F21 to F24, continuing the existing sequence. Note that | Miod Vallat |
2013-04-14 | regen | Miod Vallat |
2013-04-14 | Get USB F13 to F24 keys from the PS/2 layout, rather than as extra entries, now. | Miod Vallat |
2013-04-14 | Support for F13-F24 keys found on IBM 122-key keyboards. | Miod Vallat |
2013-04-14 | Unbreak tape boot blocks by not attempting to load kernel symbols, and providing | Miod Vallat |
2013-04-14 | Take a different approach towards framebuffer accelartion. Instead of using | Mark Kettenis |
2013-04-14 | Be sure to turn hsync/vsync back on at crt enable (v2) | Jonathan Gray |
2013-04-14 | add some acer quirks from linux 3.8.7 | Jonathan Gray |
2013-04-13 | Perform a warm reset instead of putting the hardware into full sleep mode | Stefan Sperling |
2013-04-12 | Fix the log messages displayed to the user. | Brian Callahan |
2013-04-12 | usbd_setup_default_xfer() already use the default device's pipe so there's | Martin Pieuchot |
2013-04-12 | Instead of using a wrapper around usbd_transfer() when submitting a | Martin Pieuchot |
2013-04-12 | Now we can handle bitbanging enable the fallback method of getting | Jonathan Gray |
2013-04-12 | Double-register load and store instructions using an odd-numbered register as | Miod Vallat |
2013-04-11 | Remove the extern keyword from function declarations, document | Martin Pieuchot |