freebsd-dev/libexec/tftpd
Kyle Evans 924e10b809 tftpd: tests: raise targeted cstd to c11
r358556 added alignas() use to the functional tests, which isn't defined
until C11. Raise the -std to C11 to fix the build under freebsd-gcc{6,9}.

Reported by:	mhorne, Jenkins/CI
2020-03-05 22:45:16 +00:00
..
tests tftpd: tests: raise targeted cstd to c11 2020-03-05 22:45:16 +00:00
Makefile Add some functional tests for tftpd(8) 2018-03-09 15:30:20 +00:00
Makefile.depend Update Makefile.depend files 2019-12-11 17:37:53 +00:00
Makefile.depend.options Add Makefile.depend.options 2019-12-11 17:37:37 +00:00
tftp-file.c Add support for the TFTP windowsize option described in RFC 7440. 2020-03-02 22:19:30 +00:00
tftp-file.h Add support for the TFTP windowsize option described in RFC 7440. 2020-03-02 22:19:30 +00:00
tftp-io.c Fix several Coverity warnings in tftp 2018-07-22 17:10:12 +00:00
tftp-io.h libexec: adoption of SPDX licensing ID tags. 2017-11-27 15:25:02 +00:00
tftp-options.c Add support for the TFTP windowsize option described in RFC 7440. 2020-03-02 22:19:30 +00:00
tftp-options.h Add support for the TFTP windowsize option described in RFC 7440. 2020-03-02 22:19:30 +00:00
tftp-transfer.c Add support for the TFTP windowsize option described in RFC 7440. 2020-03-02 22:19:30 +00:00
tftp-transfer.h libexec: adoption of SPDX licensing ID tags. 2017-11-27 15:25:02 +00:00
tftp-utils.c Add support for the TFTP windowsize option described in RFC 7440. 2020-03-02 22:19:30 +00:00
tftp-utils.h Add support for the TFTP windowsize option described in RFC 7440. 2020-03-02 22:19:30 +00:00
tftpd.8 Add support for the TFTP windowsize option described in RFC 7440. 2020-03-02 22:19:30 +00:00
tftpd.c Fix multiple Coverity warnings in tftpd(8) 2018-07-22 16:14:30 +00:00