CVS commit: src/external/cddl/osnet/lib/libzpool

2015-04-10 Thread Taylor R Campbell
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

CVS commit: src/external/cddl/osnet/lib/libzpool

2014-04-22 Thread Christos Zoulas
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

CVS commit: src/external/cddl/osnet/lib/libzpool

2014-04-22 Thread Christos Zoulas
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

CVS commit: src/external/cddl/osnet/lib/libzpool

2013-01-01 Thread David Laight
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

CVS commit: src/external/cddl/osnet/lib/libzpool

2010-12-14 Thread Adam Hamsik
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

CVS commit: src/external/cddl/osnet/lib/libzpool

2010-12-14 Thread Adam Hamsik
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

CVS commit: src/external/cddl/osnet/lib/libzpool

2010-05-11 Thread Adam Hamsik
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

CVS commit: src/external/cddl/osnet/lib/libzpool

2010-05-02 Thread Adam Hamsik
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