summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fhandler_procsys.cc
Commit message (Expand)AuthorAgeFilesLines
* Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen2016-06-231-2/+0
* * fhandler_procsys.cc (fhandler_procsys::readdir): Just testCorinna Vinschen2014-10-091-30/+30
* * fhandler_proc.cc (fhandler_proc::readdir): Set dirent d_type.Corinna Vinschen2014-10-091-2/+10
* * fhandler_procsys.cc (fhandler_procsys::read): Just callCorinna Vinschen2013-05-281-15/+1
* Throughout, (mainly in fhandler*) fix remaining gcc 4.7 mismatchYaakov Selkowitz2013-05-011-1/+1
* * Merge in cygwin-64bit-branch.Corinna Vinschen2013-04-231-13/+13
* Throughout, change __attribute__ ((regparm (N))) to just __regN. Throughout,Christopher Faylor2013-01-211-2/+2
* Throughout, remove extra space after function name from debugging output.Christopher Faylor2011-12-031-2/+2
* whitespace eliminationChristopher Faylor2011-06-061-3/+3
* * autoload.cc: Call _api_fatal in asm.Christopher Faylor2011-05-281-1/+1
* * fhandler.h (fhandler_socket::read): Declare.Corinna Vinschen2011-05-061-0/+2
* * fhandler_procsys.cc (fhandler_procsys::exists): Rewrite.Corinna Vinschen2011-03-041-53/+127
* * fhandler_procsys.cc (fhandler_procsys::open): Call worker existsCorinna Vinschen2011-03-021-1/+1
* * fhandler_procsys.cc (fhandler_procsys::opendir): Avoid SEGV ifCorinna Vinschen2011-02-151-4/+6
* * fhandler_procsys.cc (fhandler_procsys::exists): Return virt_noneCorinna Vinschen2010-10-021-0/+2
* * fhandler_procsys.cc (fhandler_procsys::exists): Rearrange to handleCorinna Vinschen2010-09-101-9/+10
* * fhandler_procsys.cc (fhandler_procsys::open): Simplify by justCorinna Vinschen2010-09-081-59/+21
* * Makefile.in (DLL_OFILES): Add fhandler_procsys.o.Corinna Vinschen2010-09-061-0/+422