[EMAIL PROTECTED], le Fri 11 Jul 2008 01:59:42 +0200, a écrit :
> Keep in mind that this meeting is particularily important, as it's
> probably the last good occasion to discuss outstanding questions for the
> midterm evaluation.
Oops, I have a meeting tomorrow evening.
Well, what I have to say i
Hello,
> + char sock_serv_env_name[30];
To avoid a fixed-sized buffer you could use __asprintf.
> + name = (char *)malloc (len + 100);
Use __asprintf here too.
> - servers[domain] = server;
> +servers[domain] = server;
Spurious hook, please try to minimize these.
A
Hi,
On Wed, Jul 09, 2008 at 10:36:10AM +0200, Thomas Schwinge wrote:
> I ran ``git repack'', followed by ``git gc''
git-gc implies git-repack.
> on the wiki, and now cloning via http fails like this:
[...]
> ``git update-server-info'' also doesn't help.
This is done automatically on git-repack
Hi,
On Wed, Jul 09, 2008 at 02:02:18PM +0200, zhengda wrote:
> I also write a SHELL script "runwithpfinet" to set the environment
> variables and run the command provided by the user.
[...]
> It works in most of cases. but it doesn't work with "ping" when the
> user execute "runwithpfinet 1 ping
Hi,
Just a reminder for the weekly IRC meeting on Friday (2008-07-11) 19:00
UTC.
Keep in mind that this meeting is particularily important, as it's
probably the last good occasion to discuss outstanding questions for the
midterm evaluation.
Also, in the course of the midterm stuff, I realized th
Hi,
On Tue, Jul 08, 2008 at 01:15:11AM +0200, zhengda wrote:
> The patch is
> http://www.assembla.com/spaces/VNetHurd/documents/aJidqKp6ur3z-Nab7jnrAJ/download/A%20patch%20of%20glibc
Well, sending patches inline is generally a better idea...
At least the whitespace in the diff is not mangled th