summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fhandler_process_fd.cc
Commit message (Expand)AuthorAgeFilesLines
* Cygwin: [gs]et_io_handle(): renamed to [gs]et_handle().Takashi Yano2019-03-301-3/+3
* Cygwin: proc fd: fix handling of pipes, sockets, etcCorinna Vinschen2019-02-051-0/+11
* Cygwin: proc fd: fix a copy/paste bug calling file_pathconvCorinna Vinschen2019-02-051-1/+1
* Cygwin: proc fd: pass along open mode when reopening fileCorinna Vinschen2019-02-051-2/+2
* Cygwin: proc fd: return EACCES for HANDLE-less fdsCorinna Vinschen2019-01-131-0/+7
* Cygwin: fhandler_process_fd: Fix spacingCorinna Vinschen2019-01-081-1/+1
* Cygwin: drop redundant includes from fhandler_process_fd.ccCorinna Vinschen2019-01-061-14/+0
* Cygwin: fix regression in O_TMPFILE | O_EXCL caseCorinna Vinschen2019-01-061-6/+12
* Cygwin: introduce fhandler_process_fd and add stat(2) handlingCorinna Vinschen2019-01-061-0/+153