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
/
external
/
cddl
Age
Commit message (
Expand
)
Author
2014-03-04
Add missing END for each function
ozaki-r
2014-03-04
Get rid of unused variable definition za from mount.h
ozaki-r
2014-03-04
Fix wrong conditional statement in dtrace_debug_output
ozaki-r
2014-03-03
Don't core-dump if a type cannot be resolved. Still gives an error.
christos
2014-02-07
Change vnode operation lookup to return the resulting vnode *vpp unlocked.
hannken
2014-01-23
Change vnode operations create, mknod, mkdir and symlink to return
hannken
2014-01-17
Change vnode operations create, mknod, mkdir and symlink to keep the
hannken
2014-01-12
Replace llx with PRIx64 and some llu with PRIu64 in format strings.
riz
2014-01-12
Field width is an int, so cast the result of strlen() appropriately.
riz
2014-01-12
Disable the extra-args warning for printf formats in dtrace.c
riz
2013-12-12
Don't define ptrdiff_t since that's done in the NetBSD <sys/types.h>
matt
2013-11-25
fix one more mountlist instant
christos
2013-10-29
Vnode API cleanup pass 1.
hannken
2013-10-21
NetBSD does not have vn_in_dnlc
christos
2013-10-19
use proper format strings.
christos
2013-09-23
don't use IO_APPEND. In the vdev_file.c we end up appending to our virtual
christos
2013-09-23
not nice to play with resid before checking for error, but this is how they
christos
2013-09-23
Hack: Instead of dying in vrele with a kernel assertion, detect that the
christos
2013-09-23
Don't forget to destroy the mutex we created to the zfsvfs transient object,
christos
2013-09-11
If a library needs a symbol from another library, pull that library in
joerg
2013-09-10
-D and -I are CPPFLAGS
christos
2013-06-21
Make dtrace/zfs compile on arm based on the diff from:
christos
2013-06-21
rename delay to xdelay to avoid conflicts.
christos
2013-04-14
stub out for now
christos
2013-04-14
add a stub for arm
christos
2013-03-04
let zfs autoload too.
christos
2013-03-03
print the function name that was not found.
christos
2013-03-03
autoload tracing modules.
christos
2013-03-03
need to be a DRIVER class module to be able to autoload when /dev/dtrace/dtrace
christos
2013-02-20
Fix dodgy arguments to snprintf(3) which cause a warning that breaks
tron
2013-01-26
Avoid comparison between pointer and integer.
christos
2013-01-20
Put optional args before non-optional ones.
wiz
2013-01-19
Sort options in SYNOPSIS and text.
wiz
2013-01-18
add man pages
christos
2013-01-18
Handle enum forward declarations.
christos
2013-01-03
Spell cprng_fast() properly
dsl
2013-01-03
Use cprgn_fast() not rnd_extract_data().
dsl
2013-01-03
Compilation fixes:
dsl
2013-01-02
Include "sys/ioctl.h" for the prototype of ioctl(2) which fixes the build.
tron
2013-01-02
I've NFI why this code has userspace stuff playing with 'struct proc *'
dsl
2013-01-02
Explicitly include sys/ioctl.h
dsl
2013-01-02
Replace alloca(256) with an array.
dsl
2013-01-01
Comment out the unused 'struct proc p0;'
dsl
2013-01-01
This needs an explicit include of sys/ioctl.h.
dsl
2012-12-07
adapt the profile dtrace provider to netbsd.
chs
2012-12-02
adapt the cyclic module and profile dtrace provider to netbsd.
chs
2012-12-02
update cyclic module to the freebsd 8-stable version as of svn r219520.
chs
2012-11-04
we have _SC_PHYS_PAGES now
christos
2012-10-20
Use 0 for MS_NOMNTTAB since we have no mnttab anyway.
riastradh
2012-10-20
Hack to avoid missing macro to unbuild the tree.
joerg
[next]