index
:
cygnal
cygnal-2.5.2
cygnal-2.9.0-branch
cygnal-3-1-6-98-branch
cygnal-3-1-98-branch
cygwin-master
"Cygwin Native Application Lib" --- http://www.kylheku.com/cygnal
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
winsup
/
cygwin
/
fhandler_process.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
* shared_info.h (open_shared): Create function wrapper for common use case.
Christopher Faylor
2010-03-09
1
-2
/
+1
*
* fhandler_proc.cc (proc_tab): Add entry for mounts symlink.
Corinna Vinschen
2009-02-04
1
-0
/
+66
*
* fhandler_procnet.cc: Reorganize global procnet content data into a
Corinna Vinschen
2009-01-20
1
-1
/
+1
*
* devices.h (FH_PROCESSFD): New device type.
Corinna Vinschen
2009-01-20
1
-250
/
+303
*
* cygheap.cc (creturn): Reorganize to avoid a new compiler warning/error.
Christopher Faylor
2008-09-11
1
-1
/
+1
*
Add case-sensitivity.
Corinna Vinschen
2008-07-16
1
-4
/
+4
*
* fhandler_disk_file.cc (fhandler_disk_file::readdir_helper): Simplify
Corinna Vinschen
2008-04-13
1
-10
/
+5
*
Remove unneeded header files from source files throughout.
Christopher Faylor
2008-04-07
1
-4
/
+0
*
* Fix copyright dates.
Corinna Vinschen
2008-04-01
1
-1
/
+1
*
* Makefile.in (DLL_OFILES): Add tls_pbuf.o.
Corinna Vinschen
2008-03-07
1
-3
/
+6
*
Perform whitespace cleanup throughout.
Christopher Faylor
2008-02-15
1
-1
/
+2
*
* cygheap.cc (cwcsdup): New function.
Corinna Vinschen
2008-02-14
1
-4
/
+4
*
* string.h: Re-enable inline strcasematch and strncasematch
Corinna Vinschen
2008-02-01
1
-3
/
+3
*
* dcrt0.cc (initial_env): Use PATH_MAX instead of CYG_MAX_PATH for path
Corinna Vinschen
2007-12-06
1
-1
/
+1
*
* autoload.cc (GetModuleFileNameExW): Replace definition of
Corinna Vinschen
2007-12-03
1
-14
/
+11
*
Change many cygheap allocation routines to their *_abort analogs.
Christopher Faylor
2007-11-26
1
-9
/
+9
*
* cygwin.din: Export fdopendir.
Corinna Vinschen
2007-06-29
1
-8
/
+4
*
* fhandler_mailslot.cc (fhandler_mailslot::fstat): Set new stat member
Corinna Vinschen
2007-03-06
1
-2
/
+3
*
* Makefile.in (DLL_IMPORTS): Add libntdll.a.
Corinna Vinschen
2007-02-22
1
-95
/
+85
*
* fhandler_process.cc (format_process_stat): Use cygwin-derived start time even
Christopher Faylor
2006-02-11
1
-4
/
+2
*
* environ.cc (struct parse_thing): Add transparent_exe option.
Corinna Vinschen
2006-02-05
1
-11
/
+10
*
* autoload.cc (NtQueryDirectoryFile): Define.
Corinna Vinschen
2006-01-27
1
-1
/
+2
*
* fhandler_process.cc (fhandler_process::fill_filebuf): Disable
Corinna Vinschen
2006-01-24
1
-0
/
+6
*
* fhandler_process.cc (fhandler_process::readdir): Add missing argument to
Christopher Faylor
2006-01-04
1
-1
/
+1
*
* autoload.cc (NtCreateSection): Define.
Corinna Vinschen
2005-11-28
1
-3
/
+3
*
* cygheap.h (cygheap_types): Add HEAP_COMMUNE.
Christopher Faylor
2005-08-24
1
-24
/
+26
*
* cygerrno.h (geterrno_from_win_error): Change declaration to default to using
Christopher Faylor
2005-08-20
1
-13
/
+11
*
* fhandler.h (dirent_states): Add dirent_isroot, dirent_saw_cygdrive,
Christopher Faylor
2005-08-19
1
-2
/
+6
*
* fhandler_process.cc (fhandler_process::open): Allow opening of
Corinna Vinschen
2005-08-08
1
-3
/
+2
*
Eliminate (void) cast on standalone function calls throughout.
Christopher Faylor
2005-07-06
1
-1
/
+1
*
white space and minor comment cleanup.
Christopher Faylor
2005-05-02
1
-4
/
+4
*
* cygerrno.h (__seterrno_from_nt_status): Define. Always set Win32
Corinna Vinschen
2005-04-13
1
-3
/
+2
*
Unify usage of CYG_MAX_PATH throughout. Change buffers from
Corinna Vinschen
2005-04-03
1
-2
/
+2
*
* fhandler_process.cc: Re-add exename.
Corinna Vinschen
2005-03-29
1
-3
/
+6
*
white space
Christopher Faylor
2005-02-13
1
-3
/
+3
*
* fhandler.cc (fhandler_base::get_proc_fd_name): Don't generate
Corinna Vinschen
2005-02-01
1
-3
/
+29
*
* fhandler_process.cc (format_process_maps): Get destbuf argument by
Corinna Vinschen
2005-01-31
1
-7
/
+7
*
* cygheap.h (class cygheap_fdenum): New class to enumerate used
Corinna Vinschen
2005-01-31
1
-29
/
+83
*
* smallprint.c (rn): Change uval to unsigned long long to fix 64 bit
Corinna Vinschen
2005-01-29
1
-3
/
+11
*
* autoload.cc (GetModuleFileNameExA): Add.
Corinna Vinschen
2005-01-29
1
-19
/
+151
*
* init.cc (dll_entry): Remove unused extern.
Christopher Faylor
2005-01-16
1
-5
/
+5
*
* fhandler_process.cc: Fix copyright date.
Corinna Vinschen
2005-01-07
1
-1
/
+1
*
* fhandler_process.cc: Use strcasematch instead of strcasecmp
Corinna Vinschen
2005-01-06
1
-3
/
+3
*
* fhandler_process.cpp (format_process_status): Use tabs in formatting
Corinna Vinschen
2004-12-22
1
-17
/
+17
*
revert erroneous checkin
Christopher Faylor
2004-12-18
1
-2
/
+1
*
* fhandler_proc.cc (proc_listing): Add entry for "self".
Christopher Faylor
2004-12-18
1
-3
/
+10
*
Regularize most strace_prints throughout so that %E is always preceded by a
Christopher Faylor
2004-09-03
1
-13
/
+7
*
* Use new unified status_flag accessor methods from classes fhandler_*,
Corinna Vinschen
2004-04-10
1
-1
/
+1
*
* debug.h (console_printf): Define for non-debugging condition.
Christopher Faylor
2004-02-09
1
-1
/
+1
*
* dcrt0.cc (reent_data): Reluctantly resurrect.
Christopher Faylor
2003-12-26
1
-1
/
+4
[next]