aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/fhandler.cc
AgeCommit message (Expand)AuthorFilesLines
2000-08-22* winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h filesChristopher Faylor1-0/+2
2000-08-22* cygerrno.h: New file. Use this throughout whenever errno manipulation isChristopher Faylor1-0/+1
2000-08-10* winsup.h: Change strchr inline for strange gcc problem.Christopher Faylor1-0/+1
2000-08-10* dir.cc (readdir): Ensure that errno is *only* set when we've run out ofChristopher Faylor1-4/+2
2000-08-02* winsup.h: take out protections of environ, errno, allow C useDJ Delorie1-1/+1
2000-07-27* fhandler.cc (fhandler_disk_file::fstat): Allow block calculation to succeedChristopher Faylor1-1/+1
2000-07-17Throughout, eliminate third argument to path_conv and use new PC_* constantsChristopher Faylor1-1/+2
2000-07-09Slight optimization.Christopher Faylor1-1/+1
2000-07-09* cygwin.din: Export _getmode and getmode to allow querying of binary state ofChristopher Faylor1-6/+33
2000-07-01* Makefile.in: Use variables rather than configure constructs whereChristopher Faylor1-1/+7
2000-06-18* fhandler.h (set_name): Don't use 'unix' as name since this is defined by gccChristopher Faylor1-5/+5
2000-06-08 * fhandler.cc (fhandler_disk_file::open): Check for directoryCorinna Vinschen1-0/+4
2000-05-31 * fhandler.cc (fhandler_disk_file::open): Check for executableCorinna Vinschen1-2/+3
2000-05-09 * fhandler.cc (fhandler_base::puts_readahead): ChangeCorinna Vinschen1-2/+2
2000-05-08* fhandler.cc (lock): use signed math to allow checking rangesDJ Delorie1-8/+9
2000-05-07* dcrt0.cc (insert_file): Eliminate unused parameter.Christopher Faylor1-1/+8
2000-04-25 * fhandler.cc (fhandler_disk_file::open): Check for allow_ntsecCorinna Vinschen1-1/+2
2000-04-20* fhandler.h (fhandler_base::hclose): New virtual method.Christopher Faylor1-4/+5
2000-04-08* fhandler.cc (fhandler_disk_file::fstat): Allocate enough space for root dirChristopher Faylor1-2/+3
2000-03-17* fhandler.cc (fhandler_base::open): Call set_file_attribute() only if a file...Corinna Vinschen1-1/+3
2000-03-16 * security.cc (set_process_privileges): Removed `static'.Corinna Vinschen1-51/+5
2000-03-15Pipe changes throughout suggested by Eric Fifer <EFifer@sanwaint.com>Christopher Faylor1-2/+2
2000-03-12* fhandler.cc (fhandler_base::get_readahead_into_buffer): New function.Christopher Faylor1-0/+18
2000-03-07Throughout use strace class in place of individual functions and variables.Christopher Faylor1-1/+1
2000-02-26Remove unneeded include.Christopher Faylor1-1/+0
2000-02-26* exceptions.cc (interruptible): Make a little more structured.Christopher Faylor1-0/+1
2000-02-21* fhandler.cc (set_inheritance): Revert previous patch which got rid of 'name'Christopher Faylor1-1/+1
2000-02-21Respond to a multitude of g++ warnings.Christopher Faylor1-9/+9
2000-02-21*** empty log message ***Corinna Vinschen1-0/+4
2000-02-17import winsup-2000-02-17 snapshotChristopher Faylor1-0/+1501