index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libstand
/
tftp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add placeholder code for prepending pathnames to tftp.
ed
2011-12-22
1
-0
/
+7
*
Fixes to newer tftp code in libstand:
rodrigc
2011-06-24
1
-51
/
+132
*
Bring back following change which was undone in previous commit:
rodrigc
2011-06-15
1
-4
/
+4
*
(1) When sending the TFTP RRQ packet to read a file,
rodrigc
2011-06-15
1
-35
/
+229
*
Currently tftp code in the loader retransmits the previous packet if it recei...
rodrigc
2011-06-15
1
-0
/
+4
*
Added sendrecv_tftp function instead of sendrecv for use by tftp.
rodrigc
2011-06-15
1
-2
/
+55
*
Rename DEBUG macro to TFTP_DEBUG, to be more consistent with
rodrigc
2011-05-03
1
-5
/
+5
*
Switch to ANSI function prototypes in a few places.
rodrigc
2011-05-03
1
-31
/
+11
*
Fix minor issues in libstand.
ed
2009-05-31
1
-1
/
+1
*
- Given that we tell the compiler that struct ip is packed and 32-bit
marius
2007-10-21
1
-4
/
+4
*
Don't add integers to void pointers.
stefanf
2004-10-03
1
-1
/
+1
*
Fix a machine check abort caused by the EFI loader trying to open a
marcel
2003-03-03
1
-1
/
+2
*
Add a hack (kludge?) to avoid trying to access files backed by disk
jake
2002-07-07
1
-0
/
+4
*
Remove 'register' keyword.
obrien
2002-03-21
1
-4
/
+4
*
Add __FBSDID()s to libstand
dillon
2001-09-30
1
-2
/
+3
*
Reset errno so that subsequent TFTP requests don't fail after the
mikeh
2001-06-30
1
-0
/
+2
*
The shortest valid TFTP packet is 4 bytes, not 8.
msmith
2001-05-28
1
-1
/
+1
*
When TFTP tries to open a file, it is expecting struct open_file
ps
2000-12-08
1
-0
/
+3
*
Add a readdir function to the loader fsops vector, and implement the
jlemon
2000-04-29
1
-1
/
+8
*
Break out sendudp and readudp from net.c. This is for PXE, so it
ps
2000-04-08
1
-1
/
+2
*
Path arguments to *_open functions should be const, but we were mangling
msmith
1998-09-18
1
-4
/
+11
*
This is libstand; a support library for standalone executables (eg. bootstrap
msmith
1998-08-20
1
-0
/
+400