Displaying 7 results from an estimated 7 matches for "kumaan".
Did you mean:
kumaran
2011 Jul 18
2
ipconfig:About the length of 'options' field of DHCP packet
...dding
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.
T...
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...
2011 Aug 12
4
klibc current state
...s minimal cp.
- maks/epoll: Add initial implementation
Need to finish test then will post.
- dash_sync : Sync up with latest git dash.
Kbuild stumbling block of redirected stdout.
- tg/mkstemp : Add minimal mktemps(3) implementation
Needed for mksh, saw no repost yet after first round.
- kumaan/ipconfig: append DHCP options length
We may need to first implement domain-search and lease time
Either the hpa/stdio and maks/switch_init will trigger
an increment in the major version.
There exists a newly formed #klibc irc channel on freenode
and a wiki on kernel.org was asked for.
Thank yo...
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
doma...
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
...e 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 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 559f11...
2012 May 31
1
klibc 2.0 release
...nt
[klibc] Add trivial lseek test
[klibc] Add dup3() system call
[klibc] Add pipe2() system call
[klibc] Move SEEK_ constants to a common header file
[klibc] sys/sysmacros.h: use __static_inline
[klibc] sys/sysmacros.h: define major, minor, and makedev as macros
KUMAAN (6):
[klibc] ipconfig: Write $UPTIME as uptime
[klibc] ipconfig: Write $DHCPLEASETIME as dhcp-lease-time
[klibc] ipconfig: Write $PROTO as configuration protocol
[klibc] ipconfig: A bit more robust bootp/dhcp option parsing
[klibc] ipconfig: Write $DOMAINSEARCH as doma...