Module Name:src
Committed By: simonb
Date: Mon Mar 29 03:27:38 UTC 2021
Added Files:
src/external/cddl/osnet/dev/cyclic/mips: cyclic_machdep.c
Log Message:
Add cyclic_machdep.c for MIPS
The code is identical to i386's one.
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: chs
Date: Wed Feb 1 21:59:09 UTC 2017
Modified Files:
src/external/cddl/osnet/dev/cyclic: cyclic.c
Log Message:
put back the include of dtrace_bsd.h, it actually is needed.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/ext
Module Name:src
Committed By: chs
Date: Wed Feb 1 20:06:21 UTC 2017
Modified Files:
src/external/cddl/osnet/dev/cyclic: cyclic.c
Log Message:
fix this module to depend on the solaris module rather than the dtrace module.
remove an unneeded header.
To generate a diff of
Module Name:src
Committed By: riastradh
Date: Sat Apr 9 14:50:08 UTC 2016
Modified Files:
src/external/cddl/osnet/dev/cyclic: cyclic.c
Log Message:
Prevent autounload while cyclics are still in use.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/externa
Module Name:src
Committed By: ozaki-r
Date: Wed Mar 5 06:35:44 UTC 2014
Added Files:
src/external/cddl/osnet/dev/cyclic/arm: cyclic_machdep.c
Log Message:
Add cyclic_machdep.c for ARM
The code is still almost same as i386's one.
To generate a diff of this commit:
cvs r