| Commit message (Expand) | Author | Age | Files | Lines |
* | Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate, | Christopher Faylor | 2003-12-07 | 1 | -11/+5 |
* | * dtable.cc (build_fh_name): Set error in dummy fhandler when one is noted | Christopher Faylor | 2003-11-25 | 1 | -1/+3 |
* | white space | Christopher Faylor | 2003-11-23 | 1 | -1/+1 |
* | * dtable.cc (build_fh_pc): Resurrect accidentally removed | Corinna Vinschen | 2003-11-19 | 1 | -0/+3 |
* | 2003-11-11 Robert Collins <rbtcollins@hotmail.com> | Robert Collins | 2003-11-14 | 1 | -4/+4 |
* | * dtable.cc (build_fh_pc): Use DEV_SERIAL_MAJOR to catch all serial ports. | Christopher Faylor | 2003-11-14 | 1 | -9/+3 |
* | * Makefile.in: Add YA method for generating devices.cc. | Christopher Faylor | 2003-10-01 | 1 | -94/+82 |
* | * devices.h (enum fh_devices): Remove DEV_RAWDRIVE_MAJOR and | Corinna Vinschen | 2003-09-30 | 1 | -1/+0 |
* | * devices.h: Move a few device major numbers. Fix typo of FH_UDP. | Corinna Vinschen | 2003-09-28 | 1 | -1/+1 |
* | * dtable.cc (build_fh_name): Return pointer to a 'nodevice' rather than a NULL | Christopher Faylor | 2003-09-26 | 1 | -2/+2 |
* | * devices.cc: New file. | Christopher Faylor | 2003-09-25 | 1 | -103/+142 |
* | * cygheap.cc (creturn): Set appropriate errno when out of memory. | Christopher Faylor | 2003-07-09 | 1 | -2/+10 |
* | * cygheap.h (enum impersonation): New enum. | Corinna Vinschen | 2003-06-30 | 1 | -4/+2 |
* | Throughout, remove "include <errno.h>" from files which already include | Christopher Faylor | 2003-06-16 | 1 | -1/+0 |
* | * dll_init.cc (dll_list::load_after_fork): Don't revert to LoadLibrary if | Christopher Faylor | 2003-03-02 | 1 | -13/+1 |
* | * dtable.cc (dtable::build_fhandler_from_name): Set some fhandler | Corinna Vinschen | 2003-02-21 | 1 | -3/+9 |
* | Split ChangeLog, create ChangeLog-2002. | Corinna Vinschen | 2003-01-10 | 1 | -1/+1 |
* | * dtable.h (dtable::in_vfork_cleanup): New function. True if vfork cleanup | Christopher Faylor | 2003-01-03 | 1 | -1/+0 |
* | Change _function() to function() throughout. | Christopher Faylor | 2002-10-21 | 1 | -1/+1 |
* | * dtable.cc (dtable::init_std_file_from_handle): Force "devices" to always be | Christopher Faylor | 2002-10-18 | 1 | -5/+11 |
* | * dtable.cc (dtable::set_file_pointers_for_exec): New function. | Christopher Faylor | 2002-10-17 | 1 | -0/+11 |
* | * child_info.h (CURR_CHILD_INFO_MAGIC): Reset. | Christopher Faylor | 2002-10-14 | 1 | -6/+6 |
* | * dtable.cc (dtable::init_std_file_from_handle): Try to mimic standard open | Christopher Faylor | 2002-10-08 | 1 | -2/+7 |
* | * dtable.cc (unknown_file): New variable. | Christopher Faylor | 2002-10-07 | 1 | -6/+8 |
* | More GNUify non-GNU formatted functions calls throughout. | Christopher Faylor | 2002-09-23 | 1 | -1/+1 |
* | * cygthread.cc (cygthread::initialized): Avoid copying on fork or some threads | Christopher Faylor | 2002-09-19 | 1 | -1/+1 |
* | * dtable.cc (cygwin_attach_handle_to_fd): Default to implicit bin mode if none | Christopher Faylor | 2002-07-03 | 1 | -1/+1 |
* | * cygheap.cc (init_cheap): Rearrange error message. | Christopher Faylor | 2002-07-03 | 1 | -28/+1 |
* | * dtable.cc (dtable::find_unused_handle): Avoid coercion. | Christopher Faylor | 2002-06-24 | 1 | -2/+1 |
* | * 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 |