aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/fhandler.h
AgeCommit message (Expand)AuthorFilesLines
2006-01-12* fhandler.h (set_console_state_for_spawn): Whackamole the argument back to aChristopher Faylor1-2/+1
2006-01-07* fhandler.h (set_console_state_for_spawn): Eliminate argument fromChristopher Faylor1-1/+1
2005-12-22 * fhandler.h (fhandler_base::issymlink): New method.Corinna Vinschen1-0/+1
2005-12-20* fhandler.h (fhandler_termios::fixup_after_exec): Make non-inlined.Christopher Faylor1-1/+1
2005-12-19* fhandler.h (set_console_state_for_spawn): Add an argument to the declaration.Christopher Faylor1-1/+1
2005-12-19* fhandler.h (fhandler_pipe::fixup_in_child): Declare new function.Christopher Faylor1-1/+5
2005-11-29 * fhandler.h (fhandler_dev_zero::mmap): Add method.Corinna Vinschen1-0/+8
2005-11-28 * autoload.cc (NtCreateSection): Define.Corinna Vinschen1-6/+6
2005-11-14* fhandler.h (fhandler_console::fixup_after_fork_exec): Define with additionalChristopher Faylor1-3/+3
2005-11-14* fhandler.h (fhandler_console::fixup_after_fork_exec): Declare new function.Christopher Faylor1-2/+3
2005-11-14* cygheap.h (init_cygheap::manage_console_count): Declare new function.Christopher Faylor1-3/+2
2005-10-22 * fhandler.h (class fhandler_socket): Add timeout parameter to wait()Corinna Vinschen1-1/+1
2005-09-28 * fhandler.h (class fhandler_dev_raw): Delete current_position andCorinna Vinschen1-30/+21
2005-09-28 Revert erroneous checkin.Corinna Vinschen1-15/+15
2005-09-28 * fhandler.h (class fhandler_dev_raw): Delete current_position andCorinna Vinschen1-15/+15
2005-09-26 * fhandler.h (class fhandler_dev_raw): Add drive information membersCorinna Vinschen1-0/+6
2005-09-22 * fhandler.h (fhandler_base::fstat_helper): Declare with additionalCorinna Vinschen1-1/+2
2005-08-20* cygerrno.h (geterrno_from_win_error): Change declaration to default to usingChristopher Faylor1-7/+7
2005-08-19* fhandler.h (dirent_states): Add dirent_saw_proc.Christopher Faylor1-1/+2
2005-08-19* fhandler.h (dirent_states): Add dirent_isroot, dirent_saw_cygdrive,Christopher Faylor1-4/+7
2005-08-18* fhandler.h (fhandler_tty_common::lseek): Declare new method.Christopher Faylor1-2/+1
2005-08-08* Makefile.in (dtable_CFLAGS): Use -fomit-frame-pointer and -fcheck-new.Christopher Faylor1-1/+1
2005-08-02 * include/sys/termios.h: Define TIOCMBIS and TIOCMBIC.Corinna Vinschen1-0/+1
2005-07-29* fhandler.h (fhandler_base::pread): Declare new function.Christopher Faylor1-0/+5
2005-07-06Eliminate (void) cast on standalone function calls throughout.Christopher Faylor1-1/+1
2005-07-05Change foo (void) to foo () for all c++ functions throughout. Remove allChristopher Faylor1-43/+27
2005-07-05* cygtls.h (_cygtls): Perform minor reformatting.Christopher Faylor1-1/+1
2005-06-22 * fhandler.h (class fhandler_dev_tape): Add declaration forCorinna Vinschen1-0/+2
2005-06-17 * fhandler.h (fhandler_union): Add missing members corresponding toCorinna Vinschen1-1/+3
2005-06-02Revert 2005-05-30 close_all_files changes.Christopher Faylor1-1/+1
2005-06-01* child_info.h (child_info::cygheap_h): Delete.Christopher Faylor1-1/+1
2005-05-25* fhandler.h (fhandler_base::mkdir): New virtual method.Christopher Faylor1-0/+4
2005-05-19* fhandler.h (fhandler_cygdrive::seekdir): Delete declaration.Christopher Faylor1-3/+0
2005-05-18 * fhandler_netdrive.cc (fhandler_netdrive::telldir): Remove since it'sCorinna Vinschen1-1/+0
2005-05-17 * fhandler.h (class fhandler_netdrive): Add method rewinddir.Corinna Vinschen1-0/+1
2005-05-13 * autoload.cc (WNetGetResourceParentA): Import.Corinna Vinschen1-0/+3
2005-05-10 * Makefile.in (DLL_OFILES): Add fhandler_mailslot.o.Corinna Vinschen1-1/+15
2005-05-092005-05-09 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet1-0/+10
2005-04-22* fhandler.h (dev_console::set_color): Define new function.Christopher Faylor1-2/+3
2005-04-22* fhandler.cc (fhandler_base::read): Remove unused signal state tweaks.Christopher Faylor1-1/+3
2005-04-18 * fhandler.h (enum conn_state): Add connect_failed state.Corinna Vinschen1-1/+2
2005-04-17Actually check in files.Christopher Faylor1-2/+1
2005-04-13 * fhandler.h (class fhandler_socket): Remove utimes.Corinna Vinschen1-1/+0
2005-04-13* fhandler.h (fhandler_base::utimes_fs): New method.Christopher Faylor1-0/+1
2005-04-12 * autoload.cc (NtQueryVolumeInformationFile): Add.Corinna Vinschen1-10/+5
2005-04-04 * dcrt0.cc (dll_crt0_1): Don't call set_cygwin_privileges on 9x.Corinna Vinschen1-3/+9
2005-03-24 * fhandler.h (fhandler_socket::secret_event): Remove.Corinna Vinschen1-21/+13
2005-03-23 * fhandler.h (fhandler_socket::eid_connect): Make private.Corinna Vinschen1-3/+10
2005-03-21 * fhandler.h (class cygthread): Remove forward declaration.Corinna Vinschen1-1/+0
2005-03-21 * fhandler.h (class cygthread): Forward declare.Corinna Vinschen1-2/+7