aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/dtable.cc
AgeCommit message (Expand)AuthorFilesLines
2003-11-25* dtable.cc (build_fh_name): Set error in dummy fhandler when one is notedChristopher Faylor1-1/+3
2003-11-23white spaceChristopher Faylor1-1/+1
2003-11-19 * dtable.cc (build_fh_pc): Resurrect accidentally removedCorinna Vinschen1-0/+3
2003-11-142003-11-11 Robert Collins <rbtcollins@hotmail.com>Robert Collins1-4/+4
2003-11-14* dtable.cc (build_fh_pc): Use DEV_SERIAL_MAJOR to catch all serial ports.Christopher Faylor1-9/+3
2003-10-01* Makefile.in: Add YA method for generating devices.cc.Christopher Faylor1-94/+82
2003-09-30 * devices.h (enum fh_devices): Remove DEV_RAWDRIVE_MAJOR andCorinna Vinschen1-1/+0
2003-09-28 * devices.h: Move a few device major numbers. Fix typo of FH_UDP.Corinna Vinschen1-1/+1
2003-09-26* dtable.cc (build_fh_name): Return pointer to a 'nodevice' rather than a NULLChristopher Faylor1-2/+2
2003-09-25* devices.cc: New file.Christopher Faylor1-103/+142
2003-07-09* cygheap.cc (creturn): Set appropriate errno when out of memory.Christopher Faylor1-2/+10
2003-06-30 * cygheap.h (enum impersonation): New enum.Corinna Vinschen1-4/+2
2003-06-16Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor1-1/+0
2003-03-02* dll_init.cc (dll_list::load_after_fork): Don't revert to LoadLibrary ifChristopher Faylor1-13/+1
2003-02-21 * dtable.cc (dtable::build_fhandler_from_name): Set some fhandlerCorinna Vinschen1-3/+9
2003-01-10 Split ChangeLog, create ChangeLog-2002.Corinna Vinschen1-1/+1
2003-01-03* dtable.h (dtable::in_vfork_cleanup): New function. True if vfork cleanupChristopher Faylor1-1/+0
2002-10-21Change _function() to function() throughout.Christopher Faylor1-1/+1
2002-10-18* dtable.cc (dtable::init_std_file_from_handle): Force "devices" to always beChristopher Faylor1-5/+11
2002-10-17* dtable.cc (dtable::set_file_pointers_for_exec): New function.Christopher Faylor1-0/+11
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