Re: [PATCH] Fix /proc/meminfo and /proc/swaps for 4GB

2011-05-09 Thread Corinna Vinschen
Hi Yaakov, On May 6 14:03, Yaakov (Cygwin/X) wrote: As promised, this patch ports the /proc/meminfo code to use sysinfo(2), and fixes the case where RAM or swap space totals more than 4GB. It also fixes the /proc/swaps code for paging files larger than 4GB. For example: $ cat

Re: [PATCH] clock_settime

2011-05-09 Thread Corinna Vinschen
Hi Yaakov, On May 8 17:48, Yaakov (Cygwin/X) wrote: This implements the POSIX clock_settime function, on top of settimeofday: http://pubs.opengroup.org/onlinepubs/9699919799/functions/clock_settime.html http://www.kernel.org/doc/man-pages/online/pages/man3/clock_gettime.3.html