index
:
cygnal
cygnal-2.5.2
cygnal-2.9.0-branch
cygnal-3-1-6-98-branch
cygnal-3-1-98-branch
cygwin-master
"Cygwin Native Application Lib" --- http://www.kylheku.com/cygnal
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
winsup
/
cygwin
/
fhandler.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
* fhandler.cc (fhandler_base::open): Always add GENERIC_READ access
Corinna Vinschen
2001-02-05
1
-0
/
+6
*
* environ.cc (struct parse_thing): Add entry for new CYGWIN option
Corinna Vinschen
2000-12-19
1
-1
/
+0
*
* fhandler.cc (fhandler_disk_file::open): Check for buggy CreateFile
Corinna Vinschen
2000-11-28
1
-0
/
+15
*
* fhandler.cc (is_at_eof): New function.
Christopher Faylor
2000-11-26
1
-0
/
+23
*
* pinfo.cc (pinfo::init): Reverse order of setting status and pid info in an
Christopher Faylor
2000-11-03
1
-11
/
+11
*
* path.h (has_exec_chars): Standard function for checking for executable magic
Christopher Faylor
2000-10-31
1
-2
/
+1
*
* fhandler.cc (fhandler_base::fcntl): Treat O_NONBLOCK and OLD_O_NDELAY
Corinna Vinschen
2000-10-25
1
-2
/
+7
*
* fhandler.cc (fhandler_base::fcntl): Behave properly when passed
Corinna Vinschen
2000-10-24
1
-5
/
+6
*
* fhandler.cc (fhandler_base::fcntl): Setting flags in F_SETFL
Corinna Vinschen
2000-10-23
1
-12
/
+13
*
* fcntl.cc (_fcntl): Rearrange as wrapper function. Move all
Corinna Vinschen
2000-10-23
1
-0
/
+44
*
* fork.cc (fork): Set sigframe here, since it can pause for a considerable
Christopher Faylor
2000-10-23
1
-1
/
+0
*
* times.cc (to_time_t): pass zero time as epoch
DJ Delorie
2000-10-20
1
-0
/
+6
*
* Makefile.in: Remove some obsolete stuff.
Christopher Faylor
2000-10-16
1
-2
/
+2
*
* errno.cc (seterrno_from_win_error): Fix debugging output.
Christopher Faylor
2000-10-12
1
-14
/
+0
*
* fhandler.h (fhandler_base): Remove obsolete _rpos and _rsize elements.
Christopher Faylor
2000-10-07
1
-91
/
+39
*
Break out more header info into separate files. Use appropriate header files
Christopher Faylor
2000-09-08
1
-1
/
+5
*
Split out tty and shared_info stuff into their own headers and use throughout.
Christopher Faylor
2000-09-07
1
-0
/
+2
*
* Makefile.in: Add cygheap.o.
Christopher Faylor
2000-09-03
1
-46
/
+39
*
* environ.cc (parse_thing): nobinmode should force O_TEXT.
Christopher Faylor
2000-08-24
1
-2
/
+2
*
* 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: Change strchr inline for strange gcc problem.
Christopher Faylor
2000-08-10
1
-0
/
+1
*
* dir.cc (readdir): Ensure that errno is *only* set when we've run out of
Christopher Faylor
2000-08-10
1
-4
/
+2
*
* winsup.h: take out protections of environ, errno, allow C use
DJ Delorie
2000-08-02
1
-1
/
+1
*
* fhandler.cc (fhandler_disk_file::fstat): Allow block calculation to succeed
Christopher Faylor
2000-07-27
1
-1
/
+1
*
Throughout, eliminate third argument to path_conv and use new PC_* constants
Christopher Faylor
2000-07-17
1
-1
/
+2
*
Slight optimization.
Christopher Faylor
2000-07-09
1
-1
/
+1
*
* cygwin.din: Export _getmode and getmode to allow querying of binary state of
Christopher Faylor
2000-07-09
1
-6
/
+33
*
* Makefile.in: Use variables rather than configure constructs where
Christopher Faylor
2000-07-01
1
-1
/
+7
*
* fhandler.h (set_name): Don't use 'unix' as name since this is defined by gcc
Christopher Faylor
2000-06-18
1
-5
/
+5
*
* fhandler.cc (fhandler_disk_file::open): Check for directory
Corinna Vinschen
2000-06-08
1
-0
/
+4
*
* fhandler.cc (fhandler_disk_file::open): Check for executable
Corinna Vinschen
2000-05-31
1
-2
/
+3
*
* fhandler.cc (fhandler_base::puts_readahead): Change
Corinna Vinschen
2000-05-09
1
-2
/
+2
*
* fhandler.cc (lock): use signed math to allow checking ranges
DJ Delorie
2000-05-08
1
-8
/
+9
*
* dcrt0.cc (insert_file): Eliminate unused parameter.
Christopher Faylor
2000-05-07
1
-1
/
+8
*
* fhandler.cc (fhandler_disk_file::open): Check for allow_ntsec
Corinna Vinschen
2000-04-25
1
-1
/
+2
*
* fhandler.h (fhandler_base::hclose): New virtual method.
Christopher Faylor
2000-04-20
1
-4
/
+5
*
* fhandler.cc (fhandler_disk_file::fstat): Allocate enough space for root dir
Christopher Faylor
2000-04-08
1
-2
/
+3
*
* fhandler.cc (fhandler_base::open): Call set_file_attribute() only if a file...
Corinna Vinschen
2000-03-17
1
-1
/
+3
*
* security.cc (set_process_privileges): Removed `static'.
Corinna Vinschen
2000-03-16
1
-51
/
+5
*
Pipe changes throughout suggested by Eric Fifer <EFifer@sanwaint.com>
Christopher Faylor
2000-03-15
1
-2
/
+2
*
* fhandler.cc (fhandler_base::get_readahead_into_buffer): New function.
Christopher Faylor
2000-03-12
1
-0
/
+18
*
Throughout use strace class in place of individual functions and variables.
Christopher Faylor
2000-03-07
1
-1
/
+1
*
Remove unneeded include.
Christopher Faylor
2000-02-26
1
-1
/
+0
*
* exceptions.cc (interruptible): Make a little more structured.
Christopher Faylor
2000-02-26
1
-0
/
+1
*
* fhandler.cc (set_inheritance): Revert previous patch which got rid of 'name'
Christopher Faylor
2000-02-21
1
-1
/
+1
*
Respond to a multitude of g++ warnings.
Christopher Faylor
2000-02-21
1
-9
/
+9
*
*** empty log message ***
Corinna Vinschen
2000-02-21
1
-0
/
+4
*
import winsup-2000-02-17 snapshot
Christopher Faylor
2000-02-17
1
-0
/
+1501