aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/fhandler.h
AgeCommit message (Expand)AuthorFilesLines
2008-12-15 * fhandler.h (class fhandler_registry): Declare dup method.Corinna Vinschen1-0/+1
2008-11-26Remove unneeded whitespace.Christopher Faylor1-2/+2
2008-09-11* fhandler.h (fhandler_pipe::raw_read): Remove __stdcall decoration.Christopher Faylor1-1/+1
2008-08-26 * fhandler.h (class fhandler_pipe): Rename read and writeCorinna Vinschen1-2/+2
2008-08-20* fhandler.cc (fhandler_base::wait_overlapped): Always assume that bytes willChristopher Faylor1-1/+1
2008-06-12 * fhandler.h (set_console_state_for_spawn): Drop declaration.Corinna Vinschen1-2/+0
2008-05-21 * fhandler.h (dirent_states): Add dirent_nfs_d_ino state and add it toCorinna Vinschen1-1/+2
2008-05-20 * Makefile.in (DLL_OFILES): Add nfs.o.Corinna Vinschen1-0/+1
2008-05-13 * path.cc (path_conv::set_normalized_path): Drop strip_tail argument.Corinna Vinschen1-1/+1
2008-04-30 * dtable.cc (dtable::release): Drop fixup_before handling.Corinna Vinschen1-2/+0
2008-04-24 * cygwin.din (futimens): Export.Corinna Vinschen1-3/+3
2008-04-18 Revert thinko in previous patch.Corinna Vinschen1-1/+7
2008-04-18 * fhandler.h (-struct wsa_event): Move to wsa_event.h. IncludeCorinna Vinschen1-7/+1
2008-03-31 * smallprint.cc (__small_vswprintf): Fix uninitialized usage of `w'.Corinna Vinschen1-8/+7
2008-03-24 * fhandler.cc (fhandler_base::dup): Drop setting flags in the parent.Corinna Vinschen1-0/+3
2008-03-22* dtable.cc: Define various device-related string constants as wide characterChristopher Faylor1-1/+1
2008-03-10 * fhandler.h (class fhandler_console): Add write_buf as pointer toCorinna Vinschen1-1/+2
2008-02-10 * Makefile.in (DLL_OFILES): Add ntea.o.Corinna Vinschen1-0/+4
2008-02-06 * fhandler.h (fhandler_console::trunc_buf): Add to use as cache forCorinna Vinschen1-0/+8
2008-02-05 * autoload.cc (CharToOemA): Remove.Corinna Vinschen1-2/+3
2008-01-07 * fhandler.h: Update copyright.Corinna Vinschen1-1/+1
2008-01-06* fhandler.h (fhandler_base::is_tty): Make bool.Christopher Faylor1-10/+10
2007-12-22 * fhandler.h (class fhandler_dev_random): Add dummy_offset member.Corinna Vinschen1-0/+1
2007-12-16* dtable.cc (POSIX_NAMED_PIPE): New define.Christopher Faylor1-0/+2
2007-11-08revert premature checkinChristopher Faylor1-2/+0
2007-11-08* dllfixdbg: Eliminate extra objcopy step.Christopher Faylor1-0/+2
2007-08-16 * fhandler.h (fhandler_base::get_namehash): Use NT native path.Corinna Vinschen1-1/+1
2007-08-14 * fhandler.h (fhandler_base::pc): Make public.Corinna Vinschen1-2/+3
2007-08-13 * fhandler.h (fhandler_base::close_fs): Reintroduce (as inline function)Corinna Vinschen1-0/+1
2007-08-13 * Makefile.in (DLL_OFILES): Remove delqueue.o.Corinna Vinschen1-2/+0
2007-07-29* cygtls.h (_cygtls::inside_kernel): Move function declaration into _cygtlsChristopher Faylor1-1/+1
2007-07-27 * fhandler.h (enum query_state): Drop redundant query_stat_control.Corinna Vinschen1-3/+2
2007-07-26 * dir.cc (readdir_worker): Drop dir parameter from call toCorinna Vinschen1-1/+1
2007-07-10* debug.cc (close_handle): Change debug output format slightly.Christopher Faylor1-2/+2
2007-07-09 * dir.cc (closedir): Revert change from 2007-06-29.Corinna Vinschen1-2/+1
2007-07-07* fhandler.h (fhandler_base::write): Remove __stdcall decoration.Christopher Faylor1-3/+3
2007-07-07Preliminary change to make fifos/pipes interruptible and fifos reliable.Christopher Faylor1-36/+26
2007-06-29 * cygwin.din: Export fdopendir.Corinna Vinschen1-7/+10
2007-05-29 * dtable.cc (dtable::set_file_pointers_for_exec): Call SetFilePointerCorinna Vinschen1-3/+1
2007-03-06 Add accidentally missing checkins.Corinna Vinschen1-0/+1
2007-02-27 * fhandler.cc(fhandler_base::open): Open with READ_CONTROL only inCorinna Vinschen1-3/+10
2007-02-23 * fhandler.h (class fhandler_pipe): Remove members writepipe_exists,Corinna Vinschen1-4/+1
2007-02-23 * devices.in: Change native device name to native NT device name forCorinna Vinschen1-2/+0
2007-02-22 * Makefile.in (DLL_IMPORTS): Add libntdll.a.Corinna Vinschen1-6/+1
2007-01-17 * Makefile.in (DLL_OFILES): Add fhandler_procnet.o.Corinna Vinschen1-0/+13
2007-01-04 * fhandler.h (PREFERRED_IO_BLKSIZE): Define as 64K.Corinna Vinschen1-1/+6
2006-12-11* child_info.h (child_info_spawn::__stdin): New element.Christopher Faylor1-6/+10
2006-11-07 * fhandler.cc (check_posix_perm): Moved here from syscalls.cc.Corinna Vinschen1-0/+1
2006-10-19 * fhandler.h (fhandler_base::set_name): Make virtual.Corinna Vinschen1-1/+4
2006-08-07 * autoload.cc (NtSetInformationFile): Define.Corinna Vinschen1-2/+6