[PATCH] MIPS: loongsonl: pull headers from linux kernel

2019-11-03 Thread sendpatch
From: Du Huanpeng Signed-off-by: Du Huanpeng --- arch/mips/mach-loongson/include/mach/loongson1.h | 50 ++--- arch/mips/mach-loongson/include/mach/regs-clk.h | 81 +++ arch/mips/mach-loongson/include/mach/regs-mux.h | 124 +++

[PATCH v4] readline: make ctrl-u to work like linux console

2019-10-16 Thread sendpatch
From: DU HUANPENG currtly, the ctrl-u discards the whole line, in most linux boxes, ctrl-u just erase characters before cursor to the begginning of the line. this patch make ctrl-u to do this. Signed-off-by: DU HUANPENG --- lib/readline.c | 8 1 file changed, 8 insertions(+) diff

[PATCH v3] readline: make ctrl-u to work like linux console

2019-10-16 Thread sendpatch
From: DU HUANPENG currtly, the ctrl-u discards the whole line, in most linux boxes, ctrl-u just erase characters before cursor to the begginning of the line. this patch make ctrl-u to do this. Signed-off-by: DU HUANPENG --- lib/readline.c | 26 -- 1 file changed, 24

[PATCH] readline: make ctrl-u to work like linux console

2019-10-15 Thread sendpatch
From: DU HUANPENG currtly, the ctrl-u discards the whole line, in most linux boxes, ctrl-u just erase characters before cursor to the begginning of the line. this patch make ctrl-u to do this. Signed-off-by: DU HUANPENG --- lib/readline.c | 34 +++--- 1 file

[PATCH] readline: make ctrl-u to work like linux console

2019-10-15 Thread sendpatch
From: DU HUANPENG currtly, the ctrl-u discards the whole line, in most linux boxes, ctrl-u just remove character before cursor. this patch make ctrl-u to do this. Signed-off-by: DU HUANPENG --- lib/readline.c | 34 +++--- 1 file changed, 31 insertions(+), 3

[PATCH] readline: make ctrl-u to work like linux console

2019-10-15 Thread sendpatch
From: DU HUANPENG currtly, the ctrl-u discards the whole line, in most linux boxes, ctrl-u just remove character before cursor. this patch make ctrl-u to do this. Signed-off-by: DU HUANPENG --- lib/readline.c | 34 +++--- 1 file changed, 31 insertions(+), 3

[PATCH] readline: make ctrl-u to work like linux console

2019-10-15 Thread sendpatch
From: DU HUANPENG currtly, the ctrl-u discards the whole line, in most linux boxes, ctrl-u just remove character before cursor. this patch make ctrl-u to do this. Signed-off-by: DU HUANPENG --- lib/readline.c | 31 +-- 1 file changed, 29 insertions(+), 2