[PATCH] simplify ulimit implementation

2012-11-18 Thread Pino Toscano
Hi, the current ulimit implementation used for Hurd, sysdeps/unix/bsd/ulimit.c, is buggy (produces wrong return values, different function name vs weak alias), while the one for Linux (sysdeps/unix/sysv/linux/ulimit.c) is better; thus, I decided to remove the bsd implementation and move the

Re: [PATCH,HURD] fix muntrace with mmap-less libio

2012-11-18 Thread Pino Toscano
Hi, (bug-hurd only for this) Alle sabato 17 novembre 2012, Pino Toscano ha scritto: Ignoring the fact that in libio mmap is not used on Hurd (it will need a different fix), This has been reported by Thomas Schwinge one year ago: