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
*
* Makefile.in (OBSOLETE_FUNCTIONS): Add fcntl.
Corinna Vinschen
2003-12-01
1
-2
/
+2
*
Eliminate use of sigframe and sigthread throughout.
Christopher Faylor
2003-11-28
1
-1
/
+0
*
* dir.cc (mkdir): Use local security_descriptor. Call
Corinna Vinschen
2003-11-26
1
-1
/
+2
*
* fhandler.cc (fhandler_base::lseek): Include high order offset
Corinna Vinschen
2003-11-17
1
-0
/
+3
*
* fhandler.cc (fhandler_base::ioctl): Handle FIONBIO.
Corinna Vinschen
2003-10-25
1
-6
/
+15
*
* fhandler.cc (fhandler_base::fcntl): Don't clobber O_APPEND when
Corinna Vinschen
2003-10-24
1
-1
/
+1
*
* fhandler.cc (fhandler_base::fstat): Drop FH_FLOPPY case.
Corinna Vinschen
2003-09-30
1
-3
/
+0
*
* devices.cc: New file.
Christopher Faylor
2003-09-25
1
-88
/
+52
*
* Makefile.in: Make malloc_wrapper -fomit-frame-pointer.
Christopher Faylor
2003-09-14
1
-9
/
+9
*
Remove left coercion throughout.
Christopher Faylor
2003-09-07
1
-3
/
+3
*
* cygheap.cc (cygheap_init): Allocate space for sigaction array in cygheap.
Christopher Faylor
2003-09-01
1
-1
/
+1
*
* path.cc (cygdrive_getmntent): Do not skip over drives of type
Christopher Faylor
2003-08-05
1
-2
/
+2
*
* fhandler_base.cc (fhandler_base::readv): Rework to properly return number of
Christopher Faylor
2003-07-28
1
-7
/
+8
*
* cygheap.cc (creturn): Set appropriate errno when out of memory.
Christopher Faylor
2003-07-09
1
-7
/
+13
*
Throughout, remove "include <errno.h>" from files which already include
Christopher Faylor
2003-06-16
1
-1
/
+0
*
* cygwin.din: Add vsyslog.
Corinna Vinschen
2003-06-06
1
-1
/
+1
*
* fhandler.cc (fhandler_base::write): Correct minor printf formatting style
Christopher Faylor
2003-06-02
1
-1
/
+1
*
* fhandler.cc (is_at_eof): Fix conditional. Use INVALID_FILE_SIZE
Corinna Vinschen
2003-05-26
1
-1
/
+1
*
* fhandler.h: Rename FH_W95LSBUG flag to FH_LSEEKED.
Corinna Vinschen
2003-05-26
1
-36
/
+66
*
* fhandler.cc (fhandler_base::fstat): Set the uid and gid fields
Corinna Vinschen
2003-04-01
1
-0
/
+2
*
* dir.cc: Change __off32_t to _off_t and __off64_t to _off64_t
Corinna Vinschen
2003-04-01
1
-6
/
+6
*
* fhandler.cc (fhandler_base::open): Move some filesystem specific stuff.
Christopher Faylor
2003-02-21
1
-23
/
+15
*
2002-12-19 Pierre Humblet <pierre.humblet@ieee.org>
Pierre Humblet
2002-12-20
1
-2
/
+2
*
* fhandler.cc (fhandler_base::read): Signal event, if necessary, and raw_read
Christopher Faylor
2002-12-14
1
-0
/
+5
*
* fhandler.cc (fhandler_base::raw_read): Reset priorities to minimize window
Christopher Faylor
2002-12-14
1
-54
/
+48
*
Throughout, change fhandler_*::read and fhandler_*::raw_read to void functions
Christopher Faylor
2002-12-14
1
-51
/
+73
*
2002-10-31 Pierre Humblet <pierre.humblet@ieee.org>
Pierre Humblet
2002-11-01
1
-1
/
+1
*
More GNUify non-GNU formatted functions calls throughout.
Christopher Faylor
2002-09-23
1
-1
/
+1
*
* fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller has
Christopher Faylor
2002-09-22
1
-21
/
+22
*
Cleanup calls to CreateFile throughout.
Christopher Faylor
2002-09-19
1
-1
/
+1
*
* cygthread.cc (cygthread::initialized): Avoid copying on fork or some threads
Christopher Faylor
2002-09-19
1
-11
/
+24
*
* miscfuncs.cc (check_iovec_for_read): Don't check buffer when zero length
Christopher Faylor
2002-08-30
1
-0
/
+104
*
* dcrt0.cc (dll_crt0_1): Move debug_init call back to here. Avoid a compiler
Christopher Faylor
2002-07-14
1
-11
/
+6
*
* debug.h (handle_list): Move here from debug.cc. Add "inherit" flag
Christopher Faylor
2002-07-13
1
-5
/
+13
*
* dtable.cc (cygwin_attach_handle_to_fd): Default to implicit bin mode if none
Christopher Faylor
2002-07-03
1
-1
/
+1
*
* fhandler.cc (fhandler_base::fstat): Set S_IFIFO for pipes.
Christopher Faylor
2002-06-24
1
-4
/
+9
*
* fhandler.cc (fhandler_base::set_flags): Change priority of "linked in"
Christopher Faylor
2002-06-20
1
-27
/
+28
*
* fhandler.cc (fhandler_base::fstat): Initialise tv_nsec member of
Corinna Vinschen
2002-06-06
1
-1
/
+2
*
* dtable.cc (handle_to_fn): Attempt to handle "raw" accesses to remote shares.
Christopher Faylor
2002-06-05
1
-10
/
+0
*
Remove fcntl.h includes throughout.
Christopher Faylor
2002-06-05
1
-36
/
+35
*
* fhandler.cc (fhandler_base::open): Don't set binmode if already set. Don't
Christopher Faylor
2002-06-04
1
-18
/
+23
*
Remove unneeded sigproc.h includes throughout.
Christopher Faylor
2002-06-02
1
-1
/
+0
*
* fhandler.cc (fhandler_base::fstat): Move dev and ino calculation into caller.
Christopher Faylor
2002-06-02
1
-2
/
+0
*
remove accidentally checked in test version.
Christopher Faylor
2002-06-01
1
-2
/
+0
*
* fhandler_console.cc (fhandler_console::open): Reinstate setting of flags.
Christopher Faylor
2002-05-31
1
-0
/
+2
*
* fhandler.cc (fhandler_base::open): Make default open mode == binmode.
Christopher Faylor
2002-05-31
1
-7
/
+9
*
* fhandler_disk_file.cc (fhandler_disk_file::fstat): Always call fstat_by_name
Christopher Faylor
2002-05-31
1
-1
/
+1
*
* autoload.cc (LoadFuncEx): Define via new LoadFuncEx2 macro.
Christopher Faylor
2002-05-28
1
-14
/
+4
*
* dtable.cc (dtable::build_fhandler_from_name): Just pass posix path along to
Christopher Faylor
2002-05-24
1
-15
/
+12
*
* fhandler.cc (fhandler_base::lseek): Avoid calling SetFilePointer with high
Christopher Faylor
2002-05-17
1
-2
/
+10
[next]