aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/fhandler.cc
AgeCommit message (Expand)AuthorFilesLines
2004-02-17* Makefile.in (clean): Clean libserver, too.Christopher Faylor1-2/+0
2004-02-09* debug.h (console_printf): Define for non-debugging condition.Christopher Faylor1-1/+1
2004-02-02Throughout, change name from set_inheritance to set_no_inheritance to betterChristopher Faylor1-2/+2
2004-01-25* fhandler.cc (fhandler_base::fhaccess): Avoid always setting errno to EACCESSChristopher Faylor1-14/+17
2004-01-24* fhandler.h (fhandler_base::fhaccess): Return int for compatibility withChristopher Faylor1-11/+14
2004-01-24* cygheap.cc (init_cygheap::close_ctty): Protect YA vforkism.Christopher Faylor1-1/+86
2004-01-23* configure.in: Remove NEWVFORK default.Christopher Faylor1-9/+7
2004-01-22* fhandler.cc (fhandler_base::open): Revert isfs change.Christopher Faylor1-2/+2
2004-01-21* fhandler.cc (fhandler_base::open): Use major numbers rather than deviceChristopher Faylor1-5/+5
2003-12-15* winsup.h (access_worker): Declare with added fhandler_base parameter.Christopher Faylor1-1/+1
2003-12-11* cygheap.h (cygheap_types): Add HEAP_ARCHETYPES.Christopher Faylor1-1/+3
2003-12-03 Substitute 0x7fffffff and 0xffffffff by INT32_MAX and UINT32_MAXCorinna Vinschen1-1/+1
2003-12-01 * Makefile.in (OBSOLETE_FUNCTIONS): Add fcntl.Corinna Vinschen1-2/+2
2003-11-28Eliminate use of sigframe and sigthread throughout.Christopher Faylor1-1/+0
2003-11-26 * dir.cc (mkdir): Use local security_descriptor. CallCorinna Vinschen1-1/+2
2003-11-17 * fhandler.cc (fhandler_base::lseek): Include high order offsetCorinna Vinschen1-0/+3
2003-10-25 * fhandler.cc (fhandler_base::ioctl): Handle FIONBIO.Corinna Vinschen1-6/+15
2003-10-24 * fhandler.cc (fhandler_base::fcntl): Don't clobber O_APPEND whenCorinna Vinschen1-1/+1
2003-09-30 * fhandler.cc (fhandler_base::fstat): Drop FH_FLOPPY case.Corinna Vinschen1-3/+0
2003-09-25* devices.cc: New file.Christopher Faylor1-88/+52
2003-09-14* Makefile.in: Make malloc_wrapper -fomit-frame-pointer.Christopher Faylor1-9/+9
2003-09-07Remove left coercion throughout.Christopher Faylor1-3/+3
2003-09-01* cygheap.cc (cygheap_init): Allocate space for sigaction array in cygheap.Christopher Faylor1-1/+1
2003-08-05* path.cc (cygdrive_getmntent): Do not skip over drives of typeChristopher Faylor1-2/+2
2003-07-28* fhandler_base.cc (fhandler_base::readv): Rework to properly return number ofChristopher Faylor1-7/+8
2003-07-09* cygheap.cc (creturn): Set appropriate errno when out of memory.Christopher Faylor1-7/+13
2003-06-16Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor1-1/+0
2003-06-06 * cygwin.din: Add vsyslog.Corinna Vinschen1-1/+1
2003-06-02* fhandler.cc (fhandler_base::write): Correct minor printf formatting styleChristopher Faylor1-1/+1
2003-05-26 * fhandler.cc (is_at_eof): Fix conditional. Use INVALID_FILE_SIZECorinna Vinschen1-1/+1
2003-05-26 * fhandler.h: Rename FH_W95LSBUG flag to FH_LSEEKED.Corinna Vinschen1-36/+66
2003-04-01 * fhandler.cc (fhandler_base::fstat): Set the uid and gid fieldsCorinna Vinschen1-0/+2
2003-04-01 * dir.cc: Change __off32_t to _off_t and __off64_t to _off64_tCorinna Vinschen1-6/+6
2003-02-21* fhandler.cc (fhandler_base::open): Move some filesystem specific stuff.Christopher Faylor1-23/+15
2002-12-202002-12-19 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet1-2/+2
2002-12-14* fhandler.cc (fhandler_base::read): Signal event, if necessary, and raw_readChristopher Faylor1-0/+5
2002-12-14* fhandler.cc (fhandler_base::raw_read): Reset priorities to minimize windowChristopher Faylor1-54/+48
2002-12-14Throughout, change fhandler_*::read and fhandler_*::raw_read to void functionsChristopher Faylor1-51/+73
2002-11-012002-10-31 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet1-1/+1
2002-09-23More GNUify non-GNU formatted functions calls throughout.Christopher Faylor1-1/+1
2002-09-22* fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller hasChristopher Faylor1-21/+22
2002-09-19Cleanup calls to CreateFile throughout.Christopher Faylor1-1/+1
2002-09-19* cygthread.cc (cygthread::initialized): Avoid copying on fork or some threadsChristopher Faylor1-11/+24
2002-08-30* miscfuncs.cc (check_iovec_for_read): Don't check buffer when zero lengthChristopher Faylor1-0/+104
2002-07-14* dcrt0.cc (dll_crt0_1): Move debug_init call back to here. Avoid a compilerChristopher Faylor1-11/+6
2002-07-13* debug.h (handle_list): Move here from debug.cc. Add "inherit" flagChristopher Faylor1-5/+13
2002-07-03* dtable.cc (cygwin_attach_handle_to_fd): Default to implicit bin mode if noneChristopher Faylor1-1/+1
2002-06-24* fhandler.cc (fhandler_base::fstat): Set S_IFIFO for pipes.Christopher Faylor1-4/+9
2002-06-20* fhandler.cc (fhandler_base::set_flags): Change priority of "linked in"Christopher Faylor1-27/+28
2002-06-06 * fhandler.cc (fhandler_base::fstat): Initialise tv_nsec member ofCorinna Vinschen1-1/+2