summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fhandler_registry.cc
Commit message (Expand)AuthorAgeFilesLines
* * fhandler_procnet.cc: Reorganize global procnet content data into aCorinna Vinschen2009-01-201-1/+1
* * devices.h (FH_PROCESSFD): New device type.Corinna Vinschen2009-01-201-0/+2
* * fhandler_registry.cc (perf_data_files): New table.Corinna Vinschen2008-12-191-13/+60
* * fhandler_registry.cc (DEFAULT_VALUE_NAME): Remove constant.Corinna Vinschen2008-12-161-69/+70
* * fhandler_registry.cc (fhandler_registry::exists): Handle EACCES.Corinna Vinschen2008-12-151-2/+3
* * fhandler.h (class fhandler_registry): Declare dup method.Corinna Vinschen2008-12-151-8/+26
* * cygheap.cc (cygheap_user::~cygheap_user): Remove unneeded if 0'ed code.Christopher Faylor2008-12-131-87/+87
* * fhandler_registry.cc (encode_regname): Add Parameter add_val.Corinna Vinschen2008-12-081-36/+142
* * fhandler_registry.cc (must_encode): Fix condition changed for testing.Corinna Vinschen2008-12-021-1/+1
* * fhandler_registry.cc (must_encode): New function.Corinna Vinschen2008-12-021-10/+91
* Add case-sensitivity.Corinna Vinschen2008-07-161-10/+10
* Remove unneeded header files from source files throughout.Christopher Faylor2008-04-071-4/+0
* * fhandler_registry.cc: Use NAME_MAX + 1 instead of CYG_MAX_PATHCorinna Vinschen2007-12-051-10/+10
* Change many cygheap allocation routines to their *_abort analogs.Christopher Faylor2007-11-261-2/+2
* * fhandler.cc (fhandler_base::fhaccess): Accommodate interface changesCorinna Vinschen2007-07-201-3/+1
* * fhandler_mailslot.cc (fhandler_mailslot::fstat): Set new stat memberCorinna Vinschen2007-03-061-1/+1
* * fhandler_registry.cc (registry_listing): Drop name of HKEY_DYN_DATA.Corinna Vinschen2007-02-261-3/+1
* Remove extraneous whitespace.Christopher Faylor2007-02-201-2/+2
* * fhandler.cc (fhandler_base::fhaccess): Check if opening registryCorinna Vinschen2006-10-221-0/+1
* * fhandler_registry.cc (fhandler_registry::fstat): Set restrictiveCorinna Vinschen2006-10-211-4/+20
* * fhandler.h (fhandler_base::set_name): Make virtual.Corinna Vinschen2006-10-191-14/+32
* * autoload.cc (NtQueryDirectoryFile): Define.Corinna Vinschen2006-01-271-1/+2
* Remove some more unneeded 'return;'s throughout.Christopher Faylor2005-09-141-1/+0
* * cygheap.h (cygheap_types): Add HEAP_COMMUNE.Christopher Faylor2005-08-241-3/+6
* * cygerrno.h (geterrno_from_win_error): Change declaration to default to usingChristopher Faylor2005-08-201-15/+13
* * fhandler_process.cc (fhandler_process::open): Allow opening ofCorinna Vinschen2005-08-081-4/+10
* Eliminate (void) cast on standalone function calls throughout.Christopher Faylor2005-07-061-1/+1
* Change foo (void) to foo () for all c++ functions throughout. Remove allChristopher Faylor2005-07-051-1/+1
* * dir.cc: Rename opendir_* to dirent_* throughout.Christopher Faylor2005-03-161-0/+1
* copyrightChristopher Faylor2005-02-201-1/+1
* * cygheap.h (class cygheap_fdenum): New class to enumerate usedCorinna Vinschen2005-01-311-1/+1
* * fhandler_registry.cc (registry_listing): Correct typo.Christopher Faylor2004-07-151-1/+2
* * debug.h (console_printf): Define for non-debugging condition.Christopher Faylor2004-02-091-1/+1
* 2003-11-11 Robert Collins <rbtcollins@hotmail.com>Robert Collins2003-11-141-9/+9
* * devices.cc: New file.Christopher Faylor2003-09-251-6/+6
* Throughout, remove __d_u.__d_data fields from DIR structure.Christopher Faylor2003-09-081-12/+12
* * fhandler_disk_file.cc (fhandler_cygdrive::readdir): Do not change 'errno' ifChristopher Faylor2003-08-051-1/+2
* Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor2003-06-161-1/+0
* * dir.cc: Change __off32_t to _off_t and __off64_t to _off64_tCorinna Vinschen2003-04-011-4/+4
* Eliminate most unneeded this-> pointers throughout.Christopher Faylor2003-02-041-1/+1
* * fhandler_registry.cc (fhandler_registry::exists): Fix off-by-one error whenChristopher Faylor2003-01-301-2/+4
* Split ChangeLog, create ChangeLog-2002.Corinna Vinschen2003-01-101-1/+1
* Use isdirsep rather than SLASH_P throughout.Christopher Faylor2003-01-091-7/+7
* * external.cc (cygwin_internal): Implement CW_CMDLINE.Christopher Faylor2002-10-301-9/+4
* * fhandler_registry.cc (fhandler_registry::close): Return any error result toChristopher Faylor2002-07-261-1/+1
* * debug.h (handle_list): Move here from debug.cc. Add "inherit" flagChristopher Faylor2002-07-131-1/+1
* * autoload.cc (GetSecurityInfo): Define new autoload function.Christopher Faylor2002-07-021-91/+220
* * fhandler_clipboard.c (fhandler_dev_clipboard::open): Force text mode.Christopher Faylor2002-07-011-1/+1
* Remove fcntl.h includes throughout.Christopher Faylor2002-06-051-2/+1
* * fhandler_proc.cc (fhandler_proc::readdir): Set errno when no more files.Christopher Faylor2002-05-311-2/+1