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