aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/fhandler.h
AgeCommit message (Expand)AuthorFilesLines
2005-01-13 * fhandler.h (fhandler_disk_file::touch_ctime): Declare.Corinna Vinschen1-0/+2
2005-01-12Reorganize header file inclusion throughout so that cygerrno.h comes first.Christopher Faylor1-2/+4
2004-08-17 * fhandler.h (fhandler_dev_dsp:~fhandler_dev_dsp): Delete.Corinna Vinschen1-2/+3
2004-07-15 * fhandler.h (class fhandler_dev_raw): Remove is_writing flag.Corinna Vinschen1-5/+1
2004-06-07* dtable.cc (dtable::find_fifo): Release lock after fifo found (still racy).Christopher Faylor1-0/+2
2004-05-10 * fhandler.h (class fhandler_socket): Add "owner" status flag.Corinna Vinschen1-2/+4
2004-05-07 Revert code reversion from 2004-04-03. So, revert to async I/O again.Corinna Vinschen1-1/+7
2004-04-20 * fhandler_disk_file.cc (fhandler_base::open_fs): ChangeCorinna Vinschen1-1/+1
2004-04-19 * errno.cc (errmap): Handle ERROR_IO_PENDING.Corinna Vinschen1-0/+1
2004-04-16 * autoload.cc (NtCreateFile): Add.Corinna Vinschen1-2/+3
2004-04-14 * fhandler.cc (fhandler_base::open): Simplify access evaluationCorinna Vinschen1-0/+4
2004-04-14 * fhandler.cc (fhandler_base::open): Accomodate query_write_controlCorinna Vinschen1-2/+6
2004-04-13 * dir.cc (mkdir): Call set_file_attribute with additional handleCorinna Vinschen1-0/+3
2004-04-13 * winsup.h (IMPLEMENT_STATUS_FLAG): New macro to define status flagCorinna Vinschen1-47/+17
2004-04-10 * Use new unified status_flag accessor methods from classes fhandler_*,Corinna Vinschen1-77/+67
2004-04-09 * fhandler.h (class fhandler_dev_raw): Move status bits into protectedCorinna Vinschen1-13/+20
2004-04-09 * fhandler.h (fhandler_base::status): Declare private.Corinna Vinschen1-14/+23
2004-04-09 * fhandler.cc (fhandler_base::write): Use bool parameter in calls toCorinna Vinschen1-101/+80
2004-04-08 * fhandler.cc (fhandler_base::open): Set query access mode accordingCorinna Vinschen1-4/+9
2004-04-03 * fhandler.h (class fhandler_socket): Remove has_been_closed member.Corinna Vinschen1-1/+0
2004-03-29 * fhandler.h (class fhandler_socket): Add has_been_closed member.Corinna Vinschen1-0/+1
2004-03-26 * errno.cc (errmap): Map ERROR_SHARING_VIOLATION to EBUSY,Corinna Vinschen1-34/+11
2004-03-23 * autoload.cc: Load eight more functions for waveIn support.Corinna Vinschen1-2/+9
2004-03-21* cygheap.cc (init_cheap): Add ability to specify minimal cygwin heap size whenChristopher Faylor1-2/+0
2004-03-15 Fix ChangeLog dates.Corinna Vinschen1-2/+4
2004-03-13 * errno.cc (errmap): Handle ERROR_BUS_RESET.Corinna Vinschen1-3/+22
2004-02-09* debug.h (console_printf): Define for non-debugging condition.Christopher Faylor1-1/+1
2004-02-02* fhandler.h (*::fixup_after_exec): Eliminate unused handle argument.Christopher Faylor1-9/+9
2004-02-02Throughout, change name from set_inheritance to set_no_inheritance to betterChristopher Faylor1-1/+1
2004-01-24* fhandler.h (fhandler_base::fhaccess): Return int for compatibility withChristopher Faylor1-1/+1
2004-01-24* cygheap.cc (init_cygheap::close_ctty): Protect YA vforkism.Christopher Faylor1-7/+6
2003-12-30Move open_fhs from fhandler.h to cygheap.h for easier tracking. AccommodateChristopher Faylor1-3/+1
2003-12-27* fhandler.h (fhandler_tty_slave::archetype): Make public.Christopher Faylor1-1/+7
2003-12-27* fhandler.h (fhandler_tty_master::fixup_after_fork): Remove declaration.Christopher Faylor1-3/+1
2003-12-16* exceptions.cc (set_signal_mask): Report on input argument rather thanChristopher Faylor1-0/+1
2003-12-11* cygheap.h (cygheap_types): Add HEAP_ARCHETYPES.Christopher Faylor1-1/+5
2003-12-10* fhandler_tty.cc (fhandler_tty_common::dup): Just copy cygheap->ctty to childChristopher Faylor1-1/+1
2003-12-08* fhandler.h (fhandler_tty_slave::ttyname): Use name from pc since it isChristopher Faylor1-0/+1
2003-12-07Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate,Christopher Faylor1-13/+13
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-25* dtable.cc (build_fh_name): Set error in dummy fhandler when one is notedChristopher Faylor1-0/+1
2003-10-16 * dcrt0.cc: Remove local variable alternate_charset_active.Corinna Vinschen1-0/+5
2003-10-01* Makefile.in: Add YA method for generating devices.cc.Christopher Faylor1-1/+1
2003-09-30 * fhandler.h (class fhandler_dev_raw): Add method fstat.Corinna Vinschen1-0/+2
2003-09-27* cygwin-shilka: Remove '#line directives' or suffer debugging oddities. UseChristopher Faylor1-1/+1
2003-09-25* devices.cc: New file.Christopher Faylor1-154/+154
2003-07-09* cygheap.cc (creturn): Set appropriate errno when out of memory.Christopher Faylor1-1/+1
2003-07-05 * fhandler.h (fhandler_socket::get_connect_state): New method toCorinna Vinschen1-0/+1
2003-07-04* fhandler.h (FH_ENC): New enum.Christopher Faylor1-2/+4