search for: i386,64

Displaying 2 results from an estimated 2 matches for "i386,64".

Did you mean: 386,6
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
2012 May 15
5
[PATCH 0/5] resubmitting pending patches
...tforms. This is mostly for benefit of GCC?s -Wformat so the fallback not being int/unsigned int on some platforms does not hurt. (Besides, klcc invokes gcc, not some-random-compiler. And this is only for stuff compiled with klibc, anyway.) I?ve tested the following things: ? compile klibc (amd64, i386, m68k) ? check for header warnings (amd64) ? build mksh against klibc, both statically and dynamically linked ? amd64, i386: -O2 -g -Wall -Wextra -Wformat ? m68k: -O2 -Wall -Wextra -Wformat ? test mksh (statically and dynamically linked) No errors. \o/ bye, //mirabilos -- I believe no one ca...