[PATCH 2/2] udhcpc: fixed a TODO in fill_envp using option scanner

2020-06-23 Thread Martin Lewis
fill_envp now iterates over the packet only once instead of a few hundred times using the new option scanner. Signed-off-by: Martin Lewis --- networking/udhcp/dhcpc.c | 201 --- 1 file changed, 87 insertions(+), 114 deletions(-) diff --git

[PATCH 1/2] udhcp: add option scanner

2020-06-23 Thread Martin Lewis
Added an option scanner to udhcp to enable iteration over packet options. Signed-off-by: Martin Lewis --- networking/udhcp/common.c | 96 ++- networking/udhcp/common.h | 8 2 files changed, 62 insertions(+), 42 deletions(-) diff --git

[PATCH 0/2] udhcpc: optimized fill_envp (fixes TODO)

2020-06-23 Thread Martin Lewis
Up until now, udhcpc iterated over the received packet a few hundred times (!). This patch series resolves the relevant TODO - iterating over the packet just once, while also reducing binary size. Tested against: * VMware's dhcp server * udhcpd * ISC's dhcpd function

busybox@busybox.net

2020-06-23 Thread Tammo Block
Hi everybody, this patch adds a mouse daemon applet to busybox. The behavior is different from the well known gpm [1] in two aspects: 1.) Only the PS/2 mouse protocol is supported (This includes USB mice). 2.) The nonstandard gpm devices gpmdata/gpmctl are not supported. Due to these differences

[RFC] moused: Add new moused applet

2020-06-23 Thread Tammo Block
Hi again, messed up subject line and line breaking. Sorry. kr Tammo ___ busybox mailing list busybox@busybox.net http://lists.busybox.net/mailman/listinfo/busybox