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