summaryrefslogtreecommitdiff
path: root/sys/lib/libsa/tftp.c
AgeCommit message (Expand)Author
2022-08-07Consistently use ntohs() instead of htons() when converting fromrin
2021-03-26Twiddle also for data transfer for seek.rin
2019-03-31fix warnings, printf formats, etc.christos
2014-03-20reduce size by 1K by sharing the ls code.christos
2011-12-25Apply the following patch submitted by Evgeniy Ivanov:tsutsui
2011-07-30Fix printf formating in ifdef DEBUG sections.jakllsch
2011-06-16Add an optional MD calling convention flag for use in libsa when spacejoerg
2011-05-11Separate the IP and UDP code paths inside libsa, so I can add HTTP bootingzoltan
2010-01-13RFC783 says the ErrMsg sent with an ERROR packet needs to bedrochner
2009-01-17Remove __P().tsutsui
2009-01-12Replace time_t values in libsa sources with the following two typestsutsui
2008-11-19For the x86 boot loader, autoload a kernel module corresponding to thead
2008-05-11Extend tftp_stat to return the size of the file, rather than -1.chris
2008-03-25- use mem* instead of b* routines, and kill the b* routines.christos
2007-12-02unsigned -> unsigned inttsutsui
2007-11-24style, indent, and ANSI-fy.isaki
2007-03-05We need char* for pointer arithmetic.he
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-01-25free -> deallocchristos
2005-12-11merge ktrace-lwp.christos
2005-02-26nuke trailing whitespaceperry
2004-03-24remove license clauses 3 and 4 from my cpoyright noticesdrochner
2003-08-31Fix signed/unsigned warnings.fvdl
2003-08-18make 'path' argument to ufs_open 'const char *' and fix the fallout.dsl
2003-03-18Move some stuff into .rodata.mycroft
2003-03-12no need to include "netif.h" anymoredrochner
2003-01-12PR/19607: Bernd Ernesti: libsa does not have access to arpa/tftp.h. Put achristos
2002-09-16Do not #include "/usr/include/arpa/tftp.h" directly. Doing so isthorpej
2000-03-30Kill some more register declarations.augustss
1999-11-13Backout my libsa changes.thorpej
1999-11-11Update for the improvements to libsa, and don't reference libkern.h.thorpej
1999-07-12fix damage in error handling crept in in 1.4drochner
1999-03-31Make a bunch of backward-compatible changes to the boot blocks which allowcgd
1999-03-26Changes to compile the next68k bootblocks withdbj
1999-02-28Made this compile:kim
1999-02-26Add missing prototypes for static functions.christos
1999-02-25XXX include libkern.h for strlen() XXXross
1999-02-24move TFTP filesystem from i386/stand/libsa here, it is midrochner