summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2013-04-11Merge usbd_ar_pipe in usbd_abort_pipe, no functional change.Martin Pieuchot
2013-04-11copy out a blank string if no wmesg, so userland can rely on readingTed Unangst
2013-04-10Correctly handle data memory protection ID traps: if occuring in user mode,Miod Vallat
2013-04-10futex: Prevent multiple futex pool initializations.Paul Irofti
2013-04-10futex: Sprinkle a few debug printfs that helped me in the past.Paul Irofti
2013-04-10futex: Assert that the refcount is larger than 0 when doing futex_put.Paul Irofti
2013-04-10Remove various external variable declaration from sources files andMartin Pieuchot
2013-04-10Merge usbd_get_device_desc() into the only function using them.Martin Pieuchot
2013-04-10Instead of refetching the descriptor from the device, just use the copyMartin Pieuchot
2013-04-10Merge usb_devinfo* helper functions into usbd_print(), nothing else useMartin Pieuchot
2013-04-10Remove unused function usb_find_desc().Martin Pieuchot
2013-04-10Fix various glitches in queue macro usage.Philip Guenther
2013-04-09Add a magic number to the head of the signature block. Check for magicMike Larkin
2013-04-09newvers.sh uses 'basename' to determine the directory name to stamp theMike Larkin
2013-04-09When submitting a request the device's default pipe is alwaysMartin Pieuchot
2013-04-09There's no need for usbd_get_config_desc_full() so just call usbd_get_desc()Martin Pieuchot
2013-04-09Remove read-only ipsec variables and directly use defines instead.Martin Pieuchot
2013-04-09knf. even old ttys need love.Ted Unangst
2013-04-09Need #include "isa.h" for NISAPhilip Guenther
2013-04-09Add missing #ifdef CRYPTO around amd64_has_aesniPhilip Guenther
2013-04-08A few changes that reduce the diffs to the Linux code. Mostly style issues,Mark Kettenis
2013-04-08Recalculate the IP and protocol checksums of packets (re)injected viaLawrence Teo
2013-04-08Add new ioctl's USB_DEVICE_GET_CDESC and USB_DEVICE_GET_FDESC to usb(4).Marcus Glocker
2013-04-08allow octeon to find it's root device, based on the flags passed by U-Boot. T...Jasper Lievisse Adriaanse
2013-04-08Fix typo in ale_stop_mac().Brad Smith
2013-04-08Use the fixed pixel clock for eDP in intel_dp_set_m_n()Jonathan Gray
2013-04-08Don't clobber crtc->fb when queue_flip failsJonathan Gray
2013-04-07Make the SO_BINDANY socket option also work for raw IPv6 sockets.Alexander Bluhm
2013-04-07check BGE_SGDIG_STS when the chip is NOT a 5717 A0, like freebsd.David Gwynne
2013-04-07david imhoff points out that the error handling in mfi_init_ccb gets theDavid Gwynne
2013-04-06make kernel compileTheo de Raadt
2013-04-06fix format string % escapeStefan Fritsch
2013-04-06allow GENERIC.MP to compile again...just for shits and giggles.Jasper Lievisse Adriaanse
2013-04-06i missed this file too.Ted Unangst
2013-04-06i missed a file, crap. found by deraadtTed Unangst
2013-04-06there aren't any locks in here anymore, so we don't need lock.hTed Unangst
2013-04-06shuffle around some poison code, prototypes, values...Ted Unangst
2013-04-06rthreads are always enabled. remove the sysctl.Ted Unangst
2013-04-05Even though Sandy Bridge and Ivy Bridge have stolen memory, substracting itMark Kettenis
2013-04-05don't hardcode the size of u-boot's argv, but use a define instead.Jasper Lievisse Adriaanse
2013-04-05Brad didn't even try building the ramdisk, because it is 7.5K oversize.Theo de Raadt
2013-04-05remove some obsolete castsTed Unangst
2013-04-05unfinished opti device code is never called or usedTed Unangst
2013-04-05Add the remaining USB Wifi adapters to the CD RAMDISK media for usersBrad Smith
2013-04-05Fix USB athn(4) to be able to build on the RAMDISK. RAMDISK has SMALL_KERNELBrad Smith
2013-04-05enable com3 on both i386 and amd64 (com4 config is added, but disabled)Theo de Raadt