The NetBSD Project

CVS log for src/include/stddef.h

[BACK] Up to [cvs.NetBSD.org] / src / include

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.24 / (download) - annotate - [select for diffs], Wed May 13 14:00:58 2020 UTC (3 years ago) by joerg
Branch: MAIN
CVS Tags: netbsd-10-base, netbsd-10, cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1, cjep_staticlib_x-base, cjep_staticlib_x, HEAD
Changes since 1.23: +3 -3 lines
Diff to previous 1.23 (colored)

Remove trailing whitespace

Revision 1.23 / (download) - annotate - [select for diffs], Sun Mar 1 22:08:17 2020 UTC (3 years, 2 months ago) by kamil
Branch: MAIN
CVS Tags: phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, is-mlppp-base, is-mlppp
Changes since 1.22: +2 -3 lines
Diff to previous 1.22 (colored)

Revert previous

Requested by joerg who wants to fix (ab)users.

Revision 1.22 / (download) - annotate - [select for diffs], Sun Mar 1 15:18:34 2020 UTC (3 years, 2 months ago) by kamil
Branch: MAIN
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored)

Fix typo in a comment

Revision 1.21 / (download) - annotate - [select for diffs], Sun Mar 1 15:08:16 2020 UTC (3 years, 2 months ago) by kamil
Branch: MAIN
Changes since 1.20: +3 -2 lines
Diff to previous 1.20 (colored)

Expose max_align_t to C99/C++

max_align_t does not depend on any pre-C99 or !C++ language feature.

This structure is in use in 3rd party essential C++ code as an extension
for older language revisions and in gnu99 code in the NetBSD distribution
(RTLD's build rules define -std=gnu11 just for exposing this struct).

Exposing max_align_t from the central NetBSD header avoid duplicate
definition in 3rd party code that could differ and produce ABI mismatched
binaries between -std= revisions.

This problem does not exist on OSs like Linux as they get this namespace
visibility defined inside LLVM or GNU toolchain headers. NetBSD ships with
its own stddef.h, rather than relying on a toolchain and its internal
extensions.

Revision 1.20 / (download) - annotate - [select for diffs], Sun Mar 20 16:26:06 2016 UTC (7 years, 2 months ago) by christos
Branch: MAIN
CVS Tags: prg-localcount2-base3, prg-localcount2-base2, prg-localcount2-base1, prg-localcount2-base, prg-localcount2, phil-wifi-base, phil-wifi-20191119, phil-wifi-20190609, phil-wifi, pgoyette-localcount-base, pgoyette-localcount-20170426, pgoyette-localcount-20170320, pgoyette-localcount-20170107, pgoyette-localcount-20161104, pgoyette-localcount-20160806, pgoyette-localcount-20160726, pgoyette-localcount, pgoyette-compat-merge-20190127, pgoyette-compat-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, pgoyette-compat-0521, pgoyette-compat-0502, pgoyette-compat-0422, pgoyette-compat-0415, pgoyette-compat-0407, pgoyette-compat-0330, pgoyette-compat-0322, pgoyette-compat-0315, pgoyette-compat, perseant-stdc-iso10646-base, perseant-stdc-iso10646, netbsd-9-base, netbsd-9-3-RELEASE, netbsd-9-2-RELEASE, netbsd-9-1-RELEASE, netbsd-9-0-RELEASE, netbsd-9-0-RC2, netbsd-9-0-RC1, netbsd-9, netbsd-8-base, 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, localcount-20160914, bouyer-socketcan-base1, bouyer-socketcan-base, bouyer-socketcan
Changes since 1.19: +2 -3 lines
Diff to previous 1.19 (colored)

use foo - 0 instead of testing for defined(foo); from joerg@

Revision 1.19 / (download) - annotate - [select for diffs], Sun Mar 20 14:11:49 2016 UTC (7 years, 2 months ago) by christos
Branch: MAIN
Changes since 1.18: +5 -2 lines
Diff to previous 1.18 (colored)

PR/50983: David Shao: Protect stddef;
also make the pointer void *.

Revision 1.18 / (download) - annotate - [select for diffs], Thu Mar 17 00:03:38 2016 UTC (7 years, 2 months ago) by mrg
Branch: MAIN
Changes since 1.17: +7 -1 lines
Diff to previous 1.17 (colored)

add max_align_t.  C11 defines this and GCC 5.3 really wants it.

XXX: language laywers, please feel free to fix this as necessary.

Revision 1.16.14.1 / (download) - annotate - [select for diffs], Wed Aug 20 00:02:05 2014 UTC (8 years, 9 months ago) by tls
Branch: tls-maxphys
Changes since 1.16: +4 -1 lines
Diff to previous 1.16 (colored) next main 1.17 (colored)

Rebase to HEAD as of a few days ago.

Revision 1.16.8.1 / (download) - annotate - [select for diffs], Thu May 22 11:36:35 2014 UTC (9 years ago) by yamt
Branch: yamt-pagecache
Changes since 1.16: +4 -1 lines
Diff to previous 1.16 (colored) next main 1.17 (colored)

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.17 / (download) - annotate - [select for diffs], Thu Dec 12 17:53:03 2013 UTC (9 years, 5 months ago) by matt
Branch: 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
Changes since 1.16: +4 -1 lines
Diff to previous 1.16 (colored)

Make ptrdiff_t available in the kernel.

Revision 1.15.36.1 / (download) - annotate - [select for diffs], Fri May 20 19:18:44 2011 UTC (12 years ago) by bouyer
Branch: netbsd-5-1
CVS Tags: netbsd-5-1-5-RELEASE, netbsd-5-1-4-RELEASE, netbsd-5-1-3-RELEASE, netbsd-5-1-2-RELEASE, netbsd-5-1-1-RELEASE
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored) next main 1.16 (colored)

Pull up following revision(s) (requested by joerg in ticket #1611):
	include/inttypes.h: revision 1.7
	include/stddef.h: revision 1.16
	include/wchar.h: revision 1.28
	include/stdlib.h: revision 1.90
Don't define wchar_t for c++; it is native in the language. From Alexander
Nasonov

Revision 1.15.26.1 / (download) - annotate - [select for diffs], Fri May 20 19:18:37 2011 UTC (12 years ago) by bouyer
Branch: netbsd-5
CVS Tags: netbsd-5-2-RELEASE, netbsd-5-2-RC1, netbsd-5-2-3-RELEASE, netbsd-5-2-2-RELEASE, netbsd-5-2-1-RELEASE, netbsd-5-2
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored) next main 1.16 (colored)

Pull up following revision(s) (requested by joerg in ticket #1611):
	include/inttypes.h: revision 1.7
	include/stddef.h: revision 1.16
	include/wchar.h: revision 1.28
	include/stdlib.h: revision 1.90
Don't define wchar_t for c++; it is native in the language. From Alexander
Nasonov

Revision 1.16 / (download) - annotate - [select for diffs], Sun Nov 15 22:21:03 2009 UTC (13 years, 6 months ago) by christos
Branch: MAIN
CVS Tags: yamt-pagecache-tag8, yamt-pagecache-base8, yamt-pagecache-base7, yamt-pagecache-base6, yamt-pagecache-base5, yamt-pagecache-base4, yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base, uebayasi-xip-base7, uebayasi-xip-base6, uebayasi-xip-base5, uebayasi-xip-base4, uebayasi-xip-base3, uebayasi-xip-base2, uebayasi-xip-base1, uebayasi-xip-base, uebayasi-xip, riastradh-drm2-base2, riastradh-drm2-base1, riastradh-drm2-base, riastradh-drm2, 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-premerge-20091211, matt-nb6-plus-nbase, matt-nb6-plus-base, matt-nb6-plus, matt-mips64-premerge-20101231, cherry-xenmp-base, cherry-xenmp, bouyer-quota2-nbase, bouyer-quota2-base, bouyer-quota2, agc-symver-base, agc-symver
Branch point for: yamt-pagecache, tls-maxphys
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored)

Don't define wchar_t for c++; it is native in the language. From Alexander
Nasonov

Revision 1.10.6.5 / (download) - annotate - [select for diffs], Wed Nov 1 18:14:52 2006 UTC (16 years, 7 months ago) by tron
Branch: netbsd-3
Changes since 1.10.6.4: +2 -2 lines
Diff to previous 1.10.6.4 (colored) to branchpoint 1.10 (colored) next main 1.11 (colored)

Pull up following revision(s) (requested by joerg in ticket #1473):
	include/stddef.h: revision 1.15
Use __GNUC_PREREQ__() for the GCC 4 test, too.

Revision 1.10.6.4 / (download) - annotate - [select for diffs], Wed Nov 1 18:14:15 2006 UTC (16 years, 7 months ago) by tron
Branch: netbsd-3
Changes since 1.10.6.3: +4 -2 lines
Diff to previous 1.10.6.3 (colored) to branchpoint 1.10 (colored)

Pull up following revision(s) (requested by joerg in ticket #1473):
	include/stddef.h: revision 1.14
__offsetof__ is a builtin, so we need __GNU_PREREQ

Revision 1.10.6.3 / (download) - annotate - [select for diffs], Wed Nov 1 18:08:11 2006 UTC (16 years, 7 months ago) by tron
Branch: netbsd-3
Changes since 1.10.6.2: +6 -3 lines
Diff to previous 1.10.6.2 (colored) to branchpoint 1.10 (colored)

Pull up following revision(s) (requested by joerg in ticket #1473):
	include/stddef.h: revision 1.13
gcc-3.3 does not have __offsetof__, but gcc-3.4 eems to require it:
From the redhat web page:
http://www.redhat.com/docs/manuals/enterprise/RHEL-4-Manual/gcc/offsetof.html
__offsetof__ (expression)
    is equivalent to the parenthesized expression, except that the
    expression is considered an integral constant expression even if
    it contains certain operators that are not normally permitted in
    an integral constant expression. Users should never use __offsetof__
    directly; the only valid use of __offsetof__ is to implement the
    offsetof macro in <stddef.h>.

Revision 1.10.6.2 / (download) - annotate - [select for diffs], Wed Nov 1 18:07:35 2006 UTC (16 years, 7 months ago) by tron
Branch: netbsd-3
Changes since 1.10.6.1: +10 -3 lines
Diff to previous 1.10.6.1 (colored) to branchpoint 1.10 (colored)

Pull up following revision(s) (requested by joerg in ticket #1473):
	include/stddef.h: revision 1.12
g++-4 does not like &0->member, so we have to use the built-in offsetof().
g++-3 does not have a built-in offsetof(), but we cannot use the c version,
      otherwise we break with -Wold-style-cast.
Inspired by the DF version, but a bit different.

Revision 1.10.6.1 / (download) - annotate - [select for diffs], Wed Nov 1 18:06:29 2006 UTC (16 years, 7 months ago) by tron
Branch: netbsd-3
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

Pull up following revision(s) (requested by joerg in ticket #1473):
	include/stddef.h: revision 1.11
Use gcc's builtin function.  This permits c++ compiliation of const
expressions using offsetof.  Boost-python relies on this, for example.

Revision 1.10.4.1 / (download) - annotate - [select for diffs], Sun Sep 3 00:33:25 2006 UTC (16 years, 8 months ago) by riz
Branch: netbsd-2
Changes since 1.10: +14 -2 lines
Diff to previous 1.10 (colored) next main 1.11 (colored)

Pull up following revision(s) (requested by joerg in ticket #10676):
	include/stddef.h: revision 1.11
	include/stddef.h: revision 1.12
	include/stddef.h: revision 1.13
	include/stddef.h: revision 1.14
	include/stddef.h: revision 1.15
Use gcc's builtin function.  This permits c++ compiliation of const
expressions using offsetof.  Boost-python relies on this, for example.
g++-4 does not like &0->member, so we have to use the built-in offsetof().
g++-3 does not have a built-in offsetof(), but we cannot use the c version,
      otherwise we break with -Wold-style-cast.
Inspired by the DF version, but a bit different.
gcc-3.3 does not have __offsetof__, but gcc-3.4 eems to require it:
From the redhat web page:
http://www.redhat.com/docs/manuals/enterprise/RHEL-4-Manual/gcc/offsetof.html
__offsetof__ (expression)
    is equivalent to the parenthesized expression, except that the
    expression is considered an integral constant expression even if
    it contains certain operators that are not normally permitted in
    an integral constant expression. Users should never use __offsetof__
    directly; the only valid use of __offsetof__ is to implement the
    offsetof macro in <stddef.h>.
__offsetof__ is a builtin, so we need __GNU_PREREQ
Use __GNUC_PREREQ__() for the GCC 4 test, too.

Revision 1.10.12.5 / (download) - annotate - [select for diffs], Thu Aug 24 12:33:28 2006 UTC (16 years, 9 months ago) by tron
Branch: abandoned-netbsd-4
Changes since 1.10.12.4: +2 -2 lines
Diff to previous 1.10.12.4 (colored) to branchpoint 1.10 (colored) next main 1.11 (colored)

Pull up following revision(s) (requested by joerg in ticket #48):
	include/stddef.h: revision 1.15
Use __GNUC_PREREQ__() for the GCC 4 test, too.

Revision 1.10.12.4 / (download) - annotate - [select for diffs], Thu Aug 24 12:32:16 2006 UTC (16 years, 9 months ago) by tron
Branch: abandoned-netbsd-4
Changes since 1.10.12.3: +4 -2 lines
Diff to previous 1.10.12.3 (colored) to branchpoint 1.10 (colored)

Pull up following revision(s) (requested by joerg in ticket #48):
	include/stddef.h: revision 1.14
__offsetof__ is a builtin, so we need __GNU_PREREQ

Revision 1.10.12.3 / (download) - annotate - [select for diffs], Thu Aug 24 12:30:28 2006 UTC (16 years, 9 months ago) by tron
Branch: abandoned-netbsd-4
Changes since 1.10.12.2: +6 -3 lines
Diff to previous 1.10.12.2 (colored) to branchpoint 1.10 (colored)

Pull up following revision(s) (requested by joerg in ticket #48):
	include/stddef.h: revision 1.13
gcc-3.3 does not have __offsetof__, but gcc-3.4 eems to require it:
From the redhat web page:
http://www.redhat.com/docs/manuals/enterprise/RHEL-4-Manual/gcc/offsetof.html
__offsetof__ (expression)
    is equivalent to the parenthesized expression, except that the
    expression is considered an integral constant expression even if
    it contains certain operators that are not normally permitted in
    an integral constant expression. Users should never use __offsetof__
    directly; the only valid use of __offsetof__ is to implement the
    offsetof macro in <stddef.h>.

Revision 1.10.12.2 / (download) - annotate - [select for diffs], Thu Aug 24 12:29:37 2006 UTC (16 years, 9 months ago) by tron
Branch: abandoned-netbsd-4
Changes since 1.10.12.1: +10 -3 lines
Diff to previous 1.10.12.1 (colored) to branchpoint 1.10 (colored)

Pull up following revision(s) (requested by joerg in ticket #48):
	include/stddef.h: revision 1.12
g++-4 does not like &0->member, so we have to use the built-in offsetof().
g++-3 does not have a built-in offsetof(), but we cannot use the c version,
      otherwise we break with -Wold-style-cast.
Inspired by the DF version, but a bit different.

Revision 1.10.12.1 / (download) - annotate - [select for diffs], Thu Aug 24 12:28:59 2006 UTC (16 years, 9 months ago) by tron
Branch: abandoned-netbsd-4
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

Pull up following revision(s) (requested by joerg in ticket #48):
	include/stddef.h: revision 1.11
Use gcc's builtin function.  This permits c++ compiliation of const
expressions using offsetof.  Boost-python relies on this, for example.

Revision 1.15 / (download) - annotate - [select for diffs], Mon Aug 21 16:58:29 2006 UTC (16 years, 9 months ago) by thorpej
Branch: MAIN
CVS Tags: yamt-pf42-baseX, yamt-pf42-base4, yamt-pf42-base3, yamt-pf42-base2, yamt-pf42-base, yamt-pf42, wrstuden-revivesa-base-3, wrstuden-revivesa-base-2, wrstuden-revivesa-base-1, wrstuden-revivesa-base, wrstuden-revivesa, wrstuden-fixsa-newbase, wrstuden-fixsa-base-1, wrstuden-fixsa-base, wrstuden-fixsa, simonb-wapbl-nbase, simonb-wapbl-base, simonb-wapbl, netbsd-5-base, netbsd-5-1-RELEASE, netbsd-5-1-RC4, netbsd-5-1-RC3, netbsd-5-1-RC2, netbsd-5-1-RC1, netbsd-5-0-RELEASE, netbsd-5-0-RC4, netbsd-5-0-RC3, netbsd-5-0-RC2, netbsd-5-0-RC1, netbsd-5-0-2-RELEASE, netbsd-5-0-1-RELEASE, netbsd-5-0, netbsd-4-base, netbsd-4-0-RELEASE, netbsd-4-0-RC5, netbsd-4-0-RC4, netbsd-4-0-RC3, netbsd-4-0-RC2, netbsd-4-0-RC1, netbsd-4-0-1-RELEASE, netbsd-4-0, netbsd-4, mjf-devfs2-base, mjf-devfs2, matt-nb5-pq3-base, matt-nb5-pq3, matt-nb5-mips64-u2-k2-k4-k7-k8-k9, matt-nb5-mips64-u1-k1-k5, matt-nb5-mips64-premerge-20101231, matt-nb5-mips64-premerge-20091211, matt-nb5-mips64-k15, matt-nb5-mips64, matt-nb4-mips64-k7-u2a-k9b, matt-mips64-base2, matt-mips64-base, matt-mips64, matt-armv6-prevmlocking, matt-armv6-nbase, matt-armv6-base, matt-armv6, keiichi-mipv6-base, keiichi-mipv6, jym-xensuspend-nbase, jym-xensuspend-base, jym-xensuspend, hpcarm-cleanup-nbase, hpcarm-cleanup-base, hpcarm-cleanup, cube-autoconf-base, cube-autoconf, christos-time_t-nbase, christos-time_t-base, christos-time_t
Branch point for: netbsd-5-1, netbsd-5
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored)

Use __GNUC_PREREQ__() for the GCC 4 test, too.

Revision 1.14 / (download) - annotate - [select for diffs], Mon Aug 21 15:31:18 2006 UTC (16 years, 9 months ago) by christos
Branch: MAIN
Changes since 1.13: +4 -2 lines
Diff to previous 1.13 (colored)

__offsetof__ is a builtin, so we need __GNU_PREREQ

Revision 1.13 / (download) - annotate - [select for diffs], Mon Aug 21 15:26:49 2006 UTC (16 years, 9 months ago) by christos
Branch: MAIN
Changes since 1.12: +6 -3 lines
Diff to previous 1.12 (colored)

gcc-3.3 does not have __offsetof__, but gcc-3.4 eems to require it:

From the redhat web page:

http://www.redhat.com/docs/manuals/enterprise/RHEL-4-Manual/gcc/offsetof.html

__offsetof__ (expression)
    is equivalent to the parenthesized expression, except that the
    expression is considered an integral constant expression even if
    it contains certain operators that are not normally permitted in
    an integral constant expression. Users should never use __offsetof__
    directly; the only valid use of __offsetof__ is to implement the
    offsetof macro in <stddef.h>.

Revision 1.12 / (download) - annotate - [select for diffs], Mon Aug 21 15:02:23 2006 UTC (16 years, 9 months ago) by christos
Branch: MAIN
Changes since 1.11: +10 -3 lines
Diff to previous 1.11 (colored)

g++-4 does not like &0->member, so we have to use the built-in offsetof().
g++-3 does not have a built-in offsetof(), but we cannot use the c version,
      otherwise we break with -Wold-style-cast.
Inspired by the DF version, but a bit different.

Revision 1.11 / (download) - annotate - [select for diffs], Mon Aug 21 14:09:43 2006 UTC (16 years, 9 months ago) by skd
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

Use gcc's builtin function.  This permits c++ compiliation of const
expressions using offsetof.  Boost-python relies on this, for example.

Revision 1.10 / (download) - annotate - [select for diffs], Thu Aug 7 09:44:11 2003 UTC (19 years, 9 months ago) by agc
Branch: MAIN
CVS Tags: netbsd-3-base, netbsd-3-1-RELEASE, netbsd-3-1-RC4, netbsd-3-1-RC3, netbsd-3-1-RC2, netbsd-3-1-RC1, netbsd-3-1-1-RELEASE, netbsd-3-1, netbsd-3-0-RELEASE, netbsd-3-0-RC6, netbsd-3-0-RC5, netbsd-3-0-RC4, netbsd-3-0-RC3, netbsd-3-0-RC2, netbsd-3-0-RC1, netbsd-3-0-3-RELEASE, netbsd-3-0-2-RELEASE, netbsd-3-0-1-RELEASE, netbsd-3-0, netbsd-2-base, netbsd-2-1-RELEASE, netbsd-2-1-RC6, netbsd-2-1-RC5, netbsd-2-1-RC4, netbsd-2-1-RC3, netbsd-2-1-RC2, netbsd-2-1-RC1, netbsd-2-1, netbsd-2-0-base, netbsd-2-0-RELEASE, netbsd-2-0-RC5, netbsd-2-0-RC4, netbsd-2-0-RC3, netbsd-2-0-RC2, netbsd-2-0-RC1, netbsd-2-0-3-RELEASE, netbsd-2-0-2-RELEASE, netbsd-2-0-1-RELEASE, netbsd-2-0, abandoned-netbsd-4-base
Branch point for: netbsd-3, netbsd-2, abandoned-netbsd-4
Changes since 1.9: +2 -6 lines
Diff to previous 1.9 (colored)

Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22270, verified by myself.

Revision 1.9 / (download) - annotate - [select for diffs], Fri Nov 10 06:35:45 2000 UTC (22 years, 6 months ago) by tshiozak
Branch: MAIN
CVS Tags: netbsd-1-6-base, netbsd-1-6-RELEASE, netbsd-1-6-RC3, netbsd-1-6-RC2, netbsd-1-6-RC1, netbsd-1-6-PATCH002-RELEASE, netbsd-1-6-PATCH002-RC4, netbsd-1-6-PATCH002-RC3, netbsd-1-6-PATCH002-RC2, netbsd-1-6-PATCH002-RC1, netbsd-1-6-PATCH002, netbsd-1-6-PATCH001-RELEASE, netbsd-1-6-PATCH001-RC3, netbsd-1-6-PATCH001-RC2, netbsd-1-6-PATCH001-RC1, netbsd-1-6-PATCH001, netbsd-1-6, nathanw_sa_end, nathanw_sa_before_merge, nathanw_sa_base, nathanw_sa, fvdl_fs64_base
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

u_long -> unsigned long in "offsetof" macro.
Using u_long causes <stddef.h> to undesirably depend on <sys/types.h> .
BTW: Why is the cast needed?

Revision 1.8 / (download) - annotate - [select for diffs], Thu Jul 6 00:51:36 2000 UTC (22 years, 10 months ago) by christos
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

de-lint

Revision 1.7.2.1 / (download) - annotate - [select for diffs], Sun May 28 22:41:02 2000 UTC (23 years ago) by minoura
Branch: minoura-xpg4dl
Changes since 1.7: +11 -1 lines
Diff to previous 1.7 (colored) next main 1.8 (colored)

Citrus Project XPG4DL, an implementation of I18N (locale) framework,
is imported.

Revision 1.7 / (download) - annotate - [select for diffs], Mon Jan 10 16:58:38 2000 UTC (23 years, 4 months ago) by kleink
Branch: MAIN
CVS Tags: netbsd-1-5-base, netbsd-1-5-RELEASE, netbsd-1-5-PATCH003, netbsd-1-5-PATCH002, netbsd-1-5-PATCH001, netbsd-1-5-BETA2, netbsd-1-5-BETA, netbsd-1-5-ALPHA2, netbsd-1-5, minoura-xpg4dl-base
Branch point for: minoura-xpg4dl
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

Move <null.h> to <sys/null.h> for the purpose of avoiding conflicts due to
std C headers including it, and a kernel module written in C++ would benfit
as well.

Revision 1.6 / (download) - annotate - [select for diffs], Wed Dec 22 21:26:18 1999 UTC (23 years, 5 months ago) by kleink
Branch: MAIN
Changes since 1.5: +2 -4 lines
Diff to previous 1.5 (colored)

For the benefit of G++'s null pointer constant implementation, #define NULL
as __null with egcs 1.0 (GCC 2.90) and above.  As several headers are affected
by this change, move the definition into a new header file, <null.h>, to ease
maintenance.

Revision 1.5 / (download) - annotate - [select for diffs], Mon Feb 2 17:13:49 1998 UTC (25 years, 4 months ago) by perry
Branch: MAIN
CVS Tags: wrstuden-devbsize-base, wrstuden-devbsize-19991221, wrstuden-devbsize, netbsd-1-4-base, netbsd-1-4-RELEASE, netbsd-1-4-PATCH003, netbsd-1-4-PATCH002, netbsd-1-4-PATCH001, netbsd-1-4, comdex-fall-1999-base, comdex-fall-1999
Changes since 1.4: +4 -4 lines
Diff to previous 1.4 (colored)

merge lite-2 sccs id, but as per jt, don't switch to using lite-2 rune_t's

Revision 1.1.1.2 / (download) - annotate - [select for diffs] (vendor branch), Mon Feb 2 07:22:52 1998 UTC (25 years, 4 months ago) by perry
Branch: WFJ-920714, CSRG
CVS Tags: lite-2
Changes since 1.1.1.1: +13 -10 lines
Diff to previous 1.1.1.1 (colored)

import lite-2

Revision 1.4 / (download) - annotate - [select for diffs], Wed Oct 26 00:56:26 1994 UTC (28 years, 7 months ago) by cgd
Branch: MAIN
CVS Tags: nsswitch, netbsd-1-3-base, netbsd-1-3-RELEASE, netbsd-1-3-PATCH003-CANDIDATE2, netbsd-1-3-PATCH003-CANDIDATE1, netbsd-1-3-PATCH003-CANDIDATE0, netbsd-1-3-PATCH003, netbsd-1-3-PATCH002, netbsd-1-3-PATCH001, netbsd-1-3-BETA, netbsd-1-3, netbsd-1-2-base, netbsd-1-2-RELEASE, netbsd-1-2-PATCH001, netbsd-1-2-BETA, netbsd-1-2, netbsd-1-1-base, netbsd-1-1-RELEASE, netbsd-1-1-PATCH001, netbsd-1-1
Changes since 1.3: +3 -2 lines
Diff to previous 1.3 (colored)

new RCS ID format.

Revision 1.3 / (download) - annotate - [select for diffs], Sat May 21 09:42:10 1994 UTC (29 years ago) by cgd
Branch: MAIN
CVS Tags: netbsd-1-0-base, netbsd-1-0-RELEASE, netbsd-1-0-PATCH1, netbsd-1-0-PATCH06, netbsd-1-0-PATCH05, netbsd-1-0-PATCH04, netbsd-1-0-PATCH03, netbsd-1-0-PATCH02, netbsd-1-0-PATCH0, netbsd-1-0
Changes since 1.2: +8 -8 lines
Diff to previous 1.2 (colored)

add _BSD's to ansi types

Revision 1.2 / (download) - annotate - [select for diffs], Sun Aug 1 18:45:18 1993 UTC (29 years, 10 months ago) by mycroft
Branch: MAIN
Changes since 1.1: +2 -1 lines
Diff to previous 1.1 (colored)

Add RCS identifiers.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sun Mar 21 09:45:37 1993 UTC (30 years, 2 months ago) by cgd
Branch: WFJ-920714, CSRG
CVS Tags: patchkit-0-2-2, netbsd-alpha-1, netbsd-0-9-base, netbsd-0-9-RELEASE, netbsd-0-9-BETA, netbsd-0-9-ALPHA2, netbsd-0-9-ALPHA, netbsd-0-9, netbsd-0-8, WFJ-386bsd-01
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

initial import of 386bsd-0.1 sources

Revision 1.1 / (download) - annotate - [select for diffs], Sun Mar 21 09:45:37 1993 UTC (30 years, 2 months ago) by cgd
Branch: MAIN

Initial revision

This form allows you to request diff's 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.




CVSweb <webmaster@jp.NetBSD.org>