Module Name:src
Committed By: riastradh
Date: Fri Apr 10 22:36:50 UTC 2015
Modified Files:
src/external/cddl/osnet/lib/libzpool: Makefile
Log Message:
One usually puts .c, not .o, files in SRCS.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/external/cd
Module Name:src
Committed By: christos
Date: Tue Apr 22 15:12:35 UTC 2014
Modified Files:
src/external/cddl/osnet/lib/libzpool: atomic.c
Log Message:
make compilable from the kernel
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/cddl/osnet/lib/l
Module Name:src
Committed By: christos
Date: Tue Apr 22 15:02:38 UTC 2014
Modified Files:
src/external/cddl/osnet/lib/libzpool: Makefile atomic.c
Log Message:
Add fake atomic 64 ops for those who don't have them.
XXX: used to be arm, now it is also i386.
To generate a di
Module Name:src
Committed By: dsl
Date: Tue Jan 1 19:03:26 UTC 2013
Modified Files:
src/external/cddl/osnet/lib/libzpool: kernel.c
Log Message:
Comment out the unused 'struct proc p0;'
This is userspace, it isn't supposed to know what a 'struct proc' is.
To generate a d
Module Name:src
Committed By: haad
Date: Tue Dec 14 23:39:11 UTC 2010
Modified Files:
src/external/cddl/osnet/lib/libzpool: Makefile
Log Message:
Do not built 64b atomic ops to libzpool they are in libc again.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 s
Module Name:src
Committed By: haad
Date: Tue Dec 14 09:19:15 UTC 2010
Modified Files:
src/external/cddl/osnet/lib/libzpool: Makefile
Log Message:
Use only cas versions of 64 bit atomic ops.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/cddl/osn
Module Name:src
Committed By: haad
Date: Tue May 11 22:18:10 UTC 2010
Modified Files:
src/external/cddl/osnet/lib/libzpool: kernel2.c
Log Message:
Fix userspace cv_timedwait implementation to work on NetBSD.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src
Module Name:src
Committed By: haad
Date: Sun May 2 23:50:34 UTC 2010
Modified Files:
src/external/cddl/osnet/lib/libzpool: kernel.c
Log Message:
Initialize system_taskq during taskq init. This fixes ztest crash in
taskq_dispatch.
To generate a diff of this commit:
cvs