| Commit message (Expand) | Author | Age | Files | Lines |
* | 2002-02-28 Robert Collins <rbtcollins@hotmail.com> | Robert Collins | 2002-02-28 | 1 | -30/+81 |
* | * sync.h (new_muto): Just accept an argument which denotes the name of the | Christopher Faylor | 2002-02-22 | 1 | -2/+2 |
* | * fhandler.h (fhandler_serial::fhandler_serial): Change to only accept unit | Christopher Faylor | 2001-10-29 | 1 | -2/+2 |
* | Ensure that all fhandler_*::read definitions are __stdcall throughout. | Christopher Faylor | 2001-10-24 | 1 | -2/+2 |
* | Remove 'cb' parameter and modify fhandler_* constructors throughout. | Christopher Faylor | 2001-10-22 | 1 | -15/+1 |
* | * fhandler_dsp.cc (fhandler_dsp::ioctl): Return 0 for successful | Christopher Faylor | 2001-10-13 | 1 | -8/+8 |
* | * fhandler.cc (fhandler_base::fork_fixup): Protect dup'ed handle and record it | Christopher Faylor | 2001-10-06 | 1 | -8/+2 |
* | * dcrt0.cc (dll_crt0_1): Don't close hexec_proc if it is NULL. | Christopher Faylor | 2001-10-04 | 1 | -2/+2 |
* | Add "path.h" include throughout, where needed. Use new path_conv methods and | Christopher Faylor | 2001-10-01 | 1 | -5/+1 |
* | * fhandler.h (fhandler_pipe::hit_eof): New method. | Christopher Faylor | 2001-09-24 | 1 | -1/+1 |
* | * fhandler.cc (fhandler_base::set_inheritance): Just use DUPLICATE_CLOSE_SOURCE | Christopher Faylor | 2001-09-20 | 1 | -4/+4 |
* | * cygheap.h (init_cygheap): Move heap pointers here. | Christopher Faylor | 2001-09-07 | 1 | -5/+5 |
* | Remove initialization of static or global values to zero, throughout. This | Christopher Faylor | 2001-09-06 | 1 | -1/+1 |
* | * tty.cc (tty::create_inuse): Eliminate unneeded argument. | Christopher Faylor | 2001-09-01 | 1 | -3/+3 |
* | * debug.cc (mark_closed): Rename from debug_mark_closed and make static. | Christopher Faylor | 2001-09-01 | 1 | -2/+2 |
* | * fhandler.cc (fhandler_base::is_nonblocking): New method. | Corinna Vinschen | 2001-08-15 | 1 | -15/+4 |
* | * fhandler.cc (fhandler_base::fcntl): Use new O_NONBLOCK_MASK define. | Corinna Vinschen | 2001-08-14 | 1 | -10/+14 |
* | Throughout, reorganize header file inclusion to put security.h prior to | Christopher Faylor | 2001-07-26 | 1 | -0/+1 |
* | * cygheap.cc (cygheap_fixup_in_child): Attempt Win95 workaround. | Christopher Faylor | 2001-07-21 | 1 | -1/+1 |
* | * fhandler_tty.cc (fhandler_tty_slave::init): Revert 2001-06-16 change. | Christopher Faylor | 2001-06-18 | 1 | -1/+1 |
* | * exceptions.cc (sig_handle_tty_stop): Reset PID_STOPPED if not actually | Christopher Faylor | 2001-06-16 | 1 | -1/+1 |
* | * fhandler_tty.cc (fhandler_tty_common::dup): Preserve O_NOCTTY when duping a | Christopher Faylor | 2001-05-13 | 1 | -1/+1 |
* | * cygheap.cc (_cfree): Add regparm attribute. | Christopher Faylor | 2001-05-08 | 1 | -0/+1 |
* | Throughout, change 'tty_attached' to 'real_tty_attached', for clarity. | Christopher Faylor | 2001-04-28 | 1 | -2/+2 |
* | * tty.cc (tty::make_pipes): Set to_slave pipe mode to nonblocking. | Egor Duda | 2001-04-27 | 1 | -4/+26 |
* | Remove trailing underscore from fhandler_base and friends, throughout. | Christopher Faylor | 2001-04-24 | 1 | -5/+9 |
* | Throughout, change fdtab references to cygheap->fdtab. | Christopher Faylor | 2001-04-18 | 1 | -1/+1 |
* | * tty.h (tty::create_inuse): Add new parameter to allow non- | Egor Duda | 2001-03-19 | 1 | -2/+12 |
* | * fhandler.h (fhandler_tty_slave): Declare new methods. | Egor Duda | 2001-03-18 | 1 | -3/+14 |
* | fix spelling error. | Christopher Faylor | 2001-03-17 | 1 | -1/+1 |
* | * fhandler.h (fhandler_termios::fixup_after_exec): New function. | Egor Duda | 2001-03-12 | 1 | -2/+1 |
* | * autoload.cc (noload): Use proper method for multiline strings or newer gcc's | Christopher Faylor | 2001-03-11 | 1 | -60/+69 |
* | * dlopen.c (dlopen): Return NULL when name is NULL (suggested by | Christopher Faylor | 2001-03-05 | 1 | -2/+2 |
* | * fhandler.h (class fhandler_tty_common): New mutex and event to | Egor Duda | 2001-03-04 | 1 | -67/+147 |
* | * debug.cc (add_handle): Issue warning on attempts to add the same handle more | Christopher Faylor | 2000-10-17 | 1 | -4/+10 |
* | * fhandler_tty.cc (fhandler_tty_slave::write): Correct typo which caused | Christopher Faylor | 2000-09-18 | 1 | -1/+1 |
* | Break out more header info into separate files. Use appropriate header files | Christopher Faylor | 2000-09-08 | 1 | -1/+0 |
* | Split out tty and shared_info stuff into their own headers and use throughout. | Christopher Faylor | 2000-09-07 | 1 | -21/+18 |
* | * exceptions.cc (signal_exit): Reset all mutos owned by the main thread. | Christopher Faylor | 2000-09-07 | 1 | -25/+0 |
* | * Makefile.in: Add cygheap.o. | Christopher Faylor | 2000-09-03 | 1 | -6/+5 |
* | * signal.cc (_raise): New function. | Christopher Faylor | 2000-08-29 | 1 | -1/+9 |
* | * winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h files | Christopher Faylor | 2000-08-22 | 1 | -1/+4 |
* | * cygerrno.h: New file. Use this throughout whenever errno manipulation is | Christopher Faylor | 2000-08-22 | 1 | -0/+1 |
* | Correct order in include files. | Christopher Faylor | 2000-08-12 | 1 | -1/+1 |
* | * winsup.h: Split out dtable definitions into separate header file. | Christopher Faylor | 2000-08-12 | 1 | -0/+2 |
* | Rename hinfo -> dtable. Name the former dtable array 'fdtab'. | Christopher Faylor | 2000-08-12 | 1 | -1/+1 |
* | * fhandler_tty.cc (fhandler_pty_master::process_slave_output): Set length field | Christopher Faylor | 2000-08-03 | 1 | -0/+1 |
* | * strace.cc (strace::prntf): Make second argument the function name, rather | Christopher Faylor | 2000-08-02 | 1 | -3/+3 |
* | * winsup.h: take out protections of environ, errno, allow C use | DJ Delorie | 2000-08-02 | 1 | -1/+1 |
* | * Makefile.in (DLL_OFILES): Sort. | Christopher Faylor | 2000-05-12 | 1 | -23/+31 |