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 (fhandler_base::dup2): Cleanup. Ensure that lock is turned off in
Christopher Faylor
2002-06-24
1
-18
/
+19
*
* cygheap.h (cygheap_user::issetuid): New method.
Christopher Faylor
2002-06-16
1
-2
/
+2
*
* Makefile.in: Ensure that -MD gets added to CFLAGS regardless of CFLAGS
Christopher Faylor
2002-06-11
1
-4
/
+4
*
* autoload.cc (noload): Correctly save argument count register.
Christopher Faylor
2002-06-06
1
-0
/
+1
*
* dtable.cc (handle_to_fn): Check error return value from NtQueryObject first
Christopher Faylor
2002-06-05
1
-4
/
+8
*
* dtable.cc (handle_to_fn): Attempt to handle "raw" accesses to remote shares.
Christopher Faylor
2002-06-05
1
-0
/
+10
*
* dtable.cc (handle_to_fn): Correct placement and length of name buffer.
Christopher Faylor
2002-06-05
1
-2
/
+2
*
Remove fcntl.h includes throughout.
Christopher Faylor
2002-06-05
1
-14
/
+2
*
* dtable.cc (handle_to_fn): Use largest match for device. Correctly
Christopher Faylor
2002-06-02
1
-8
/
+32
*
Remove unneeded sigproc.h includes throughout.
Christopher Faylor
2002-06-02
1
-1
/
+0
*
* fhandler_console.cc (fhandler_console::open): Reinstate setting of flags.
Christopher Faylor
2002-05-31
1
-3
/
+4
*
* dtable.cc (dtable::init_std_file_from_handle): Attempt stronger detection of
Christopher Faylor
2002-05-29
1
-43
/
+54
*
* autoload.cc (LoadFuncEx): Define via new LoadFuncEx2 macro.
Christopher Faylor
2002-05-28
1
-7
/
+96
*
* debug.h (being_debugged): New macro.
Christopher Faylor
2002-05-27
1
-1
/
+1
*
Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h,
Christopher Faylor
2002-05-25
1
-1
/
+0
*
* dtable.cc (dtable::build_fhandler_from_name): Just pass posix path along to
Christopher Faylor
2002-05-24
1
-12
/
+12
*
* fhandler_proc.cc (fhandler_proc::fstat): Use fhandler name rather than
Christopher Faylor
2002-05-03
1
-1
/
+3
*
* path.h (pathconv_arg): Add PC_POSIX.
Christopher Faylor
2002-05-02
1
-2
/
+11
*
* sync.h (new_muto): Just accept an argument which denotes the name of the
Christopher Faylor
2002-02-22
1
-32
/
+74
*
* dtable.cc (dtable::dup2): Revert previous patch.
Corinna Vinschen
2002-02-09
1
-1
/
+0
*
* dtable.cc (dtable::dup2): Store fd for fhandler_socket.
Corinna Vinschen
2002-02-08
1
-0
/
+1
*
Add copyright stuff
Christopher Faylor
2002-01-13
1
-1
/
+1
*
* dtable.cc (dtable::init_std_file_from_handle): Add some defensive code to
Christopher Faylor
2002-01-06
1
-3
/
+6
*
* ioctl.cc (ioctl): Make third argument optional.
Corinna Vinschen
2002-01-06
1
-1
/
+1
*
* dtable.cc (dtable::init_std_file_from_handle): Don't treat NULL
Corinna Vinschen
2002-01-05
1
-1
/
+1
*
* dtable.cc (dtable::init_std_file_from_handle): Avoid initializing using an
Christopher Faylor
2001-12-17
1
-0
/
+3
*
* dtable.cc (dtable::vfork_parent_restore): Add debugging statement.
Christopher Faylor
2001-11-24
1
-1
/
+3
*
* path.cc (conv_path_list): Fix wild indexing into path due to conflicting
Christopher Faylor
2001-11-22
1
-0
/
+3
*
* dtable.cc (dtable::build_fhandler): Don't increment console fd count if new
Christopher Faylor
2001-11-10
1
-7
/
+4
*
Eliminate excess whitespace.
Christopher Faylor
2001-11-05
1
-2
/
+2
*
* dtable.cc (dtable::build_fhandler): Fix debug_printf to avoid SEGV due to
Christopher Faylor
2001-11-05
1
-1
/
+1
*
* dtable.cc (dtable::build_fhandler): Issue internal error on unknown device.
Christopher Faylor
2001-11-01
1
-6
/
+3
*
* dtable.cc (dtable::vfork_child_dup): Revert impersonation
Corinna Vinschen
2001-10-31
1
-0
/
+8
*
* dtable.cc (dtable::dup2): Add some debugging. Use methods from passed in
Christopher Faylor
2001-10-30
1
-3
/
+4
*
Remove 'cb' parameter and modify fhandler_* constructors throughout.
Christopher Faylor
2001-10-22
1
-2
/
+1
*
* dtable.cc (dtable::build_fhandler_from_name): Use PC_FULL to determine path
Christopher Faylor
2001-10-14
1
-1
/
+1
*
* autoload.cc (load_wsock32): Declare dummy function to force loading of
Christopher Faylor
2001-10-14
1
-1
/
+2
*
* fhandler_dsp.cc (fhandler_dsp::ioctl): Return 0 for successful
Christopher Faylor
2001-10-13
1
-18
/
+18
*
* dtable.cc (dtable::build_fhandler): Allocate correct amount for given
Christopher Faylor
2001-10-08
1
-19
/
+19
*
* cygheap.cc (cfree): Remove malloc debugging probe.
Christopher Faylor
2001-10-03
1
-45
/
+34
*
* dtable.h (dtable::build_fhandler): Make path_conv parameter non-optional.
Christopher Faylor
2001-10-02
1
-69
/
+59
*
Add "path.h" include throughout, where needed. Use new path_conv methods and
Christopher Faylor
2001-10-01
1
-4
/
+19
*
* fhandler.h (fhandler_pipe::hit_eof): New method.
Christopher Faylor
2001-09-24
1
-1
/
+5
*
* dtable.cc (dtable::build_fhandler): Initialize unit when using
Corinna Vinschen
2001-09-23
1
-0
/
+1
*
* dtable.cc (dtable::build_fhandler): Accept an optional path_conv argument.
Christopher Faylor
2001-09-22
1
-2
/
+10
*
Update copyrights.
Christopher Faylor
2001-09-11
1
-1
/
+1
*
* cygwin.din: Remove cygwin_getshared.
Christopher Faylor
2001-09-11
1
-1
/
+1
*
* dtable.cc (dtable::fixup_after_fork): Use SetStdHandle appropriately on
Christopher Faylor
2001-09-10
1
-0
/
+4
*
Move appropriate variables to NO_COPY segment, throughout.
Christopher Faylor
2001-09-06
1
-1
/
+1
*
* thread.cc (InterlockedExchangePointer): Don't define if it already exists.
Christopher Faylor
2001-09-04
1
-18
/
+19
[prev]
[next]