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_base.cc (fhandler_base::readv): Free buf, not a pointer into the
Christopher Faylor
2005-11-08
1
-3
/
+4
*
Revert erroneous checkin.
Corinna Vinschen
2005-09-28
1
-13
/
+10
*
* fhandler.h (class fhandler_dev_raw): Delete current_position and
Corinna Vinschen
2005-09-28
1
-10
/
+13
*
* dcrt0.cc (do_exit): Rely on sigproc_terminate to set exit_state
Christopher Faylor
2005-09-13
1
-4
/
+0
*
* cygerrno.h (geterrno_from_win_error): Change declaration to default to using
Christopher Faylor
2005-08-20
1
-4
/
+3
*
* fhandler.h (fhandler_base::pread): Declare new function.
Christopher Faylor
2005-07-29
1
-0
/
+14
*
Eliminate (void) cast on standalone function calls throughout.
Christopher Faylor
2005-07-06
1
-2
/
+2
*
Change foo (void) to foo () for all c++ functions throughout. Remove all
Christopher Faylor
2005-07-05
1
-15
/
+3
*
* fhandler.cc (fhandler_base::readv): Use malloc/free instead of alloca.
Corinna Vinschen
2005-06-30
1
-4
/
+6
*
* fhandler.cc (rootdir): Don't set errno.
Corinna Vinschen
2005-06-24
1
-6
/
+2
*
* cygthread.cc (cygthread::detach): Make error message a little more detailed.
Christopher Faylor
2005-06-07
1
-1
/
+1
*
* fhandler.h (fhandler_base::mkdir): New virtual method.
Christopher Faylor
2005-05-25
1
-0
/
+22
*
(check in files that should have been checked in previously)
Christopher Faylor
2005-04-28
1
-3
/
+1
*
* fhandler.cc (fhandler_base::read): Remove unused signal state tweaks.
Christopher Faylor
2005-04-22
1
-5
/
+0
*
* fhandler.cc (fhandler::dup): Duplicate flags, too.
Christopher Faylor
2005-04-16
1
-0
/
+1
*
* cygerrno.h (__seterrno_from_nt_status): Define. Always set Win32
Corinna Vinschen
2005-04-13
1
-1
/
+1
*
* fhandler.h (fhandler_base::utimes_fs): New method.
Christopher Faylor
2005-04-13
1
-0
/
+3
*
* autoload.cc (NtQueryVolumeInformationFile): Add.
Corinna Vinschen
2005-04-12
1
-1
/
+0
*
* dcrt0.cc (dll_crt0_1): Don't call set_cygwin_privileges on 9x.
Corinna Vinschen
2005-04-04
1
-1
/
+1
*
* fhandler.cc (fhandler_base::open_9x): Satisfy query_open values.
Corinna Vinschen
2005-03-04
1
-6
/
+19
*
* devices.h: Switch FH_ZERO and FH_PORT as on Linux. Add FH_FULL.
Corinna Vinschen
2005-02-23
1
-0
/
+3
*
* cygwin.din (fdatasync): Export.
Corinna Vinschen
2005-02-22
1
-0
/
+5
*
* autoload.cc (FindFirstVolumeA): Add.
Corinna Vinschen
2005-02-20
1
-0
/
+11
*
* fhandler.h (enum query_state): Add query_write_attributes state.
Corinna Vinschen
2005-02-20
1
-0
/
+11
*
* fhandler.h (class fhandler_base): Declare new method link.
Corinna Vinschen
2005-02-19
1
-1
/
+8
*
* fhandler.cc (fhandler_base::raw_write): Mark as changed on
Corinna Vinschen
2005-02-11
1
-1
/
+3
*
* cygthread.cc (cygthread::release): Reset ev here if it exists.
Christopher Faylor
2005-02-11
1
-5
/
+5
*
* cygthread.h (cygthread::terminate_thread): Reflect return value.
Christopher Faylor
2005-02-06
1
-8
/
+8
*
* fhandler.h (fhandler_base::ftruncate): Define new virtual method.
Corinna Vinschen
2005-02-02
1
-3
/
+11
*
* fhandler.cc (fhandler_base::get_proc_fd_name): Don't generate
Corinna Vinschen
2005-02-01
1
-2
/
+1
*
* path.h (path_conv::set_name): Declare new function.
Christopher Faylor
2005-01-31
1
-0
/
+9
*
* cygheap.h (class cygheap_fdenum): New class to enumerate used
Corinna Vinschen
2005-01-31
1
-0
/
+10
*
* fhandler_disk_file.cc (fhandler_disk_file::facl): Pretend successful
Corinna Vinschen
2005-01-14
1
-2
/
+37
*
* fhandler.cc (fhandler_base::fchmod): Do the right thing when changing an "on
Christopher Faylor
2004-12-26
1
-0
/
+5
*
* path.h (path_conv::set_normalized_path): Add second argument and fill it in
Christopher Faylor
2004-12-23
1
-2
/
+2
*
* fhandler.cc (fhandler_base::puts_readahead): Fix end-condition.
Bas van Gompel
2004-12-12
1
-1
/
+1
*
* fhandler.cc (fhandler_base::read): Remove superfluous check in
Bas van Gompel
2004-12-05
1
-2
/
+1
*
* fhandler.cc (fhandler_base::read): Don't debug_printf garbage when
Bas van Gompel
2004-12-05
1
-0
/
+1
*
2004-11-20 Pierre Humblet <pierre.humblet@ieee.org>
Pierre Humblet
2004-11-20
1
-1
/
+0
*
* exceptions.cc: (ctrl_c_handler): Do nothing while a Cygwin subprocess is
Christopher Faylor
2004-09-12
1
-4
/
+4
*
* fhandler.cc (fhandler_base::dup): Use debug_printf.
Corinna Vinschen
2004-09-10
1
-2
/
+2
*
* fhandler.cc (fhandler_base::write): In the lseek_bug case, set EOF
Corinna Vinschen
2004-08-28
1
-16
/
+21
*
* fhandler.cc (fhandler_base::open): Set shared flags to 0 when
Corinna Vinschen
2004-08-19
1
-1
/
+1
*
2004-08-14 Pierre Humblet <pierre.humblet@ieee.org>
Pierre Humblet
2004-08-14
1
-3
/
+8
*
* fhandler.cc (fhandler_base::open): Remove 9x specific code.
Corinna Vinschen
2004-06-17
1
-9
/
+0
*
2004-06-17 Pierre Humblet <pierre.humblet@ieee.org>
Pierre Humblet
2004-06-17
1
-23
/
+12
*
* fhandler.cc (fhandler_base::open): Substitute FILE_SUPERSEDE with
Corinna Vinschen
2004-06-17
1
-1
/
+1
*
* autoload.cc (IsDosDeviceName_U): Define.
Christopher Faylor
2004-06-03
1
-4
/
+8
*
revert accidental checkin
Christopher Faylor
2004-06-03
1
-4
/
+5
*
* winbase.h (ilockincr): More changes from the inexplicable world of gcc asm
Christopher Faylor
2004-06-03
1
-5
/
+4
[next]