[bug #17647] glibc: GCC vs. init-first.c

2011-10-15 Thread Thomas Schwinge
Update of bug #17647 (project hurd): Status: In Progress => Ready For Test Assigned to:None => tschwinge Summary: glibc: GCC 4.1 => glibc: GCC vs. init-first.c _

setreuid/setresuid code.

2011-10-15 Thread Samuel Thibault
Hello, I'm having a look at the setreuid code, and there's something I don't understand: newaux = _hurd_id.aux.uids; naux = _hurd_id.aux.nuids; if (ruid != -1) { if (_hurd_id.aux.nuids == 0) { newaux = &ruid; naux = 1;

Re: Interface for SCSI transactions ?

2011-10-15 Thread Samuel Thibault
Hello, I'm afraid I just can't afford spending time on taking part of the details. I see that you are understanding each other, so it should be fine. Samuel

Re: poke_pages function in ext2fs:truncate.c

2011-10-15 Thread Samuel Thibault
Sergio López, le Sat 08 Oct 2011 01:37:07 +0200, a écrit : > Until then, I think an easy optimization like annotating if an object > has been mmap'ed sometime in its lifetime to decide if poking pages is > really needed could be really useful. Knowing it's just a workaround, > a patch like this wou