| Commit message (Expand) | Author | Age | Files | Lines |
* | Handle up to 63 partitions per drive | Corinna Vinschen | 2016-06-23 | 1 | -7/+6 |
* | Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-release | Corinna Vinschen | 2016-06-23 | 1 | -3/+0 |
* | Allow sysconf to return CPU cache information | Corinna Vinschen | 2015-08-29 | 1 | -33/+32 |
* | fhandler_proc.cc: Only request group relation information | Corinna Vinschen | 2015-08-26 | 1 | -1/+1 |
* | Fix /proc/cpuinfo topology info on newer AMD CPUs | Corinna Vinschen | 2015-08-17 | 1 | -7/+23 |
* | Support cpb and eff_freq_ro power mgmt flags in /proc/cpuinfo | Corinna Vinschen | 2015-08-17 | 1 | -0/+4 |
* | Fix /proc/cpuinfo topology and cache size info | Corinna Vinschen | 2015-08-13 | 1 | -486/+588 |
* | * fhandler_proc.cc (format_proc_cpuinfo): Enable multi-core fields | Corinna Vinschen | 2015-02-06 | 1 | -2/+2 |
* | * fhandler_proc.cc (format_proc_cygdrive): Fix symlink path if cygdrive | Corinna Vinschen | 2014-10-24 | 1 | -1/+2 |
* | * fhandler_proc.cc (format_proc_partitions): Extend output to print | Corinna Vinschen | 2014-10-16 | 1 | -6/+27 |
* | * fhandler_proc.cc (fhandler_proc::readdir): Set dirent d_type. | Corinna Vinschen | 2014-10-09 | 1 | -1/+4 |
* | * fhandler_proc.cc (proc_tab): Add entry for cygdrive symlink. | Corinna Vinschen | 2014-09-05 | 1 | -0/+12 |
* | * cpuid.h: Add missing copyright header. Fix formatting. Use uint32_t | Corinna Vinschen | 2014-08-11 | 1 | -51/+138 |
* | * fhandler_proc.cc (format_proc_swaps): Use tmp_pathbuf for filename, | Corinna Vinschen | 2014-05-20 | 1 | -9/+3 |
* | Streamline time/times functionality. Remove last remains of former | Corinna Vinschen | 2013-06-14 | 1 | -1/+1 |
* | * Merge in cygwin-64bit-branch. | Corinna Vinschen | 2013-04-23 | 1 | -59/+49 |
* | * fhandler_proc.cc (format_proc_loadavg): Raise too small buffer size | Corinna Vinschen | 2013-04-03 | 1 | -1/+1 |
* | Throughout, change __attribute__ ((regparm (N))) to just __regN. Throughout, | Christopher Faylor | 2013-01-21 | 1 | -2/+3 |
* | Throughout use wincap.allocation_granularity instead of getpagesize. | Corinna Vinschen | 2011-12-22 | 1 | -52/+50 |
* | Throughout, remove extra space after function name from debugging output. | Christopher Faylor | 2011-12-03 | 1 | -2/+2 |
* | Throughout change TTY_* to PTY_*, tty_* to pty_*, and ttym_* to ptmx_*. | Christopher Faylor | 2011-10-20 | 1 | -1/+1 |
* | * cygerrno.h (__set_errno): Modify debugging output to make searching strace | Christopher Faylor | 2011-10-15 | 1 | -1/+1 |
* | * devices.h (fh_devices): Define DEV_MISC_MAJOR, DEV_MEM_MAJOR, | Yaakov Selkowitz | 2011-08-19 | 1 | -0/+65 |
* | * fhandler_proc.cc (fhandler_proc::closedir): Don't free, but delete | Corinna Vinschen | 2011-08-12 | 1 | -1/+1 |
* | * fhandler.h (fhandler_proc::opendir): Declare. | Corinna Vinschen | 2011-08-12 | 1 | -1/+21 |
* | * fhandler_proc.cc (fhandler_proc::get_proc_fhandler): Don't allow to | Corinna Vinschen | 2011-08-11 | 1 | -1/+7 |
* | Rename FH_BAD to FH_NADA throughout. | Christopher Faylor | 2011-06-12 | 1 | -3/+3 |
* | whitespace elimination | Christopher Faylor | 2011-06-06 | 1 | -7/+7 |
* | * autoload.cc: Call _api_fatal in asm. | Christopher Faylor | 2011-05-28 | 1 | -5/+5 |
* | * fhandler_proc.cc (format_proc_meminfo): Rewrite to use sysinfo(). | Yaakov Selkowitz | 2011-05-12 | 1 | -64/+24 |
* | * fhandler_proc.cc (format_proc_uptime): Don't call GetSystemInfo. | Corinna Vinschen | 2011-05-10 | 1 | -11/+5 |
* | * fhandler_proc.cc (read_value): Remove definition. | Corinna Vinschen | 2011-04-19 | 1 | -59/+50 |
* | * fhandler_proc.cc (proc_tab): Add /proc/swaps virtual file. | Yaakov Selkowitz | 2011-04-11 | 1 | -0/+63 |
* | Drop NT4 support. | Corinna Vinschen | 2011-04-04 | 1 | -11/+0 |
* | * Makefile.in (fhandler_proc_CFLAGS): Define USERNAME, HOSTNAME, | Yaakov Selkowitz | 2011-04-04 | 1 | -6/+10 |
* | * fhandler_proc.cc (format_proc_partitions): Express length in WCHAR | Corinna Vinschen | 2011-04-02 | 1 | -1/+1 |
* | Implement /proc/sysvipc/* | Yaakov Selkowitz | 2011-04-01 | 1 | -0/+1 |
* | * fhandler_proc.cc (format_proc_loadavg): Add running/total | Yaakov Selkowitz | 2011-04-01 | 1 | -2/+14 |
* | * fhandler_proc.cc (format_proc_partitions): Fix compiler warning. | Corinna Vinschen | 2011-01-17 | 1 | -1/+1 |
* | * fhandler_proc.cc (proc_tab_cmp): Fix typo in comment. | Corinna Vinschen | 2011-01-17 | 1 | -84/+143 |
* | * Makefile.in (DLL_OFILES): Add fhandler_procsys.o. | Corinna Vinschen | 2010-09-06 | 1 | -49/+75 |
* | * fhandler_proc.cc (format_proc_partitions): Improve comment. | Corinna Vinschen | 2010-08-27 | 1 | -2/+7 |
* | * fhandler_proc.cc (format_proc_partitions): Simplify code and enable | Corinna Vinschen | 2010-08-26 | 1 | -85/+49 |
* | * fhandler_proc.cc: Add /proc/filesystems virtual file. | Corinna Vinschen | 2010-08-09 | 1 | -1/+22 |
* | Throughout change all calls of low_priority_sleep (0) to yield (). | Christopher Faylor | 2010-03-12 | 1 | -1/+1 |
* | * fhandler_proc.cc (format_proc_stat): Use new in_buf. | Corinna Vinschen | 2010-01-11 | 1 | -25/+99 |
* | * autoload.cc (GetSystemTimes): Remove. | Corinna Vinschen | 2009-06-09 | 1 | -34/+33 |
* | * autoload.cc (GetSystemTimes): Define. | Corinna Vinschen | 2009-06-08 | 1 | -39/+50 |
* | * fhandler_proc.cc (proc_tab): Add entry for mounts symlink. | Corinna Vinschen | 2009-02-04 | 1 | -0/+9 |
* | * devices.h (FH_PROCESSFD): New device type. | Corinna Vinschen | 2009-01-20 | 1 | -68/+73 |