Re: Please merge the random translator into the Hurd repository

2014-06-09 Thread Justus Winter
Hello Samuel :) Quoting Justus Winter (2014-04-07 13:05:43) > please merge the random translator (found in [0]) into the main Hurd > repository. I read up on various repository merging options. I believe that for our needs, the following very simple approach works well: 1. In the repository to

[PATCH 4/6] i386: reformat the key map

2014-06-09 Thread Justus Winter
* i386/i386at/kd.c (key_map): Remove superfluous newlines so that every entry fits into one line. This way line numbers can be used as an index into the map. --- i386/i386at/kd.c | 27 +-- 1 file changed, 9 insertions(+), 18 deletions(-) diff --git a/i386/i386at/kd.c b/i3

[PATCH 1/6] kern: set the name of the kernel task to 'gnumach'

2014-06-09 Thread Justus Winter
* kern/taks.c (task_init): Set the name of the kernel task to 'gnumach'. --- kern/task.c | 1 + 1 file changed, 1 insertion(+) diff --git a/kern/task.c b/kern/task.c index 66eb25c..20acc6a 100644 --- a/kern/task.c +++ b/kern/task.c @@ -70,6 +70,7 @@ void task_init(void) * for other initi

[PATCH 2/6] ddb: print task names if available

2014-06-09 Thread Justus Winter
* ddb/db_print.c (db_print_task): Print task name if available. * i386/i386/db_interface.c (db_task_name): Likewise. --- ddb/db_print.c | 7 ++- i386/i386/db_interface.c | 4 ++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ddb/db_print.c b/ddb/db_print.c index c01

[PATCH 5/6] i386: remap some keys

2014-06-09 Thread Justus Winter
As a convenience for the nice people using our debugger, remap some keys to the readline-like shortcuts supported by dde. * i386/i386at/kd.c (kdcnmaygetc): Remap some keys. --- i386/i386at/kd.c | 33 + 1 file changed, 33 insertions(+) diff --git a/i386/i386at/kd.c

[PATCH 3/6] ddb: use db_thread_stat to format the flags

2014-06-09 Thread Justus Winter
* ddb/db_print.c (db_print_thread): Use db_thread_stat to format the flags. --- ddb/db_print.c | 8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/ddb/db_print.c b/ddb/db_print.c index 1cbff64..e711ab6 100644 --- a/ddb/db_print.c +++ b/ddb/db_print.c @@ -194,12 +194,8 @@ db

[PATCH 6/6] doc: explain the floating point flag in kdb output

2014-06-09 Thread Justus Winter
* doc/mach.texi (Kernel Debugger Commands): Explain the floating point flag. --- doc/mach.texi | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/mach.texi b/doc/mach.texi index 49c0d67..2da670f 100644 --- a/doc/mach.texi +++ b/doc/mach.texi @@ -7029,8 +7029,9 @@ session.