summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fhandler.cc
Commit message (Expand)AuthorAgeFilesLines
* * fhandler.cc (fhandler_base::open): Always add GENERIC_READ accessCorinna Vinschen2001-02-051-0/+6
* * environ.cc (struct parse_thing): Add entry for new CYGWIN optionCorinna Vinschen2000-12-191-1/+0
* * fhandler.cc (fhandler_disk_file::open): Check for buggy CreateFileCorinna Vinschen2000-11-281-0/+15
* * fhandler.cc (is_at_eof): New function.Christopher Faylor2000-11-261-0/+23
* * pinfo.cc (pinfo::init): Reverse order of setting status and pid info in anChristopher Faylor2000-11-031-11/+11
* * path.h (has_exec_chars): Standard function for checking for executable magicChristopher Faylor2000-10-311-2/+1
* * fhandler.cc (fhandler_base::fcntl): Treat O_NONBLOCK and OLD_O_NDELAYCorinna Vinschen2000-10-251-2/+7
* * fhandler.cc (fhandler_base::fcntl): Behave properly when passedCorinna Vinschen2000-10-241-5/+6
* * fhandler.cc (fhandler_base::fcntl): Setting flags in F_SETFLCorinna Vinschen2000-10-231-12/+13
* * fcntl.cc (_fcntl): Rearrange as wrapper function. Move allCorinna Vinschen2000-10-231-0/+44
* * fork.cc (fork): Set sigframe here, since it can pause for a considerableChristopher Faylor2000-10-231-1/+0
* * times.cc (to_time_t): pass zero time as epochDJ Delorie2000-10-201-0/+6
* * Makefile.in: Remove some obsolete stuff.Christopher Faylor2000-10-161-2/+2
* * errno.cc (seterrno_from_win_error): Fix debugging output.Christopher Faylor2000-10-121-14/+0
* * fhandler.h (fhandler_base): Remove obsolete _rpos and _rsize elements.Christopher Faylor2000-10-071-91/+39
* Break out more header info into separate files. Use appropriate header filesChristopher Faylor2000-09-081-1/+5
* Split out tty and shared_info stuff into their own headers and use throughout.Christopher Faylor2000-09-071-0/+2
* * Makefile.in: Add cygheap.o.Christopher Faylor2000-09-031-46/+39
* * environ.cc (parse_thing): nobinmode should force O_TEXT.Christopher Faylor2000-08-241-2/+2
* * winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h filesChristopher Faylor2000-08-221-0/+2
* * cygerrno.h: New file. Use this throughout whenever errno manipulation isChristopher Faylor2000-08-221-0/+1
* * winsup.h: Change strchr inline for strange gcc problem.Christopher Faylor2000-08-101-0/+1
* * dir.cc (readdir): Ensure that errno is *only* set when we've run out ofChristopher Faylor2000-08-101-4/+2
* * winsup.h: take out protections of environ, errno, allow C useDJ Delorie2000-08-021-1/+1
* * fhandler.cc (fhandler_disk_file::fstat): Allow block calculation to succeedChristopher Faylor2000-07-271-1/+1
* Throughout, eliminate third argument to path_conv and use new PC_* constantsChristopher Faylor2000-07-171-1/+2
* Slight optimization.Christopher Faylor2000-07-091-1/+1
* * cygwin.din: Export _getmode and getmode to allow querying of binary state ofChristopher Faylor2000-07-091-6/+33
* * Makefile.in: Use variables rather than configure constructs whereChristopher Faylor2000-07-011-1/+7
* * fhandler.h (set_name): Don't use 'unix' as name since this is defined by gccChristopher Faylor2000-06-181-5/+5
* * fhandler.cc (fhandler_disk_file::open): Check for directoryCorinna Vinschen2000-06-081-0/+4
* * fhandler.cc (fhandler_disk_file::open): Check for executableCorinna Vinschen2000-05-311-2/+3
* * fhandler.cc (fhandler_base::puts_readahead): ChangeCorinna Vinschen2000-05-091-2/+2
* * fhandler.cc (lock): use signed math to allow checking rangesDJ Delorie2000-05-081-8/+9
* * dcrt0.cc (insert_file): Eliminate unused parameter.Christopher Faylor2000-05-071-1/+8
* * fhandler.cc (fhandler_disk_file::open): Check for allow_ntsecCorinna Vinschen2000-04-251-1/+2
* * fhandler.h (fhandler_base::hclose): New virtual method.Christopher Faylor2000-04-201-4/+5
* * fhandler.cc (fhandler_disk_file::fstat): Allocate enough space for root dirChristopher Faylor2000-04-081-2/+3
* * fhandler.cc (fhandler_base::open): Call set_file_attribute() only if a file...Corinna Vinschen2000-03-171-1/+3
* * security.cc (set_process_privileges): Removed `static'.Corinna Vinschen2000-03-161-51/+5
* Pipe changes throughout suggested by Eric Fifer <EFifer@sanwaint.com>Christopher Faylor2000-03-151-2/+2
* * fhandler.cc (fhandler_base::get_readahead_into_buffer): New function.Christopher Faylor2000-03-121-0/+18
* Throughout use strace class in place of individual functions and variables.Christopher Faylor2000-03-071-1/+1
* Remove unneeded include.Christopher Faylor2000-02-261-1/+0
* * exceptions.cc (interruptible): Make a little more structured.Christopher Faylor2000-02-261-0/+1
* * fhandler.cc (set_inheritance): Revert previous patch which got rid of 'name'Christopher Faylor2000-02-211-1/+1
* Respond to a multitude of g++ warnings.Christopher Faylor2000-02-211-9/+9
* *** empty log message ***Corinna Vinschen2000-02-211-0/+4
* import winsup-2000-02-17 snapshotChristopher Faylor2000-02-171-0/+1501