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
*
Add second path_conv * argument to fstat()s throughout.
Christopher Faylor
2001-10-05
1
-3
/
+158
*
* dcrt0.cc (dll_crt0_1): Don't close hexec_proc if it is NULL.
Christopher Faylor
2001-10-04
1
-49
/
+16
*
Add "path.h" include throughout, where needed. Use new path_conv methods and
Christopher Faylor
2001-10-01
1
-72
/
+54
*
* dtable.cc (dtable::build_fhandler): Accept an optional path_conv argument.
Christopher Faylor
2001-09-22
1
-0
/
+6
*
* exceptions.cc (setup_handler): Always relinquish lock after we've
Christopher Faylor
2001-09-22
1
-19
/
+2
*
* fhandler.cc (fhandler_base::set_inheritance): Just use DUPLICATE_CLOSE_SOURCE
Christopher Faylor
2001-09-20
1
-36
/
+10
*
* fhandler.cc (fhandler_base::set_inheritance): If available,
Corinna Vinschen
2001-09-20
1
-2
/
+6
*
* Makefile.in: Build wincap.o.
Corinna Vinschen
2001-09-12
1
-5
/
+4
*
Update copyrights.
Christopher Faylor
2001-09-11
1
-1
/
+1
*
* cygheap.h (init_cygheap): Move heap pointers here.
Christopher Faylor
2001-09-07
1
-4
/
+4
*
Move appropriate variables to NO_COPY segment, throughout.
Christopher Faylor
2001-09-06
1
-1
/
+1
*
Remove initialization of static or global values to zero, throughout. This
Christopher Faylor
2001-09-06
1
-2
/
+2
*
* cygheap.h (init_cygheap): Move bucket array here from cygheap.cc.
Christopher Faylor
2001-09-06
1
-1
/
+1
*
* debug.cc (mark_closed): Rename from debug_mark_closed and make static.
Christopher Faylor
2001-09-01
1
-3
/
+4
*
* fhandler.cc (fhandler_base::is_nonblocking): New method.
Corinna Vinschen
2001-08-15
1
-0
/
+14
*
* fhandler.cc (fhandler_base::fcntl): Use new O_NONBLOCK_MASK define.
Corinna Vinschen
2001-08-14
1
-1
/
+1
*
* dir.cc (mkdir): Set security attributes correctly for
Corinna Vinschen
2001-08-07
1
-4
/
+14
*
* cygheap.cc (cygheap_root::set): Avoid treating '/' specially.
Christopher Faylor
2001-08-07
1
-9
/
+8
*
Throughout, change check for running under Windows NT to 'iswinnt'.
Christopher Faylor
2001-08-04
1
-2
/
+2
*
Throughout, reorganize header file inclusion to put security.h prior to
Christopher Faylor
2001-07-26
1
-1
/
+1
*
* cygheap.cc (cygheap_fixup_in_child): Attempt Win95 workaround.
Christopher Faylor
2001-07-21
1
-1
/
+3
*
* fhandler.cc (fhandler_disk_file::fstat): Don't rely on exactly 3 characters
Christopher Faylor
2001-06-26
1
-2
/
+2
*
* fhandler.cc (fhandler_base::open): Work around windows bug when
Egor Duda
2001-06-20
1
-0
/
+11
*
* fhandler.cc (fhandler_disk_file::fstat): Properly set executable bits for
Christopher Faylor
2001-06-15
1
-44
/
+34
*
* fhandler.cc (fhandler_base::open): Set win32 access flags
Egor Duda
2001-06-14
1
-1
/
+5
*
* fhandler.cc (fhandler_disk_file::fstat): Always reset file position
Corinna Vinschen
2001-06-05
1
-8
/
+15
*
* fhandler.cc (fhandler_disk_file::fstat): Avoid clearing S_IFMT bits since
Christopher Faylor
2001-05-31
1
-3
/
+6
*
* path.cc (chdir): Always send unsigned chars to isspace since newlib's isspace
Christopher Faylor
2001-05-31
1
-28
/
+21
*
Remove trailing underscore from fhandler_base and friends, throughout.
Christopher Faylor
2001-04-24
1
-37
/
+40
*
Throughout, change fdtab references to cygheap->fdtab.
Christopher Faylor
2001-04-18
1
-2
/
+3
*
* 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
[next]