Module Name:src
Committed By: rillig
Date: Sat Oct 12 06:48:30 UTC 2024
Modified Files:
src/tests/usr.bin/xlint/lint1: msg_132.c
Log Message:
tests/lint: extend test for integer constraints
To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 src/tests/usr.bin/x
Module Name:src
Committed By: rillig
Date: Sat Oct 12 06:48:30 UTC 2024
Modified Files:
src/tests/usr.bin/xlint/lint1: msg_132.c
Log Message:
tests/lint: extend test for integer constraints
To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 src/tests/usr.bin/x
Module Name:src
Committed By: rillig
Date: Fri Oct 11 20:45:15 UTC 2024
Modified Files:
src/usr.bin/xlint/lint1: tree.c
Log Message:
lint: sort integer constraint functions and branches
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.654 -r1.65
Module Name:src
Committed By: rillig
Date: Fri Oct 11 20:45:15 UTC 2024
Modified Files:
src/usr.bin/xlint/lint1: tree.c
Log Message:
lint: sort integer constraint functions and branches
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.654 -r1.65
Module Name:src
Committed By: martin
Date: Fri Oct 11 19:09:16 UTC 2024
Modified Files:
src/doc [netbsd-10]: CHANGES-10.1
Log Message:
Tickets #942, #943, #945 - #952
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.44 -r1.1.2.45 src/doc/CHANGES-10.1
Please note
Module Name:src
Committed By: martin
Date: Fri Oct 11 19:09:16 UTC 2024
Modified Files:
src/doc [netbsd-10]: CHANGES-10.1
Log Message:
Tickets #942, #943, #945 - #952
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.44 -r1.1.2.45 src/doc/CHANGES-10.1
Please note
Module Name:src
Committed By: martin
Date: Fri Oct 11 19:07:20 UTC 2024
Modified Files:
src/sys/sys [netbsd-10]: endian.h
Log Message:
Pull up following revision(s) (requested by riastradh in ticket #952):
sys/sys/endian.h: revision 1.32
sys/sys/endian.h:
Module Name:src
Committed By: martin
Date: Fri Oct 11 19:07:20 UTC 2024
Modified Files:
src/sys/sys [netbsd-10]: endian.h
Log Message:
Pull up following revision(s) (requested by riastradh in ticket #952):
sys/sys/endian.h: revision 1.32
sys/sys/endian.h:
Module Name:src
Committed By: martin
Date: Fri Oct 11 19:03:24 UTC 2024
Modified Files:
src/include [netbsd-10]: stdlib.h
Log Message:
Pull up following revision(s) (requested by riastradh in ticket #951):
include/stdlib.h: revision 1.126
stdlib.h: Use same test
Module Name:src
Committed By: martin
Date: Fri Oct 11 19:03:24 UTC 2024
Modified Files:
src/include [netbsd-10]: stdlib.h
Log Message:
Pull up following revision(s) (requested by riastradh in ticket #951):
include/stdlib.h: revision 1.126
stdlib.h: Use same test
Module Name:src
Committed By: martin
Date: Fri Oct 11 19:01:12 UTC 2024
Modified Files:
src/distrib/sets/lists/debug [netbsd-10]: mi
src/distrib/sets/lists/tests [netbsd-10]: mi
src/include [netbsd-10]: math.h
src/tests/lib/libm [netbsd-10]: Makefile
Module Name:src
Committed By: martin
Date: Fri Oct 11 19:01:12 UTC 2024
Modified Files:
src/distrib/sets/lists/debug [netbsd-10]: mi
src/distrib/sets/lists/tests [netbsd-10]: mi
src/include [netbsd-10]: math.h
src/tests/lib/libm [netbsd-10]: Makefile
Module Name:src
Committed By: martin
Date: Fri Oct 11 18:51:21 UTC 2024
Modified Files:
src/sys/sys [netbsd-10]: featuretest.h
Log Message:
Pull up following revision(s) (requested by riastradh in ticket #949):
sys/sys/featuretest.h: revision 1.13
sys/featuretest
Module Name:src
Committed By: martin
Date: Fri Oct 11 18:51:21 UTC 2024
Modified Files:
src/sys/sys [netbsd-10]: featuretest.h
Log Message:
Pull up following revision(s) (requested by riastradh in ticket #949):
sys/sys/featuretest.h: revision 1.13
sys/featuretest
Module Name:src
Committed By: martin
Date: Fri Oct 11 18:48:01 UTC 2024
Modified Files:
src/sys/sys [netbsd-10]: signal.h
Log Message:
Pull up following revision(s) (requested by riastradh in ticket #948):
sys/sys/signal.h: revision 1.76
signal.h: Fix namespacing
Module Name:src
Committed By: martin
Date: Fri Oct 11 18:48:01 UTC 2024
Modified Files:
src/sys/sys [netbsd-10]: signal.h
Log Message:
Pull up following revision(s) (requested by riastradh in ticket #948):
sys/sys/signal.h: revision 1.76
signal.h: Fix namespacing
Module Name:src
Committed By: martin
Date: Fri Oct 11 18:43:38 UTC 2024
Modified Files:
src/doc [netbsd-9]: CHANGES-9.5
Log Message:
Ticket #1898
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.23 -r1.1.2.24 src/doc/CHANGES-9.5
Please note that diffs are not pub
Module Name:src
Committed By: martin
Date: Fri Oct 11 18:43:38 UTC 2024
Modified Files:
src/doc [netbsd-9]: CHANGES-9.5
Log Message:
Ticket #1898
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.23 -r1.1.2.24 src/doc/CHANGES-9.5
Please note that diffs are not pub
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: martin
Date: Fri Oct 11 18:42:25 UTC 2024
Modified Files:
src/lib/libc/gen [netbsd-9]: readdir.c
Log Message:
Pull up following revision(s) (requested by riastradh in ticket #1898):
lib/libc/gen/readdir.c: revision 1.27
readdir(3): P
Module Name:src
Committed By: martin
Date: Fri Oct 11 18:42:25 UTC 2024
Modified Files:
src/lib/libc/gen [netbsd-9]: readdir.c
Log Message:
Pull up following revision(s) (requested by riastradh in ticket #1898):
lib/libc/gen/readdir.c: revision 1.27
readdir(3): P
Module Name:src
Committed By: martin
Date: Fri Oct 11 17:38:21 UTC 2024
Modified Files:
src/doc [netbsd-9]: CHANGES-9.5
Log Message:
Tickets #1896 and #1897
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.22 -r1.1.2.23 src/doc/CHANGES-9.5
Please note that diffs
Module Name:src
Committed By: martin
Date: Fri Oct 11 17:38:21 UTC 2024
Modified Files:
src/doc [netbsd-9]: CHANGES-9.5
Log Message:
Tickets #1896 and #1897
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.22 -r1.1.2.23 src/doc/CHANGES-9.5
Please note that diffs
Module Name:src
Committed By: martin
Date: Fri Oct 11 17:35:47 UTC 2024
Modified Files:
src/distrib/sets/lists/comp [netbsd-9]: mi
src/lib/libc/locale [netbsd-9]: Makefile.inc mbsrtowcs.3 wcsrtombs.3
Log Message:
Pull up following revision(s) (requested by riastrad
Module Name:src
Committed By: martin
Date: Fri Oct 11 17:35:47 UTC 2024
Modified Files:
src/distrib/sets/lists/comp [netbsd-9]: mi
src/lib/libc/locale [netbsd-9]: Makefile.inc mbsrtowcs.3 wcsrtombs.3
Log Message:
Pull up following revision(s) (requested by riastrad
Module Name:src
Committed By: martin
Date: Fri Oct 11 17:34:01 UTC 2024
Modified Files:
src/distrib/sets/lists/comp [netbsd-10]: mi
src/lib/libc/locale [netbsd-10]: Makefile.inc mbsrtowcs.3 wcsrtombs.3
Log Message:
Pull up following revision(s) (requested by riastr
Module Name:src
Committed By: martin
Date: Fri Oct 11 17:34:01 UTC 2024
Modified Files:
src/distrib/sets/lists/comp [netbsd-10]: mi
src/lib/libc/locale [netbsd-10]: Makefile.inc mbsrtowcs.3 wcsrtombs.3
Log Message:
Pull up following revision(s) (requested by riastr
Module Name:src
Committed By: martin
Date: Fri Oct 11 17:30:20 UTC 2024
Modified Files:
src/lib/libc/sys [netbsd-10]: poll.2 select.2
Log Message:
Pull up following revision(s) (requested by riastradh in ticket #946):
lib/libc/sys/poll.2: revision 1.38
lib
Module Name:src
Committed By: martin
Date: Fri Oct 11 17:30:20 UTC 2024
Modified Files:
src/lib/libc/sys [netbsd-10]: poll.2 select.2
Log Message:
Pull up following revision(s) (requested by riastradh in ticket #946):
lib/libc/sys/poll.2: revision 1.38
lib
Module Name:src
Committed By: martin
Date: Fri Oct 11 17:26:32 UTC 2024
Modified Files:
src/include [netbsd-10]: limits.h
Log Message:
Pull up following revision(s) (requested by riastradh in ticket #945):
include/limits.h: revision 1.45
limits.h: Define PTHREAD_
Module Name:src
Committed By: martin
Date: Fri Oct 11 17:26:32 UTC 2024
Modified Files:
src/include [netbsd-10]: limits.h
Log Message:
Pull up following revision(s) (requested by riastradh in ticket #945):
include/limits.h: revision 1.45
limits.h: Define PTHREAD_
Module Name:src
Committed By: martin
Date: Fri Oct 11 17:18:05 UTC 2024
Modified Files:
src/sys/kern [netbsd-9]: kern_resource.c subr_time.c
src/sys/sys [netbsd-9]: resourcevar.h
src/tests/lib/libc/sys [netbsd-9]: t_clock_gettime.c
Log Message:
Pull up foll
Module Name:src
Committed By: martin
Date: Fri Oct 11 17:18:05 UTC 2024
Modified Files:
src/sys/kern [netbsd-9]: kern_resource.c subr_time.c
src/sys/sys [netbsd-9]: resourcevar.h
src/tests/lib/libc/sys [netbsd-9]: t_clock_gettime.c
Log Message:
Pull up foll
Module Name:src
Committed By: martin
Date: Fri Oct 11 17:12:29 UTC 2024
Modified Files:
src/sys/kern [netbsd-10]: kern_resource.c subr_time.c
src/sys/sys [netbsd-10]: resourcevar.h
src/tests/lib/libc/sys [netbsd-10]: t_clock_gettime.c
Log Message:
Pull up f
Module Name:src
Committed By: martin
Date: Fri Oct 11 17:12:29 UTC 2024
Modified Files:
src/sys/kern [netbsd-10]: kern_resource.c subr_time.c
src/sys/sys [netbsd-10]: resourcevar.h
src/tests/lib/libc/sys [netbsd-10]: t_clock_gettime.c
Log Message:
Pull up f
Module Name:src
Committed By: martin
Date: Fri Oct 11 17:07:17 UTC 2024
Modified Files:
src/share/man/man9 [netbsd-10]: ts2timo.9
src/sys/kern [netbsd-10]: subr_time.c
Log Message:
Pull up following revision(s) (requested by kre in ticket #942):
share/man/
Module Name:src
Committed By: martin
Date: Fri Oct 11 17:07:17 UTC 2024
Modified Files:
src/share/man/man9 [netbsd-10]: ts2timo.9
src/sys/kern [netbsd-10]: subr_time.c
Log Message:
Pull up following revision(s) (requested by kre in ticket #942):
share/man/
Module Name:src
Committed By: kre
Date: Fri Oct 11 09:02:10 UTC 2024
Modified Files:
src/bin/sh: miscbltin.c sh.1
Log Message:
Add -b and -nMAX options to the read builtin.
As requested on (perhaps more than one) mailing list, this adds
a -n MAX option, to allow the amoun
Module Name:src
Committed By: kre
Date: Fri Oct 11 09:02:10 UTC 2024
Modified Files:
src/bin/sh: miscbltin.c sh.1
Log Message:
Add -b and -nMAX options to the read builtin.
As requested on (perhaps more than one) mailing list, this adds
a -n MAX option, to allow the amoun
Module Name:src
Committed By: martin
Date: Fri Oct 11 08:55:41 UTC 2024
Modified Files:
src/doc [netbsd-10]: CHANGES-10.1
Log Message:
Ticket #941
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.43 -r1.1.2.44 src/doc/CHANGES-10.1
Please note that diffs are not p
Module Name:src
Committed By: martin
Date: Fri Oct 11 08:55:41 UTC 2024
Modified Files:
src/doc [netbsd-10]: CHANGES-10.1
Log Message:
Ticket #941
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.43 -r1.1.2.44 src/doc/CHANGES-10.1
Please note that diffs are not p
Module Name:src
Committed By: martin
Date: Fri Oct 11 08:54:39 UTC 2024
Modified Files:
src/sbin/cgdconfig [netbsd-10]: Makefile cgdconfig.8 cgdconfig.c
params.c params.h
Log Message:
Pull up following revision(s) (requested by riastradh in ticket #941):
Module Name:src
Committed By: martin
Date: Fri Oct 11 08:54:39 UTC 2024
Modified Files:
src/sbin/cgdconfig [netbsd-10]: Makefile cgdconfig.8 cgdconfig.c
params.c params.h
Log Message:
Pull up following revision(s) (requested by riastradh in ticket #941):
Module Name:src
Committed By: kre
Date: Fri Oct 11 08:53:09 UTC 2024
Modified Files:
src/bin/sh: mkoptions.sh
Log Message:
Allow '+' to be specified as the "one char option name" for long options
that don't have a 1 char equivalent, but do want to become a member of
an opt
Module Name:src
Committed By: kre
Date: Fri Oct 11 08:53:09 UTC 2024
Modified Files:
src/bin/sh: mkoptions.sh
Log Message:
Allow '+' to be specified as the "one char option name" for long options
that don't have a 1 char equivalent, but do want to become a member of
an opt
46 matches
Mail list logo