summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fhandler_proc.cc
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * fhandler_proc.cc (proc_tab): Add entry for mounts symlink.Corinna Vinschen2009-02-041-0/+9
* * devices.h (FH_PROCESSFD): New device type.Corinna Vinschen2009-01-201-68/+73
* * fhandler_proc.cc: Reorganize global proc content data into a newCorinna Vinschen2009-01-171-138/+87
* Add case-sensitivity.Corinna Vinschen2008-07-161-4/+6
* Remove unneeded header files from source files throughout.Christopher Faylor2008-04-071-3/+0
* Add miscfuncs.h to files as needed throughout.Christopher Faylor2008-04-071-0/+1
* * fhandler_fifo.cc (fhandler_fifo::open): Use MAX_NAME for pipe nameCorinna Vinschen2007-12-041-3/+3
* Change many cygheap allocation routines to their *_abort analogs.Christopher Faylor2007-11-261-8/+8
* * dir.cc (readdir_worker): Drop dir parameter from call toCorinna Vinschen2007-07-261-1/+5
* * fhandler_disk_file.cc: White space.Christopher Faylor2007-07-071-15/+15
* * fhandler_proc.cc: Fix formatting. Drop setting errno when creatingCorinna Vinschen2007-03-071-104/+209
* Throughout replace all usage of wincap.shared with the constantCorinna Vinschen2007-02-221-2/+2
* * Makefile.in (DLL_IMPORTS): Add libntdll.a.Corinna Vinschen2007-02-221-176/+133
* * Makefile.in (DLL_OFILES): Add fhandler_procnet.o.Corinna Vinschen2007-01-171-1/+4
* * fhandler.h (fhandler_base::set_name): Make virtual.Corinna Vinschen2006-10-191-9/+15
* * fhandler_proc.cc: Drop superfluous definition of _WIN32_WINNT.Corinna Vinschen2006-10-191-2/+0
* white spaceChristopher Faylor2006-05-281-1/+1
* * autoload.cc (NtClose): Define.Corinna Vinschen2006-03-091-103/+136
* * fhandler_proc.cc (fhandler_proc::fstat): Always return fixed linkCorinna Vinschen2006-03-011-1/+1
* * autoload.cc (NtQueryDirectoryFile): Define.Corinna Vinschen2006-01-271-0/+1
* * Update copyrights.Corinna Vinschen2006-01-121-1/+1
* * fhandler_proc.cc (format_proc_cpuinfo): Avoid leading whitespace in modelChristopher Faylor2006-01-101-1/+1
* * fhandler_proc.cc (format_proc_uptime): Drop usage of GetSystemTimes.Corinna Vinschen2005-12-121-18/+25
* * hires.h (hires_ms::initime_ms): Delete.Christopher Faylor2005-12-071-0/+2
* * fhandler_proc.cc (format_proc_partitions): Use modern IOCTLsCorinna Vinschen2005-12-071-21/+38
* * autoload.cc (NtCreateSection): Define.Corinna Vinschen2005-11-281-2/+3
* * dcrt0.cc (get_exit_lock): Use myself.lock rather than exit_lock.Christopher Faylor2005-10-021-2/+2
* * cygheap.h (cygheap_types): Add HEAP_COMMUNE.Christopher Faylor2005-08-241-8/+8
* * cygerrno.h (geterrno_from_win_error): Change declaration to default to usingChristopher Faylor2005-08-201-10/+15
* Eliminate (void) cast on standalone function calls throughout.Christopher Faylor2005-07-061-1/+1
* * fhandler_proc.cc (format_proc_partitions): Only list recognizedCorinna Vinschen2005-06-201-2/+3
* * external.cc: Move pids declaration to file scope and use less enthusiasticChristopher Faylor2005-05-191-1/+1
* * cygerrno.h (__seterrno_from_nt_status): Define. Always set Win32Corinna Vinschen2005-04-131-9/+6
* * fhandler_proc.cc (format_proc_partitions): Remove PartitionType check sinceChristopher Faylor2005-02-011-3/+2
* * cygthread.cc (cygthread::terminate_thread): Wait briefly for notificationChristopher Faylor2005-02-011-28/+28
* * fhandler.cc (fhandler_base::get_proc_fd_name): Don't generateCorinna Vinschen2005-02-011-2/+2
* * autoload.cc (GetModuleFileNameExA): Add.Corinna Vinschen2005-01-291-2/+13
* * fhandler_proc.cc (proc_listing): Add entry for "self".Christopher Faylor2004-12-181-0/+2
* * exceptions.cc: (ctrl_c_handler): Do nothing while a Cygwin subprocess isChristopher Faylor2004-09-121-22/+22
* Regularize most strace_prints throughout so that %E is always preceded by aChristopher Faylor2004-09-031-6/+3
* * fhandler_proc.cc (format_proc_cpuinfo): Remove Intel-specific flagsCorinna Vinschen2004-07-261-37/+48
* * fhandler_dsp.cc (fhandler_dev_dsp::Audio_out::init): Fix non-ISOCorinna Vinschen2004-07-191-1/+1
* * fhandler_proc.cc (format_proc_cpuinfo): Test CPU vendor and printCorinna Vinschen2004-06-231-0/+28
* * path.cc (chdir): Always use the normalized_path as posix_cwd, except if itChristopher Faylor2004-05-281-10/+10
* * Use new unified status_flag accessor methods from classes fhandler_*,Corinna Vinschen2004-04-101-1/+1
* * fhandler_proc.cc (format_proc_meminfo): On NT, try to figure outCorinna Vinschen2004-03-181-2/+36
* * debug.h (console_printf): Define for non-debugging condition.Christopher Faylor2004-02-091-1/+1