Displaying 3 results from an estimated 3 matches for "b4135cb".
Did you mean:
  4135c
  
2011 Jan 30
1
[PATCH] Very minor various typo fixes
...------------------------------------------
-	  Please note the following caveats to using klibc:
+	  Please note the following caveats when using klibc:
 	  -------------------------------------------------
 
 optimization:
diff --git a/usr/klibc/README.klibc b/usr/klibc/README.klibc
index 234e54b..b4135cb 100644
--- a/usr/klibc/README.klibc
+++ b/usr/klibc/README.klibc
@@ -1,6 +1,6 @@
 This is klibc, what is intended to be a minimalistic libc subset for
 use with initramfs.  It is deliberately written for small size,
-minimal entaglement, and portability, not speed.  It is definitely a
+minimal enta...
2011 Aug 08
0
[PATCH/RFC] Add initial avr32 port
.../asmmacros.h
@@ -0,0 +1,10 @@
+/*
+ * usr/include/arch/avr32/klibc/asmmacros.h
+ *
+ * Assembly macros used by AVR32 system call stubs
+ */
+
+#ifndef _KLIBC_ASMMACROS_H
+#define _KLIBC_ASMMACROS_H
+
+#endif /* _KLIBC_ASMMACROS_H */
diff --git a/usr/klibc/README.klibc b/usr/klibc/README.klibc
index b4135cb..81b28ba 100644
--- a/usr/klibc/README.klibc
+++ b/usr/klibc/README.klibc
@@ -38,7 +38,7 @@ b) If you're cross-compiling, you need to set KLIBCARCH to the
    arm-thumb:	 Untested
    arm:		 Working
    arm26:	 Not yet ported
-   avr32:	 Not yet ported
+   avr32:	 Untested
    cris:	 Working...
2012 Jan 29
5
[PATCH 0/2 v3] mkstemp() and m68k support
Hi,
after a year, I decided to hack on klibc again. I?ve reworked
both the patch to add mkstemp(), discussing to use AT_RANDOM
as cheap entropy source on IRC (if there will ever be another
entropy consumer, I can quickly write a minimal arc4random()
seeded from it, as it has only 16 octets), capable of making
a working mksh (static and shared) on amd64/xen, and the m68k
support code, leading to