Module Name:src
Committed By: riastradh
Date: Sat Mar 29 01:43:38 UTC 2025
Modified Files:
src/include: assert.h
Log Message:
assert.h: Sprinkle __predict_true.
Assertions are always supposed to be true, so this should be a good
prediction.
This matches what we have done
Module Name:src
Committed By: riastradh
Date: Sat Mar 29 01:43:38 UTC 2025
Modified Files:
src/include: assert.h
Log Message:
assert.h: Sprinkle __predict_true.
Assertions are always supposed to be true, so this should be a good
prediction.
This matches what we have done
Module Name:src
Committed By: rillig
Date: Thu Mar 13 06:36:20 UTC 2025
Modified Files:
src/include: ucontext.h
Log Message:
ucontext.h: suppress lint warning about missing prototype
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/include/ucontext.h
Pl
Module Name:src
Committed By: rillig
Date: Thu Mar 13 06:36:20 UTC 2025
Modified Files:
src/include: ucontext.h
Log Message:
ucontext.h: suppress lint warning about missing prototype
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/include/ucontext.h
Pl
Module Name:src
Committed By: nia
Date: Mon Feb 17 17:04:16 UTC 2025
Modified Files:
src/include: stdlib.h
Log Message:
stdlib: Move mkostemp out of the _OPENBSD_SOURCE block.
To generate a diff of this commit:
cvs rdiff -u -r1.128 -r1.129 src/include/stdlib.h
Please no
Module Name:src
Committed By: nia
Date: Mon Feb 17 17:04:16 UTC 2025
Modified Files:
src/include: stdlib.h
Log Message:
stdlib: Move mkostemp out of the _OPENBSD_SOURCE block.
To generate a diff of this commit:
cvs rdiff -u -r1.128 -r1.129 src/include/stdlib.h
Please no
Module Name:src
Committed By: christos
Date: Fri Jan 31 18:23:52 UTC 2025
Modified Files:
src/include: tzfile.h
Log Message:
update rfc#
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/include/tzfile.h
Please note that diffs are not public domain; they
Module Name:src
Committed By: christos
Date: Fri Jan 31 18:23:52 UTC 2025
Modified Files:
src/include: tzfile.h
Log Message:
update rfc#
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/include/tzfile.h
Please note that diffs are not public domain; they
Module Name:src
Committed By: nia
Date: Sat Nov 2 20:53:59 UTC 2024
Modified Files:
src/include: dlfcn.h
Log Message:
Expose dladdr(3) to POSIX.1.2024 applications.
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/include/dlfcn.h
Please note that diffs
Module Name:src
Committed By: nia
Date: Sat Nov 2 20:53:59 UTC 2024
Modified Files:
src/include: dlfcn.h
Log Message:
Expose dladdr(3) to POSIX.1.2024 applications.
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/include/dlfcn.h
Please note that diffs
Module Name:src
Committed By: riastradh
Date: Sat Nov 2 03:21:42 UTC 2024
Modified Files:
src/include: util.h
Log Message:
: Need for _POSIX_C_SOURCE.
PR lib/58752: various header files test _*_SOURCE macros but don't
include sys/featuretest.h
To generate a diff of th
Module Name:src
Committed By: riastradh
Date: Sat Nov 2 03:21:42 UTC 2024
Modified Files:
src/include: util.h
Log Message:
: Need for _POSIX_C_SOURCE.
PR lib/58752: various header files test _*_SOURCE macros but don't
include sys/featuretest.h
To generate a diff of th
Module Name:src
Committed By: riastradh
Date: Fri Nov 1 18:52:29 UTC 2024
Modified Files:
src/include: strings.h
Log Message:
strings.h: Fix visibility of bcmp/bcopy/bzero/index/rindex again.
These have always been X/Open / XSI options, and they were nixed in
POSIX 2008,
Module Name:src
Committed By: riastradh
Date: Fri Nov 1 18:52:29 UTC 2024
Modified Files:
src/include: strings.h
Log Message:
strings.h: Fix visibility of bcmp/bcopy/bzero/index/rindex again.
These have always been X/Open / XSI options, and they were nixed in
POSIX 2008,
Module Name:src
Committed By: riastradh
Date: Sun Oct 13 22:00:38 UTC 2024
Modified Files:
src/include: uchar.h
Log Message:
uchar.h: Simplify __cpp_char8_t and __cplusplus conditionals.
No functional change intended.
PR lib/52374: missing
To generate a diff of this c
Module Name:src
Committed By: riastradh
Date: Sun Oct 13 22:00:38 UTC 2024
Modified Files:
src/include: uchar.h
Log Message:
uchar.h: Simplify __cpp_char8_t and __cplusplus conditionals.
No functional change intended.
PR lib/52374: missing
To generate a diff of this c
Module Name:src
Committed By: riastradh
Date: Sun Oct 13 22:00:23 UTC 2024
Modified Files:
src/include: uchar.h
Log Message:
uchar.h: Need for __restrict.
PR lib/52374: missing
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/include/uchar.h
Please not
Module Name:src
Committed By: riastradh
Date: Sun Oct 13 22:00:23 UTC 2024
Modified Files:
src/include: uchar.h
Log Message:
uchar.h: Need for __restrict.
PR lib/52374: missing
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/include/uchar.h
Please not
Module Name:src
Committed By: riastradh
Date: Sun Oct 13 21:32:23 UTC 2024
Modified Files:
src/include: uchar.h
Log Message:
uchar.h: Include before testing _*_SOURCE.
PR lib/58752: various header files test _*_SOURCE macros but don't
include sys/featuretest.h
PR lib/52
Module Name:src
Committed By: riastradh
Date: Sun Oct 13 21:32:23 UTC 2024
Modified Files:
src/include: uchar.h
Log Message:
uchar.h: Include before testing _*_SOURCE.
PR lib/58752: various header files test _*_SOURCE macros but don't
include sys/featuretest.h
PR lib/52
Module Name:src
Committed By: riastradh
Date: Fri Oct 11 18:43:22 UTC 2024
Modified Files:
src/include: stdlib.h
Log Message:
stdlib.h: Expose reallocarray only for POSIX 2024 or NetBSD/OpenBSD.
reallocarray(3) is new in POSIX 2024, so it should not be exposed if
you ask
Module Name:src
Committed By: riastradh
Date: Fri Oct 11 18:43:22 UTC 2024
Modified Files:
src/include: stdlib.h
Log Message:
stdlib.h: Expose reallocarray only for POSIX 2024 or NetBSD/OpenBSD.
reallocarray(3) is new in POSIX 2024, so it should not be exposed if
you ask
Module Name:src
Committed By: kre
Date: Fri Sep 20 15:52:12 UTC 2024
Modified Files:
src/include: unistd.h
Log Message:
The gethostname() function is (from when it was added to POSIX)
a base function, not an XSI optional extension, so it should be
made visible whenever _PO
Module Name:src
Committed By: kre
Date: Fri Sep 20 15:52:12 UTC 2024
Modified Files:
src/include: unistd.h
Log Message:
The gethostname() function is (from when it was added to POSIX)
a base function, not an XSI optional extension, so it should be
made visible whenever _PO
Module Name:src
Committed By: kre
Date: Mon Sep 16 21:48:14 UTC 2024
Modified Files:
src/include: time.h
Log Message:
The prototype for localtime_r needs to be inside the
#ifndef __LIBC12_SOURCE__ block, as it has a time_t
parameter, and the compat code needs to be able to
Module Name:src
Committed By: kre
Date: Mon Sep 16 21:48:14 UTC 2024
Modified Files:
src/include: time.h
Log Message:
The prototype for localtime_r needs to be inside the
#ifndef __LIBC12_SOURCE__ block, as it has a time_t
parameter, and the compat code needs to be able to
Module Name:src
Committed By: christos
Date: Mon Sep 16 17:58:43 UTC 2024
Modified Files:
src/include: time.h
Log Message:
move gmtime_r in the right ifdefs block, it was not removed in 202405.
To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 src/include/tim
Module Name:src
Committed By: christos
Date: Mon Sep 16 17:58:43 UTC 2024
Modified Files:
src/include: time.h
Log Message:
move gmtime_r in the right ifdefs block, it was not removed in 202405.
To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 src/include/tim
Module Name:src
Committed By: christos
Date: Mon Sep 16 17:25:34 UTC 2024
Modified Files:
src/include: time.h
Log Message:
asctime_r and ctime_r are no more for POSIX202405
To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 src/include/time.h
Please note that
Module Name:src
Committed By: christos
Date: Mon Sep 16 17:25:34 UTC 2024
Modified Files:
src/include: time.h
Log Message:
asctime_r and ctime_r are no more for POSIX202405
To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 src/include/time.h
Please note that
Module Name:src
Committed By: rillig
Date: Mon Sep 9 21:19:54 UTC 2024
Modified Files:
src/include: signal.h
Log Message:
signal.h: sync comment with code, remove trailing whitespace
To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 src/include/signal.h
Ple
Module Name:src
Committed By: rillig
Date: Mon Sep 9 21:19:54 UTC 2024
Modified Files:
src/include: signal.h
Log Message:
signal.h: sync comment with code, remove trailing whitespace
To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 src/include/signal.h
Ple
Module Name:src
Committed By: riastradh
Date: Mon Sep 9 15:15:24 UTC 2024
Modified Files:
src/include: stdlib.h
Log Message:
stdlib.h: Use same test for def. of lldiv_t as for decl. of lldiv(3).
The !_ANSI_SOURCE conditional was a leftover from before we had
_NETBSD_SOUR
Module Name:src
Committed By: riastradh
Date: Mon Sep 9 15:15:24 UTC 2024
Modified Files:
src/include: stdlib.h
Log Message:
stdlib.h: Use same test for def. of lldiv_t as for decl. of lldiv(3).
The !_ANSI_SOURCE conditional was a leftover from before we had
_NETBSD_SOUR
Module Name:src
Committed By: riastradh
Date: Mon Sep 9 15:05:51 UTC 2024
Modified Files:
src/include: math.h
Log Message:
math.h: Define FP_FAST_FMA, FP_FAST_FMAF, FP_FAST_FMAL.
These are not strictly necessary to define, really, so we haven't
exactly been nonconformant
Module Name:src
Committed By: riastradh
Date: Mon Sep 9 15:05:51 UTC 2024
Modified Files:
src/include: math.h
Log Message:
math.h: Define FP_FAST_FMA, FP_FAST_FMAF, FP_FAST_FMAL.
These are not strictly necessary to define, really, so we haven't
exactly been nonconformant
Module Name:src
Committed By: riastradh
Date: Mon Sep 9 12:01:01 UTC 2024
Modified Files:
src/include: limits.h
Log Message:
limits.h: Define PTHREAD_STACK_MIN and tidy up comments.
Define this to be 4096, which is (as far as I can tell) the smallest
possible page size o
Module Name:src
Committed By: riastradh
Date: Mon Sep 9 12:01:01 UTC 2024
Modified Files:
src/include: limits.h
Log Message:
limits.h: Define PTHREAD_STACK_MIN and tidy up comments.
Define this to be 4096, which is (as far as I can tell) the smallest
possible page size o
Module Name:src
Committed By: rillig
Date: Sun Sep 8 18:13:07 UTC 2024
Modified Files:
src/include: stdnoreturn.h time.h
Log Message:
include: C11 has been released
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/include/stdnoreturn.h
cvs rdiff -u -r1.49
Module Name:src
Committed By: rillig
Date: Sun Sep 8 18:13:07 UTC 2024
Modified Files:
src/include: stdnoreturn.h time.h
Log Message:
include: C11 has been released
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/include/stdnoreturn.h
cvs rdiff -u -r1.49
Module Name:src
Committed By: msaitoh
Date: Thu May 30 03:33:32 UTC 2024
Modified Files:
src/include/rpcsvc: yp_prot.h
Log Message:
Fix previous comment fix.
It seems that the work "yppush" was not duplicated.
It was two sentences without period. To make it clear,
add a
Module Name:src
Committed By: msaitoh
Date: Thu May 30 03:33:32 UTC 2024
Modified Files:
src/include/rpcsvc: yp_prot.h
Log Message:
Fix previous comment fix.
It seems that the work "yppush" was not duplicated.
It was two sentences without period. To make it clear,
add a
Module Name:src
Committed By: msaitoh
Date: Sun May 12 23:57:12 UTC 2024
Modified Files:
src/include/rpcsvc: yp_prot.h
Log Message:
Remove duplicated yppush.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/include/rpcsvc/yp_prot.h
Please note that diff
Module Name:src
Committed By: msaitoh
Date: Sun May 12 23:57:12 UTC 2024
Modified Files:
src/include/rpcsvc: yp_prot.h
Log Message:
Remove duplicated yppush.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/include/rpcsvc/yp_prot.h
Please note that diff
Module Name:src
Committed By: rillig
Date: Sun May 12 10:41:23 UTC 2024
Modified Files:
src/include: bitstring.h
Log Message:
include/bitstring.h: remove CONSTCOND comment from do-while-0 loop
Lint doesn't need this comment anymore, as there is nothing surprising
or unusu
Module Name:src
Committed By: rillig
Date: Sun May 12 10:41:23 UTC 2024
Modified Files:
src/include: bitstring.h
Log Message:
include/bitstring.h: remove CONSTCOND comment from do-while-0 loop
Lint doesn't need this comment anymore, as there is nothing surprising
or unusu
Module Name:src
Committed By: riastradh
Date: Tue May 7 15:17:35 UTC 2024
Modified Files:
src/include: math.h
Log Message:
math.h: Move declarations under appropriate namespace tests.
Not sure about _REENTRANT, but if gamma_r and lgamma_r go under that
(even if _NETBSD_S
Module Name:src
Committed By: riastradh
Date: Tue May 7 15:17:35 UTC 2024
Modified Files:
src/include: math.h
Log Message:
math.h: Move declarations under appropriate namespace tests.
Not sure about _REENTRANT, but if gamma_r and lgamma_r go under that
(even if _NETBSD_S
Module Name:src
Committed By: jkoshy
Date: Fri Feb 16 11:13:59 UTC 2024
Modified Files:
src/include: netdb.h
Log Message:
Note that the NI_WITHSCOPEID flag is obsolete.
To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 src/include/netdb.h
Please note that di
Module Name:src
Committed By: jkoshy
Date: Fri Feb 16 11:13:59 UTC 2024
Modified Files:
src/include: netdb.h
Log Message:
Note that the NI_WITHSCOPEID flag is obsolete.
To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 src/include/netdb.h
Please note that di
Module Name:src
Committed By: kre
Date: Mon Jan 22 14:01:50 UTC 2024
Modified Files:
src/include: math.h
Log Message:
It seems that we need prototypes for long double math functions, even
when !__HAVE_LONG_DOUBLE -- they still exist, but just aren't...
This might unbreak
Module Name:src
Committed By: kre
Date: Mon Jan 22 14:01:50 UTC 2024
Modified Files:
src/include: math.h
Log Message:
It seems that we need prototypes for long double math functions, even
when !__HAVE_LONG_DOUBLE -- they still exist, but just aren't...
This might unbreak
Module Name:src
Committed By: christos
Date: Fri Jan 19 18:40:35 UTC 2024
Modified Files:
src/include: md2.h unistd.h
Log Message:
Add missing decls
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/include/md2.h
cvs rdiff -u -r1.163 -r1.164 src/include/uni
Module Name:src
Committed By: christos
Date: Fri Jan 19 18:40:35 UTC 2024
Modified Files:
src/include: md2.h unistd.h
Log Message:
Add missing decls
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/include/md2.h
cvs rdiff -u -r1.163 -r1.164 src/include/uni
Module Name:src
Committed By: christos
Date: Wed Nov 15 03:14:16 UTC 2023
Modified Files:
src/include/ssp: ssp.h
Log Message:
Allow __ssp_inline to be overriden
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/include/ssp/ssp.h
Please note that diffs ar
Module Name:src
Committed By: christos
Date: Wed Nov 15 03:14:16 UTC 2023
Modified Files:
src/include/ssp: ssp.h
Log Message:
Allow __ssp_inline to be overriden
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/include/ssp/ssp.h
Please note that diffs ar
Module Name:src
Committed By: christos
Date: Fri Nov 10 23:03:37 UTC 2023
Modified Files:
src/include/ssp: ssp.h
Log Message:
PR/57689: RVP: getcwd() not overridable with -D_FORTIFY_SOURCE
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/include/ssp/ssp.
Module Name:src
Committed By: christos
Date: Fri Nov 10 23:03:37 UTC 2023
Modified Files:
src/include/ssp: ssp.h
Log Message:
PR/57689: RVP: getcwd() not overridable with -D_FORTIFY_SOURCE
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/include/ssp/ssp.
Module Name:src
Committed By: christos
Date: Sat Sep 16 18:19:30 UTC 2023
Modified Files:
src/include: tzfile.h
Log Message:
sync with tzcode 2023c
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/include/tzfile.h
Please note that diffs are not public d
Module Name:src
Committed By: christos
Date: Sat Sep 16 18:19:30 UTC 2023
Modified Files:
src/include: tzfile.h
Log Message:
sync with tzcode 2023c
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/include/tzfile.h
Please note that diffs are not public d
Module Name:src
Committed By: rillig
Date: Tue Sep 12 22:08:24 UTC 2023
Modified Files:
src/include: assert.h
Log Message:
assert.h: remove custom macro definitions for lint mode
In lint mode, 'assert(cond)' expanded to nothing. This broke code like
sqlite that assumes '
Module Name:src
Committed By: rillig
Date: Tue Sep 12 22:08:24 UTC 2023
Modified Files:
src/include: assert.h
Log Message:
assert.h: remove custom macro definitions for lint mode
In lint mode, 'assert(cond)' expanded to nothing. This broke code like
sqlite that assumes '
Module Name:src
Committed By: rillig
Date: Sat Aug 19 08:54:36 UTC 2023
Modified Files:
src/include: time.h
Log Message:
time.h: fix typo in comment
To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 src/include/time.h
Please note that diffs are not public do
Module Name:src
Committed By: rillig
Date: Sat Aug 19 08:54:36 UTC 2023
Modified Files:
src/include: time.h
Log Message:
time.h: fix typo in comment
To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 src/include/time.h
Please note that diffs are not public do
Module Name:src
Committed By: andvar
Date: Tue May 23 10:22:42 UTC 2023
Modified Files:
src/include/arpa: nameser.h
Log Message:
s/configuratin/configuration/ in comment, from Brad Harder (bch) by email.
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/i
Module Name:src
Committed By: andvar
Date: Tue May 23 10:22:42 UTC 2023
Modified Files:
src/include/arpa: nameser.h
Log Message:
s/configuratin/configuration/ in comment, from Brad Harder (bch) by email.
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/i
Module Name:src
Committed By: christos
Date: Wed Mar 29 13:37:10 UTC 2023
Modified Files:
src/include/ssp: ssp.h
Log Message:
PR/57288: Mingye Wang: : Use __builtin_dynamic_object_size
for LLVM > 9 and GCC > 12, introducing _SSP_FORTIFY_LEVEL == 3
To generate a diff of t
Module Name:src
Committed By: christos
Date: Wed Mar 29 13:37:10 UTC 2023
Modified Files:
src/include/ssp: ssp.h
Log Message:
PR/57288: Mingye Wang: : Use __builtin_dynamic_object_size
for LLVM > 9 and GCC > 12, introducing _SSP_FORTIFY_LEVEL == 3
To generate a diff of t
Module Name:src
Committed By: nia
Date: Wed Dec 28 11:51:22 UTC 2022
Modified Files:
src/include: dirent.h
Log Message:
scandir(3) and alphasort(3) are part of POSIX-2008, so don't require
_NETBSD_SOURCE to use them.
To generate a diff of this commit:
cvs rdiff -u -r1.37
Module Name:src
Committed By: nia
Date: Wed Dec 28 11:51:22 UTC 2022
Modified Files:
src/include: dirent.h
Log Message:
scandir(3) and alphasort(3) are part of POSIX-2008, so don't require
_NETBSD_SOURCE to use them.
To generate a diff of this commit:
cvs rdiff -u -r1.37
Module Name:src
Committed By: nia
Date: Wed Oct 5 12:09:07 UTC 2022
Modified Files:
src/include: stdlib.h
Log Message:
Remove hacky gcc2-specific alloca definition.
To generate a diff of this commit:
cvs rdiff -u -r1.123 -r1.124 src/include/stdlib.h
Please note that di
Module Name:src
Committed By: nia
Date: Wed Oct 5 12:09:07 UTC 2022
Modified Files:
src/include: stdlib.h
Log Message:
Remove hacky gcc2-specific alloca definition.
To generate a diff of this commit:
cvs rdiff -u -r1.123 -r1.124 src/include/stdlib.h
Please note that di
Module Name:src
Committed By: christos
Date: Tue Aug 16 09:03:04 UTC 2022
Modified Files:
src/include: tzfile.h
Log Message:
whitespace changes from tzcode2022a->tzcode2022b
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/include/tzfile.h
Please note t
Module Name:src
Committed By: christos
Date: Tue Aug 16 09:03:04 UTC 2022
Modified Files:
src/include: tzfile.h
Log Message:
whitespace changes from tzcode2022a->tzcode2022b
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/include/tzfile.h
Please note t
Module Name:src
Committed By: wiz
Date: Mon Aug 1 15:16:05 UTC 2022
Modified Files:
src/include: sched.h
Log Message:
sched.h: keep __clone() visible under _NETBSD_SOURCE
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/include/sched.h
Please note that
Module Name:src
Committed By: wiz
Date: Mon Aug 1 15:16:05 UTC 2022
Modified Files:
src/include: sched.h
Log Message:
sched.h: keep __clone() visible under _NETBSD_SOURCE
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/include/sched.h
Please note that
Module Name:src
Committed By: wiz
Date: Mon Aug 1 14:34:02 UTC 2022
Modified Files:
src/include: sched.h
Log Message:
sched.h: format comment to follow KNF
requested by thorpej@
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/include/sched.h
Please n
Module Name:src
Committed By: wiz
Date: Mon Aug 1 14:34:02 UTC 2022
Modified Files:
src/include: sched.h
Log Message:
sched.h: format comment to follow KNF
requested by thorpej@
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/include/sched.h
Please n
Module Name:src
Committed By: wiz
Date: Mon Aug 1 14:19:40 UTC 2022
Modified Files:
src/include: sched.h
Log Message:
sched.h: Linux documents clone and __clone as only available
when_GNU_SOURCE is defined - follow suit.
Ok martin@
To generate a diff of this commit:
cv
Module Name:src
Committed By: wiz
Date: Mon Aug 1 14:19:40 UTC 2022
Modified Files:
src/include: sched.h
Log Message:
sched.h: Linux documents clone and __clone as only available
when_GNU_SOURCE is defined - follow suit.
Ok martin@
To generate a diff of this commit:
cv
Module Name:src
Committed By: gutteridge
Date: Thu Apr 21 04:03:54 UTC 2022
Modified Files:
src/include/arpa: nameser_compat.h
Log Message:
nameser_compat.h: simplify logic to determine byte order
There's really no need for all the complex #ifdefs present and, on top
of t
Module Name:src
Committed By: gutteridge
Date: Thu Apr 21 04:03:54 UTC 2022
Modified Files:
src/include/arpa: nameser_compat.h
Log Message:
nameser_compat.h: simplify logic to determine byte order
There's really no need for all the complex #ifdefs present and, on top
of t
Module Name:src
Committed By: uwe
Date: Thu Jan 6 00:16:47 UTC 2022
Modified Files:
src/include: err.h
Log Message:
err.h: dead once is dead enough
Per joerg's advice keep the __dead in front position as it is where
_Noreturn would go.
To generate a diff of this commit
Module Name:src
Committed By: uwe
Date: Thu Jan 6 00:16:47 UTC 2022
Modified Files:
src/include: err.h
Log Message:
err.h: dead once is dead enough
Per joerg's advice keep the __dead in front position as it is where
_Noreturn would go.
To generate a diff of this commit
Module Name:src
Committed By: nros
Date: Thu Dec 30 16:20:19 UTC 2021
Modified Files:
src/include: dirent.h
Log Message:
Make fdopendir visible according to POSIX.1 spec.
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/include/dirent.h
Please note that
Module Name:src
Committed By: nros
Date: Thu Dec 30 16:20:19 UTC 2021
Modified Files:
src/include: dirent.h
Log Message:
Make fdopendir visible according to POSIX.1 spec.
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/include/dirent.h
Please note that
Module Name:src
Committed By: rillig
Date: Sat Sep 11 20:05:34 UTC 2021
Modified Files:
src/include: stdio.h
Log Message:
stdio.h: remove outdated comment for vscanf
When these functions where added to stdio.h 1.72 on 2008-08-04, the
conditional included _NETBSD_SOURCE.
Module Name:src
Committed By: rillig
Date: Sat Sep 11 20:05:34 UTC 2021
Modified Files:
src/include: stdio.h
Log Message:
stdio.h: remove outdated comment for vscanf
When these functions where added to stdio.h 1.72 on 2008-08-04, the
conditional included _NETBSD_SOURCE.
Module Name:src
Committed By: rillig
Date: Sat Sep 11 19:05:06 UTC 2021
Modified Files:
src/include: stdio.h
Log Message:
stdio.h: sync comment for struct __sFILE with reality
In stdio.h 1.1 from 1993-03-21, the struct had a member named _ub for
the ungetc buffer. That m
Module Name:src
Committed By: rillig
Date: Sat Sep 11 19:05:06 UTC 2021
Modified Files:
src/include: stdio.h
Log Message:
stdio.h: sync comment for struct __sFILE with reality
In stdio.h 1.1 from 1993-03-21, the struct had a member named _ub for
the ungetc buffer. That m
Module Name:src
Committed By: rillig
Date: Sat Sep 11 18:38:25 UTC 2021
Modified Files:
src/include: stdio.h
Log Message:
stdio.h: remove outdated comment about fpos_t
The 'fairly grotesque' from 1994-04-03 referred to the conditional
definition of the type fpos_t, using
Module Name:src
Committed By: rillig
Date: Sat Sep 11 18:38:25 UTC 2021
Modified Files:
src/include: stdio.h
Log Message:
stdio.h: remove outdated comment about fpos_t
The 'fairly grotesque' from 1994-04-03 referred to the conditional
definition of the type fpos_t, using
Module Name:src
Committed By: rillig
Date: Sat Sep 11 16:58:39 UTC 2021
Modified Files:
src/include: stdio.h
Log Message:
stdio.h: fix typo in comment
To generate a diff of this commit:
cvs rdiff -u -r1.100 -r1.101 src/include/stdio.h
Please note that diffs are not publ
Module Name:src
Committed By: rillig
Date: Sat Sep 11 16:58:39 UTC 2021
Modified Files:
src/include: stdio.h
Log Message:
stdio.h: fix typo in comment
To generate a diff of this commit:
cvs rdiff -u -r1.100 -r1.101 src/include/stdio.h
Please note that diffs are not publ
Module Name:src
Committed By: rillig
Date: Sat Sep 11 08:34:25 UTC 2021
Modified Files:
src/include: stdio.h
Log Message:
stdio.h: fix typo in comment
To generate a diff of this commit:
cvs rdiff -u -r1.99 -r1.100 src/include/stdio.h
Please note that diffs are not publi
Module Name:src
Committed By: rillig
Date: Sat Sep 11 08:34:25 UTC 2021
Modified Files:
src/include: stdio.h
Log Message:
stdio.h: fix typo in comment
To generate a diff of this commit:
cvs rdiff -u -r1.99 -r1.100 src/include/stdio.h
Please note that diffs are not publi
Hmm, it seems that we were the only ones that had RES_NOCHECKNAME enabled.
Everyone else uses check-names by default. So I am inclined to leave it as is.
christos
> On Apr 30, 2021, at 5:33 PM, Christos Zoulas wrote:
>
> Signed PGP part
> I guess I will undo it, because as I mentioned in a sepa
I guess I will undo it, because as I mentioned in a separate mail it causes
other problems.
christos
> On Apr 30, 2021, at 5:18 PM, Robert Elz wrote:
>
>Date:Fri, 30 Apr 2021 12:07:49 -0400
>From:"Christos Zoulas"
>Message-ID: <20210430160749.3a4dbf...@cvs.netbsd.
Date:Fri, 30 Apr 2021 12:07:49 -0400
From:"Christos Zoulas"
Message-ID: <20210430160749.3a4dbf...@cvs.netbsd.org>
| src/include: resolv.h
|
| Log Message:
| Default to check-names for safety.
Please don't do that, check-names applies at the wrong place, a
On Fri, 17 Apr 2020, Kamil Rytarowski wrote:
On 17.04.2020 22:22, Joerg Sonnenberger wrote:
On Fri, Apr 17, 2020 at 03:22:35PM +, Kamil Rytarowski wrote:
Module Name:src
Committed By: kamil
Date: Fri Apr 17 15:22:35 UTC 2020
Modified Files:
src/include: assert.h
L
1 - 100 of 171 matches
Mail list logo