summaryrefslogtreecommitdiff
path: root/sys/external
AgeCommit message (Expand)Author
2014-02-27Checking the return value of an allocator works better, when looking atjoerg
2014-02-27abs on unsigned values is a nop.joerg
2014-02-27A member of a non-null struct pointer can't be null.joerg
2014-02-26Retire sources from old build location.joerg
2014-02-26Update compiler-rt glue for the new source layout.joerg
2014-02-26Import compiler-rt r202303. Extend 128bit support to all LP64 platforms.joerg
2014-02-18prefer __func__ instead of __FUNCTION__christos
2014-02-18- include <sys/cdefs.h> for compiler definitionschristos
2014-01-29Fix builtin shadowing in PowerPC specific code. Implement clzdi/clzsijoerg
2014-01-24Import compiler-rt r200007. Use .size on all assembler functions.joerg
2014-01-18Update ACPI_DATE to "18 Dec 2013", because acpica version 20131218apb
2014-01-18Use ACPI_DATE instead of __DATE__ in a version string thatapb
2014-01-15More sanitizers we are still not interested in.joerg
2014-01-15Import compiler-rt r199273. Support libkern/libsa alternative headers.joerg
2014-01-05PR/48494: Ryo Onodera: After ACPICA 20131218 update, uhub topology ischristos
2014-01-03Small bit of tidyup and remove a XXX now that it's possible.skrll
2014-01-03Call callout_reset on the xfer timeoute_handle before callingskrll
2014-01-03Change a KASSERT to a KASSERTMSG and add a DPRINTFN.skrll
2014-01-02Protect access of urb->hcpriv by adapting the following change from theskrll
2013-12-31KASSERT that the transfer callout is not pending.skrll
2013-12-30Now that our yacc supports providing yytname[] and does the name protectionchristos
2013-12-29Simplify previous, don't even set the variables if they are not going tochristos
2013-12-29ifdef unused variableschristos
2013-12-27fix debugging build.christos
2013-12-27add missing debugger files.christos
2013-12-27amend for new fileschristos
2013-12-27resolve conflictschristos
2013-12-27import new acpicachristos
2013-12-17Turn on executable allocator an use module_map with UVM_KMF_EXEC flag.alnsn
2013-12-14Comment out unsed variable. Left for reference.skrll
2013-12-14Remove unused variables.skrll
2013-12-09Fix typo ("then" instead of "than")wiz
2013-12-01remote_event_destroy is unused, mark it so.joerg
2013-11-28Drop the intr_lock when calling usb_schedsoftintr so that we don't lockskrll
2013-11-27CID 976267: NULL deref checkchristos
2013-11-25Use __syncicache() in sljit on powerpc.alnsn
2013-11-24Resolve conflicts.skrll
2013-11-19Zeroise the whole urb including the iso_descs arrayskrll
2013-11-19Correct the interval assignment for isoc and intr transfers.skrll
2013-11-19Use PRIxBUSADDR in DPRINTF. Problem pointed out by kiyohara.skrll
2013-11-18Report an error if SLJIT_CACHE_FLUSH isn't defined by machine/sljitarch.h.alnsn
2013-11-14Simplify variable assignment and avoid gcc warnings.skrll
2013-11-14Remove unused variable.skrll
2013-11-12Make CONFIG_USB_DWC2_DEBUG_PERIODIC compile.skrll
2013-11-01Don't always define DWC2_DEBUGskrll
2013-11-01move variable definition/set inside the same #ifdef of the usage.mrg
2013-10-22Be strictly correct about chan->xfer_dma assignment and avoid callingskrll
2013-10-22Remove unused usbd_xfer_handle from dwc2_pipe. (missed commit)skrll
2013-10-22Remove unused usbd_xfer_handle from dwc2_pipe.skrll
2013-10-22Minor cleanup.skrll