summaryrefslogtreecommitdiff
path: root/usr.bin/tftp
AgeCommit message (Expand)Author
2023-06-03bsd.own.mk: rename GCC_NO_* to CC_WNO_*lukem
2023-01-06PR/57166: John Dundas: Correct error code byte order in error messagechristos
2021-02-03tftp: no longer need packed member warningroy
2020-09-07apply GCC_NO_ADDR_OF_PACKED_MEMBERmrg
2020-02-08user.bin/tftp: Suppress -Werror=format-overflow error.fox
2019-10-04turn off various warnings for various things:mrg
2017-07-03Remove workaround for ancient HTML generation code.wiz
2016-09-03storage class first, *then* __deaddholland
2016-09-03Remove K&R __P macros.sevan
2013-03-29Work around "variable might be clobbered by longjmp" gcc warning when compili...rkujawa
2012-07-16Undo the non-sharing of the "toplevel" jmp_buf between main.c and tftp.c,he
2012-03-20Use C89 function definitionsmatt
2012-01-16PR/45842: Henning Petersen: compare fgets with NULL not 0christos
2011-09-17ansify, const, knfchristos
2011-09-17Add back a line accidentally deleted in the previous commit.minskim
2011-09-16Use __deadjoerg
2009-04-14Enable WARNS=4 by default for usr.bin, except for:lukem
2009-01-18fix -Wsign-compare issueslukem
2008-12-11- Malformed multicast option not being checkedseanb
2008-07-21Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2007-05-28Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on thetls
2006-10-22sprinkle volatile.christos
2006-10-22use c99 initializer.christos
2006-09-29Coverity CID 4119: Check negative returns (from Arnaud Lacombe)christos
2006-07-23Nitpicks.wiz
2006-07-23Mention multicast TFTP support.jmcneill
2006-07-21Add support for the multicast TFTP option. Reviewed by Rui Paulo.jmcneill
2006-04-09Coverity CID 894: Avoid NULL dereference that cannot really happen.christos
2006-04-09Pass lint.christos
2006-02-01Do not use %d for size_t!martin
2006-01-31PR/32680: Yves-Emmanuel JUTARD: Improve some error checking that causeschristos
2005-11-20Fix old-style C code, update to WARNS=4.ross
2005-06-02appease gcc -Wuninitializedlukem
2004-10-10Move declaration of local variables to start of function instead ofhe
2004-10-02Make the extended options work on little endian machines.erh
2003-10-02correct arg to setpeer() from main().itojun
2003-10-02correct arg handling in setpeer().itojun
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-07-12strlcpyitojun
2003-07-04Bump date for last.wiz
2003-06-11Support negotiation and use of TFTP Option Extension (rfc 2347) for thebriggs
2003-02-25.Nm does not need a dummy argument ("") before punctuation orwiz
2003-02-01Fix sendto return value check (incomplete change in 1.14).wiz
2002-09-30New sentence, new line.grant
2002-02-08Generate <>& symbolically. I'm avoiding .../dist/... directories for now.ross
2001-12-01Whitespace cleanup.wiz
2001-11-19__ss_{len,famiy} hack is no longer necessaryitojun
2000-12-30fix argument validation mistake in setpeer().itojun
2000-11-21make sure we do not overrun tp->th_msg on ERROR packet.itojun
2000-11-21make sure we do not overrun peeraddr.itojun