aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/fhandler_proc.cc
AgeCommit message (Expand)AuthorFilesLines
2015-02-06 * fhandler_proc.cc (format_proc_cpuinfo): Enable multi-core fieldsCorinna Vinschen1-2/+2
2014-10-24 * fhandler_proc.cc (format_proc_cygdrive): Fix symlink path if cygdriveCorinna Vinschen1-1/+2
2014-10-16 * fhandler_proc.cc (format_proc_partitions): Extend output to printCorinna Vinschen1-6/+27
2014-10-09 * fhandler_proc.cc (fhandler_proc::readdir): Set dirent d_type.Corinna Vinschen1-1/+4
2014-09-05 * fhandler_proc.cc (proc_tab): Add entry for cygdrive symlink.Corinna Vinschen1-0/+12
2014-08-11 * cpuid.h: Add missing copyright header. Fix formatting. Use uint32_tCorinna Vinschen1-51/+138
2014-05-20 * fhandler_proc.cc (format_proc_swaps): Use tmp_pathbuf for filename,Corinna Vinschen1-9/+3
2013-06-14 Streamline time/times functionality. Remove last remains of formerCorinna Vinschen1-1/+1
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen1-59/+49
2013-04-03 * fhandler_proc.cc (format_proc_loadavg): Raise too small buffer sizeCorinna Vinschen1-1/+1
2013-01-21Throughout, change __attribute__ ((regparm (N))) to just __regN. Throughout,Christopher Faylor1-2/+3
2011-12-22 Throughout use wincap.allocation_granularity instead of getpagesize.Corinna Vinschen1-52/+50
2011-12-03Throughout, remove extra space after function name from debugging output.Christopher Faylor1-2/+2
2011-10-20Throughout change TTY_* to PTY_*, tty_* to pty_*, and ttym_* to ptmx_*.Christopher Faylor1-1/+1
2011-10-15* cygerrno.h (__set_errno): Modify debugging output to make searching straceChristopher Faylor1-1/+1
2011-08-19* devices.h (fh_devices): Define DEV_MISC_MAJOR, DEV_MEM_MAJOR,Yaakov Selkowitz1-0/+65
2011-08-12 * fhandler_proc.cc (fhandler_proc::closedir): Don't free, but deleteCorinna Vinschen1-1/+1
2011-08-12 * fhandler.h (fhandler_proc::opendir): Declare.Corinna Vinschen1-1/+21
2011-08-11 * fhandler_proc.cc (fhandler_proc::get_proc_fhandler): Don't allow toCorinna Vinschen1-1/+7
2011-06-12Rename FH_BAD to FH_NADA throughout.Christopher Faylor1-3/+3
2011-06-06whitespace eliminationChristopher Faylor1-7/+7
2011-05-28* autoload.cc: Call _api_fatal in asm.Christopher Faylor1-5/+5
2011-05-12* fhandler_proc.cc (format_proc_meminfo): Rewrite to use sysinfo().Yaakov Selkowitz1-64/+24
2011-05-10 * fhandler_proc.cc (format_proc_uptime): Don't call GetSystemInfo.Corinna Vinschen1-11/+5
2011-04-19 * fhandler_proc.cc (read_value): Remove definition.Corinna Vinschen1-59/+50
2011-04-11* fhandler_proc.cc (proc_tab): Add /proc/swaps virtual file.Yaakov Selkowitz1-0/+63
2011-04-04 Drop NT4 support.Corinna Vinschen1-11/+0
2011-04-04* Makefile.in (fhandler_proc_CFLAGS): Define USERNAME, HOSTNAME,Yaakov Selkowitz1-6/+10
2011-04-02 * fhandler_proc.cc (format_proc_partitions): Express length in WCHARCorinna Vinschen1-1/+1
2011-04-01Implement /proc/sysvipc/*Yaakov Selkowitz1-0/+1
2011-04-01* fhandler_proc.cc (format_proc_loadavg): Add running/totalYaakov Selkowitz1-2/+14
2011-01-17 * fhandler_proc.cc (format_proc_partitions): Fix compiler warning.Corinna Vinschen1-1/+1
2011-01-17 * fhandler_proc.cc (proc_tab_cmp): Fix typo in comment.Corinna Vinschen1-84/+143
2010-09-06 * Makefile.in (DLL_OFILES): Add fhandler_procsys.o.Corinna Vinschen1-49/+75
2010-08-27 * fhandler_proc.cc (format_proc_partitions): Improve comment.Corinna Vinschen1-2/+7
2010-08-26 * fhandler_proc.cc (format_proc_partitions): Simplify code and enableCorinna Vinschen1-85/+49
2010-08-09 * fhandler_proc.cc: Add /proc/filesystems virtual file.Corinna Vinschen1-1/+22
2010-03-12Throughout change all calls of low_priority_sleep (0) to yield ().Christopher Faylor1-1/+1
2010-01-11 * fhandler_proc.cc (format_proc_stat): Use new in_buf.Corinna Vinschen1-25/+99
2009-06-09 * autoload.cc (GetSystemTimes): Remove.Corinna Vinschen1-34/+33
2009-06-08 * autoload.cc (GetSystemTimes): Define.Corinna Vinschen1-39/+50
2009-02-04 * fhandler_proc.cc (proc_tab): Add entry for mounts symlink.Corinna Vinschen1-0/+9
2009-01-20 * devices.h (FH_PROCESSFD): New device type.Corinna Vinschen1-68/+73
2009-01-17 * fhandler_proc.cc: Reorganize global proc content data into a newCorinna Vinschen1-138/+87
2008-07-16 Add case-sensitivity.Corinna Vinschen1-4/+6
2008-04-07Remove unneeded header files from source files throughout.Christopher Faylor1-3/+0
2008-04-07Add miscfuncs.h to files as needed throughout.Christopher Faylor1-0/+1
2007-12-04 * fhandler_fifo.cc (fhandler_fifo::open): Use MAX_NAME for pipe nameCorinna Vinschen1-3/+3
2007-11-26Change many cygheap allocation routines to their *_abort analogs.Christopher Faylor1-8/+8
2007-07-26 * dir.cc (readdir_worker): Drop dir parameter from call toCorinna Vinschen1-1/+5