summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fhandler_procnet.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_proc.cc (fhandler_proc::readdir): Set dirent d_type.Corinna Vinschen2014-10-091-2/+4
* * fhandler_socket.cc: On x86_64, define u_long as __ms_u_long beforeCorinna Vinschen2014-04-241-0/+7
* * Merge in cygwin-64bit-branch.Corinna Vinschen2013-04-231-22/+13
* Throughout, change __attribute__ ((regparm (N))) to just __regN. Throughout,Christopher Faylor2013-01-211-2/+2
* * fhandler_procnet.cc: Fix copyright.Corinna Vinschen2012-07-061-1/+1
* In terms of network related functionality, rely on Winsock definitionsCorinna Vinschen2012-07-061-6/+2
* Throughout, remove extra space after function name from debugging output.Christopher Faylor2011-12-031-2/+2
* Rename FH_BAD to FH_NADA throughout.Christopher Faylor2011-06-121-1/+1
* whitespace eliminationChristopher Faylor2011-06-061-2/+2
* * autoload.cc: Call _api_fatal in asm.Christopher Faylor2011-05-281-2/+2
* * Makefile.in (DLL_OFILES): Add fhandler_procsys.o.Corinna Vinschen2010-09-061-41/+26
* * fhandler_procnet.cc: Reorganize global procnet content data into aCorinna Vinschen2009-01-201-36/+31
* * devices.h (FH_PROCESSFD): New device type.Corinna Vinschen2009-01-201-1/+1
* Add case-sensitivity.Corinna Vinschen2008-07-161-3/+3
* * fhandler_procnet.cc (dad_to_flags): Fix comment.Corinna Vinschen2008-06-111-1/+1
* * fhandler_procnet.cc (get_scope): New static function to evaluateCorinna Vinschen2008-06-101-4/+29
* * fhandler_procnet.cc (format_procnet_ifinet6): Use sprintf rather thanCorinna Vinschen2008-06-101-8/+8
* * cygwin.din: Export fdopendir.Corinna Vinschen2007-06-291-9/+0
* * autoload.cc (WSAIoctl): Define.Corinna Vinschen2007-01-211-184/+27
* * fhandler_procnet.cc: Drop declaration of htonl and ntohs. IncludeCorinna Vinschen2007-01-181-4/+2
* * include/cygwin/in6.h: Drop inclusion of asm/byteorder.h.Corinna Vinschen2007-01-181-0/+3
* * Makefile.in (DLL_OFILES): Add fhandler_procnet.o.Corinna Vinschen2007-01-171-0/+442