Up to [cvs.netbsd.org] / src / include
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.26.8.1 / (download) - annotate - [select for diffs], Thu Sep 18 04:39:55 2008 UTC (9 months, 2 weeks ago) by wrstuden
Branch: wrstuden-revivesa
Changes since 1.26: +4 -2
lines
Diff to previous 1.26 (colored) next main 1.27 (colored)
Sync with wrstuden-revivesa-base-2.
Revision 1.28 / (download) - annotate - [select for diffs], Wed Aug 27 08:53:55 2008 UTC (10 months, 1 week ago) by christos
Branch: MAIN
CVS Tags: wrstuden-revivesa-base-3,
wrstuden-revivesa-base-2,
netbsd-5-base,
netbsd-5-0-RELEASE,
netbsd-5-0-RC4,
netbsd-5-0-RC3,
netbsd-5-0-RC2,
netbsd-5-0-RC1,
netbsd-5-0,
netbsd-5,
mjf-devfs2-base,
mjf-devfs2,
matt-mips64-base2,
jym-xensuspend-nbase,
jym-xensuspend-base,
jym-xensuspend,
christos-time_t-nbase,
christos-time_t-base,
christos-time_t,
HEAD
Changes since 1.27: +2 -2
lines
Diff to previous 1.27 (colored)
Make _POSIX_TZNAME_MAX=6 per SUSv3, from Andy Shevchenko
Revision 1.27 / (download) - annotate - [select for diffs], Mon Aug 4 17:08:49 2008 UTC (10 months, 4 weeks ago) by matt
Branch: MAIN
Changes since 1.26: +3 -1
lines
Diff to previous 1.26 (colored)
Add _POSIX_HOST_NAME_MAX and _POSIX_SYMLOOP_MAX to <limits.h> and add some references to them in <sys/param.h> in <stdio.h> also export v*scanf when _ISOC99_SOURCE is defined From andy dot shevchenko at gmail dot com.
Revision 1.24.4.1 / (download) - annotate - [select for diffs], Tue Nov 6 23:11:04 2007 UTC (19 months, 4 weeks ago) by matt
Branch: matt-armv6
CVS Tags: matt-armv6-prevmlocking
Changes since 1.24: +5 -3
lines
Diff to previous 1.24 (colored) next main 1.25 (colored)
sync with HEAD
Revision 1.26 / (download) - annotate - [select for diffs], Fri Sep 21 01:41:43 2007 UTC (21 months, 2 weeks ago) by rmind
Branch: MAIN
CVS Tags: yamt-pf42-baseX,
yamt-pf42-base4,
yamt-pf42-base3,
yamt-pf42-base2,
yamt-pf42-base,
yamt-pf42,
wrstuden-revivesa-base-1,
wrstuden-revivesa-base,
simonb-wapbl-nbase,
simonb-wapbl-base,
simonb-wapbl,
matt-armv6-nbase,
matt-armv6-base,
keiichi-mipv6-base,
keiichi-mipv6,
hpcarm-cleanup-nbase,
hpcarm-cleanup-base,
cube-autoconf-base,
cube-autoconf
Branch point for: wrstuden-revivesa
Changes since 1.25: +3 -3
lines
Diff to previous 1.25 (colored)
- Correct the value of _POSIX_SYMLINK_MAX as defined in standard. Closes PR/37007 by Ighighi. - While here, increase _POSIX_CHILD_MAX as suggested by standard.
Revision 1.25 / (download) - annotate - [select for diffs], Fri Sep 7 18:56:04 2007 UTC (21 months, 3 weeks ago) by rmind
Branch: MAIN
Changes since 1.24: +3 -1
lines
Diff to previous 1.24 (colored)
Implementation of POSIX message queues. Reviewed by: <ad>, <tech-kern>
Revision 1.24 / (download) - annotate - [select for diffs], Tue May 1 01:01:25 2007 UTC (2 years, 2 months ago) by rmind
Branch: MAIN
CVS Tags: matt-mips64-base,
matt-mips64,
hpcarm-cleanup
Branch point for: matt-armv6
Changes since 1.23: +3 -1
lines
Diff to previous 1.23 (colored)
- Create sysctl nodes for AIO. - Add POSIX defined system variables and constants of AIO_LISTIO_MAX and AIO_MAX values. Both with _POSIX_ASYNCHRONOUS_IO, provide them in sysconf(3) and getconf(1) interfaces. - Clean up sysconf(3) for handling sysctl nodes dynamically.
Revision 1.23 / (download) - annotate - [select for diffs], Wed Nov 10 04:02:52 2004 UTC (4 years, 7 months ago) by lukem
Branch: MAIN
CVS Tags: wrstuden-fixsa-newbase,
wrstuden-fixsa-base-1,
wrstuden-fixsa-base,
wrstuden-fixsa,
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,
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-3,
abandoned-netbsd-4-base,
abandoned-netbsd-4
Changes since 1.22: +5 -1
lines
Diff to previous 1.22 (colored)
Implement sysconf(3) _SC_GETGR_R_SIZE_MAX and _SC_GETPW_R_SIZE_MAX for the 1003.1-2001 Thread Safe Functions (TSF) getgrnam_r(3) and getpwnam_r(3). These are not implemented in sysctl(3) "user.*", since that adds a lot of complexity in the implementation for no real benefit.
Revision 1.22 / (download) - annotate - [select for diffs], Thu Aug 7 09:44:10 2003 UTC (5 years, 10 months ago) by agc
Branch: MAIN
CVS Tags: 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,
netbsd-2
Changes since 1.21: +2 -6
lines
Diff to previous 1.21 (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.21 / (download) - annotate - [select for diffs], Wed Jul 16 21:03:54 2003 UTC (5 years, 11 months ago) by nathanw
Branch: MAIN
Changes since 1.20: +5 -1
lines
Diff to previous 1.20 (colored)
Add the _POSIX_THREAD and _POSIX_TIMER mandated minimum limits.
Revision 1.20 / (download) - annotate - [select for diffs], Mon Apr 28 23:16:13 2003 UTC (6 years, 2 months ago) by bjh21
Branch: MAIN
Changes since 1.19: +9 -6
lines
Diff to previous 1.19 (colored)
Add a new feature-test macro, _NETBSD_SOURCE. If this is defined by the application, all NetBSD interfaces are made visible, even if some other feature-test macro (like _POSIX_C_SOURCE) is defined. <sys/featuretest.h> defined _NETBSD_SOURCE if none of _ANSI_SOURCE, _POSIX_C_SOURCE and _XOPEN_SOURCE is defined, so as to preserve existing behaviour. This has two major advantages: + Programs that require non-POSIX facilities but define _POSIX_C_SOURCE can trivially be overruled by putting -D_NETBSD_SOURCE in their CFLAGS. + It makes most of the #ifs simpler, in that they're all now ORs of the various macros, rather than having checks for (!defined(_ANSI_SOURCE) || !defined(_POSIX_C_SOURCE) || !defined(_XOPEN_SOURCE)) all over the place. I've tried not to change the semantics of the headers in any case where _NETBSD_SOURCE wasn't defined, but there were some places where the current semantics were clearly mad, and retaining them was harder than correcting them. In particular, I've mostly normalised things so that _ANSI_SOURCE gets you the smallest set of stuff, then _POSIX_C_SOURCE, _XOPEN_SOURCE and _NETBSD_SOURCE in that order. Tested by building for vax, encouraged by thorpej, and uncontested in tech-userlevel for a week.
Revision 1.19 / (download) - annotate - [select for diffs], Sat Jan 18 17:12:13 2003 UTC (6 years, 5 months ago) by christos
Branch: MAIN
Changes since 1.18: +2 -2
lines
Diff to previous 1.18 (colored)
oops, erased word accidentally.
Revision 1.18 / (download) - annotate - [select for diffs], Sat Jan 18 17:10:16 2003 UTC (6 years, 5 months ago) by christos
Branch: MAIN
Changes since 1.17: +4 -1
lines
Diff to previous 1.17 (colored)
avoid TMP_MAX redefinition
Revision 1.13.8.2 / (download) - annotate - [select for diffs], Tue Dec 10 06:42:45 2002 UTC (6 years, 6 months ago) by thorpej
Branch: nathanw_sa
CVS Tags: nathanw_sa_end
Changes since 1.13.8.1: +19 -7
lines
Diff to previous 1.13.8.1 (colored) to branchpoint 1.13 (colored) next main 1.14 (colored)
Sync with HEAD.
Revision 1.17 / (download) - annotate - [select for diffs], Mon Nov 18 13:39:33 2002 UTC (6 years, 7 months ago) by kleink
Branch: MAIN
CVS Tags: nathanw_sa_before_merge,
nathanw_sa_base,
fvdl_fs64_base
Changes since 1.16: +19 -7
lines
Diff to previous 1.16 (colored)
Update for 1003.1-2001 base and XSI changes.
Revision 1.13.8.1 / (download) - annotate - [select for diffs], Tue Aug 13 00:59:15 2002 UTC (6 years, 10 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.13: +2 -2
lines
Diff to previous 1.13 (colored)
Catch up to -current.
Revision 1.16 / (download) - annotate - [select for diffs], Sun Aug 4 18:06:54 2002 UTC (6 years, 11 months ago) by soren
Branch: MAIN
Changes since 1.15: +3 -0
lines
Diff to previous 1.15 (colored)
Back out previous - I was confused.
Revision 1.15 / (download) - annotate - [select for diffs], Sun Aug 4 05:41:58 2002 UTC (6 years, 11 months ago) by soren
Branch: MAIN
Changes since 1.14: +1 -4
lines
Diff to previous 1.14 (colored)
Per IEEE 1003.1-2001, omit from <limits.h> those Pathname Variable Values that may vary between filesystems: _POSIX_LINK_MAX, _POSIX_NAME_MAX, and _POSIX_PATH_MAX. These are to be obtained from pathconf() instead.
Revision 1.14 / (download) - annotate - [select for diffs], Sun Aug 4 05:22:34 2002 UTC (6 years, 11 months ago) by soren
Branch: MAIN
Changes since 1.13: +2 -2
lines
Diff to previous 1.13 (colored)
As of IEEE (POSIX) 1003.1-2001, _POSIX_PATH_MAX must be at least 256 rather than 255 and is now defined to include the terminating NUL.
Revision 1.12.2.1 / (download) - annotate - [select for diffs], Mon Dec 27 18:29:21 1999 UTC (9 years, 6 months ago) by wrstuden
Branch: wrstuden-devbsize
Changes since 1.12: +2 -1
lines
Diff to previous 1.12 (colored) next main 1.13 (colored)
Pull up to last week's -current.
Revision 1.13 / (download) - annotate - [select for diffs], Mon Sep 27 16:24:39 1999 UTC (9 years, 9 months ago) by kleink
Branch: MAIN
CVS Tags: wrstuden-devbsize-base,
wrstuden-devbsize-19991221,
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,
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,
minoura-xpg4dl,
comdex-fall-1999-base,
comdex-fall-1999
Branch point for: nathanw_sa
Changes since 1.12: +2 -1
lines
Diff to previous 1.12 (colored)
1003.1c: add {LOGIN_NAME_MAX}.
Revision 1.12 / (download) - annotate - [select for diffs], Mon Sep 6 22:20:50 1999 UTC (9 years, 9 months ago) by kleink
Branch: MAIN
Branch point for: wrstuden-devbsize
Changes since 1.11: +2 -2
lines
Diff to previous 1.11 (colored)
Bump NL_TEXTMAX to 2048 (== _POSIX2_LINE_MAX, which is the minimum value required by XSH5.)
Revision 1.11 / (download) - annotate - [select for diffs], Mon Aug 3 14:32:04 1998 UTC (10 years, 11 months ago) by kleink
Branch: MAIN
CVS Tags: netbsd-1-4-base,
netbsd-1-4-RELEASE,
netbsd-1-4-PATCH003,
netbsd-1-4-PATCH002,
netbsd-1-4-PATCH001,
netbsd-1-4
Changes since 1.10: +3 -1
lines
Diff to previous 1.10 (colored)
Per XSH5, define _XOPEN_IOV_MAX.
Revision 1.10 / (download) - annotate - [select for diffs], Wed Jul 8 19:51:25 1998 UTC (10 years, 11 months ago) by kleink
Branch: MAIN
Changes since 1.9: +7 -4
lines
Diff to previous 1.9 (colored)
For the sake of XPG3 and later, provide TMP_MAX; consistent with the defintion in <stdio.h>. Also, rearrange name space protection a bit.
Revision 1.9 / (download) - annotate - [select for diffs], Mon Feb 2 21:07:27 1998 UTC (11 years, 5 months ago) by perry
Branch: MAIN
Changes since 1.8: +8 -8
lines
Diff to previous 1.8 (colored)
merge lite-2
Revision 1.1.1.2 / (download) - annotate - [select for diffs] (vendor branch), Mon Feb 2 07:22:57 1998 UTC (11 years, 5 months ago) by perry
Branch: WFJ-920714,
CSRG
CVS Tags: lite-2
Changes since 1.1.1.1: +6 -3
lines
Diff to previous 1.1.1.1 (colored)
import lite-2
Revision 1.8 / (download) - annotate - [select for diffs], Mon Oct 21 05:10:50 1996 UTC (12 years, 8 months ago) by jtc
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
Changes since 1.7: +2 -2
lines
Diff to previous 1.7 (colored)
Fix typo: _POSIX_SSIZE_MAX was set to wrong value
Revision 1.7 / (download) - annotate - [select for diffs], Wed Oct 26 00:56:00 1994 UTC (14 years, 8 months ago) by cgd
Branch: MAIN
CVS Tags: 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.6: +3 -2
lines
Diff to previous 1.6 (colored)
new RCS ID format.
Revision 1.6 / (download) - annotate - [select for diffs], Wed Oct 5 17:24:47 1994 UTC (14 years, 9 months ago) by jtc
Branch: MAIN
Changes since 1.5: +13 -2
lines
Diff to previous 1.5 (colored)
Add constants required by XPG3
Revision 1.5 / (download) - annotate - [select for diffs], Tue Oct 12 21:56:55 1993 UTC (15 years, 8 months ago) by jtc
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.4: +1 -2
lines
Diff to previous 1.4 (colored)
POSIX2_VERSION macro is supposed to live in <unistd.h>
Revision 1.4 / (download) - annotate - [select for diffs], Fri Sep 24 18:13:15 1993 UTC (15 years, 9 months ago) by jtc
Branch: MAIN
Changes since 1.3: +7 -2
lines
Diff to previous 1.3 (colored)
Do not #define the _POSIX_FOO constants if compliling in strict ANSI mode. Define the _POSIX_SSIZE_MAX, _POSIX_STREAM_MAX, and _POSIX_TZNAME_MAX constants added in 1003.1-90.
Revision 1.3 / (download) - annotate - [select for diffs], Tue Sep 21 21:55:40 1993 UTC (15 years, 9 months ago) by jtc
Branch: MAIN
Changes since 1.2: +3 -2
lines
Diff to previous 1.2 (colored)
POSIX_EQUIV_CLASS_MAX was renamed POSIX_COLL_WEIGHTS_MAX in final draft of POSIX.2. Added definintion for _POSIX2_VERSION.
Revision 1.2 / (download) - annotate - [select for diffs], Sun Aug 1 18:44:50 1993 UTC (15 years, 11 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:50:41 1993 UTC (16 years, 3 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:50:40 1993 UTC (16 years, 3 months ago) by cgd
Branch: MAIN
Initial revision