| Commit message (Expand) | Author | Age | Files | Lines |
* | Eliminate (void) cast on standalone function calls throughout. | Christopher Faylor | 2005-07-06 | 1 | -2/+2 |
* | * cygerrno.h: Make multi-inclusion safe. | Christopher Faylor | 2005-06-30 | 1 | -2/+25 |
* | * wininfo.h (wininfo::timer_active): Delete. | Christopher Faylor | 2005-03-27 | 1 | -1/+1 |
* | * debug.cc (delete_handle): Report on handle value in debugging output. | Christopher Faylor | 2005-02-26 | 1 | -1/+1 |
* | * fhandler_termios.cc (fhandler_termios::tcsetpgrp): Revert previous checkin. | Christopher Faylor | 2004-10-11 | 1 | -1/+1 |
* | revert erroneous checkin | Christopher Faylor | 2004-10-05 | 1 | -1/+1 |
* | * pinfo.cc (_pinfo::commune_send): Correct debugging output. | Christopher Faylor | 2004-10-05 | 1 | -1/+1 |
* | * fhandler_termios.cc (fhandler_termios::tcsetpgrp): Disallow attempts to set | Christopher Faylor | 2004-09-28 | 1 | -1/+1 |
* | * winsup.h (IMPLEMENT_STATUS_FLAG): New macro to define status flag | Corinna Vinschen | 2004-04-13 | 1 | -1/+1 |
* | * Use new unified status_flag accessor methods from classes fhandler_*, | Corinna Vinschen | 2004-04-10 | 1 | -1/+1 |
* | * fhandler.h (fhandler_base::status): Declare private. | Corinna Vinschen | 2004-04-09 | 1 | -2/+2 |
* | * debug.h (console_printf): Define for non-debugging condition. | Christopher Faylor | 2004-02-09 | 1 | -1/+1 |
* | * cygwin/include/signal.h: Add copyright notice. | Christopher Faylor | 2004-01-19 | 1 | -3/+13 |
* | Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate, | Christopher Faylor | 2003-12-07 | 1 | -27/+1 |
* | * pinfo.h (_pinfo::getsig): Remove obsolete function, here and throughout. | Christopher Faylor | 2003-11-28 | 1 | -1/+1 |
* | * devices.cc: New file. | Christopher Faylor | 2003-09-25 | 1 | -0/+1 |
* | * pinfo.h (winpids::pid_access): New element. | Christopher Faylor | 2003-09-17 | 1 | -1/+2 |
* | Throughout, remove "include <errno.h>" from files which already include | Christopher Faylor | 2003-06-16 | 1 | -1/+0 |
* | * dir.cc: Change __off32_t to _off_t and __off64_t to _off64_t | Corinna Vinschen | 2003-04-01 | 1 | -2/+2 |
* | * spawn.cc (linebuf::~linebuf): Resurrect commented out (for debugging?) code. | Christopher Faylor | 2003-02-13 | 1 | -1/+1 |
* | Eliminate most unneeded this-> pointers throughout. | Christopher Faylor | 2003-02-04 | 1 | -1/+1 |
* | whitespace | Christopher Faylor | 2003-01-17 | 1 | -1/+1 |
* | Split ChangeLog, create ChangeLog-2002. | Corinna Vinschen | 2003-01-10 | 1 | -1/+1 |
* | * fhandler_termios.cc (fhandler_termios::line_edit): Perform echo before input | Christopher Faylor | 2002-12-28 | 1 | -2/+2 |
* | * fhandler.h (fhandler_termios::line_edit): Replace third argument with | Christopher Faylor | 2002-12-27 | 1 | -30/+30 |
* | * fhandler.h (line_edit_status): Reorganize so that tests for error condition | Christopher Faylor | 2002-12-21 | 1 | -2/+2 |
* | * fhandler.h (line_edit_status): Add a new element. | Christopher Faylor | 2002-12-20 | 1 | -2/+3 |
* | * fhandler_termios.cc (fhandler_termios::line_edit): Return line_edit_error and | Christopher Faylor | 2002-12-17 | 1 | -1/+6 |
* | * fhandler_termios.cc (fhandler_termios::line_edit): Call accept_input() in | Christopher Faylor | 2002-12-14 | 1 | -8/+10 |
* | * fhandler.h (fhandler_termios::line_edit): Change return from an int to an | Christopher Faylor | 2002-12-05 | 1 | -5/+9 |
* | More GNUify non-GNU formatted functions calls throughout. | Christopher Faylor | 2002-09-23 | 1 | -13/+13 |
* | * fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller has | Christopher Faylor | 2002-09-22 | 1 | -3/+3 |
* | * fhandler_console.cc (fhandler_console::read): Use appropriate kill_pgrp | Christopher Faylor | 2002-07-29 | 1 | -1/+1 |
* | * dtable.cc (handle_to_fn): Attempt to handle "raw" accesses to remote shares. | Christopher Faylor | 2002-06-05 | 1 | -1/+1 |
* | Remove fcntl.h includes throughout. | Christopher Faylor | 2002-06-05 | 1 | -1/+0 |
* | * autoload.cc (LoadFuncEx): Define via new LoadFuncEx2 macro. | Christopher Faylor | 2002-05-28 | 1 | -3/+3 |
* | Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h, | Christopher Faylor | 2002-05-25 | 1 | -1/+0 |
* | 2002-03-15 Robert Collins <rbtcollins@hotmail.com> | Robert Collins | 2002-03-19 | 1 | -0/+7 |
* | * include/sys/termios.h: Define _POSIX_VDISABLE. Define CCEQ macro. | Corinna Vinschen | 2002-03-05 | 1 | -13/+14 |
* | * sync.h (new_muto): Just accept an argument which denotes the name of the | Christopher Faylor | 2002-02-22 | 1 | -1/+20 |
* | * fhandler_console.cc (get_tty_stuff): Don't initialize shared memory console | Christopher Faylor | 2001-08-07 | 1 | -1/+1 |
* | Throughout, reorganize header file inclusion to put security.h prior to | Christopher Faylor | 2001-07-26 | 1 | -0/+1 |
* | remove erroneous header. | Christopher Faylor | 2001-05-09 | 1 | -1/+0 |
* | * fhandler.h (fhandler_termios::echo_erase): Declare new method. | Christopher Faylor | 2001-05-09 | 1 | -6/+18 |
* | Throughout, change 'tty_attached' to 'real_tty_attached', for clarity. | Christopher Faylor | 2001-04-28 | 1 | -13/+13 |
* | * fhandler.h (fhandler_tty_slave): Declare new methods. | Egor Duda | 2001-03-18 | 1 | -0/+1 |
* | * fhandler_termios.cc (fhandler_termios::line_edit): Don't accept input when a | Christopher Faylor | 2001-03-17 | 1 | -5/+2 |
* | * fhandler.h (fhandler_termios::fixup_after_exec): New function. | Egor Duda | 2001-03-12 | 1 | -0/+7 |
* | * dlopen.c (dlopen): Return NULL when name is NULL (suggested by | Christopher Faylor | 2001-03-05 | 1 | -0/+7 |
* | * autoload.cc (LoadDLLinitfunc): Remove debugging statement. | Christopher Faylor | 2001-01-17 | 1 | -8/+11 |