aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/fhandler_registry.cc
AgeCommit message (Expand)AuthorFilesLines
2005-09-14Remove some more unneeded 'return;'s throughout.Christopher Faylor1-1/+0
2005-08-24* cygheap.h (cygheap_types): Add HEAP_COMMUNE.Christopher Faylor1-3/+6
2005-08-20* cygerrno.h (geterrno_from_win_error): Change declaration to default to usingChristopher Faylor1-15/+13
2005-08-08 * fhandler_process.cc (fhandler_process::open): Allow opening ofCorinna Vinschen1-4/+10
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-1/+1
2005-03-16* dir.cc: Rename opendir_* to dirent_* throughout.Christopher Faylor1-0/+1
2005-02-20copyrightChristopher Faylor1-1/+1
2005-01-31 * cygheap.h (class cygheap_fdenum): New class to enumerate usedCorinna Vinschen1-1/+1
2004-07-15* fhandler_registry.cc (registry_listing): Correct typo.Christopher Faylor1-1/+2
2004-02-09* debug.h (console_printf): Define for non-debugging condition.Christopher Faylor1-1/+1
2003-11-142003-11-11 Robert Collins <rbtcollins@hotmail.com>Robert Collins1-9/+9
2003-09-25* devices.cc: New file.Christopher Faylor1-6/+6
2003-09-08Throughout, remove __d_u.__d_data fields from DIR structure.Christopher Faylor1-12/+12
2003-08-05* fhandler_disk_file.cc (fhandler_cygdrive::readdir): Do not change 'errno' ifChristopher Faylor1-1/+2
2003-06-16Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor1-1/+0
2003-04-01 * dir.cc: Change __off32_t to _off_t and __off64_t to _off64_tCorinna Vinschen1-4/+4
2003-02-04Eliminate most unneeded this-> pointers throughout.Christopher Faylor1-1/+1
2003-01-30* fhandler_registry.cc (fhandler_registry::exists): Fix off-by-one error whenChristopher Faylor1-2/+4
2003-01-10 Split ChangeLog, create ChangeLog-2002.Corinna Vinschen1-1/+1
2003-01-09Use isdirsep rather than SLASH_P throughout.Christopher Faylor1-7/+7
2002-10-30* external.cc (cygwin_internal): Implement CW_CMDLINE.Christopher Faylor1-9/+4
2002-07-26* fhandler_registry.cc (fhandler_registry::close): Return any error result toChristopher Faylor1-1/+1
2002-07-13* debug.h (handle_list): Move here from debug.cc. Add "inherit" flagChristopher Faylor1-1/+1
2002-07-02* autoload.cc (GetSecurityInfo): Define new autoload function.Christopher Faylor1-91/+220
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-31* fhandler_proc.cc (fhandler_proc::readdir): Set errno when no more files.Christopher Faylor1-2/+1
2002-05-28* autoload.cc (LoadFuncEx): Define via new LoadFuncEx2 macro.Christopher Faylor1-122/+122
2002-05-22* fhandler.h (fhandler_virtual::exists): Eliminate path argument.Christopher Faylor1-2/+3
2002-05-12* autoload.cc: Add dynamic load statements for 'ZwQueryInformationProcess' andChristopher Faylor1-1/+6
2002-05-04* net.cc (getdomainname): Change second argument of getdomainname to size_t.Christopher Faylor1-18/+47
2002-05-03* fhandler_proc.cc (fhandler_proc::fstat): Use fhandler name rather thanChristopher Faylor1-3/+3
2002-05-02add new filesChristopher Faylor1-0/+511