The NetBSD Project

CVS log for src/external/cddl/osnet/lib/libdtrace/Makefile

[BACK] Up to [cvs.NetBSD.org] / src / external / cddl / osnet / lib / libdtrace

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.33: download - view: text, markup, annotated - select for diffs
Sat Nov 23 03:20:41 2024 UTC (7 weeks, 4 days ago) by riastradh
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +11 -1 lines
libdtrace: Handle some x86-specific symbols in the .expsym file.

PR lib/58838: shared libraries in base should all have expsym lists

Revision 1.32: download - view: text, markup, annotated - select for diffs
Sat Jun 3 21:31:46 2023 UTC (19 months, 1 week ago) by lukem
Branches: MAIN
CVS tags: perseant-exfatfs-base-20240630, perseant-exfatfs-base, perseant-exfatfs
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +3 -9 lines
adapt to ${CC_WNO_MAYBE_UNINITIALIZED}

Use ${CC_WNO_MAYBE_UNINITIALIZED} instead of
the older style more complex expressions.

Remove workarounds if they were for a specific
version of gcc < 10.

Revision 1.31: download - view: text, markup, annotated - select for diffs
Sat Jun 3 09:09:05 2023 UTC (19 months, 1 week ago) by lukem
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +4 -4 lines
bsd.own.mk: rename GCC_NO_* to CC_WNO_*

Rename compiler-warning-disable variables from
	GCC_NO_warning
to
	CC_WNO_warning
where warning is the full warning name as used by the compiler.

GCC_NO_IMPLICIT_FALLTHRU is CC_WNO_IMPLICIT_FALLTHROUGH

Using the convention CC_compilerflag, where compilerflag
is based on the full compiler flag name.

Revision 1.30: download - view: text, markup, annotated - select for diffs
Tue Apr 13 09:20:55 2021 UTC (3 years, 9 months ago) by mrg
Branches: MAIN
CVS tags: netbsd-10-base, netbsd-10-1-RELEASE, netbsd-10-0-RELEASE, netbsd-10-0-RC6, netbsd-10-0-RC5, netbsd-10-0-RC4, netbsd-10-0-RC3, netbsd-10-0-RC2, netbsd-10-0-RC1, netbsd-10, cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1, cjep_staticlib_x-base, cjep_staticlib_x
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +3 -1 lines
XXX: ignore warning about overlapping buffers for sprintf().

Revision 1.29: download - view: text, markup, annotated - select for diffs
Mon Mar 29 05:18:02 2021 UTC (3 years, 9 months ago) by simonb
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +4 -1 lines
Compile MIPS specific code.

Revision 1.19.2.3: download - view: text, markup, annotated - select for diffs
Mon Apr 13 07:56:39 2020 UTC (4 years, 9 months ago) by martin
Branches: phil-wifi
Diff to: previous 1.19.2.2: preferred, colored; branchpoint 1.19: preferred, colored; next MAIN 1.20: preferred, colored
Changes since revision 1.19.2.2: +3 -1 lines
Mostly merge changes from HEAD upto 20200411

Revision 1.19.2.2: download - view: text, markup, annotated - select for diffs
Wed Apr 8 14:04:20 2020 UTC (4 years, 9 months ago) by martin
Branches: phil-wifi
Diff to: previous 1.19.2.1: preferred, colored; branchpoint 1.19: preferred, colored
Changes since revision 1.19.2.1: +10 -1 lines
Merge changes from current as of 20200406

Revision 1.28: download - view: text, markup, annotated - select for diffs
Tue Mar 17 01:36:29 2020 UTC (4 years, 10 months ago) by fox
Branches: MAIN
CVS tags: phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +1 -1 lines
external/cddl/osnet: Do not suppress the warning output for libdtrace.

Changed -Wno-maybe-uninitialized to -Wno-error=maybe-uninitialized to allow
warnings to be printed out during build.

Suggested by: christos@

Revision 1.27: download - view: text, markup, annotated - select for diffs
Tue Mar 17 00:50:12 2020 UTC (4 years, 10 months ago) by fox
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +7 -1 lines
external/cddl/osnet: Supress -Werror=maybe-uninitialized error in libdtrace.

It looks like this is a false positive, since the section of code triggering the error

external/cddl/osnet/dist/lib/libdtrace/common/dt_proc.c:400:42:

is only accessed after "err" is initialized.

Error was reported when build.sh was run with MKLIBCSANITIZER=yes flag.

Reviewed by: kamil@

Revision 1.21.2.1: download - view: text, markup, annotated - select for diffs
Mon Dec 9 15:19:32 2019 UTC (5 years, 1 month ago) by martin
Branches: netbsd-9
CVS tags: netbsd-9-4-RELEASE, netbsd-9-3-RELEASE, netbsd-9-2-RELEASE, netbsd-9-1-RELEASE, netbsd-9-0-RELEASE, netbsd-9-0-RC2
Diff to: previous 1.21: preferred, colored; next MAIN 1.22: preferred, colored
Changes since revision 1.21: +4 -1 lines
Pull up following revision(s) (requested by jmcneill in ticket #525):

	external/cddl/osnet/dev/dtrace/aarch64/dtrace_isa.c: revision 1.1
	distrib/sets/lists/modules/md.i386: revision 1.83
	share/mk/bsd.own.mk: revision 1.1168
	usr.bin/mkubootimage/mkubootimage.c: revision 1.25
	sys/modules/dtrace/Makefile: revision 1.7
	usr.bin/mkubootimage/mkubootimage.c: revision 1.26
	sys/modules/dtrace/Makefile: revision 1.8
	external/cddl/osnet/dist/lib/libdtrace/aarch64/dt_isadep.c: revision 1.2
	distrib/sets/lists/modules/mi: revision 1.128
	sys/arch/aarch64/include/frame.h: revision 1.3
	sys/arch/evbarm/conf/mk.generic64: revision 1.4
	external/cddl/osnet/dist/lib/libdtrace/common/dt_link.c: revision 1.12
	sys/modules/cyclic/Makefile: revision 1.4
	sys/arch/aarch64/conf/Makefile.aarch64: revision 1.16
	external/cddl/osnet/dev/dtrace/aarch64/dtrace_subr.c: revision 1.1
	sys/arch/aarch64/aarch64/start.S: revision 1.3
	sys/arch/aarch64/aarch64/trap.c: revision 1.22
	external/cddl/osnet/dev/fbt/aarch64/fbt_isa.c: revision 1.1
	external/cddl/osnet/dev/dtrace/aarch64/dtrace_asm.S: revision 1.1
	external/cddl/osnet/dev/fbt/aarch64/fbt_isa.h: revision 1.1
	external/cddl/osnet/dev/dtrace/aarch64/regset.h: revision 1.1
	external/cddl/osnet/lib/libdtrace/Makefile: revision 1.26
	distrib/sets/lists/modules/md.amd64: revision 1.82
	usr.bin/mkubootimage/mkubootimage.1: revision 1.13
	distrib/sets/lists/modules/ad.arm: revision 1.14

Add KDTRACE_HOOKS support.

Define lwp_trapframe() macro

dtrace: add support for aarch64

Add syscall_linux back for other arm architectures (accidently removed
in previous)

Add -u flag for updating headers in place.

Fix alignment of .text section by changing load address to
0xffffffc000000000 and adding 64 bytes of padding before the entry point.

Update arm64 image header in place

Move dtrace_syscall_linux out of mi set list

Enable DTrace on aarch64

Fix signed/unsigned comparison

Revision 1.26: download - view: text, markup, annotated - select for diffs
Tue Dec 3 22:10:56 2019 UTC (5 years, 1 month ago) by jmcneill
Branches: MAIN
CVS tags: is-mlppp-base, is-mlppp
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +4 -1 lines
dtrace: add support for aarch64

Revision 1.25: download - view: text, markup, annotated - select for diffs
Sun Oct 13 10:07:27 2019 UTC (5 years, 3 months ago) by kre
Branches: MAIN
CVS tags: phil-wifi-20191119
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -2 lines

This previously had -Wno-format-truncation so I am presuming it should
have been converted to GCC_NO_FORMAT_TRUNCATION rather than
GCC_NO_STRINGOP_TRUNCATION which is what happened.   This might unbreak
the build (olr at least get it further).

Revision 1.24: download - view: text, markup, annotated - select for diffs
Sun Oct 13 07:28:08 2019 UTC (5 years, 3 months ago) by mrg
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +4 -6 lines
introduce some common variables for use in GCC warning disables:

GCC_NO_FORMAT_TRUNCATION    -Wno-format-truncation (GCC 7/8)
GCC_NO_STRINGOP_TRUNCATION  -Wno-stringop-truncation (GCC 8)
GCC_NO_STRINGOP_OVERFLOW    -Wno-stringop-overflow (GCC 8)
GCC_NO_CAST_FUNCTION_TYPE   -Wno-cast-function-type (GCC 8)

use these to turn off warnings for most GCC-8 complaints.  many
of these are false positives, most of the real bugs are already
commited, or are yet to come.


we plan to introduce versions of (some?) of these that use the
"-Wno-error=" form, which still displays the warnings but does
not make it an error, and all of the above will be re-considered
as either being "fix me" (warning still displayed) or "warning
is wrong."

Revision 1.23: download - view: text, markup, annotated - select for diffs
Thu Oct 10 02:35:45 2019 UTC (5 years, 3 months ago) by kre
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -2 lines

Only exclude gcc-8 warnings when the gcc we're using is gcc>=8

Revision 1.22: download - view: text, markup, annotated - select for diffs
Wed Oct 9 21:49:50 2019 UTC (5 years, 3 months ago) by christos
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +5 -1 lines
no error for string truncation

Revision 1.19.2.1: download - view: text, markup, annotated - select for diffs
Mon Jun 10 21:52:03 2019 UTC (5 years, 7 months ago) by christos
Branches: phil-wifi
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -1 lines
Sync with HEAD

Revision 1.21: download - view: text, markup, annotated - select for diffs
Mon Feb 11 17:49:37 2019 UTC (5 years, 11 months ago) by tnn
Branches: MAIN
CVS tags: phil-wifi-20190609, netbsd-9-base, netbsd-9-0-RC1
Branch point for: netbsd-9
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -2 lines
-Wno-format-truncation is only needed when using GCC

Revision 1.20: download - view: text, markup, annotated - select for diffs
Wed Feb 6 04:23:16 2019 UTC (5 years, 11 months ago) by christos
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -1 lines
uses the idiom len = snprintf(&tmp, 1, ...) to compute length.
needs -Wno-format-truncation

Revision 1.16.12.1: download - view: text, markup, annotated - select for diffs
Mon Jun 25 07:25:24 2018 UTC (6 years, 6 months ago) by pgoyette
Branches: pgoyette-compat
CVS tags: pgoyette-compat-merge-20190127
Diff to: previous 1.16: preferred, colored; next MAIN 1.17: preferred, colored
Changes since revision 1.16: +18 -18 lines
Sync with HEAD

Revision 1.19: download - view: text, markup, annotated - select for diffs
Thu Jun 7 13:21:44 2018 UTC (6 years, 7 months ago) by kamil
Branches: MAIN
CVS tags: phil-wifi-base, pgoyette-compat-20190127, pgoyette-compat-20190118, pgoyette-compat-1226, pgoyette-compat-1126, pgoyette-compat-1020, pgoyette-compat-0930, pgoyette-compat-0906, pgoyette-compat-0728, pgoyette-compat-0625
Branch point for: phil-wifi
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +4 -10 lines
Replace HAVE_GCC with ACTIVE_CC == gcc checks

Kernel modules build with GCC and Clang/LLVM.

Requested by <joerg>

Revision 1.18: download - view: text, markup, annotated - select for diffs
Wed Jun 6 14:18:39 2018 UTC (6 years, 7 months ago) by kamil
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +11 -3 lines
Make cddl/osnet/lib/libdtrace buildable with MKLLVM=yes

Clang/LLVM does not recognize:
 - -Wno-maybe-uninitialized
 - -Wno-unused-but-set-variable

MKGCC=yes still builds the distribution.

This is a step forward functional MKLLVM=yes HAVE_LLVM=yes build.

Sponsored by <The NetBSD Foundation>

Revision 1.17: download - view: text, markup, annotated - select for diffs
Mon May 28 21:05:09 2018 UTC (6 years, 7 months ago) by chs
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +16 -18 lines
merge a new version of the CDDL dtrace and ZFS code.
this changes the upstream vendor from OpenSolaris to FreeBSD,
and this version is based on FreeBSD svn r315983.

in addition to the 10 years of improvements from upstream,
this version also has these NetBSD-specific enhancements:
 - dtrace FBT probes can now be placed in kernel modules.
 - ZFS now supports mmap().

Revision 1.14.2.2: download - view: text, markup, annotated - select for diffs
Sat Jan 7 08:54:16 2017 UTC (8 years ago) by pgoyette
Branches: pgoyette-localcount
Diff to: previous 1.14.2.1: preferred, colored; branchpoint 1.14: preferred, colored; next MAIN 1.15: preferred, colored
Changes since revision 1.14.2.1: +7 -1 lines
Sync with HEAD.  (Note that most of these changes are simply $NetBSD$
tag issues.)

Revision 1.16: download - view: text, markup, annotated - select for diffs
Mon Dec 19 01:26:31 2016 UTC (8 years ago) by christos
Branches: MAIN
CVS tags: prg-localcount2-base3, prg-localcount2-base2, prg-localcount2-base1, prg-localcount2-base, prg-localcount2, pgoyette-localcount-20170426, pgoyette-localcount-20170320, pgoyette-localcount-20170107, pgoyette-compat-base, pgoyette-compat-0521, pgoyette-compat-0502, pgoyette-compat-0422, pgoyette-compat-0415, pgoyette-compat-0407, pgoyette-compat-0330, pgoyette-compat-0322, pgoyette-compat-0315, perseant-stdc-iso10646-base, perseant-stdc-iso10646, netbsd-8-base, netbsd-8-3-RELEASE, netbsd-8-2-RELEASE, netbsd-8-1-RELEASE, netbsd-8-1-RC1, netbsd-8-0-RELEASE, netbsd-8-0-RC2, netbsd-8-0-RC1, netbsd-8, matt-nb8-mediatek-base, matt-nb8-mediatek, bouyer-socketcan-base1, bouyer-socketcan-base, bouyer-socketcan
Branch point for: pgoyette-compat
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +7 -1 lines
arrange for .in files to be rebuilt.

Revision 1.14.2.1: download - view: text, markup, annotated - select for diffs
Sat Aug 6 00:18:41 2016 UTC (8 years, 5 months ago) by pgoyette
Branches: pgoyette-localcount
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -4 lines
Sync with HEAD

Revision 1.15: download - view: text, markup, annotated - select for diffs
Thu Aug 4 17:07:24 2016 UTC (8 years, 5 months ago) by christos
Branches: MAIN
CVS tags: pgoyette-localcount-20161104, pgoyette-localcount-20160806, localcount-20160914
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -4 lines
include bsd.init.mnk for consistency and set NOLINT since this overrides
MKLINT which can be re-set from /etc/mk.conf.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Oct 5 17:49:10 2015 UTC (9 years, 3 months ago) by christos
Branches: MAIN
CVS tags: pgoyette-localcount-base, pgoyette-localcount-20160726
Branch point for: pgoyette-localcount
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +3 -7 lines
Arrange to install the dtrace files (some are broken, sets will need to be
fixed)

Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Sep 30 00:17:09 2015 UTC (9 years, 3 months ago) by christos
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -5 lines
do the stack protector stuff like the other files.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue Sep 29 23:50:17 2015 UTC (9 years, 3 months ago) by christos
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +11 -5 lines
- make the generated file rules depend on the source files
- hack for clang on Darwin

Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu Sep 24 14:36:54 2015 UTC (9 years, 3 months ago) by christos
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +9 -1 lines
Add build stuff.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sat Feb 7 20:30:03 2015 UTC (9 years, 11 months ago) by christos
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -1 lines
check and fix printf formats, negative array indices, uninitialized variables,
shadowed variables.

Revision 1.6.6.2: download - view: text, markup, annotated - select for diffs
Tue Aug 19 23:52:23 2014 UTC (10 years, 4 months ago) by tls
Branches: tls-maxphys
Diff to: previous 1.6.6.1: preferred, colored; branchpoint 1.6: preferred, colored; next MAIN 1.7: preferred, colored
Changes since revision 1.6.6.1: +3 -1 lines
Rebase to HEAD as of a few days ago.

Revision 1.5.6.2: download - view: text, markup, annotated - select for diffs
Thu May 22 14:01:24 2014 UTC (10 years, 7 months ago) by yamt
Branches: yamt-pagecache
Diff to: previous 1.5.6.1: preferred, colored; branchpoint 1.5: preferred, colored; next MAIN 1.6: preferred, colored
Changes since revision 1.5.6.1: +7 -1 lines
sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs.  ("Protocol error: too many arguments")

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Mar 16 06:51:43 2014 UTC (10 years, 10 months ago) by ozaki-r
Branches: MAIN
CVS tags: yamt-pagecache-base9, tls-maxphys-base, tls-earlyentropy-base, tls-earlyentropy, riastradh-xf86-video-intel-2-7-1-pre-2-21-15, riastradh-drm2-base3, netbsd-7-nhusb-base-20170116, netbsd-7-nhusb-base, netbsd-7-nhusb, netbsd-7-base, netbsd-7-2-RELEASE, netbsd-7-1-RELEASE, netbsd-7-1-RC2, netbsd-7-1-RC1, netbsd-7-1-2-RELEASE, netbsd-7-1-1-RELEASE, netbsd-7-1, netbsd-7-0-RELEASE, netbsd-7-0-RC3, netbsd-7-0-RC2, netbsd-7-0-RC1, netbsd-7-0-2-RELEASE, netbsd-7-0-1-RELEASE, netbsd-7-0, netbsd-7
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +4 -2 lines
Use MACHINE_CPU instead of MACHINE_ARCH with pattern matching

Include bsd.own.mk to use MACHINE_CPU.

Advised by matt@

Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun Mar 16 05:11:19 2014 UTC (10 years, 10 months ago) by ozaki-r
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
Look up arm directory on MACHINE_ARCH=*arm*

Revision 1.6.6.1: download - view: text, markup, annotated - select for diffs
Sun Jun 23 06:28:31 2013 UTC (11 years, 6 months ago) by tls
Branches: tls-maxphys
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +5 -1 lines
resync from head

Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Jun 21 19:16:01 2013 UTC (11 years, 6 months ago) by christos
Branches: MAIN
CVS tags: riastradh-drm2-base2, riastradh-drm2-base1, riastradh-drm2-base, riastradh-drm2
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +5 -1 lines
Make dtrace/zfs compile on arm based on the diff from:
    http://people.freebsd.org/~gonzo/arm/dtrace-arm.diff
Completely untested, kernel support not added.

Revision 1.5.6.1: download - view: text, markup, annotated - select for diffs
Tue Apr 17 00:04:09 2012 UTC (12 years, 9 months ago) by yamt
Branches: yamt-pagecache
CVS tags: yamt-pagecache-tag8
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -5 lines
sync with head

Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Feb 13 12:52:54 2012 UTC (12 years, 11 months ago) by wiz
Branches: MAIN
CVS tags: yamt-pagecache-base8, yamt-pagecache-base7, yamt-pagecache-base6, yamt-pagecache-base5, yamt-pagecache-base4, netbsd-6-base, netbsd-6-1-RELEASE, netbsd-6-1-RC4, netbsd-6-1-RC3, netbsd-6-1-RC2, netbsd-6-1-RC1, netbsd-6-1-5-RELEASE, netbsd-6-1-4-RELEASE, netbsd-6-1-3-RELEASE, netbsd-6-1-2-RELEASE, netbsd-6-1-1-RELEASE, netbsd-6-1, netbsd-6-0-RELEASE, netbsd-6-0-RC2, netbsd-6-0-RC1, netbsd-6-0-6-RELEASE, netbsd-6-0-5-RELEASE, netbsd-6-0-4-RELEASE, netbsd-6-0-3-RELEASE, netbsd-6-0-2-RELEASE, netbsd-6-0-1-RELEASE, netbsd-6-0, netbsd-6, matt-nb6-plus-nbase, matt-nb6-plus-base, matt-nb6-plus, agc-symver-base, agc-symver
Branch point for: tls-maxphys
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -5 lines
Use the correct MACHINE_ARCH for amd64.
Remove temporary hack while here.
From Henning Petersen in PR 46001.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat Apr 3 18:34:19 2010 UTC (14 years, 9 months ago) by christos
Branches: MAIN
CVS tags: yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base, matt-mips64-premerge-20101231, cherry-xenmp-base, cherry-xenmp, bouyer-quota2-nbase, bouyer-quota2-base, bouyer-quota2
Branch point for: yamt-pagecache
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +10 -7 lines
- use CPPFLAGS instead of CFLAGS
- use relative .PATH

Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Feb 24 15:40:54 2010 UTC (14 years, 10 months ago) by tron
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +12 -1 lines
Disable stack protection warnings for more sources which use dynamically
sized stack buffers.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Feb 24 12:51:05 2010 UTC (14 years, 10 months ago) by tron
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +5 -1 lines
Disable stack protection warnings for sources which use dynamically
sized stack buffers.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Feb 21 01:46:35 2010 UTC (14 years, 10 months ago) by darran
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +14 -11 lines
Apply NetBSD changes to DTrace.

Ok with core@.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Feb 21 00:49:58 2010 UTC (14 years, 10 months ago) by darran
Branches: MAIN
CVS tags: darran-pre-netbsd
Add the FreeBSD 8-RC1 changes for DTrace.

Ok with core@.

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>