index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
tftp
/
tftp.c
Age
Commit message (
Expand
)
Author
2023-01-06
PR/57166: John Dundas: Correct error code byte order in error message
christos
2016-09-03
storage class first, *then* __dead
dholland
2016-09-03
Remove K&R __P macros.
sevan
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
2011-09-17
ansify, const, knf
christos
2011-09-16
Use __dead
joerg
2009-01-18
fix -Wsign-compare issues
lukem
2008-12-11
- Malformed multicast option not being checked
seanb
2006-10-22
sprinkle volatile.
christos
2006-09-29
Coverity CID 4119: Check negative returns (from Arnaud Lacombe)
christos
2006-07-21
Add support for the multicast TFTP option. Reviewed by Rui Paulo.
jmcneill
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-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2003-06-11
Support negotiation and use of TFTP Option Extension (rfc 2347) for the
briggs
2003-02-01
Fix sendto return value check (incomplete change in 1.14).
wiz
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-10-22
A too hasty checkin (and lack of -Wsign-compare) made send() never fail.
dogcow
2000-10-18
defs had 'short block' for blocksize; changed defs to be unsigned.
dogcow
2000-01-21
Nuke `extern int errno;' in code we compile with -Wstrict-prototypes. We get
mycroft
1999-07-12
IPv6 support.
itojun
1998-12-19
char -> unsigned char
christos
1998-07-26
const poisoning.
mycroft
1997-10-20
deprecate register, use err/warn, fix .Nm usage
lukem
1997-10-07
WARNS?=1
mrg
1995-04-29
needs string.h
cgd
1994-12-08
Merged with 4.4lite.
jtc
1993-08-01
Add RCS identifiers.
mycroft
1993-04-21
Cleanup for GCC 2.
mycroft
1993-03-21
initial import of 386bsd-0.1 sources
cgd