summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/dtable.cc
Commit message (Expand)AuthorAgeFilesLines
...
* * dtable.cc (handle_to_fn): Check error return value from NtQueryObject firstChristopher Faylor2002-06-051-4/+8
* * dtable.cc (handle_to_fn): Attempt to handle "raw" accesses to remote shares.Christopher Faylor2002-06-051-0/+10
* * dtable.cc (handle_to_fn): Correct placement and length of name buffer.Christopher Faylor2002-06-051-2/+2
* Remove fcntl.h includes throughout.Christopher Faylor2002-06-051-14/+2
* * dtable.cc (handle_to_fn): Use largest match for device. CorrectlyChristopher Faylor2002-06-021-8/+32
* Remove unneeded sigproc.h includes throughout.Christopher Faylor2002-06-021-1/+0
* * fhandler_console.cc (fhandler_console::open): Reinstate setting of flags.Christopher Faylor2002-05-311-3/+4
* * dtable.cc (dtable::init_std_file_from_handle): Attempt stronger detection ofChristopher Faylor2002-05-291-43/+54
* * autoload.cc (LoadFuncEx): Define via new LoadFuncEx2 macro.Christopher Faylor2002-05-281-7/+96
* * debug.h (being_debugged): New macro.Christopher Faylor2002-05-271-1/+1
* Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h,Christopher Faylor2002-05-251-1/+0
* * dtable.cc (dtable::build_fhandler_from_name): Just pass posix path along toChristopher Faylor2002-05-241-12/+12
* * fhandler_proc.cc (fhandler_proc::fstat): Use fhandler name rather thanChristopher Faylor2002-05-031-1/+3
* * path.h (pathconv_arg): Add PC_POSIX.Christopher Faylor2002-05-021-2/+11
* * sync.h (new_muto): Just accept an argument which denotes the name of theChristopher Faylor2002-02-221-32/+74
* * dtable.cc (dtable::dup2): Revert previous patch.Corinna Vinschen2002-02-091-1/+0
* * dtable.cc (dtable::dup2): Store fd for fhandler_socket.Corinna Vinschen2002-02-081-0/+1
* Add copyright stuffChristopher Faylor2002-01-131-1/+1
* * dtable.cc (dtable::init_std_file_from_handle): Add some defensive code toChristopher Faylor2002-01-061-3/+6
* * ioctl.cc (ioctl): Make third argument optional.Corinna Vinschen2002-01-061-1/+1
* * dtable.cc (dtable::init_std_file_from_handle): Don't treat NULLCorinna Vinschen2002-01-051-1/+1
* * dtable.cc (dtable::init_std_file_from_handle): Avoid initializing using anChristopher Faylor2001-12-171-0/+3
* * dtable.cc (dtable::vfork_parent_restore): Add debugging statement.Christopher Faylor2001-11-241-1/+3
* * path.cc (conv_path_list): Fix wild indexing into path due to conflictingChristopher Faylor2001-11-221-0/+3
* * dtable.cc (dtable::build_fhandler): Don't increment console fd count if newChristopher Faylor2001-11-101-7/+4
* Eliminate excess whitespace.Christopher Faylor2001-11-051-2/+2
* * dtable.cc (dtable::build_fhandler): Fix debug_printf to avoid SEGV due toChristopher Faylor2001-11-051-1/+1
* * dtable.cc (dtable::build_fhandler): Issue internal error on unknown device.Christopher Faylor2001-11-011-6/+3
* * dtable.cc (dtable::vfork_child_dup): Revert impersonationCorinna Vinschen2001-10-311-0/+8
* * dtable.cc (dtable::dup2): Add some debugging. Use methods from passed inChristopher Faylor2001-10-301-3/+4
* Remove 'cb' parameter and modify fhandler_* constructors throughout.Christopher Faylor2001-10-221-2/+1
* * dtable.cc (dtable::build_fhandler_from_name): Use PC_FULL to determine pathChristopher Faylor2001-10-141-1/+1
* * autoload.cc (load_wsock32): Declare dummy function to force loading ofChristopher Faylor2001-10-141-1/+2
* * fhandler_dsp.cc (fhandler_dsp::ioctl): Return 0 for successfulChristopher Faylor2001-10-131-18/+18
* * dtable.cc (dtable::build_fhandler): Allocate correct amount for givenChristopher Faylor2001-10-081-19/+19
* * cygheap.cc (cfree): Remove malloc debugging probe.Christopher Faylor2001-10-031-45/+34
* * dtable.h (dtable::build_fhandler): Make path_conv parameter non-optional.Christopher Faylor2001-10-021-69/+59
* Add "path.h" include throughout, where needed. Use new path_conv methods andChristopher Faylor2001-10-011-4/+19
* * fhandler.h (fhandler_pipe::hit_eof): New method.Christopher Faylor2001-09-241-1/+5
* * dtable.cc (dtable::build_fhandler): Initialize unit when usingCorinna Vinschen2001-09-231-0/+1
* * dtable.cc (dtable::build_fhandler): Accept an optional path_conv argument.Christopher Faylor2001-09-221-2/+10
* Update copyrights.Christopher Faylor2001-09-111-1/+1
* * cygwin.din: Remove cygwin_getshared.Christopher Faylor2001-09-111-1/+1
* * dtable.cc (dtable::fixup_after_fork): Use SetStdHandle appropriately onChristopher Faylor2001-09-101-0/+4
* Move appropriate variables to NO_COPY segment, throughout.Christopher Faylor2001-09-061-1/+1
* * thread.cc (InterlockedExchangePointer): Don't define if it already exists.Christopher Faylor2001-09-041-18/+19
* * dtable.cc (dtable::dup2): Allow extension of fd table by dup2.Christopher Faylor2001-08-231-1/+1
* * smallprint.c (console_printf): New function.Christopher Faylor2001-08-221-1/+0
* * dtable.cc (dtable::release): Avoid messing with console whenEgor Duda2001-08-041-0/+2
* Throughout, reorganize header file inclusion to put security.h prior toChristopher Faylor2001-07-261-0/+1