Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-09-19* cygthread.cc (cygthread::initialized): Avoid copying on fork or some threadsChristopher Faylor
2002-07-03* dtable.cc (cygwin_attach_handle_to_fd): Default to implicit bin mode if noneChristopher Faylor
2002-07-03* cygheap.cc (init_cheap): Rearrange error message.Christopher Faylor
2002-06-25* dtable.cc (dtable::find_unused_handle): Avoid coercion.Christopher Faylor
2002-06-25* dtable.cc (fhandler_base::dup2): Cleanup. Ensure that lock is turned off inChristopher Faylor
2002-06-17* cygheap.h (cygheap_user::issetuid): New method.Christopher Faylor
2002-06-11* Makefile.in: Ensure that -MD gets added to CFLAGS regardless of CFLAGSChristopher Faylor
2002-06-07* autoload.cc (noload): Correctly save argument count register.Christopher Faylor
2002-06-05* dtable.cc (handle_to_fn): Check error return value from NtQueryObject firstChristopher Faylor
2002-06-05* dtable.cc (handle_to_fn): Attempt to handle "raw" accesses to remote shares.Christopher Faylor
2002-06-05* dtable.cc (handle_to_fn): Correct placement and length of name buffer.Christopher Faylor
2002-06-05Remove fcntl.h includes throughout.Christopher Faylor
2002-06-02* dtable.cc (handle_to_fn): Use largest match for device. CorrectlyChristopher Faylor
2002-06-02Remove unneeded sigproc.h includes throughout.Christopher Faylor
2002-06-01* fhandler_console.cc (fhandler_console::open): Reinstate setting of flags.Christopher Faylor
2002-05-29* dtable.cc (dtable::init_std_file_from_handle): Attempt stronger detection ofChristopher Faylor
2002-05-28* autoload.cc (LoadFuncEx): Define via new LoadFuncEx2 macro.Christopher Faylor
2002-05-27* debug.h (being_debugged): New macro.Christopher Faylor
2002-05-25Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h,Christopher Faylor
2002-05-24* dtable.cc (dtable::build_fhandler_from_name): Just pass posix path along toChristopher Faylor
2002-05-03* fhandler_proc.cc (fhandler_proc::fstat): Use fhandler name rather thanChristopher Faylor
2002-05-02* path.h (pathconv_arg): Add PC_POSIX.Christopher Faylor
2002-02-22* sync.h (new_muto): Just accept an argument which denotes the name of theChristopher Faylor
2002-02-09 * dtable.cc (dtable::dup2): Revert previous patch.Corinna Vinschen
2002-02-08 * dtable.cc (dtable::dup2): Store fd for fhandler_socket.Corinna Vinschen
2002-01-13Add copyright stuffChristopher Faylor
2002-01-06* dtable.cc (dtable::init_std_file_from_handle): Add some defensive code toChristopher Faylor
2002-01-06 * ioctl.cc (ioctl): Make third argument optional.Corinna Vinschen
2002-01-05 * dtable.cc (dtable::init_std_file_from_handle): Don't treat NULLCorinna Vinschen
2001-12-17* dtable.cc (dtable::init_std_file_from_handle): Avoid initializing using anChristopher Faylor
2001-11-24* dtable.cc (dtable::vfork_parent_restore): Add debugging statement.Christopher Faylor
2001-11-22* path.cc (conv_path_list): Fix wild indexing into path due to conflictingChristopher Faylor
2001-11-10* dtable.cc (dtable::build_fhandler): Don't increment console fd count if newChristopher Faylor
2001-11-05Eliminate excess whitespace.Christopher Faylor
2001-11-05* dtable.cc (dtable::build_fhandler): Fix debug_printf to avoid SEGV due toChristopher Faylor
2001-11-02* dtable.cc (dtable::build_fhandler): Issue internal error on unknown device.Christopher Faylor
2001-10-31 * dtable.cc (dtable::vfork_child_dup): Revert impersonationCorinna Vinschen
2001-10-30* dtable.cc (dtable::dup2): Add some debugging. Use methods from passed inChristopher Faylor
2001-10-22Remove 'cb' parameter and modify fhandler_* constructors throughout.Christopher Faylor
2001-10-14* dtable.cc (dtable::build_fhandler_from_name): Use PC_FULL to determine pathChristopher Faylor
2001-10-14* autoload.cc (load_wsock32): Declare dummy function to force loading ofChristopher Faylor
2001-10-13* fhandler_dsp.cc (fhandler_dsp::ioctl): Return 0 for successfulChristopher Faylor
2001-10-08* dtable.cc (dtable::build_fhandler): Allocate correct amount for givenChristopher Faylor
2001-10-03* cygheap.cc (cfree): Remove malloc debugging probe.Christopher Faylor
2001-10-02* dtable.h (dtable::build_fhandler): Make path_conv parameter non-optional.Christopher Faylor
2001-10-01Add "path.h" include throughout, where needed. Use new path_conv methods andChristopher Faylor
2001-09-25* fhandler.h (fhandler_pipe::hit_eof): New method.Christopher Faylor
2001-09-23 * dtable.cc (dtable::build_fhandler): Initialize unit when usingCorinna Vinschen
2001-09-23* dtable.cc (dtable::build_fhandler): Accept an optional path_conv argument.Christopher Faylor
2001-09-12Update copyrights.Christopher Faylor