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
/
lib
Age
Commit message (
Expand
)
Author
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-01-02
I've NFI why this code has userspace stuff playing with 'struct proc *'
dsl
2013-01-01
Comment out the unused 'struct proc p0;'
dsl
2012-07-05
PR/46660: Henning Petersen: Fix typo in deviceid.c
christos
2012-02-13
Use the correct MACHINE_ARCH for amd64.
wiz
2011-01-13
Fix zfs Makefiles + debug, don't add -g by default only when MKDEBUG is
haad
2010-12-28
Fix problem where vnode vp_size was not updated when vndoe was already alloca...
haad
2010-12-14
Do not built 64b atomic ops to libzpool they are in libc again.
haad
2010-12-14
Use only cas versions of 64 bit atomic ops.
haad
2010-12-14
Define mutex_owned.
haad
2010-05-11
Fix userspace cv_timedwait implementation to work on NetBSD.
haad
2010-05-10
Disable building of stub_stand.c we build all locking primitives in libzpool.
haad
2010-05-02
In NetBSD pool cache constructor/destructor routines has inverted arguments.
haad
2010-05-02
Initialize system_taskq during taskq init. This fixes ztest crash in taskq_di...
haad
2010-04-03
use relative .PATH, and remove one that is not needed.
christos
2010-04-03
- use CPPFLAGS instead of CFLAGS
christos
2010-03-01
Commit last to fixes which make zfs version 22 compiling again.
haad
2010-02-28
Add forgotten misc.h header file, which I forgot to commit.
haad
2010-02-28
Addmissing symbols to libumem.
haad
2010-02-28
Add missing zfs_fletcher.c to libzfs.
haad
2010-02-28
Add newly added stubs.c file to libzfs build.
haad
2010-02-28
Add fixes for missing symbols from libzfs and libzpool.
haad
2010-02-24
Disable stack protection warnings for more sources which use dynamically
tron
2010-02-24
Disable stack protection warnings for sources which use dynamically
tron
2010-02-24
Include "bsd.own.mk" before checking "MKDTRACE" to allow setting it
tron
2010-02-22
Revert lib_nvpair hack now when it is not needed when njoly@ commited his fix to
haad
2010-02-21
Apply NetBSD changes to DTrace.
darran
2010-02-21
Add the FreeBSD 8-RC1 changes for DTrace.
darran
2010-02-17
Fix build issue with our make system building libnvpair.so from libnvpair.c
christos
2009-10-06
Enable build of 64 bit atomic ops in userspace for i386. This is needed for
haad
2009-08-10
Rename getline to zgetline to avoid clashes with NetBSD getline.
haad
2009-08-07
Add NetBSD Solaris compat code and reachover Makefiles. Most of code written
haad