Re: More flexibility for fbsplash

2016-10-05 Thread Mattias Schlenker
Am 05.10.2016 um 19:59 schrieb Timo Teras: Alpine Linux carries the following related patches, which may be of interest (or not): http://git.alpinelinux.org/cgit/aports/tree/main/busybox/0005-fbsplash-support-console-switching.patch

Re: More flexibility for fbsplash

2016-10-05 Thread Timo Teras
On Mon, 3 Oct 2016 14:24:05 +0200 Mattias Schlenker wrote: > Am 01.10.2016 um 13:26 schrieb Mattias Schlenker: > > > > Hi everyone, > > > > I maintain a few (commercial) live distributions and have to fulfil > > the need of a few customers for a nice graphical boot

Re: More flexibility for fbsplash

2016-10-05 Thread Simon Rettberg
I'd welcome this patch to busybox. We currently maintain a similar patch that adds a floodfill switch (which just uses the color of the top left pixel of the image) and a switch for centering the image on screen. Your patch is a perfect fit for us, as we were planning on adding functionality

Re: Busybox Syslogd Format

2016-10-05 Thread walter harms
Am 05.10.2016 18:41, schrieb Kevin Houlberg: > Hello, > > Is it possible to change the date and time format of the syslog messages when > using syslogd? > > Current format:Jan 01 02:04:40 user.info fpgaIOService[1391]: > Ethernet port 1 is down > > Desired format:

Busybox Syslogd Format

2016-10-05 Thread Kevin Houlberg
Hello, Is it possible to change the date and time format of the syslog messages when using syslogd? Current format:Jan 01 02:04:40 user.info fpgaIOService[1391]: Ethernet port 1 is down Desired format:2016-02-29T16:29:04.045Z user.info fpgaIOService[1391]:

[PATCH] ping: change dupmsg display

2016-10-05 Thread Attila Szasz
--- ./busybox/networking/ping.c 2016-10-05 15:11:57.896058866 +0200 +++ ./busybox-ping/networking/ping.c 2016-10-05 15:10:20.884057771 +0200 @@ -589,7 +589,7 @@ uint16_t recv_seq, int ttl) { unsigned char *b, m; - const char *dupmsg = " (DUP!)"; + int dupflag = 0; unsigned triptime =