Displaying 2 results from an estimated 2 matches for "283b9db".
Did you mean:
  0x3b9db
  
2012 May 25
0
[klibc:master] README update arch status
...README update arch status
alpha, sh4 known broken.
parisc status is unknown.
ppc64 working.
Do kick m68knommu from arch list.
---
 usr/klibc/README.klibc |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/usr/klibc/README.klibc b/usr/klibc/README.klibc
index d4e4240..283b9db 100644
--- a/usr/klibc/README.klibc
+++ b/usr/klibc/README.klibc
@@ -33,7 +33,7 @@ b) If you're cross-compiling, you need to set KLIBCARCH to the
 
    The following is the last known status of various architectures:
 
-   alpha:	 Working
+   alpha:	 Runtime breakage
    arm-thumb:	 Untested...
2012 May 29
0
[klibc:master] alpha: fix signal handler setup on DEC Alpha
...rking. -maks ]
Signed-off-by: maximilian attems <max at stro.at>
---
 usr/klibc/README.klibc |    2 +-
 usr/klibc/SYSCALLS.def |    3 ++-
 usr/klibc/sigaction.c  |    5 +++++
 3 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/usr/klibc/README.klibc b/usr/klibc/README.klibc
index 283b9db..47618ec 100644
--- a/usr/klibc/README.klibc
+++ b/usr/klibc/README.klibc
@@ -33,7 +33,7 @@ b) If you're cross-compiling, you need to set KLIBCARCH to the
 
    The following is the last known status of various architectures:
 
-   alpha:	 Runtime breakage
+   alpha:	 Working
    arm-thumb:	 Un...