Displaying 3 results from an estimated 3 matches for "long_only_options".
2013 Jan 10
0
[PATCH] in.tftpd: Allow chdir w/o root, improve I/O
.../read_ahead() 
to use multiple buffers instead of just two, but this code is intertwined 
with the server mechanics in a way that makes leaning on stdio a *lot* 
simpler.)
Lastly, there were a couple of minor nits: the "toplevel" variable being 
defined twice, and a trailing comma in the long_only_options enum.
Patch is attached, and applies to current tftp-hpa git master.
--Daniel
-- 
Daniel Richard G. || danielg at teragram.com || Software Developer
Teragram Linguistic Technologies (a division of SAS)
http://www.teragram.com/
-------------- next part --------------
A non-text attachment was s...
2010 Jun 07
0
[PATCH] extlinux: Add the --menu-save option to set the MENU SAVE value from the running system using extlinux
---
 extlinux/main.c         |    9 ++++++++-
 libinstaller/syslxopt.c |    8 +++++++-
 libinstaller/syslxopt.h |    1 +
 man/extlinux.1          |    3 +++
 4 files changed, 19 insertions(+), 2 deletions(-)
diff --git a/extlinux/main.c b/extlinux/main.c
index 0669bb9..8a0ac63 100644
--- a/extlinux/main.c
+++ b/extlinux/main.c
@@ -381,6 +381,13 @@ int modify_adv(void)
 	    rv = -1;
 	}
     }
+ 
2010 Apr 30
4
Syslinux 4.00-pre40 now a Release Candidate
I just released Syslinux 4.00-pre40.  This is now a Release Candidate,
meaning that it is on track to be released as it currently is unless I
hear back about currently unexpected problems.
If you have a chance, please pretty please test it.
	-hpa