summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/net.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove fcntl.h includes throughout.Christopher Faylor2002-06-051-2/+1
* * autoload.cc (LoadFuncEx): Define via new LoadFuncEx2 macro.Christopher Faylor2002-05-281-3/+3
* Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h,Christopher Faylor2002-05-251-1/+0
* fix formattingChristopher Faylor2002-05-121-8/+12
* * net.cc (getdomainname): Change second argument of getdomainname to size_t.Christopher Faylor2002-05-041-1/+1
* * net.cc (cygwin_accept): Set socket type for accepted socket.Corinna Vinschen2002-04-121-8/+23
* * pinfo.cc (pinfo::init): Use PID_ALLPIDS flag to control when a redirectedChristopher Faylor2002-03-151-3/+3
* * sync.h (new_muto): Just accept an argument which denotes the name of theChristopher Faylor2002-02-221-1/+0
* * dtable.cc (dtable::dup2): Revert previous patch.Corinna Vinschen2002-02-091-84/+7
* * net.cc (get_2k_ifconf): Create interface entries for tokenring cards.Corinna Vinschen2002-02-091-1/+6
* * dtable.cc (dtable::dup2): Store fd for fhandler_socket.Corinna Vinschen2002-02-081-0/+1
* * net.cc (cygwin_getsockname): Fix handling of NULL sun_path.Corinna Vinschen2002-02-071-6/+11
* * net.cc (getdomainname): Fix registry key for 9x systems, too.Corinna Vinschen2002-01-291-2/+2
* * net.cc (getdomainname): Fix registry key for NT systems.Corinna Vinschen2002-01-291-0/+1
* Add newline at EOF.Christopher Faylor2002-01-211-1/+1
* * cygwin.din: Add recvmsg and sendmsg.Corinna Vinschen2002-01-191-0/+61
* * net.cc (cygwin_accept): Set sun_path for newly connected socket.Corinna Vinschen2002-01-091-0/+2
* * net.cc: Replace usage of AF_UNIX by Posix compliant AF_LOCALCorinna Vinschen2002-01-041-29/+114
* * fhandler.h (fhandler_socket::sun_path): New private member.Corinna Vinschen2002-01-011-5/+23
* * net.cc (cygwin_getsockopt): Dereference optlen pointer when passing toChristopher Faylor2001-12-041-1/+1
* * net.cc (cygwin_getsockopt): Allow NULL optval.Christopher Faylor2001-12-031-8/+8
* * net.cc (cygwin_hstrerror): Allow s == NULL.Corinna Vinschen2001-11-241-1/+13
* * net.cc (cygwin_inet_ntoa): Add parameter checking.Corinna Vinschen2001-11-241-1/+11
* * net.cc (inet_makeaddr): Revert previous change.Christopher Faylor2001-11-241-1/+1
* * dtable.cc (dtable::vfork_parent_restore): Add debugging statement.Christopher Faylor2001-11-241-112/+192
* * dtable.cc (dtable::build_fhandler): Don't increment console fd count if newChristopher Faylor2001-11-101-1/+0
* Eliminate excess whitespace.Christopher Faylor2001-11-051-16/+16
* * net.cc (get_2k_ifconf): Change multiple IP address naming schemeCorinna Vinschen2001-10-221-74/+88
* * fhandler.cc (fhandler_base::fork_fixup): Don't protect handle.Christopher Faylor2001-10-151-61/+45
* * autoload.cc (load_wsock32): Declare dummy function to force loading ofChristopher Faylor2001-10-141-31/+25
* * fhandler_dsp.cc (fhandler_dsp::ioctl): Return 0 for successfulChristopher Faylor2001-10-131-0/+3
* * autoload.cc (wsock_init): Reorganize slightly to accomodate a new compiler.Christopher Faylor2001-10-131-1/+1
* * net.cc (cygwin_sendto): Use correct socket address when sendingEgor Duda2001-10-111-2/+2
* * net.cc (get_95_ifconf): Using other registry values pointing toCorinna Vinschen2001-10-101-49/+26
* * net.cc (dup_servent_ptr): Detect old Windows 95 misaligned structure andChristopher Faylor2001-09-161-2/+18
* * Makefile.in: Build wincap.o.Corinna Vinschen2001-09-121-17/+7
* Update copyrights.Christopher Faylor2001-09-111-1/+1
* * cygheap.h (init_cygheap): Move heap pointers here.Christopher Faylor2001-09-071-18/+18
* Move appropriate variables to NO_COPY segment, throughout.Christopher Faylor2001-09-061-2/+2
* Remove initialization of static or global values to zero, throughout. ThisChristopher Faylor2001-09-061-2/+2
* * net.cc (cygwin_connect): Add WSAEALREADY and WSAEINVAL handlingCorinna Vinschen2001-09-051-5/+10
* * cygwin.sc: New file -- linker script for building cygwin DLL.Christopher Faylor2001-08-311-0/+14
* * net.cc (free_addr_list): Add define for symmetry.Corinna Vinschen2001-08-241-2/+24
* * net.cc (cygwin_inet_ntoa): Rearrange previous patch to useCorinna Vinschen2001-08-221-56/+72
* * net.cc (free_char_list): New static function.Corinna Vinschen2001-08-221-7/+186
* * fhandler.cc (fhandler_base::is_nonblocking): New method.Corinna Vinschen2001-08-151-5/+4
* * fhandler.cc (fhandler_base::fcntl): Use new O_NONBLOCK_MASK define.Corinna Vinschen2001-08-141-1/+1
* * cygheap.cc (cygheap_root::set): Avoid treating '/' specially.Christopher Faylor2001-08-071-2/+2
* Throughout, change check for running under Windows NT to 'iswinnt'.Christopher Faylor2001-08-041-3/+3
* * net.cc (cygwin_accept): Allow NULL peer and len parameters.Corinna Vinschen2001-08-031-0/+11