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