Displaying 5 results from an estimated 5 matches for "9maaan".
2012 May 22
0
[klibc:master] ipconfig: Append padding if DHCP packet length < 300 octets
Commit-ID: f41c1d74c6a8e3d463e7e4291b112b367eb8b097
Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=f41c1d74c6a8e3d463e7e4291b112b367eb8b097
Author: KUMAAN <9maaan at gmail.com>
AuthorDate: Tue, 23 Aug 2011 14:59:19 +0900
Committer: maximilian attems <max at stro.at>
CommitDate: Tue, 22 May 2012 10:55:16 +0200
[klibc] ipconfig: Append padding if DHCP packet length < 300 octets
This patch appends padding to DHCP packet for its length to be 300 o...
2011 Jul 18
2
ipconfig:About the length of 'options' field of DHCP packet
...might increase the probability of getting DHCP Offer reply.
Of course appending padding made my cheap router send DHCP Offer reply.
If you will consider whether this change like the following patch
is worth or not, I'm happy.
P.S. Thank you for reading this mail in broken English.
--
KUMAAN
9maaan at gmail.com
-- $ git format-patch HEAD^ --
>From cb6c9c38207ea24df43680282cb1036b78b4c16f Mon Sep 17 00:00:00 2001
From: KUMAAN <9maaan at gmail.com>
Date: Tue, 19 Jul 2011 00:12:55 +0900
Subject: [PATCH] ipconfig:append padding to DHCP options when fail to get reply and retry.
This pat...
2012 May 22
0
[klibc:master] ipconfig: Write $DOMAINSEARCH as domain-search
Commit-ID: 2f1c2933bc4cceb4766c4a7aedebe12c82be775d
Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=2f1c2933bc4cceb4766c4a7aedebe12c82be775d
Author: KUMAAN <9maaan at gmail.com>
AuthorDate: Tue, 23 Aug 2011 14:57:08 +0900
Committer: maximilian attems <max at stro.at>
CommitDate: Tue, 22 May 2012 10:52:43 +0200
[klibc] ipconfig: Write $DOMAINSEARCH as domain-search
This patch requests domain-search option to DHCP servers, and parses
domain-search o...
2011 Aug 08
1
[socket.h] add (more) missing definitions
Hello,
to compile kexec-tools statically against klibc we still need a patch
for socket.h, otherwise:
| kexec/ifdown.c:46:16: error: 'SIOCGIFCONF' undeclared (first use in
this function)
| kexec/ifdown.c:46:16: note: each undeclared identifier is reported
only once for each function it appears in
| kexec/ifdown.c:65:18: error: 'SIOCSIFFLAGS' undeclared (first use in
this
2011 Aug 08
0
[PATCH] include: [sys/ioctl.h] needs linux/sockios.h
...unction)
| kexec/ifdown.c:46:16: note: each undeclared identifier is reported
only once for each function it appears in
| kexec/ifdown.c:65:18: error: 'SIOCSIFFLAGS' undeclared (first use in
this function)
Reported-by: Andrea Adami <andrea.adami at gmail.com>
Suggested-by: KUMAAN <9maaan at gmail.com>
Cc: Ben Hutchings <ben at decadent.org.uk>
Signed-off-by: maximilian attems <max at stro.at>
---
usr/include/sys/ioctl.h | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/usr/include/sys/ioctl.h b/usr/include/sys/ioctl.h
index 559f111..81ae756...