aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/fhandler_virtual.cc
AgeCommit message (Expand)AuthorFilesLines
2005-09-28 Revert erroneous checkin.Corinna Vinschen1-2/+2
2005-09-28 * fhandler.h (class fhandler_dev_raw): Delete current_position andCorinna Vinschen1-2/+2
2005-09-14Remove some more unneeded 'return;'s throughout.Christopher Faylor1-2/+0
2005-08-24* fhandler_virtual.cc (fhandler_virtual::close): Don't free filebuf if it'sChristopher Faylor1-2/+5
2005-08-24* cygheap.h (cygheap_types): Add HEAP_COMMUNE.Christopher Faylor1-6/+6
2005-08-19* fhandler.h (dirent_states): Add dirent_isroot, dirent_saw_cygdrive,Christopher Faylor1-0/+1
2005-07-05Change foo (void) to foo () for all c++ functions throughout. Remove allChristopher Faylor1-7/+8
2005-03-16* dir.cc: Rename opendir_* to dirent_* throughout.Christopher Faylor1-1/+3
2005-02-20copyrightChristopher Faylor1-1/+1
2005-01-14 * fhandler_disk_file.cc (fhandler_disk_file::facl): Pretend successfulCorinna Vinschen1-3/+8
2004-04-14 * fhandler.cc (fhandler_base::open): Simplify access evaluationCorinna Vinschen1-0/+9
2004-04-14 * fhandler.cc (fhandler_base::open): Accomodate query_write_controlCorinna Vinschen1-0/+8
2004-04-13 * dir.cc (mkdir): Call set_file_attribute with additional handleCorinna Vinschen1-0/+8
2004-04-10 * Use new unified status_flag accessor methods from classes fhandler_*,Corinna Vinschen1-3/+3
2004-04-09 * fhandler.cc (fhandler_base::write): Use bool parameter in calls toCorinna Vinschen1-5/+0
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-1/+1
2004-01-24* cygheap.cc (init_cygheap::close_ctty): Protect YA vforkism.Christopher Faylor1-3/+0
2003-11-142003-11-11 Robert Collins <rbtcollins@hotmail.com>Robert Collins1-1/+1
2003-09-252003-09-24 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet1-1/+1
2003-09-25* devices.cc: New file.Christopher Faylor1-5/+5
2003-09-08Throughout, remove __d_u.__d_data fields from DIR structure.Christopher Faylor1-2/+2
2003-09-07Remove left coercion throughout.Christopher Faylor1-4/+4
2003-06-16Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor1-1/+0
2003-05-12 * Makefile.in (CYGWIN_START): Define as crt0.o. Add to TARGET_LIBS.Corinna Vinschen1-1/+0
2003-04-01 * dir.cc: Change __off32_t to _off_t and __off64_t to _off64_tCorinna Vinschen1-6/+6
2003-03-09whitespace cleanupChristopher Faylor1-1/+1
2003-02-20 * fhandler_disk_file.cc (fhandler_disk_file::opendir): Check descriptorCorinna Vinschen1-10/+13
2002-12-14Throughout, change fhandler_*::read and fhandler_*::raw_read to void functionsChristopher Faylor1-13/+15
2002-10-30* external.cc (cygwin_internal): Implement CW_CMDLINE.Christopher Faylor1-3/+10
2002-09-19* cygthread.cc (cygthread::initialized): Avoid copying on fork or some threadsChristopher Faylor1-1/+1
2002-07-02* autoload.cc (GetSecurityInfo): Define new autoload function.Christopher Faylor1-4/+4
2002-07-01* fhandler_clipboard.c (fhandler_dev_clipboard::open): Force text mode.Christopher Faylor1-1/+1
2002-06-05Remove fcntl.h includes throughout.Christopher Faylor1-2/+1
2002-05-22* fhandler.h (fhandler_virtual::exists): Eliminate path argument.Christopher Faylor1-2/+2
2002-05-12* fhandler_virtual.cc (fhandler_virtual::close): Quiet a compiler warning.Christopher Faylor1-1/+1
2002-05-12* autoload.cc: Add dynamic load statements for 'ZwQueryInformationProcess' andChristopher Faylor1-4/+15
2002-05-04* net.cc (getdomainname): Change second argument of getdomainname to size_t.Christopher Faylor1-9/+18
2002-05-03* fhandler_proc.cc (fhandler_proc::fstat): Use fhandler name rather thanChristopher Faylor1-3/+3
2002-05-02add new filesChristopher Faylor1-0/+207