aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/fhandler.h
AgeCommit message (Expand)AuthorFilesLines
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
2003-05-26 * fhandler.h: Rename FH_W95LSBUG flag to FH_LSEEKED.Corinna Vinschen1-4/+10
2003-05-12 * Makefile.in (CYGWIN_START): Define as crt0.o. Add to TARGET_LIBS.Corinna Vinschen1-1/+0
2003-05-11 Replace ino_t by __ino64_t throughout.Corinna Vinschen1-2/+2
2003-05-11* dir.cc (readdir): Fill out new old_d_ino field.Christopher Faylor1-2/+2
2003-04-01 * dir.cc: Change __off32_t to _off_t and __off64_t to _off64_tCorinna Vinschen1-33/+33
2003-03-08 * external.cc (cygwin_internal): Change n to __off64_t to match changeCorinna Vinschen1-1/+2
2003-03-04* fhandler.h (fhandler_tty_slave::close): Declare new function.Christopher Faylor1-0/+3
2003-03-02* dll_init.cc (dll_list::load_after_fork): Don't revert to LoadLibrary ifChristopher Faylor1-0/+1
2003-02-21 * dtable.cc (dtable::build_fhandler_from_name): Set some fhandlerCorinna Vinschen1-1/+3
2003-01-10 Split ChangeLog, create ChangeLog-2002.Corinna Vinschen1-1/+1
2002-12-27* fhandler.h (fhandler_tty_master::set_winsize): Declare new function.Christopher Faylor1-0/+1
2002-12-27* fhandler.h (fhandler_termios::line_edit): Replace third argument withChristopher Faylor1-1/+1
2002-12-21* fhandler.h (line_edit_status): Reorganize so that tests for error conditionChristopher Faylor1-3/+3
2002-12-20* fhandler.h (line_edit_status): Add a new element.Christopher Faylor1-1/+2
2002-12-14Throughout, change fhandler_*::read and fhandler_*::raw_read to void functionsChristopher Faylor1-15/+17
2002-12-11* cygthread.h (cygthread::stack_ptr): New element.Christopher Faylor1-1/+2
2002-12-05* fhandler.h (fhandler_termios::line_edit): Change return from an int to anChristopher Faylor1-1/+9
2002-11-09* fhandler.h (class fhandler_pipe): New ioctl() method.Christopher Faylor1-0/+1
2002-11-05* fhandler_serial.cc (fhandler_serial::raw_read): Use correct type forChristopher Faylor1-1/+1
2002-10-30* external.cc (cygwin_internal): Implement CW_CMDLINE.Christopher Faylor1-0/+1
2002-10-09* cygthread.cc (cygthread::stub): Don't create an event for "cygself" threads.Christopher Faylor1-2/+0
2002-10-09* cygheap.cc (dup_now): Make fatal error a little more informative.Christopher Faylor1-25/+26
2002-10-08* fhandler.h (dev_console): New class.Christopher Faylor1-13/+20
2002-09-19* cygthread.cc (cygthread::initialized): Avoid copying on fork or some threadsChristopher Faylor1-1/+0
2002-09-04 * fhandler.h (fhandler_socket::read): Remove method.Corinna Vinschen1-4/+4
2002-08-31(inspired by a patch from Egor Duda)Christopher Faylor1-2/+0