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
/
dtable.cc
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
* dtable.cc (fh_alloc): Don't parse /dev/tty if ctty is < 0. Reset major/minor
Christopher Faylor
2011-10-11
1
-4
/
+8
*
* dtable.cc: Mark some const variables as static.
Christopher Faylor
2011-08-19
1
-4
/
+4
*
* dtable.cc (dtable::get_debugger_info): Add missing braces.
Corinna Vinschen
2011-08-18
1
-7
/
+9
*
* dtable.cc (dtable::init_std_file_from_handle): Change test for console
Corinna Vinschen
2011-07-04
1
-1
/
+1
*
* dtable.cc (cnew): Fix whitespace.
Christopher Faylor
2011-07-01
1
-1
/
+1
*
* dtable.cc (fh_oom): Remove.
Corinna Vinschen
2011-06-30
1
-45
/
+37
*
* dtable.cc (fh_oom): New static fhandler storage.
Corinna Vinschen
2011-06-30
1
-3
/
+18
*
* dtable.cc (handle_to_fn): Accommodate name change of pty named pipes,
Corinna Vinschen
2011-06-17
1
-2
/
+2
*
* cygheap.h (init_cygheap::ctty_on_hold): Remove conditionalized variable.
Christopher Faylor
2011-06-14
1
-10
/
+5
*
Rename FH_BAD to FH_NADA throughout.
Christopher Faylor
2011-06-12
1
-5
/
+8
*
whitespace elimination
Christopher Faylor
2011-06-06
1
-9
/
+9
*
* dtable.cc (dtable::select_write): Add missing argument to debug_printf.
Christopher Faylor
2011-05-31
1
-1
/
+1
*
* autoload.cc: Call _api_fatal in asm.
Christopher Faylor
2011-05-28
1
-14
/
+16
*
* cygheap.cc (cygheap::close_ctty): Close ctty via close_with_arch().
Christopher Faylor
2011-05-05
1
-126
/
+44
*
* cygheap.h (init_cygheap::ctty): Use base class so that console can join in
Christopher Faylor
2011-04-17
1
-7
/
+1
*
* dtable.cc (dtable::init_std_file_from_handle): Fix a comment to
Corinna Vinschen
2011-04-04
1
-2
/
+3
*
Implement /proc/sysvipc/*
Yaakov Selkowitz
2011-04-01
1
-0
/
+3
*
* Makefile.in (DLL_OFILES): Add fhandler_procsys.o.
Corinna Vinschen
2010-09-06
1
-0
/
+3
*
* dtable.cc (dtable::dup_worker): Reset path_conv handle in duplicated
Corinna Vinschen
2010-06-15
1
-0
/
+1
*
* dtable.cc (dtable::init_std_file_from_handle): Set access mask for
Corinna Vinschen
2010-04-21
1
-2
/
+3
*
* dtable.cc (dtable::init_std_file_from_handle): Set dev to
Corinna Vinschen
2010-04-19
1
-3
/
+15
*
* dtable.cc (dtable::init_std_file_from_handle): Avoid adding fh to fdtab until
Christopher Faylor
2010-04-02
1
-6
/
+4
*
* cygwin.din (dup3): Export.
Corinna Vinschen
2010-01-14
1
-11
/
+14
*
* dtable.cc (build_fh_name_worker): Remove. Move all functionality
Corinna Vinschen
2010-01-12
1
-22
/
+4
*
Throughout, replace hMainProc with GetCurrentProcess/NtCurrentProcess
Corinna Vinschen
2009-12-18
1
-3
/
+0
*
* dtable.cc (dtable::stdio_init): Use GetCurrentProcess() rather than
Corinna Vinschen
2009-11-26
1
-3
/
+7
*
Reintegrate socket duplication via WSADuplicateSocket/WSASocket.
Corinna Vinschen
2009-11-17
1
-0
/
+30
*
* cygprops.h: New file.
Corinna Vinschen
2009-10-31
1
-0
/
+8
*
Match dup2 and fcntl error values to POSIX.
Eric Blake
2009-09-22
1
-1
/
+1
*
* dtable.cc (build_fh_dev): Take additional bool parameter indicating
Corinna Vinschen
2009-08-20
1
-6
/
+10
*
* dtable.cc (dtable::fixup_after_exec): Close any popen'ed file handles here.
Christopher Faylor
2009-08-18
1
-0
/
+2
*
* dtable.cc (DEV_SOCKET): New static WCHAR string. Name of
Corinna Vinschen
2009-08-10
1
-106
/
+110
*
* dtable.cc (dtable::init_std_file_from_handle): Fix comment to
Corinna Vinschen
2009-08-08
1
-18
/
+12
*
* cygheap.h (cygheap_debug::endh): Delete.
Christopher Faylor
2009-08-05
1
-2
/
+2
*
* dtable.cc (dup2): Correct return value for no-op.
Corinna Vinschen
2009-07-21
1
-1
/
+1
*
* dtable.cc (handle_to_fn): Detect failing NtQueryObject.
Christopher Faylor
2009-07-06
1
-2
/
+3
*
* dcrt0.cc (jit_debug): New global.
Christopher Faylor
2009-07-03
1
-4
/
+7
*
* select.h: New file split from fhandler.h.
Christopher Faylor
2009-06-30
1
-16
/
+17
*
* dtable.cc (dtable::init_std_file_from_handle): Add workaround for
Corinna Vinschen
2009-05-09
1
-1
/
+26
*
* dtable.cc (dtable::select_read): Add ability to override fh.
Christopher Faylor
2009-02-27
1
-2
/
+3
*
* devices.h (FH_PROCESSFD): New device type.
Corinna Vinschen
2009-01-20
1
-0
/
+1
*
* dtable.cc (dtable::get_debugger_info): Call SetStdHandle
Corinna Vinschen
2008-10-17
1
-1
/
+10
*
* cygheap.cc (creturn): Reorganize to avoid a new compiler warning/error.
Christopher Faylor
2008-09-11
1
-105
/
+98
*
* path.cc (path_conv::set_normalized_path): Drop strip_tail argument.
Corinna Vinschen
2008-05-13
1
-2
/
+2
*
* dtable.cc (dtable::release): Drop fixup_before handling.
Corinna Vinschen
2008-04-30
1
-32
/
+0
*
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
*
* dtable.cc (handle_to_fn): Modify to return true if handle represents a cygwin
Christopher Faylor
2008-03-22
1
-17
/
+30
*
* dtable.cc: Define various device-related string constants as wide character
Christopher Faylor
2008-03-22
1
-126
/
+159
*
* winsup.h (NT_MAX_PATH): Revert ill-advised change to 32767.
Corinna Vinschen
2008-03-12
1
-3
/
+5
[prev]
[next]