Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-16change _COMPILING_NEWLIB to _LIBCMike Frysinger
2020-09-07Cygwin: drop internal O_NOSYMLINK and O_DIROPEN flagsCorinna Vinschen
2019-07-22Cygwin: fix one more check for positive virtual_ftype_t valuesKen Brown
2019-07-22Cygwin: change virtual_ftype_t to not rely on negative valuesCorinna Vinschen
2019-03-30Cygwin: [gs]et_io_handle(): renamed to [gs]et_handle().Takashi Yano
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen
2015-10-22Fix length returned from sys_cp_wcstombs in case nwc > # of wcharsCorinna Vinschen
2015-02-15 * path.h (path_conv): Make path_flags private. Rename known_suffix toCorinna Vinschen
2014-02-09 Introduce reading passwd/group entries from SAM/AD. IntroduceCorinna Vinschen
2013-10-31 * devices.in (dev_cygdrive_storage): Revert mapping to \Device\Null.Corinna Vinschen
2013-06-14 Streamline time/times functionality. Remove last remains of formerCorinna Vinschen
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen
2013-01-21Throughout, change __attribute__ ((regparm (N))) to just __regN. Throughout,Christopher Faylor
2012-11-26 * fhandler_registry.cc: Drop Mingw.org considerations.Corinna Vinschen
2012-07-06 * fhandler_registry.cc (RegOpenUserClassesRoot): Only define whenCorinna Vinschen
2012-07-03* fhandler_registry.cc (fhandler_registry::open): Handle missing EROFS errorChristopher Faylor
2012-02-02 Fix memory and handle leaks due to fdopendir:Corinna Vinschen
2012-01-22* cygheap.h (cygheap_fdget::~cygheap_fdget): Simplify now that refcnt reportsChristopher Faylor
2012-01-20 * fhandler.h (fhandler_registry::opendir): Declare.Corinna Vinschen
2011-12-04Throughout, remove extra space after function name from debugging output.Christopher Faylor
2011-11-14Throughout use "have_execed" macro rather than "hExeced" global handle.Christopher Faylor
2011-10-16* cygerrno.h (__set_errno): Modify debugging output to make searching straceChristopher Faylor
2011-07-30 * fhandler_registry.cc (fhandler_registry::dup): Duplicate value_name.Corinna Vinschen
2011-06-06whitespace eliminationChristopher Faylor
2011-05-05 * fhandler_registry.cc (fhandler_registry::exists): Fix regressionCorinna Vinschen
2011-04-19 * fhandler_registry.cc (fhandler_registry::fstat): Use RegQueryInfoKeyW.Corinna Vinschen
2010-09-06 * Makefile.in (DLL_OFILES): Add fhandler_procsys.o.Corinna Vinschen
2010-09-01 * fhandler_netdrive.cc (fhandler_netdrive::readdir): Set d_type.Corinna Vinschen
2010-07-05 Align seekdir and telldir API to POSIX definition.Corinna Vinschen
2010-05-26 * fhandler_registry.cc (multi_wcstombs): New function.Corinna Vinschen
2010-01-14 * cygwin.din (dup3): Export.Corinna Vinschen
2009-12-18 * fhandler.h (fhandler_registry::value_name): Convert to wchar_t*.Corinna Vinschen
2009-12-01 * fhandler_registry.cc (fhandler_registry::open): Mark /proc/registryCorinna Vinschen
2009-01-20 * fhandler_procnet.cc: Reorganize global procnet content data into aCorinna Vinschen
2009-01-20 * devices.h (FH_PROCESSFD): New device type.Corinna Vinschen
2008-12-19 * fhandler_registry.cc (perf_data_files): New table.Corinna Vinschen
2008-12-16 * fhandler_registry.cc (DEFAULT_VALUE_NAME): Remove constant.Corinna Vinschen
2008-12-15 * fhandler_registry.cc (fhandler_registry::exists): Handle EACCES.Corinna Vinschen
2008-12-15 * fhandler.h (class fhandler_registry): Declare dup method.Corinna Vinschen
2008-12-14* cygheap.cc (cygheap_user::~cygheap_user): Remove unneeded if 0'ed code.Christopher Faylor
2008-12-08 * fhandler_registry.cc (encode_regname): Add Parameter add_val.Corinna Vinschen
2008-12-02 * fhandler_registry.cc (must_encode): Fix condition changed for testing.Corinna Vinschen
2008-12-02 * fhandler_registry.cc (must_encode): New function.Corinna Vinschen
2008-07-17 Add case-sensitivity.Corinna Vinschen
2008-04-07Remove unneeded header files from source files throughout.Christopher Faylor
2007-12-05 * fhandler_registry.cc: Use NAME_MAX + 1 instead of CYG_MAX_PATHCorinna Vinschen
2007-11-27Change many cygheap allocation routines to their *_abort analogs.Christopher Faylor
2007-07-20 * fhandler.cc (fhandler_base::fhaccess): Accommodate interface changesCorinna Vinschen
2007-03-06 * fhandler_mailslot.cc (fhandler_mailslot::fstat): Set new stat memberCorinna Vinschen
2007-02-26 * fhandler_registry.cc (registry_listing): Drop name of HKEY_DYN_DATA.Corinna Vinschen