summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fhandler_proc.cc
Commit message (Expand)AuthorAgeFilesLines
* Avoid decimal point localization in /proc/loadavgJon Turney2017-04-101-3/+8
* Implement getloadavg()Jon Turney2017-03-271-3/+7
* Handle up to 63 partitions per driveCorinna Vinschen2016-06-231-7/+6
* Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen2016-06-231-3/+0
* Allow sysconf to return CPU cache informationCorinna Vinschen2015-08-291-33/+32
* fhandler_proc.cc: Only request group relation informationCorinna Vinschen2015-08-261-1/+1
* Fix /proc/cpuinfo topology info on newer AMD CPUsCorinna Vinschen2015-08-171-7/+23
* Support cpb and eff_freq_ro power mgmt flags in /proc/cpuinfoCorinna Vinschen2015-08-171-0/+4
* Fix /proc/cpuinfo topology and cache size infoCorinna Vinschen2015-08-131-486/+588
* * fhandler_proc.cc (format_proc_cpuinfo): Enable multi-core fieldsCorinna Vinschen2015-02-061-2/+2
* * fhandler_proc.cc (format_proc_cygdrive): Fix symlink path if cygdriveCorinna Vinschen2014-10-241-1/+2
* * fhandler_proc.cc (format_proc_partitions): Extend output to printCorinna Vinschen2014-10-161-6/+27
* * fhandler_proc.cc (fhandler_proc::readdir): Set dirent d_type.Corinna Vinschen2014-10-091-1/+4
* * fhandler_proc.cc (proc_tab): Add entry for cygdrive symlink.Corinna Vinschen2014-09-051-0/+12
* * cpuid.h: Add missing copyright header. Fix formatting. Use uint32_tCorinna Vinschen2014-08-111-51/+138
* * fhandler_proc.cc (format_proc_swaps): Use tmp_pathbuf for filename,Corinna Vinschen2014-05-201-9/+3
* Streamline time/times functionality. Remove last remains of formerCorinna Vinschen2013-06-141-1/+1
* * Merge in cygwin-64bit-branch.Corinna Vinschen2013-04-231-59/+49
* * fhandler_proc.cc (format_proc_loadavg): Raise too small buffer sizeCorinna Vinschen2013-04-031-1/+1
* Throughout, change __attribute__ ((regparm (N))) to just __regN. Throughout,Christopher Faylor2013-01-211-2/+3
* Throughout use wincap.allocation_granularity instead of getpagesize.Corinna Vinschen2011-12-221-52/+50
* Throughout, remove extra space after function name from debugging output.Christopher Faylor2011-12-031-2/+2
* Throughout change TTY_* to PTY_*, tty_* to pty_*, and ttym_* to ptmx_*.Christopher Faylor2011-10-201-1/+1
* * cygerrno.h (__set_errno): Modify debugging output to make searching straceChristopher Faylor2011-10-151-1/+1
* * devices.h (fh_devices): Define DEV_MISC_MAJOR, DEV_MEM_MAJOR,Yaakov Selkowitz2011-08-191-0/+65
* * fhandler_proc.cc (fhandler_proc::closedir): Don't free, but deleteCorinna Vinschen2011-08-121-1/+1
* * fhandler.h (fhandler_proc::opendir): Declare.Corinna Vinschen2011-08-121-1/+21
* * fhandler_proc.cc (fhandler_proc::get_proc_fhandler): Don't allow toCorinna Vinschen2011-08-111-1/+7
* Rename FH_BAD to FH_NADA throughout.Christopher Faylor2011-06-121-3/+3
* whitespace eliminationChristopher Faylor2011-06-061-7/+7
* * autoload.cc: Call _api_fatal in asm.Christopher Faylor2011-05-281-5/+5
* * fhandler_proc.cc (format_proc_meminfo): Rewrite to use sysinfo().Yaakov Selkowitz2011-05-121-64/+24
* * fhandler_proc.cc (format_proc_uptime): Don't call GetSystemInfo.Corinna Vinschen2011-05-101-11/+5
* * fhandler_proc.cc (read_value): Remove definition.Corinna Vinschen2011-04-191-59/+50
* * fhandler_proc.cc (proc_tab): Add /proc/swaps virtual file.Yaakov Selkowitz2011-04-111-0/+63
* Drop NT4 support.Corinna Vinschen2011-04-041-11/+0
* * Makefile.in (fhandler_proc_CFLAGS): Define USERNAME, HOSTNAME,Yaakov Selkowitz2011-04-041-6/+10
* * fhandler_proc.cc (format_proc_partitions): Express length in WCHARCorinna Vinschen2011-04-021-1/+1
* Implement /proc/sysvipc/*Yaakov Selkowitz2011-04-011-0/+1
* * fhandler_proc.cc (format_proc_loadavg): Add running/totalYaakov Selkowitz2011-04-011-2/+14
* * fhandler_proc.cc (format_proc_partitions): Fix compiler warning.Corinna Vinschen2011-01-171-1/+1
* * fhandler_proc.cc (proc_tab_cmp): Fix typo in comment.Corinna Vinschen2011-01-171-84/+143
* * Makefile.in (DLL_OFILES): Add fhandler_procsys.o.Corinna Vinschen2010-09-061-49/+75
* * fhandler_proc.cc (format_proc_partitions): Improve comment.Corinna Vinschen2010-08-271-2/+7
* * fhandler_proc.cc (format_proc_partitions): Simplify code and enableCorinna Vinschen2010-08-261-85/+49
* * fhandler_proc.cc: Add /proc/filesystems virtual file.Corinna Vinschen2010-08-091-1/+22
* Throughout change all calls of low_priority_sleep (0) to yield ().Christopher Faylor2010-03-121-1/+1
* * fhandler_proc.cc (format_proc_stat): Use new in_buf.Corinna Vinschen2010-01-111-25/+99
* * autoload.cc (GetSystemTimes): Remove.Corinna Vinschen2009-06-091-34/+33
* * autoload.cc (GetSystemTimes): Define.Corinna Vinschen2009-06-081-39/+50