summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fhandler.cc
Commit message (Expand)AuthorAgeFilesLines
* 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