OSDN Git Service

* fhandler.h (fhandler_proc::opendir): Declare.
[pf3gnuchains/pf3gnuchains4x.git] / winsup / cygwin / fhandler_proc.cc
2011-08-12 corinna * fhandler.h (fhandler_proc::opendir): Declare.
2011-08-11 corinna * fhandler_proc.cc (fhandler_proc::get_proc_fhandler...
2011-06-12 cgfRename FH_BAD to FH_NADA throughout.
2011-06-06 cgfwhitespace elimination
2011-05-28 cgf* autoload.cc: Call _api_fatal in asm.
2011-05-12 yselkowitz* fhandler_proc.cc (format_proc_meminfo): Rewrite to...
2011-05-10 corinna * fhandler_proc.cc (format_proc_uptime): Don't call...
2011-04-19 corinna * fhandler_proc.cc (read_value): Remove definition.
2011-04-11 yselkowitz* fhandler_proc.cc (proc_tab): Add /proc/swaps virtual...
2011-04-04 corinna Drop NT4 support.
2011-04-04 yselkowitz* Makefile.in (fhandler_proc_CFLAGS): Define USERNAME...
2011-04-02 corinna * fhandler_proc.cc (format_proc_partitions): Express...
2011-04-01 yselkowitzImplement /proc/sysvipc/*
2011-04-01 yselkowitz* fhandler_proc.cc (format_proc_loadavg): Add running...
2011-01-17 corinna * fhandler_proc.cc (format_proc_partitions): Fix compi...
2011-01-17 corinna * fhandler_proc.cc (proc_tab_cmp): Fix typo in comment.
2010-09-06 corinna * Makefile.in (DLL_OFILES): Add fhandler_procsys.o.
2010-08-27 corinna * fhandler_proc.cc (format_proc_partitions): Improve...
2010-08-26 corinna * fhandler_proc.cc (format_proc_partitions): Simplify...
2010-08-09 corinna * fhandler_proc.cc: Add /proc/filesystems virtual...
2010-03-12 cgfThroughout change all calls of low_priority_sleep ...
2010-01-11 corinna * fhandler_proc.cc (format_proc_stat): Use new in_buf.
2009-06-09 corinna * autoload.cc (GetSystemTimes): Remove.
2009-06-08 corinna * autoload.cc (GetSystemTimes): Define.
2009-02-04 corinna * fhandler_proc.cc (proc_tab): Add entry for mounts...
2009-01-20 corinna * devices.h (FH_PROCESSFD): New device type.
2009-01-17 corinna * fhandler_proc.cc: Reorganize global proc content...
2008-07-16 corinna Add case-sensitivity.
2008-04-07 cgfRemove unneeded header files from source files throughout.
2008-04-07 cgfAdd miscfuncs.h to files as needed throughout.
2007-12-04 corinna * fhandler_fifo.cc (fhandler_fifo::open): Use MAX_NAME...
2007-11-26 cgfChange many cygheap allocation routines to their *_abor...
2007-07-26 corinna * dir.cc (readdir_worker): Drop dir parameter from...
2007-07-07 cgf* fhandler_disk_file.cc: White space.
2007-03-07 corinna * fhandler_proc.cc: Fix formatting. Drop setting...
2007-02-22 corinna Throughout replace all usage of wincap.shared with...
2007-02-22 corinna * Makefile.in (DLL_IMPORTS): Add libntdll.a.
2007-01-17 corinna * Makefile.in (DLL_OFILES): Add fhandler_procnet.o.
2006-10-19 corinna * fhandler.h (fhandler_base::set_name): Make virtual.
2006-10-19 corinna * fhandler_proc.cc: Drop superfluous definition of...
2006-05-28 cgfwhite space
2006-03-09 corinna * autoload.cc (NtClose): Define.
2006-03-01 corinna * fhandler_proc.cc (fhandler_proc::fstat): Always...
2006-01-27 corinna * autoload.cc (NtQueryDirectoryFile): Define.
2006-01-12 corinna * Update copyrights.
2006-01-10 cgf* fhandler_proc.cc (format_proc_cpuinfo): Avoid leading...
2005-12-12 corinna * fhandler_proc.cc (format_proc_uptime): Drop usage...
2005-12-07 cgf* hires.h (hires_ms::initime_ms): Delete.
2005-12-07 corinna * fhandler_proc.cc (format_proc_partitions): Use moder...
2005-11-28 corinna * autoload.cc (NtCreateSection): Define. after-mmap-revamp
2005-10-02 cgf* dcrt0.cc (get_exit_lock): Use myself.lock rather...
2005-08-24 cgf* cygheap.h (cygheap_types): Add HEAP_COMMUNE.
2005-08-20 cgf* cygerrno.h (geterrno_from_win_error): Change declarat...
2005-07-06 cgfEliminate (void) cast on standalone function calls...
2005-06-20 corinna * fhandler_proc.cc (format_proc_partitions): Only...
2005-05-19 cgf* external.cc: Move pids declaration to file scope...
2005-04-13 corinna * cygerrno.h (__seterrno_from_nt_status): Define....
2005-02-01 cgf* fhandler_proc.cc (format_proc_partitions): Remove...
2005-02-01 cgf* cygthread.cc (cygthread::terminate_thread): Wait...
2005-02-01 corinna * fhandler.cc (fhandler_base::get_proc_fd_name): Don...
2005-01-29 corinna * autoload.cc (GetModuleFileNameExA): Add.
2004-12-18 cgf* fhandler_proc.cc (proc_listing): Add entry for "self".
2004-09-12 cgf* exceptions.cc: (ctrl_c_handler): Do nothing while...
2004-09-03 cgfRegularize most strace_prints throughout so that %E...
2004-07-26 corinna * fhandler_proc.cc (format_proc_cpuinfo): Remove Intel...
2004-07-19 corinna * fhandler_dsp.cc (fhandler_dev_dsp::Audio_out::init...
2004-06-23 corinna * fhandler_proc.cc (format_proc_cpuinfo): Test CPU...
2004-05-28 cgf* path.cc (chdir): Always use the normalized_path as...
2004-04-10 corinna * Use new unified status_flag accessor methods from...
2004-03-18 corinna * fhandler_proc.cc (format_proc_meminfo): On NT, try...
2004-02-09 cgf* debug.h (console_printf): Define for non-debugging...
2003-11-14 rbcollins2003-11-11 Robert Collins <rbtcollins@hotmail.com>
2003-10-23 corinna * fhandler_proc.cc (format_proc_partitions): Use new...
2003-09-25 cgf* devices.cc: New file.
2003-08-05 cgf* fhandler_disk_file.cc (fhandler_cygdrive::readdir...
2003-07-26 cgf* exceptions.cc (ctrl_c_handler): Send SIGHUP when...
2003-07-10 cgf* fhandler_proc.cc (format_proc_stat): Use correctly...
2003-07-10 cgf* fhandler_proc.cc (fhandler_proc::fill_filebuf): Alloc...
2003-06-16 cgfThroughout, remove "include <errno.h>" from files which...
2003-05-15 corinna * fhandler_proc.cc (format_proc_meminfo): Make swap...
2003-04-19 cgf* Makefile.in: Use ${nostdlib} variable.
2003-04-16 cgf* termios.cc (setspeed): New function.
2003-04-01 corinna * dir.cc: Change __off32_t to _off_t and __off64_t...
2003-03-18 corinna * fhandler_proc.cc (format_proc_cpuinfo): Use IsProces...
2003-03-13 corinna * autoload.cc (IsProcessorFeaturePresent): Add.
2003-03-13 corinna * fhandler_proc.cc (format_proc_cpuinfo): Fix vendor...
2003-03-09 cgfDo some minor reformatting of 'extern "C"' use throughout.
2003-03-08 cgfRevert below changes regarding _pinfo::cmdline.
2003-03-08 corinna * external.cc (cygwin_internal): Change n to __off64_t...
2003-01-10 corinna Split ChangeLog, create ChangeLog-2002.
2003-01-09 cgfUse isdirsep rather than SLASH_P throughout.
2002-10-30 cgf* external.cc (cygwin_internal): Implement CW_CMDLINE.
2002-09-30 cgfwhitespace
2002-09-22 cgf* fhandler.cc (fhandler_base::dup): Don't set handle...
2002-08-31 cgf* fhandler_proc.cc: Add <sys/param.h> include.
2002-07-02 cgf* autoload.cc (GetSecurityInfo): Define new autoload...
2002-07-01 cgf* fhandler_clipboard.c (fhandler_dev_clipboard::open...
2002-06-05 cgfRemove fcntl.h includes throughout.
2002-06-02 cgf* fhandler_process.cc (fhandler_process::open): Set...
2002-06-02 cgfRemove unneeded sigproc.h includes throughout.
next