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
/
osnet
/
sys
Age
Commit message (
Expand
)
Author
2014-03-04
Get rid of unused variable definition za from mount.h
ozaki-r
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-09-23
don't use IO_APPEND. In the vdev_file.c we end up appending to our virtual
christos
2013-09-23
Hack: Instead of dying in vrele with a kernel assertion, detect that the
christos
2013-06-21
rename delay to xdelay to avoid conflicts.
christos
2013-01-03
Spell cprng_fast() properly
dsl
2013-01-03
Use cprgn_fast() not rnd_extract_data().
dsl
2013-01-02
I've NFI why this code has userspace stuff playing with 'struct proc *'
dsl
2013-01-02
Replace alloca(256) with an array.
dsl
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-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
2012-10-19
Let's try that again without the static...
riastradh
2012-10-19
Add omitted secpolicy_vnode_utime_modify, for zfs.
riastradh
2012-10-18
Take a first whack at making zfs permissions work.
riastradh
2012-10-15
secpolicy_vnode_access must be called with the vnode lock held.
riastradh
2012-10-11
No need to include files more than once.
njoly
2012-06-19
Use CTLTYPE_QUAD for uint64_t type in sysctl_createv.
njoly
2012-06-05
Now that pool_cache_invalidate() is synchronous and can handle per-CPU
jym
2012-04-26
Add FREAD for the benefit of kauth!
christos
2011-11-21
make this compile again. VOP_CLOSE is really vn_close() through macros.
christos
2011-11-21
correct declaration of vn_close()
christos
2011-07-17
Retire varargs.h support. Move machine/stdarg.h logic into MI
joerg
2011-06-12
v_interlock is now a pointer to kmutex_t, use it as one.
mrg
2011-04-02
Remove unused M_MOUNT.
rmind
2011-03-10
adjust some pretty likely broken assertion (stksize is hardcoded
pooka
2011-01-21
fix kobj_open_file_vnode()
pooka
2010-12-28
Define vn_getattr in zfs_context.h.
haad
2010-12-28
Fix problem where vnode vp_size was not updated when vndoe was already alloca...
haad
2010-12-14
Remove now unneeded print_timestamp.
haad
2010-12-14
Do not include debug.h
haad
2010-12-14
Add some more solaris vnode defs for zfs_ctldir.
haad
2010-12-14
Include sys/debug.h to get ASSERT defined.
haad
2010-12-14
Simple routine to convert long to string.
haad
2010-12-14
NetBSD doesn't have /etc/mnttab replace it with /dev/null.
haad
2010-11-19
Introduce struct pathbuf. This is an abstraction to hold a pathname
dholland
2010-06-24
Clean up vnode lock operations pass 2:
hannken
2010-05-19
Use ddi_copyin and ddi_copyout as solaris does, change them to
haad
2010-03-26
deal with missing CLOCK_REALTIME
christos
2010-03-13
make dtrace compile on amd64.
christos
2010-03-12
DTrace: Add support for a simulated solaris_cpu[] data structure per
darran
2010-03-11
DTrace: fix a few build issues for tools and the dtrace provider operation
darran
2010-03-10
DTrace: fix a libctf toolchain build problem.
darran
2010-03-02
DTrace: another fix for OS X builds, stdint.h location.
darran
2010-03-02
DTrace: Get DTrace to build on OS X platforms.
darran
2010-03-01
DTrace: fix to only define sdt_provider_t if in the kernel. Not for
darran
2010-03-01
This id compile time generated file add it to sys/sys and do not polute
haad
[next]