Age | Commit message (Expand) | Author | Files | Lines |
2006-07-26 | * cygheap.h (struct init_cygheap): Remove shared_h and mt_h members. | Corinna Vinschen | 1 | -18/+15 |
2005-12-22 | whitespace cleanup to force snapshot. | Christopher Faylor | 1 | -3/+3 |
2005-12-14 | * fhandler.cc (fhandler_base::open_9x): Handle O_SYNC and O_DIRECT | Corinna Vinschen | 1 | -61/+80 |
2005-09-28 | Revert erroneous checkin. | Corinna Vinschen | 1 | -4/+4 |
2005-09-28 | * fhandler.h (class fhandler_dev_raw): Delete current_position and | Corinna Vinschen | 1 | -4/+4 |
2005-07-05 | * fhandler_tape.cc (fhandler_dev_tape::close): Don't do "extra stuff" | Corinna Vinschen | 1 | -7/+12 |
2005-07-05 | Change foo (void) to foo () for all c++ functions throughout. Remove all | Christopher Faylor | 1 | -2/+2 |
2005-07-03 | Replace valid memory checks with new myfault class "exception handling", almost | Christopher Faylor | 1 | -14/+7 |
2005-06-22 | * fhandler.h (class fhandler_dev_tape): Add declaration for | Corinna Vinschen | 1 | -1/+39 |
2005-04-28 | * shared_info.h (cygwin_shared_address): Bump to a higher value to avoid | Christopher Faylor | 1 | -1/+2 |
2005-03-27 | * wininfo.h (wininfo::timer_active): Delete. | Christopher Faylor | 1 | -1/+1 |
2005-03-16 | * fhandler_tape.cc (get_ll): This is a generally useful function so move it | Christopher Faylor | 1 | -3/+0 |
2004-09-09 | * fhandler_tape.cc (fhandler_dev_tape::open): Fix typo. | Corinna Vinschen | 1 | -1/+1 |
2004-09-03 | Regularize most strace_prints throughout so that %E is always preceded by a | Christopher Faylor | 1 | -2/+2 |
2004-08-20 | * fhandler_tape.cc (fhandler_dev_tape::raw_read): Use ?: instead of | Corinna Vinschen | 1 | -5/+2 |
2004-05-28 | * path.cc (chdir): Always use the normalized_path as posix_cwd, except if it | Christopher Faylor | 1 | -48/+48 |
2004-05-12 | * cygheap.h (struct init_cygheap): Add mt_h member. | Corinna Vinschen | 1 | -2/+2 |
2004-04-20 | * fhandler.cc (fhandler_base::open): Remove special DEV_FLOPPY_MAJOR | Corinna Vinschen | 1 | -0/+1 |
2004-04-19 | * errno.cc (errmap): Handle ERROR_IO_PENDING. | Corinna Vinschen | 1 | -17/+83 |
2004-04-19 | * fhandler_tape.cc (mtinfo_drive::_set_pos): Take additional dont_wait | Corinna Vinschen | 1 | -8/+8 |
2004-04-09 | * fhandler.h (class fhandler_dev_raw): Move status bits into protected | Corinna Vinschen | 1 | -43/+43 |
2004-03-31 | * fhandler_tape.cc (mtinfo::initialize): Fix fatal error message. | Corinna Vinschen | 1 | -1/+1 |
2004-03-31 | * fhandler_tape.cc (mtinfo_drive::get_pos): Only set partition if | Corinna Vinschen | 1 | -4/+27 |
2004-03-26 | * errno.cc (errmap): Map ERROR_SHARING_VIOLATION to EBUSY, | Corinna Vinschen | 1 | -491/+1108 |
2004-03-15 | Fix ChangeLog dates. | Corinna Vinschen | 1 | -58/+68 |
2004-03-14 | * errno.cc (errmap): Map ERROR_BEGINNING_OF_MEDIA and | Corinna Vinschen | 1 | -130/+119 |
2004-03-13 | * errno.cc (errmap): Handle ERROR_BUS_RESET. | Corinna Vinschen | 1 | -273/+198 |
2004-03-02 | * fhandler_raw.cc (fhandler_dev_raw::raw_read): When reading with | Corinna Vinschen | 1 | -0/+1 |
2004-02-09 | * debug.h (console_printf): Define for non-debugging condition. | Christopher Faylor | 1 | -1/+1 |
2003-12-07 | Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate, | Christopher Faylor | 1 | -7/+7 |
2003-09-25 | * devices.cc: New file. | Christopher Faylor | 1 | -9/+9 |
2003-06-16 | Throughout, remove "include <errno.h>" from files which already include | Christopher Faylor | 1 | -1/+0 |
2003-04-01 | * dir.cc: Change __off32_t to _off_t and __off64_t to _off64_t | Corinna Vinschen | 1 | -2/+2 |
2002-09-30 | Remove \n from calls to strace class printfs throughout. | Christopher Faylor | 1 | -5/+5 |
2002-09-22 | * fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller has | Christopher Faylor | 1 | -2/+2 |
2002-06-05 | Remove fcntl.h includes throughout. | Christopher Faylor | 1 | -1/+0 |
2002-06-02 | * fhandler.cc (fhandler_base::fstat): Move dev and ino calculation into caller. | Christopher Faylor | 1 | -4/+2 |
2002-02-25 | * cygwin.din (fstat64): New symbol. | Corinna Vinschen | 1 | -3/+3 |
2002-02-10 | * child_info.h, cygheap.h, fhandler_clipboard.cc, fhandler_dsp.cc, | Corinna Vinschen | 1 | -1/+1 |
2002-02-10 | * (child_info.h, cygheap.h, dcrt0.cc, dir.cc, fhandler.cc, fhandler.h, | Corinna Vinschen | 1 | -3/+3 |
2001-11-16 | * fhandler_raw.cc (fhandler_dev_raw::clear): Don't reset unit. | Corinna Vinschen | 1 | -0/+1 |
2001-10-22 | Remove 'cb' parameter and modify fhandler_* constructors throughout. | Christopher Faylor | 1 | -1/+0 |
2001-10-16 | * fhandler_raw.cc (fhandler_dev_raw::open): Eliminate compatibility | Corinna Vinschen | 1 | -1/+1 |
2001-10-16 | * fhandler_tape.cc (fhandler_dev_tape::tape_status): Report | Corinna Vinschen | 1 | -0/+1 |
2001-10-16 | * autoload.cc: Add load statement for `NtOpenFile'. | Corinna Vinschen | 1 | -5/+2 |
2001-10-13 | * fhandler_dsp.cc (fhandler_dsp::ioctl): Return 0 for successful | Christopher Faylor | 1 | -1/+2 |
2001-10-05 | Add second path_conv * argument to fstat()s throughout. | 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 | -11/+4 |
2001-10-01 | Add "path.h" include throughout, where needed. Use new path_conv methods and | Christopher Faylor | 1 | -1/+1 |
2001-09-11 | Update copyrights. | Christopher Faylor | 1 | -1/+1 |