| #
e9ac4169
|
| 15-Jul-2024 |
Warner Losh <imp@FreeBSD.org> |
Remove residual blank line at start of Makefile
This is a residual of the $FreeBSD$ removal.
MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
|
| #
d0b2dbfa
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
|
| #
90ec6a30
|
| 24-Sep-2020 |
Alan Somers <asomers@FreeBSD.org> |
lib/libc/tests/iconv: raise WARNS to 6
MFC after: 2 weeks
|
| #
e9ac4169
|
| 15-Jul-2024 |
Warner Losh <imp@FreeBSD.org> |
Remove residual blank line at start of Makefile
This is a residual of the $FreeBSD$ removal.
MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
|
| #
d0b2dbfa
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
|
| #
90ec6a30
|
| 24-Sep-2020 |
Alan Somers <asomers@FreeBSD.org> |
lib/libc/tests/iconv: raise WARNS to 6
MFC after: 2 weeks
|
| #
b08fc26c
|
| 11-Mar-2017 |
Alan Somers <asomers@FreeBSD.org> |
Increase WARNS for iconv tests
ATF tests have a default WARNS of 0, unlike other usermode programs.
Reviewed by: ngie MFC after: 3 weeks Sponsored by: Spectra Logic Corporation Differential Revisio
Increase WARNS for iconv tests
ATF tests have a default WARNS of 0, unlike other usermode programs.
Reviewed by: ngie MFC after: 3 weeks Sponsored by: Spectra Logic Corporation Differential Revision: https://reviews.freebsd.org/D9933
show more ...
|
| #
8c4282b3
|
| 24-Sep-2016 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r305892 through r306302.
|
| #
87d5d10d
|
| 18-Sep-2016 |
Enji Cooper <ngie@FreeBSD.org> |
Don't define PACKAGE in lib/libc/tests/{iconv,net/getaddrinfo} needlessly
This is already being done by bsd.test.mk
The other subdirectory Makefiles were intentionally left alone
MFC after: 1 week
Don't define PACKAGE in lib/libc/tests/{iconv,net/getaddrinfo} needlessly
This is already being done by bsd.test.mk
The other subdirectory Makefiles were intentionally left alone
MFC after: 1 week Sponsored by: Dell EMC Isilon
show more ...
|
| #
07917187
|
| 14-May-2016 |
Eric van Gyzen <vangyzen@FreeBSD.org> |
iconvctl(3): remove superfluous NULL pointer tests
convname and dst are guaranteed to be non-NULL by iconv_open(3). src is an array. Remove these tests for NULL pointers. While I'm here, eliminate a
iconvctl(3): remove superfluous NULL pointer tests
convname and dst are guaranteed to be non-NULL by iconv_open(3). src is an array. Remove these tests for NULL pointers. While I'm here, eliminate a strlcpy with a correct but suspicious-looking calculation for the third parameter (i.e. not a simple sizeof). Compare the strings in-place instead of copying.
Found by: bdrewery Found by: Coverity CID: 1130050, 1130056 MFC after: 3 days Sponsored by: Dell Inc. Differential Revision: https://reviews.freebsd.org/D6338
show more ...
|
| #
b08fc26c
|
| 11-Mar-2017 |
Alan Somers <asomers@FreeBSD.org> |
Increase WARNS for iconv tests
ATF tests have a default WARNS of 0, unlike other usermode programs.
Reviewed by: ngie MFC after: 3 weeks Sponsored by: Spectra Logic Corporation Differential Revisio
Increase WARNS for iconv tests
ATF tests have a default WARNS of 0, unlike other usermode programs.
Reviewed by: ngie MFC after: 3 weeks Sponsored by: Spectra Logic Corporation Differential Revision: https://reviews.freebsd.org/D9933
show more ...
|
| #
8c4282b3
|
| 24-Sep-2016 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r305892 through r306302.
|
| #
87d5d10d
|
| 18-Sep-2016 |
Enji Cooper <ngie@FreeBSD.org> |
Don't define PACKAGE in lib/libc/tests/{iconv,net/getaddrinfo} needlessly
This is already being done by bsd.test.mk
The other subdirectory Makefiles were intentionally left alone
MFC after: 1 week
Don't define PACKAGE in lib/libc/tests/{iconv,net/getaddrinfo} needlessly
This is already being done by bsd.test.mk
The other subdirectory Makefiles were intentionally left alone
MFC after: 1 week Sponsored by: Dell EMC Isilon
show more ...
|
| #
07917187
|
| 14-May-2016 |
Eric van Gyzen <vangyzen@FreeBSD.org> |
iconvctl(3): remove superfluous NULL pointer tests
convname and dst are guaranteed to be non-NULL by iconv_open(3). src is an array. Remove these tests for NULL pointers. While I'm here, eliminate a
iconvctl(3): remove superfluous NULL pointer tests
convname and dst are guaranteed to be non-NULL by iconv_open(3). src is an array. Remove these tests for NULL pointers. While I'm here, eliminate a strlcpy with a correct but suspicious-looking calculation for the third parameter (i.e. not a simple sizeof). Compare the strings in-place instead of copying.
Found by: bdrewery Found by: Coverity CID: 1130050, 1130056 MFC after: 3 days Sponsored by: Dell Inc. Differential Revision: https://reviews.freebsd.org/D6338
show more ...
|
| #
e9ac4169
|
| 15-Jul-2024 |
Warner Losh <imp@FreeBSD.org> |
Remove residual blank line at start of Makefile
This is a residual of the $FreeBSD$ removal.
MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
|
| #
d0b2dbfa
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
|
| #
90ec6a30
|
| 24-Sep-2020 |
Alan Somers <asomers@FreeBSD.org> |
lib/libc/tests/iconv: raise WARNS to 6
MFC after: 2 weeks
|
| #
b08fc26c
|
| 11-Mar-2017 |
Alan Somers <asomers@FreeBSD.org> |
Increase WARNS for iconv tests
ATF tests have a default WARNS of 0, unlike other usermode programs.
Reviewed by: ngie MFC after: 3 weeks Sponsored by: Spectra Logic Corporation Differential Revisio
Increase WARNS for iconv tests
ATF tests have a default WARNS of 0, unlike other usermode programs.
Reviewed by: ngie MFC after: 3 weeks Sponsored by: Spectra Logic Corporation Differential Revision: https://reviews.freebsd.org/D9933
show more ...
|
| #
8c4282b3
|
| 24-Sep-2016 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r305892 through r306302.
|
| #
87d5d10d
|
| 18-Sep-2016 |
Enji Cooper <ngie@FreeBSD.org> |
Don't define PACKAGE in lib/libc/tests/{iconv,net/getaddrinfo} needlessly
This is already being done by bsd.test.mk
The other subdirectory Makefiles were intentionally left alone
MFC after: 1 week
Don't define PACKAGE in lib/libc/tests/{iconv,net/getaddrinfo} needlessly
This is already being done by bsd.test.mk
The other subdirectory Makefiles were intentionally left alone
MFC after: 1 week Sponsored by: Dell EMC Isilon
show more ...
|
| #
07917187
|
| 14-May-2016 |
Eric van Gyzen <vangyzen@FreeBSD.org> |
iconvctl(3): remove superfluous NULL pointer tests
convname and dst are guaranteed to be non-NULL by iconv_open(3). src is an array. Remove these tests for NULL pointers. While I'm here, eliminate a
iconvctl(3): remove superfluous NULL pointer tests
convname and dst are guaranteed to be non-NULL by iconv_open(3). src is an array. Remove these tests for NULL pointers. While I'm here, eliminate a strlcpy with a correct but suspicious-looking calculation for the third parameter (i.e. not a simple sizeof). Compare the strings in-place instead of copying.
Found by: bdrewery Found by: Coverity CID: 1130050, 1130056 MFC after: 3 days Sponsored by: Dell Inc. Differential Revision: https://reviews.freebsd.org/D6338
show more ...
|