aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/fhandler.cc
AgeCommit message (Expand)AuthorFilesLines
2001-04-13* fork.cc (fork_child): Call the __pthread_atforkchild function.Christopher Faylor1-3/+2
2001-04-12 * dir.cc (mkdir): Check for case clash.Corinna Vinschen1-2/+4
2001-04-02 * fhandler.cc (fhandler_disk_file::open): Avoid checking a magicCorinna Vinschen1-0/+1
2001-03-31* fhandler.cc (fhandler_base::read): Remove special handling of CTRL-Z.Christopher Faylor1-1/+3
2001-03-13 * fhandler.cc (fhandler_disk_file::fstat): Add correct modes toCorinna Vinschen1-1/+1
2001-03-05* dlopen.c (dlopen): Return NULL when name is NULL (suggested byChristopher Faylor1-23/+5
2001-02-22 * cygerrno.h: Revert previous patch.Corinna Vinschen1-3/+1
2001-02-22 * fhandler.cc (fhandler_disk_file::open): Use `inner_suffixes' whenCorinna Vinschen1-1/+3
2001-02-21Add copyright year 2001Corinna Vinschen1-1/+1
2001-02-21 * Makefile.in: Add `-lshell32 -luuid' to link pass for new-cygwin1.dll.Corinna Vinschen1-1/+4
2001-02-05 * fhandler.cc (fhandler_base::open): Always add GENERIC_READ accessCorinna Vinschen1-0/+6
2000-12-19 * environ.cc (struct parse_thing): Add entry for new CYGWIN optionCorinna Vinschen1-1/+0
2000-11-28 * fhandler.cc (fhandler_disk_file::open): Check for buggy CreateFileCorinna Vinschen1-0/+15
2000-11-26* fhandler.cc (is_at_eof): New function.Christopher Faylor1-0/+23
2000-11-03* pinfo.cc (pinfo::init): Reverse order of setting status and pid info in anChristopher Faylor1-11/+11
2000-10-31* path.h (has_exec_chars): Standard function for checking for executable magicChristopher Faylor1-2/+1
2000-10-25 * fhandler.cc (fhandler_base::fcntl): Treat O_NONBLOCK and OLD_O_NDELAYCorinna Vinschen1-2/+7
2000-10-24 * fhandler.cc (fhandler_base::fcntl): Behave properly when passedCorinna Vinschen1-5/+6
2000-10-23 * fhandler.cc (fhandler_base::fcntl): Setting flags in F_SETFLCorinna Vinschen1-12/+13
2000-10-23 * fcntl.cc (_fcntl): Rearrange as wrapper function. Move allCorinna Vinschen1-0/+44
2000-10-23* fork.cc (fork): Set sigframe here, since it can pause for a considerableChristopher Faylor1-1/+0
2000-10-20* times.cc (to_time_t): pass zero time as epochDJ Delorie1-0/+6
2000-10-16* Makefile.in: Remove some obsolete stuff.Christopher Faylor1-2/+2
2000-10-12* errno.cc (seterrno_from_win_error): Fix debugging output.Christopher Faylor1-14/+0
2000-10-07* fhandler.h (fhandler_base): Remove obsolete _rpos and _rsize elements.Christopher Faylor1-91/+39
2000-09-08Break out more header info into separate files. Use appropriate header filesChristopher Faylor1-1/+5
2000-09-07Split out tty and shared_info stuff into their own headers and use throughout.Christopher Faylor1-0/+2
2000-09-03* Makefile.in: Add cygheap.o.Christopher Faylor1-46/+39
2000-08-24* environ.cc (parse_thing): nobinmode should force O_TEXT.Christopher Faylor1-2/+2
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