| Commit message (Expand) | Author | Age | Files | Lines |
* | * fhandler_tape.cc (fhandler_dev_tape::open): Fix typo. | Corinna Vinschen | 2004-09-09 | 1 | -1/+1 |
* | Regularize most strace_prints throughout so that %E is always preceded by a | Christopher Faylor | 2004-09-03 | 1 | -2/+2 |
* | * fhandler_tape.cc (fhandler_dev_tape::raw_read): Use ?: instead of | Corinna Vinschen | 2004-08-20 | 1 | -5/+2 |
* | * path.cc (chdir): Always use the normalized_path as posix_cwd, except if it | Christopher Faylor | 2004-05-28 | 1 | -48/+48 |
* | * cygheap.h (struct init_cygheap): Add mt_h member. | Corinna Vinschen | 2004-05-12 | 1 | -2/+2 |
* | * fhandler.cc (fhandler_base::open): Remove special DEV_FLOPPY_MAJOR | Corinna Vinschen | 2004-04-20 | 1 | -0/+1 |
* | * errno.cc (errmap): Handle ERROR_IO_PENDING. | Corinna Vinschen | 2004-04-19 | 1 | -17/+83 |
* | * fhandler_tape.cc (mtinfo_drive::_set_pos): Take additional dont_wait | Corinna Vinschen | 2004-04-19 | 1 | -8/+8 |
* | * fhandler.h (class fhandler_dev_raw): Move status bits into protected | Corinna Vinschen | 2004-04-09 | 1 | -43/+43 |
* | * fhandler_tape.cc (mtinfo::initialize): Fix fatal error message. | Corinna Vinschen | 2004-03-31 | 1 | -1/+1 |
* | * fhandler_tape.cc (mtinfo_drive::get_pos): Only set partition if | Corinna Vinschen | 2004-03-31 | 1 | -4/+27 |
* | * errno.cc (errmap): Map ERROR_SHARING_VIOLATION to EBUSY, | Corinna Vinschen | 2004-03-26 | 1 | -491/+1108 |
* | Fix ChangeLog dates. | Corinna Vinschen | 2004-03-15 | 1 | -58/+68 |
* | * errno.cc (errmap): Map ERROR_BEGINNING_OF_MEDIA and | Corinna Vinschen | 2004-03-14 | 1 | -130/+119 |
* | * errno.cc (errmap): Handle ERROR_BUS_RESET. | Corinna Vinschen | 2004-03-13 | 1 | -273/+198 |
* | * fhandler_raw.cc (fhandler_dev_raw::raw_read): When reading with | Corinna Vinschen | 2004-03-02 | 1 | -0/+1 |
* | * debug.h (console_printf): Define for non-debugging condition. | Christopher Faylor | 2004-02-09 | 1 | -1/+1 |
* | Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate, | Christopher Faylor | 2003-12-07 | 1 | -7/+7 |
* | * devices.cc: New file. | Christopher Faylor | 2003-09-25 | 1 | -9/+9 |
* | 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 |
* | Remove \n from calls to strace class printfs throughout. | Christopher Faylor | 2002-09-30 | 1 | -5/+5 |
* | * fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller has | Christopher Faylor | 2002-09-22 | 1 | -2/+2 |
* | Remove fcntl.h includes throughout. | Christopher Faylor | 2002-06-05 | 1 | -1/+0 |
* | * fhandler.cc (fhandler_base::fstat): Move dev and ino calculation into caller. | Christopher Faylor | 2002-06-02 | 1 | -4/+2 |
* | * cygwin.din (fstat64): New symbol. | Corinna Vinschen | 2002-02-25 | 1 | -3/+3 |
* | * child_info.h, cygheap.h, fhandler_clipboard.cc, fhandler_dsp.cc, | Corinna Vinschen | 2002-02-10 | 1 | -1/+1 |
* | * (child_info.h, cygheap.h, dcrt0.cc, dir.cc, fhandler.cc, fhandler.h, | Corinna Vinschen | 2002-02-10 | 1 | -3/+3 |
* | * fhandler_raw.cc (fhandler_dev_raw::clear): Don't reset unit. | Corinna Vinschen | 2001-11-16 | 1 | -0/+1 |
* | Remove 'cb' parameter and modify fhandler_* constructors throughout. | Christopher Faylor | 2001-10-22 | 1 | -1/+0 |
* | * fhandler_raw.cc (fhandler_dev_raw::open): Eliminate compatibility | Corinna Vinschen | 2001-10-16 | 1 | -1/+1 |
* | * fhandler_tape.cc (fhandler_dev_tape::tape_status): Report | Corinna Vinschen | 2001-10-16 | 1 | -0/+1 |
* | * autoload.cc: Add load statement for `NtOpenFile'. | Corinna Vinschen | 2001-10-16 | 1 | -5/+2 |
* | * fhandler_dsp.cc (fhandler_dsp::ioctl): Return 0 for successful | Christopher Faylor | 2001-10-13 | 1 | -1/+2 |
* | Add second path_conv * argument to fstat()s throughout. | Christopher Faylor | 2001-10-05 | 1 | -2/+2 |
* | * dcrt0.cc (dll_crt0_1): Don't close hexec_proc if it is NULL. | Christopher Faylor | 2001-10-04 | 1 | -11/+4 |
* | Add "path.h" include throughout, where needed. Use new path_conv methods and | Christopher Faylor | 2001-10-01 | 1 | -1/+1 |
* | Update copyrights. | Christopher Faylor | 2001-09-11 | 1 | -1/+1 |
* | Throughout, reorganize header file inclusion to put security.h prior to | Christopher Faylor | 2001-07-26 | 1 | -1/+1 |
* | * fhandler_tape.cc (fhandler_dev_tape::tape_erase): Set size | Corinna Vinschen | 2001-06-22 | 1 | -1/+1 |
* | * fhandler_tape.cc (fhandler_dev_tape::tape_status): Set size | Corinna Vinschen | 2001-06-15 | 1 | -1/+4 |
* | Throughout, change fdtab references to cygheap->fdtab. | Christopher Faylor | 2001-04-18 | 1 | -1/+2 |
* | * dlopen.c (dlopen): Return NULL when name is NULL (suggested by | Christopher Faylor | 2001-03-05 | 1 | -0/+1 |
* | * fhandler.h (fhandler_dev_raw): Add definition for method | Corinna Vinschen | 2000-10-31 | 1 | -6/+8 |
* | * fhandler_tape.cc (fhandler_dev_tape::open): Fix memory allocation. | Corinna Vinschen | 2000-10-31 | 1 | -3/+4 |
* | * Makefile.in: Add cygheap.o. | Christopher Faylor | 2000-09-03 | 1 | -24/+24 |
* | * winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h files | Christopher Faylor | 2000-08-22 | 1 | -0/+2 |
* | * cygerrno.h: New file. Use this throughout whenever errno manipulation is | Christopher Faylor | 2000-08-22 | 1 | -0/+1 |
* | * winsup.h: take out protections of environ, errno, allow C use | DJ Delorie | 2000-08-02 | 1 | -1/+1 |
* | * fhandler.h (class fhandler_dev_raw): Add private member `varblkop' | Corinna Vinschen | 2000-07-23 | 1 | -39/+44 |