aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/fhandler_procsys.cc
AgeCommit message (Expand)AuthorFilesLines
2013-05-28 * fhandler_procsys.cc (fhandler_procsys::read): Just callCorinna Vinschen1-15/+1
2013-05-01Throughout, (mainly in fhandler*) fix remaining gcc 4.7 mismatchYaakov Selkowitz1-1/+1
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen1-13/+13
2013-01-21Throughout, change __attribute__ ((regparm (N))) to just __regN. Throughout,Christopher Faylor1-2/+2
2011-12-03Throughout, remove extra space after function name from debugging output.Christopher Faylor1-2/+2
2011-06-06whitespace eliminationChristopher Faylor1-3/+3
2011-05-28* autoload.cc: Call _api_fatal in asm.Christopher Faylor1-1/+1
2011-05-06 * fhandler.h (fhandler_socket::read): Declare.Corinna Vinschen1-0/+2
2011-03-04 * fhandler_procsys.cc (fhandler_procsys::exists): Rewrite.Corinna Vinschen1-53/+127
2011-03-02 * fhandler_procsys.cc (fhandler_procsys::open): Call worker existsCorinna Vinschen1-1/+1
2011-02-15 * fhandler_procsys.cc (fhandler_procsys::opendir): Avoid SEGV ifCorinna Vinschen1-4/+6
2010-10-02 * fhandler_procsys.cc (fhandler_procsys::exists): Return virt_noneCorinna Vinschen1-0/+2
2010-09-10 * fhandler_procsys.cc (fhandler_procsys::exists): Rearrange to handleCorinna Vinschen1-9/+10
2010-09-08 * fhandler_procsys.cc (fhandler_procsys::open): Simplify by justCorinna Vinschen1-59/+21
2010-09-06 * Makefile.in (DLL_OFILES): Add fhandler_procsys.o.Corinna Vinschen1-0/+422