aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/fhandler_procsysvipc.cc
AgeCommit message (Expand)AuthorFilesLines
2019-07-22Cygwin: change virtual_ftype_t to not rely on negative valuesCorinna Vinschen1-3/+0
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen1-2/+0
2014-10-09 * fhandler_proc.cc (fhandler_proc::readdir): Set dirent d_type.Corinna Vinschen1-1/+3
2014-05-20 * fhandler_procsysvipc.cc (format_procsysvipc_msg): Rearrange code toCorinna Vinschen1-95/+141
2014-02-09 Introduce reading passwd/group entries from SAM/AD. IntroduceCorinna Vinschen1-2/+1
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen1-24/+24
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-12Rename FH_BAD to FH_NADA throughout.Christopher Faylor1-1/+1
2011-06-06whitespace eliminationChristopher Faylor1-54/+54
2011-05-28* autoload.cc: Call _api_fatal in asm.Christopher Faylor1-1/+1
2011-04-01Implement /proc/sysvipc/*Yaakov Selkowitz1-0/+347