aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/dtable.cc
AgeCommit message (Expand)AuthorFilesLines
2002-10-14* child_info.h (CURR_CHILD_INFO_MAGIC): Reset.Christopher Faylor1-6/+6
2002-10-08* dtable.cc (dtable::init_std_file_from_handle): Try to mimic standard openChristopher Faylor1-2/+7
2002-10-07* dtable.cc (unknown_file): New variable.Christopher Faylor1-6/+8
2002-09-23More GNUify non-GNU formatted functions calls throughout.Christopher Faylor1-1/+1
2002-09-19* cygthread.cc (cygthread::initialized): Avoid copying on fork or some threadsChristopher Faylor1-1/+1
2002-07-03* dtable.cc (cygwin_attach_handle_to_fd): Default to implicit bin mode if noneChristopher Faylor1-1/+1
2002-07-03* cygheap.cc (init_cheap): Rearrange error message.Christopher Faylor1-28/+1
2002-06-24* dtable.cc (dtable::find_unused_handle): Avoid coercion.Christopher Faylor1-2/+1
2002-06-24* dtable.cc (fhandler_base::dup2): Cleanup. Ensure that lock is turned off inChristopher Faylor1-18/+19
2002-06-16* cygheap.h (cygheap_user::issetuid): New method.Christopher Faylor1-2/+2
2002-06-11* Makefile.in: Ensure that -MD gets added to CFLAGS regardless of CFLAGSChristopher Faylor1-4/+4
2002-06-06* autoload.cc (noload): Correctly save argument count register.Christopher Faylor1-0/+1
2002-06-05* dtable.cc (handle_to_fn): Check error return value from NtQueryObject firstChristopher Faylor1-4/+8
2002-06-05* dtable.cc (handle_to_fn): Attempt to handle "raw" accesses to remote shares.Christopher Faylor1-0/+10
2002-06-05* dtable.cc (handle_to_fn): Correct placement and length of name buffer.Christopher Faylor1-2/+2
2002-06-05Remove fcntl.h includes throughout.Christopher Faylor1-14/+2
2002-06-02* dtable.cc (handle_to_fn): Use largest match for device. CorrectlyChristopher Faylor1-8/+32
2002-06-02Remove unneeded sigproc.h includes throughout.Christopher Faylor1-1/+0
2002-05-31* fhandler_console.cc (fhandler_console::open): Reinstate setting of flags.Christopher Faylor1-3/+4
2002-05-29* dtable.cc (dtable::init_std_file_from_handle): Attempt stronger detection ofChristopher Faylor1-43/+54
2002-05-28* autoload.cc (LoadFuncEx): Define via new LoadFuncEx2 macro.Christopher Faylor1-7/+96
2002-05-27* debug.h (being_debugged): New macro.Christopher Faylor1-1/+1
2002-05-25Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h,Christopher Faylor1-1/+0
2002-05-24* dtable.cc (dtable::build_fhandler_from_name): Just pass posix path along toChristopher Faylor1-12/+12
2002-05-03* fhandler_proc.cc (fhandler_proc::fstat): Use fhandler name rather thanChristopher Faylor1-1/+3
2002-05-02* path.h (pathconv_arg): Add PC_POSIX.Christopher Faylor1-2/+11
2002-02-22* sync.h (new_muto): Just accept an argument which denotes the name of theChristopher Faylor1-32/+74
2002-02-09 * dtable.cc (dtable::dup2): Revert previous patch.Corinna Vinschen1-1/+0
2002-02-08 * dtable.cc (dtable::dup2): Store fd for fhandler_socket.Corinna Vinschen1-0/+1
2002-01-13Add copyright stuffChristopher Faylor1-1/+1
2002-01-06* dtable.cc (dtable::init_std_file_from_handle): Add some defensive code toChristopher Faylor1-3/+6
2002-01-06 * ioctl.cc (ioctl): Make third argument optional.Corinna Vinschen1-1/+1
2002-01-05 * dtable.cc (dtable::init_std_file_from_handle): Don't treat NULLCorinna Vinschen1-1/+1
2001-12-17* dtable.cc (dtable::init_std_file_from_handle): Avoid initializing using anChristopher Faylor1-0/+3
2001-11-24* dtable.cc (dtable::vfork_parent_restore): Add debugging statement.Christopher Faylor1-1/+3
2001-11-22* path.cc (conv_path_list): Fix wild indexing into path due to conflictingChristopher Faylor1-0/+3
2001-11-10* dtable.cc (dtable::build_fhandler): Don't increment console fd count if newChristopher Faylor1-7/+4
2001-11-05Eliminate excess whitespace.Christopher Faylor1-2/+2
2001-11-05* dtable.cc (dtable::build_fhandler): Fix debug_printf to avoid SEGV due toChristopher Faylor1-1/+1
2001-11-01* dtable.cc (dtable::build_fhandler): Issue internal error on unknown device.Christopher Faylor1-6/+3
2001-10-31 * dtable.cc (dtable::vfork_child_dup): Revert impersonationCorinna Vinschen1-0/+8
2001-10-30* dtable.cc (dtable::dup2): Add some debugging. Use methods from passed inChristopher Faylor1-3/+4
2001-10-22Remove 'cb' parameter and modify fhandler_* constructors throughout.Christopher Faylor1-2/+1
2001-10-14* dtable.cc (dtable::build_fhandler_from_name): Use PC_FULL to determine pathChristopher Faylor1-1/+1
2001-10-14* autoload.cc (load_wsock32): Declare dummy function to force loading ofChristopher Faylor1-1/+2
2001-10-13* fhandler_dsp.cc (fhandler_dsp::ioctl): Return 0 for successfulChristopher Faylor1-18/+18
2001-10-08* dtable.cc (dtable::build_fhandler): Allocate correct amount for givenChristopher Faylor1-19/+19
2001-10-03* cygheap.cc (cfree): Remove malloc debugging probe.Christopher Faylor1-45/+34
2001-10-02* dtable.h (dtable::build_fhandler): Make path_conv parameter non-optional.Christopher Faylor1-69/+59
2001-10-01Add "path.h" include throughout, where needed. Use new path_conv methods andChristopher Faylor1-4/+19