| Commit message (Expand) | Author | Age | Files | Lines |
* | * fhandler.h (class fhandler_dev_raw): Remove is_writing flag. | Corinna Vinschen | 2004-07-15 | 1 | -38/+3 |
* | * fhandler_raw.cc (fhandler_dev_raw::raw_write): Remove buffered | Corinna Vinschen | 2004-07-14 | 1 | -70/+1 |
* | * path.cc (chdir): Always use the normalized_path as posix_cwd, except if it | Christopher Faylor | 2004-05-28 | 1 | -1/+1 |
* | * fhandler.cc (fhandler_base::open): Remove special DEV_FLOPPY_MAJOR | Corinna Vinschen | 2004-04-20 | 1 | -4/+3 |
* | * autoload.cc (NtCreateFile): Add. | Corinna Vinschen | 2004-04-16 | 1 | -29/+4 |
* | * Use new unified status_flag accessor methods from classes fhandler_*, | Corinna Vinschen | 2004-04-10 | 1 | -1/+1 |
* | * fhandler.h (class fhandler_dev_raw): Move status bits into protected | Corinna Vinschen | 2004-04-09 | 1 | -45/+24 |
* | * fhandler_raw.cc (fhandler_dev_raw::open): Actually use "options". | Corinna Vinschen | 2004-04-06 | 1 | -1/+1 |
* | * errno.cc (errmap): Map ERROR_SHARING_VIOLATION to EBUSY, | Corinna Vinschen | 2004-03-26 | 1 | -19/+25 |
* | * errno.cc (errmap): Handle ERROR_BUS_RESET. | Corinna Vinschen | 2004-03-13 | 1 | -90/+51 |
* | * fhandler_raw.cc (fhandler_dev_raw::raw_read): When reading with | Corinna Vinschen | 2004-03-02 | 1 | -11/+26 |
* | * 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.cc (fhandler_base::open): Use major numbers rather than device | Christopher Faylor | 2004-01-21 | 1 | -14/+8 |
* | 2003-11-11 Robert Collins <rbtcollins@hotmail.com> | Robert Collins | 2003-11-14 | 1 | -1/+1 |
* | * fhandler.h (class fhandler_dev_raw): Add method fstat. | Corinna Vinschen | 2003-09-30 | 1 | -0/+25 |
* | * devices.cc: New file. | Christopher Faylor | 2003-09-25 | 1 | -7/+6 |
* | * signal.cc (nanosleep): Improve test for valid values. Round delay up to | Christopher Faylor | 2003-09-07 | 1 | -1/+1 |
* | * dcrt0.cc (__argc_safe): New variable. | Christopher Faylor | 2003-09-05 | 1 | -1/+1 |
* | * errno.cc (errmap): Map ERROR_INVALID_BLOCK_LENGTH to EIO. | Corinna Vinschen | 2003-08-17 | 1 | -6/+7 |
* | Throughout, remove "include <errno.h>" from files which already include | Christopher Faylor | 2003-06-16 | 1 | -1/+0 |
* | Throughout, change fhandler_*::read and fhandler_*::raw_read to void functions | Christopher Faylor | 2002-12-14 | 1 | -10/+16 |
* | * fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller has | Christopher Faylor | 2002-09-22 | 1 | -2/+2 |
* | * fhandler_clipboard.c (fhandler_dev_clipboard::open): Force text mode. | Christopher Faylor | 2002-07-01 | 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 | -4/+1 |
* | * fhandler_raw.cc (fhandler_dev_raw::open): Replace set_errno() | Corinna Vinschen | 2002-05-17 | 1 | -2/+1 |
* | * fhandler_raw.cc (fhandler_dev_raw::clear): Don't reset unit. | Corinna Vinschen | 2001-11-16 | 1 | -1/+0 |
* | Remove 'cb' parameter and modify fhandler_* constructors throughout. | Christopher Faylor | 2001-10-22 | 1 | -3/+2 |
* | * fhandler_raw.cc (fhandler_dev_raw::open): Eliminate compatibility | Corinna Vinschen | 2001-10-16 | 1 | -33/+23 |
* | * autoload.cc: Add load statement for `NtOpenFile'. | Corinna Vinschen | 2001-10-16 | 1 | -17/+57 |
* | * 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 | -14/+2 |
* | * dcrt0.cc (dll_crt0_1): Don't close hexec_proc if it is NULL. | Christopher Faylor | 2001-10-04 | 1 | -5/+2 |
* | Add "path.h" include throughout, where needed. Use new path_conv methods and | Christopher Faylor | 2001-10-01 | 1 | -1/+1 |
* | * fhandler.h (fhandler_socket::fixup_after_exec): Remove inline | Corinna Vinschen | 2001-09-20 | 1 | -0/+8 |
* | Throughout, reorganize header file inclusion to put security.h prior to | Christopher Faylor | 2001-07-26 | 1 | -0/+1 |
* | Throughout, change fdtab references to cygheap->fdtab. | Christopher Faylor | 2001-04-18 | 1 | -1/+2 |
* | Update copyrights. | Christopher Faylor | 2001-03-18 | 1 | -1/+1 |
* | * dlopen.c (dlopen): Return NULL when name is NULL (suggested by | Christopher Faylor | 2001-03-05 | 1 | -0/+1 |
* | * fhandler.cc (fhandler_base::open): Always add GENERIC_READ access | Corinna Vinschen | 2001-02-05 | 1 | -3/+8 |
* | * fhandler.h (fhandler_dev_raw): Add definition for method | Corinna Vinschen | 2000-10-31 | 1 | -13/+21 |
* | * Makefile.in: Add cygheap.o. | Christopher Faylor | 2000-09-03 | 1 | -50/+39 |
* | * 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 | -25/+38 |
* | Throughout, eliminate third argument to path_conv and use new PC_* constants | Christopher Faylor | 2000-07-17 | 1 | -1/+1 |
* | * fhandler_raw.cc (write_file, read_file): New wrapper functions | Corinna Vinschen | 2000-05-12 | 1 | -22/+51 |
* | import winsup-2000-02-17 snapshot | Christopher Faylor | 2000-02-17 | 1 | -0/+495 |