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
*
* fork.cc (fork_child): Call the __pthread_atforkchild function.
Christopher Faylor
2001-04-13
1
-3
/
+2
*
* dir.cc (mkdir): Check for case clash.
Corinna Vinschen
2001-04-12
1
-2
/
+4
*
* fhandler.cc (fhandler_disk_file::open): Avoid checking a magic
Corinna Vinschen
2001-04-02
1
-0
/
+1
*
* fhandler.cc (fhandler_base::read): Remove special handling of CTRL-Z.
Christopher Faylor
2001-03-31
1
-1
/
+3
*
* fhandler.cc (fhandler_disk_file::fstat): Add correct modes to
Corinna Vinschen
2001-03-13
1
-1
/
+1
*
* dlopen.c (dlopen): Return NULL when name is NULL (suggested by
Christopher Faylor
2001-03-05
1
-23
/
+5
*
* cygerrno.h: Revert previous patch.
Corinna Vinschen
2001-02-22
1
-3
/
+1
*
* fhandler.cc (fhandler_disk_file::open): Use `inner_suffixes' when
Corinna Vinschen
2001-02-22
1
-1
/
+3
*
Add copyright year 2001
Corinna Vinschen
2001-02-21
1
-1
/
+1
*
* Makefile.in: Add `-lshell32 -luuid' to link pass for new-cygwin1.dll.
Corinna Vinschen
2001-02-21
1
-1
/
+4
*
* 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
[next]