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
2022-08-05Cygwin: Reorganize cygwin source dirCorinna Vinschen
2022-06-06Cygwin: remove most occurrences of __stdcall and __cdeclKen Brown
2022-05-30Cygwin: remove regparm.hKen Brown
2021-08-19Cygwin: fhandler_procsys::readdir: fix NtQueryDirectoryObject usageCorinna Vinschen
2020-12-01Cygwin: /proc/sys FS: don't export NFS and DFS as block devicesCorinna Vinschen
2019-07-22Cygwin: change virtual_ftype_t to not rely on negative valuesCorinna Vinschen
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen
2014-10-09 * fhandler_procsys.cc (fhandler_procsys::readdir): Just testCorinna Vinschen
2014-10-09 * fhandler_proc.cc (fhandler_proc::readdir): Set dirent d_type.Corinna Vinschen
2013-05-28 * fhandler_procsys.cc (fhandler_procsys::read): Just callCorinna Vinschen
2013-05-01Throughout, (mainly in fhandler*) fix remaining gcc 4.7 mismatchYaakov Selkowitz
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen
2013-01-21Throughout, change __attribute__ ((regparm (N))) to just __regN. Throughout,Christopher Faylor
2011-12-04Throughout, remove extra space after function name from debugging output.Christopher Faylor
2011-06-06whitespace eliminationChristopher Faylor
2011-05-28* autoload.cc: Call _api_fatal in asm.Christopher Faylor
2011-05-06 * fhandler.h (fhandler_socket::read): Declare.Corinna Vinschen
2011-03-04 * fhandler_procsys.cc (fhandler_procsys::exists): Rewrite.Corinna Vinschen
2011-03-02 * fhandler_procsys.cc (fhandler_procsys::open): Call worker existsCorinna Vinschen
2011-02-15 * fhandler_procsys.cc (fhandler_procsys::opendir): Avoid SEGV ifCorinna Vinschen
2010-10-02 * fhandler_procsys.cc (fhandler_procsys::exists): Return virt_noneCorinna Vinschen
2010-09-10 * fhandler_procsys.cc (fhandler_procsys::exists): Rearrange to handleCorinna Vinschen
2010-09-08 * fhandler_procsys.cc (fhandler_procsys::open): Simplify by justCorinna Vinschen
2010-09-06 * Makefile.in (DLL_OFILES): Add fhandler_procsys.o.Corinna Vinschen