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