summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fhandler_registry.cc
Commit message (Expand)AuthorAgeFilesLines
* Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen2016-06-231-3/+0
* Fix length returned from sys_cp_wcstombs in case nwc > # of wcharsCorinna Vinschen2015-10-221-3/+4
* * path.h (path_conv): Make path_flags private. Rename known_suffix toCorinna Vinschen2015-02-151-3/+3
* Introduce reading passwd/group entries from SAM/AD. IntroduceCorinna Vinschen2014-02-091-2/+2
* * devices.in (dev_cygdrive_storage): Revert mapping to \Device\Null.Corinna Vinschen2013-10-311-2/+14
* Streamline time/times functionality. Remove last remains of formerCorinna Vinschen2013-06-141-1/+1
* * Merge in cygwin-64bit-branch.Corinna Vinschen2013-04-231-8/+8
* Throughout, change __attribute__ ((regparm (N))) to just __regN. Throughout,Christopher Faylor2013-01-211-3/+3
* * fhandler_registry.cc: Drop Mingw.org considerations.Corinna Vinschen2012-11-261-7/+0
* * fhandler_registry.cc (RegOpenUserClassesRoot): Only define whenCorinna Vinschen2012-07-061-0/+2
* * fhandler_registry.cc (fhandler_registry::open): Handle missing EROFS errorChristopher Faylor2012-07-021-0/+1
* Fix memory and handle leaks due to fdopendir:Corinna Vinschen2012-02-021-6/+72
* * cygheap.h (cygheap_fdget::~cygheap_fdget): Simplify now that refcnt reportsChristopher Faylor2012-01-221-1/+1
* * fhandler.h (fhandler_registry::opendir): Declare.Corinna Vinschen2012-01-201-0/+8
* Throughout, remove extra space after function name from debugging output.Christopher Faylor2011-12-031-3/+3
* Throughout use "have_execed" macro rather than "hExeced" global handle.Christopher Faylor2011-11-141-1/+2
* * cygerrno.h (__set_errno): Modify debugging output to make searching straceChristopher Faylor2011-10-151-2/+2
* * fhandler_registry.cc (fhandler_registry::dup): Duplicate value_name.Corinna Vinschen2011-07-301-2/+7
* whitespace eliminationChristopher Faylor2011-06-061-6/+6
* * fhandler_registry.cc (fhandler_registry::exists): Fix regressionCorinna Vinschen2011-05-051-2/+4
* * fhandler_registry.cc (fhandler_registry::fstat): Use RegQueryInfoKeyW.Corinna Vinschen2011-04-191-4/+3
* * Makefile.in (DLL_OFILES): Add fhandler_procsys.o.Corinna Vinschen2010-09-061-21/+23
* * fhandler_netdrive.cc (fhandler_netdrive::readdir): Set d_type.Corinna Vinschen2010-09-011-1/+1
* Align seekdir and telldir API to POSIX definition.Corinna Vinschen2010-07-051-2/+2
* * fhandler_registry.cc (multi_wcstombs): New function.Corinna Vinschen2010-05-261-5/+45
* * cygwin.din (dup3): Export.Corinna Vinschen2010-01-141-1/+3
* * fhandler.h (fhandler_registry::value_name): Convert to wchar_t*.Corinna Vinschen2009-12-181-55/+85
* * fhandler_registry.cc (fhandler_registry::open): Mark /proc/registryCorinna Vinschen2009-12-011-0/+2
* * 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