Re: New Small Hack

2015-08-18 Thread Diego Nieto Cid
El mar., 18 ago. 2015 a las 23:20, Diego Nieto Cid () escribió: > This is the first patch to the web I make and being the edit function down > I don't know how to test it :( > Nevermind, I've found the relevant documentation in the wiki :)

New Small Hack

2015-08-18 Thread Diego Nieto Cid
Hi, Yesterday, due to some discussions on IRC, I noticed cpuinfo file was missing from the /proc directory, causing screenfetch to print incomplete information about the system. After some research, I found some patches produced in 2011 by Bouju Alain[1]. But after being reviewed by Samuel a coup

[PATCH] Small Hacks: procfs' cpuinfo

2015-08-18 Thread Diego Nieto Cid
--- contributing.mdwn | 1 + 1 file changed, 1 insertion(+) diff --git a/contributing.mdwn b/contributing.mdwn index 7740f68..bfac49b 100644 --- a/contributing.mdwn +++ b/contributing.mdwn @@ -114,6 +114,7 @@ lookups|hurd/interface/dir_lookup]] work. * Improve our [[FUSE library|hurd/libfuse]].

AC_NO_EXECUTABLES

2015-08-18 Thread Samuel Thibault
Hello, Today we started working on making Debian GNU/Hurd rebootstrappable. Thanks to Manolis' work, we have very clear ideas how to do it :) We however stumbled on an issue: when cross-compiling, configure.ac calls AC_NO_EXECUTABLES, and then AC_CHECK_FUNCS(file_exec_file_name exec_exec_file_n