| Commit message (Expand) | Author | Age | Files | Lines |
* | * path.cc (chdir): Always use the normalized_path as posix_cwd, except if it | Christopher Faylor | 2004-05-28 | 1 | -1/+1 |
* | * Use new unified status_flag accessor methods from classes fhandler_*, | Corinna Vinschen | 2004-04-10 | 1 | -7/+7 |
* | * fhandler_serial.cc (fhandler_serial::ioctl): Implement TIOCSBRK and TIOCCBRK. | Christopher Faylor | 2004-03-09 | 1 | -0/+14 |
* | * debug.h (console_printf): Define for non-debugging condition. | Christopher Faylor | 2004-02-09 | 1 | -1/+1 |
* | * fhandler.h (*::fixup_after_exec): Eliminate unused handle argument. | Christopher Faylor | 2004-02-02 | 1 | -1/+1 |
* | * fhandler_serial.cc (fhandler_serial::raw_write): Prevent a deadlock when the | Christopher Faylor | 2004-01-23 | 1 | -4/+9 |
* | * fhandler_serial.cc (fhandler_serial::tcflush): Simplify. Remove | Corinna Vinschen | 2003-12-11 | 1 | -14/+23 |
* | Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate, | Christopher Faylor | 2003-12-07 | 1 | -7/+6 |
* | * devices.cc: New file. | Christopher Faylor | 2003-09-25 | 1 | -5/+6 |
* | Throughout, remove "include <errno.h>" from files which already include | Christopher Faylor | 2003-06-16 | 1 | -1/+0 |
* | whitespace cleanup | Christopher Faylor | 2003-03-09 | 1 | -1/+1 |
* | Eliminate most unneeded this-> pointers throughout. | Christopher Faylor | 2003-02-04 | 1 | -2/+2 |
* | * fhandler_serial.cc (fhandler_serial::open): Avoid extraneous setting of res. | Christopher Faylor | 2003-02-01 | 1 | -159/+169 |
* | Split ChangeLog, create ChangeLog-2002. | Corinna Vinschen | 2003-01-10 | 1 | -1/+1 |
* | Use isdirsep rather than SLASH_P throughout. | Christopher Faylor | 2003-01-09 | 1 | -1/+6 |
* | Throughout, change fhandler_*::read and fhandler_*::raw_read to void functions | Christopher Faylor | 2002-12-14 | 1 | -3/+3 |
* | * fhandler_serial.cc (fhandler_serial::tcgetattr): Don't take any special | Christopher Faylor | 2002-11-15 | 1 | -10/+3 |
* | * miscfuncs.cc (low_priority_sleep): New function. Use throughout where code | Christopher Faylor | 2002-11-13 | 1 | -1/+1 |
* | * fhandler_serial.cc (fhandler_serial::ioctl): Fix typo. | Christopher Faylor | 2002-11-07 | 1 | -1/+1 |
* | * fhandler_serial.cc (fhandler_serial::ioctl): Don't try to figure out if OS | Christopher Faylor | 2002-11-06 | 1 | -35/+19 |
* | * fhandler_serial.cc (fhandler_serial::raw_read): Use correct type for | Christopher Faylor | 2002-11-05 | 1 | -6/+9 |
* | * fhandler_serial.cc (fhandler_serial::ioctl): Reformat. Set errno | Christopher Faylor | 2002-11-04 | 1 | -83/+121 |
* | Remove \n from calls to strace class printfs throughout. | Christopher Faylor | 2002-09-30 | 1 | -1/+1 |
* | * fhandler_serial.cc: Change 'must_init_serial_line capability' | Corinna Vinschen | 2002-07-24 | 1 | -2/+2 |
* | * fhandler_serial.cc: Use must_init_serial_line capability throughout. | Corinna Vinschen | 2002-07-23 | 1 | -2/+2 |
* | * fhandler_serial.cc: Fix formatting problems introduced by below changes. | Christopher Faylor | 2002-07-22 | 1 | -54/+46 |
* | * fhandler.h (class fhandler_serial): Add new members of | Corinna Vinschen | 2002-07-22 | 1 | -2/+130 |
* | * fhandler_serial.cc (fhandler_serial::tcflush): Fix typo. | Christopher Faylor | 2002-07-19 | 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 | -3/+1 |
* | Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h, | Christopher Faylor | 2002-05-25 | 1 | -1/+0 |
* | * fhandler.h (fhandler_serial::ev): New class member. | Christopher Faylor | 2001-12-11 | 1 | -2/+0 |
* | * fhandler.h (fhandler_serial::fhandler_serial): Change to only accept unit | Christopher Faylor | 2001-10-29 | 1 | -4/+4 |
* | Remove 'cb' parameter and modify fhandler_* constructors throughout. | Christopher Faylor | 2001-10-22 | 1 | -6/+2 |
* | * fhandler_dsp.cc (fhandler_dsp::ioctl): Return 0 for successful | Christopher Faylor | 2001-10-13 | 1 | -2/+2 |
* | * dcrt0.cc (dll_crt0_1): Don't close hexec_proc if it is NULL. | Christopher Faylor | 2001-10-04 | 1 | -2/+2 |
* | Throughout, reorganize header file inclusion to put security.h prior to | Christopher Faylor | 2001-07-26 | 1 | -1/+1 |
* | * mmap.cc: Clean up *ResourceLock calls throughout. | Christopher Faylor | 2001-06-26 | 1 | -1/+1 |
* | Remove trailing underscore from fhandler_base and friends, throughout. | Christopher Faylor | 2001-04-24 | 1 | -0/+1 |
* | * fhandler_serial.cc (fhandler_serial::raw_write): Close protected handles with | Christopher Faylor | 2001-03-31 | 1 | -2/+2 |
* | Update copyrights. | Christopher Faylor | 2001-03-18 | 1 | -1/+1 |
* | * fhandler_serial.cc (raw_write): Use local copy of OVERLAPPED structure | Christopher Faylor | 2001-01-30 | 1 | -7/+9 |
* | * fhandler_serial.cc (fhandler_serial::raw_read): Always find number of bytes | Christopher Faylor | 2000-12-20 | 1 | -8/+9 |
* | Break out more header info into separate files. Use appropriate header files | Christopher Faylor | 2000-09-08 | 1 | -0/+1 |
* | Split out tty and shared_info stuff into their own headers and use throughout. | Christopher Faylor | 2000-09-07 | 1 | -0/+1 |
* | * Makefile.in: Add cygheap.o. | Christopher Faylor | 2000-09-03 | 1 | -6/+4 |
* | * 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 |
* | * winsup.h: Split out dtable definitions into separate header file. | Christopher Faylor | 2000-08-12 | 1 | -0/+1 |
* | * fhandler_serial.cc (tcsendbreak): "sleeptime" argument to usleep() | DJ Delorie | 2000-08-08 | 1 | -1/+1 |