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
/
sys
/
lib
/
libsa
/
tftp.c
Age
Commit message (
Expand
)
Author
2011-12-25
Apply the following patch submitted by Evgeniy Ivanov:
tsutsui
2011-07-30
Fix printf formating in ifdef DEBUG sections.
jakllsch
2011-06-16
Add an optional MD calling convention flag for use in libsa when space
joerg
2011-05-11
Separate the IP and UDP code paths inside libsa, so I can add HTTP booting
zoltan
2010-01-13
RFC783 says the ErrMsg sent with an ERROR packet needs to be
drochner
2009-01-17
Remove __P().
tsutsui
2009-01-12
Replace time_t values in libsa sources with the following two types
tsutsui
2008-11-19
For the x86 boot loader, autoload a kernel module corresponding to the
ad
2008-05-11
Extend 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-02
unsigned -> unsigned int
tsutsui
2007-11-24
style, indent, and ANSI-fy.
isaki
2007-03-05
We need char* for pointer arithmetic.
he
2007-03-04
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
christos
2006-01-25
free -> dealloc
christos
2005-12-11
merge ktrace-lwp.
christos
2005-02-26
nuke trailing whitespace
perry
2004-03-24
remove license clauses 3 and 4 from my cpoyright notices
drochner
2003-08-31
Fix signed/unsigned warnings.
fvdl
2003-08-18
make 'path' argument to ufs_open 'const char *' and fix the fallout.
dsl
2003-03-18
Move some stuff into .rodata.
mycroft
2003-03-12
no need to include "netif.h" anymore
drochner
2003-01-12
PR/19607: Bernd Ernesti: libsa does not have access to arpa/tftp.h. Put a
christos
2002-09-16
Do not #include "/usr/include/arpa/tftp.h" directly. Doing so is
thorpej
2000-03-30
Kill some more register declarations.
augustss
1999-11-13
Backout my libsa changes.
thorpej
1999-11-11
Update for the improvements to libsa, and don't reference libkern.h.
thorpej
1999-07-12
fix damage in error handling crept in in 1.4
drochner
1999-03-31
Make a bunch of backward-compatible changes to the boot blocks which allow
cgd
1999-03-26
Changes to compile the next68k bootblocks with
dbj
1999-02-28
Made this compile:
kim
1999-02-26
Add missing prototypes for static functions.
christos
1999-02-25
XXX include libkern.h for strlen() XXX
ross
1999-02-24
move TFTP filesystem from i386/stand/libsa here, it is mi
drochner