Age | Commit message (Expand) | Author | Files | Lines |
2005-11-14 | * cygheap.h (init_cygheap::manage_console_count): Declare new function. | Christopher Faylor | 1 | -2/+3 |
2005-09-28 | Revert erroneous checkin. | Corinna Vinschen | 1 | -2/+2 |
2005-09-28 | * fhandler.h (class fhandler_dev_raw): Delete current_position and | Corinna Vinschen | 1 | -2/+2 |
2005-09-14 | Remove some more unneeded 'return;'s throughout. | Christopher Faylor | 1 | -1/+0 |
2005-09-09 | * fhandler_serial.cc (fhandler_serial::tcgetattr): Just zero c_cflag here | Christopher Faylor | 1 | -12/+13 |
2005-09-09 | * fhandler_serial.cc (fhandler_serial::ioctl): Always return 0 for window size. | Christopher Faylor | 1 | -0/+4 |
2005-08-12 | white space | Christopher Faylor | 1 | -26/+26 |
2005-08-11 | * fhandler_serial.cc (fhandler_serial::tcgetattr): Return current baud rate | Christopher Faylor | 1 | -21/+16 |
2005-08-02 | * include/sys/termios.h: Define TIOCMBIS and TIOCMBIC. | Corinna Vinschen | 1 | -37/+60 |
2005-07-06 | Eliminate (void) cast on standalone function calls throughout. | Christopher Faylor | 1 | -5/+5 |
2005-07-05 | Change foo (void) to foo () for all c++ functions throughout. Remove all | Christopher Faylor | 1 | -7/+1 |
2005-03-27 | * wininfo.h (wininfo::timer_active): Delete. | Christopher Faylor | 1 | -1/+1 |
2005-01-13 | * fhandler_serial.cc (fhandler_serial::dup): Call overlapped_setup | Corinna Vinschen | 1 | -1/+1 |
2004-05-28 | * path.cc (chdir): Always use the normalized_path as posix_cwd, except if it | Christopher Faylor | 1 | -1/+1 |
2004-04-10 | * Use new unified status_flag accessor methods from classes fhandler_*, | Corinna Vinschen | 1 | -7/+7 |
2004-03-09 | * fhandler_serial.cc (fhandler_serial::ioctl): Implement TIOCSBRK and TIOCCBRK. | Christopher Faylor | 1 | -0/+14 |
2004-02-09 | * debug.h (console_printf): Define for non-debugging condition. | Christopher Faylor | 1 | -1/+1 |
2004-02-02 | * fhandler.h (*::fixup_after_exec): Eliminate unused handle argument. | Christopher Faylor | 1 | -1/+1 |
2004-01-23 | * fhandler_serial.cc (fhandler_serial::raw_write): Prevent a deadlock when the | Christopher Faylor | 1 | -4/+9 |
2003-12-11 | * fhandler_serial.cc (fhandler_serial::tcflush): Simplify. Remove | Corinna Vinschen | 1 | -14/+23 |
2003-12-07 | Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate, | Christopher Faylor | 1 | -7/+6 |
2003-09-25 | * devices.cc: New file. | Christopher Faylor | 1 | -5/+6 |
2003-06-16 | Throughout, remove "include <errno.h>" from files which already include | Christopher Faylor | 1 | -1/+0 |
2003-03-09 | whitespace cleanup | Christopher Faylor | 1 | -1/+1 |
2003-02-04 | Eliminate most unneeded this-> pointers throughout. | Christopher Faylor | 1 | -2/+2 |
2003-02-01 | * fhandler_serial.cc (fhandler_serial::open): Avoid extraneous setting of res. | Christopher Faylor | 1 | -159/+169 |
2003-01-10 | Split ChangeLog, create ChangeLog-2002. | Corinna Vinschen | 1 | -1/+1 |
2003-01-09 | Use isdirsep rather than SLASH_P throughout. | Christopher Faylor | 1 | -1/+6 |
2002-12-14 | Throughout, change fhandler_*::read and fhandler_*::raw_read to void functions | Christopher Faylor | 1 | -3/+3 |
2002-11-15 | * fhandler_serial.cc (fhandler_serial::tcgetattr): Don't take any special | Christopher Faylor | 1 | -10/+3 |
2002-11-13 | * miscfuncs.cc (low_priority_sleep): New function. Use throughout where code | Christopher Faylor | 1 | -1/+1 |
2002-11-07 | * fhandler_serial.cc (fhandler_serial::ioctl): Fix typo. | Christopher Faylor | 1 | -1/+1 |
2002-11-06 | * fhandler_serial.cc (fhandler_serial::ioctl): Don't try to figure out if OS | Christopher Faylor | 1 | -35/+19 |
2002-11-05 | * fhandler_serial.cc (fhandler_serial::raw_read): Use correct type for | Christopher Faylor | 1 | -6/+9 |
2002-11-04 | * fhandler_serial.cc (fhandler_serial::ioctl): Reformat. Set errno | Christopher Faylor | 1 | -83/+121 |
2002-09-30 | Remove \n from calls to strace class printfs throughout. | Christopher Faylor | 1 | -1/+1 |
2002-07-24 | * fhandler_serial.cc: Change 'must_init_serial_line capability' | Corinna Vinschen | 1 | -2/+2 |
2002-07-23 | * fhandler_serial.cc: Use must_init_serial_line capability throughout. | Corinna Vinschen | 1 | -2/+2 |
2002-07-22 | * fhandler_serial.cc: Fix formatting problems introduced by below changes. | Christopher Faylor | 1 | -54/+46 |
2002-07-22 | * fhandler.h (class fhandler_serial): Add new members of | Corinna Vinschen | 1 | -2/+130 |
2002-07-19 | * fhandler_serial.cc (fhandler_serial::tcflush): Fix typo. | Christopher Faylor | 1 | -1/+1 |
2002-06-05 | * dtable.cc (handle_to_fn): Attempt to handle "raw" accesses to remote shares. | Christopher Faylor | 1 | -1/+1 |
2002-06-05 | Remove fcntl.h includes throughout. | Christopher Faylor | 1 | -3/+1 |
2002-05-25 | Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h, | Christopher Faylor | 1 | -1/+0 |
2001-12-11 | * fhandler.h (fhandler_serial::ev): New class member. | Christopher Faylor | 1 | -2/+0 |
2001-10-29 | * fhandler.h (fhandler_serial::fhandler_serial): Change to only accept unit | Christopher Faylor | 1 | -4/+4 |
2001-10-22 | Remove 'cb' parameter and modify fhandler_* constructors throughout. | Christopher Faylor | 1 | -6/+2 |
2001-10-13 | * fhandler_dsp.cc (fhandler_dsp::ioctl): Return 0 for successful | Christopher Faylor | 1 | -2/+2 |
2001-10-04 | * dcrt0.cc (dll_crt0_1): Don't close hexec_proc if it is NULL. | Christopher Faylor | 1 | -2/+2 |
2001-07-26 | Throughout, reorganize header file inclusion to put security.h prior to | Christopher Faylor | 1 | -1/+1 |