Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-06-26 * fhandler.h (fhandler_socket::bind): Add method definition.Corinna Vinschen
2002-06-10* include/sys/strace.h (strace): Avoid use of constructor.Christopher Faylor
2002-06-10 * fhandler.h (fhandler_socket::fixup_after_fork): Revert patch fromCorinna Vinschen
2002-06-05Remove fcntl.h includes throughout.Christopher Faylor
2002-05-28* autoload.cc (LoadFuncEx): Define via new LoadFuncEx2 macro.Christopher Faylor
2002-05-25Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h,Christopher Faylor
2002-05-12fix formattingChristopher Faylor
2002-05-04* net.cc (getdomainname): Change second argument of getdomainname to size_t.Christopher Faylor
2002-04-12 * net.cc (cygwin_accept): Set socket type for accepted socket.Corinna Vinschen
2002-03-16* pinfo.cc (pinfo::init): Use PID_ALLPIDS flag to control when a redirectedChristopher Faylor
2002-02-22* sync.h (new_muto): Just accept an argument which denotes the name of theChristopher Faylor
2002-02-09 * dtable.cc (dtable::dup2): Revert previous patch.Corinna Vinschen
2002-02-09 * net.cc (get_2k_ifconf): Create interface entries for tokenring cards.Corinna Vinschen
2002-02-08 * dtable.cc (dtable::dup2): Store fd for fhandler_socket.Corinna Vinschen
2002-02-07 * net.cc (cygwin_getsockname): Fix handling of NULL sun_path.Corinna Vinschen
2002-01-29 * net.cc (getdomainname): Fix registry key for 9x systems, too.Corinna Vinschen
2002-01-29 * net.cc (getdomainname): Fix registry key for NT systems.Corinna Vinschen
2002-01-21Add newline at EOF.Christopher Faylor
2002-01-19 * cygwin.din: Add recvmsg and sendmsg.Corinna Vinschen
2002-01-09 * net.cc (cygwin_accept): Set sun_path for newly connected socket.Corinna Vinschen
2002-01-04 * net.cc: Replace usage of AF_UNIX by Posix compliant AF_LOCALCorinna Vinschen
2002-01-01 * fhandler.h (fhandler_socket::sun_path): New private member.Corinna Vinschen
2001-12-05* net.cc (cygwin_getsockopt): Dereference optlen pointer when passing toChristopher Faylor
2001-12-03* net.cc (cygwin_getsockopt): Allow NULL optval.Christopher Faylor
2001-11-25 * net.cc (cygwin_hstrerror): Allow s == NULL.Corinna Vinschen
2001-11-25 * net.cc (cygwin_inet_ntoa): Add parameter checking.Corinna Vinschen
2001-11-24* net.cc (inet_makeaddr): Revert previous change.Christopher Faylor
2001-11-24* dtable.cc (dtable::vfork_parent_restore): Add debugging statement.Christopher Faylor
2001-11-10* dtable.cc (dtable::build_fhandler): Don't increment console fd count if newChristopher Faylor
2001-11-05Eliminate excess whitespace.Christopher Faylor
2001-10-22 * net.cc (get_2k_ifconf): Change multiple IP address naming schemeCorinna Vinschen
2001-10-16* fhandler.cc (fhandler_base::fork_fixup): Don't protect handle.Christopher Faylor
2001-10-14* autoload.cc (load_wsock32): Declare dummy function to force loading ofChristopher Faylor
2001-10-13* fhandler_dsp.cc (fhandler_dsp::ioctl): Return 0 for successfulChristopher Faylor
2001-10-13* autoload.cc (wsock_init): Reorganize slightly to accomodate a new compiler.Christopher Faylor
2001-10-11* net.cc (cygwin_sendto): Use correct socket address when sendingEgor Duda
2001-10-10 * net.cc (get_95_ifconf): Using other registry values pointing toCorinna Vinschen
2001-09-16* net.cc (dup_servent_ptr): Detect old Windows 95 misaligned structure andChristopher Faylor
2001-09-12 * Makefile.in: Build wincap.o.Corinna Vinschen
2001-09-12Update copyrights.Christopher Faylor
2001-09-08* cygheap.h (init_cygheap): Move heap pointers here.Christopher Faylor
2001-09-06Move appropriate variables to NO_COPY segment, throughout.Christopher Faylor
2001-09-06Remove initialization of static or global values to zero, throughout. ThisChristopher Faylor
2001-09-05 * net.cc (cygwin_connect): Add WSAEALREADY and WSAEINVAL handlingCorinna Vinschen
2001-08-31* cygwin.sc: New file -- linker script for building cygwin DLL.Christopher Faylor
2001-08-24 * net.cc (free_addr_list): Add define for symmetry.Corinna Vinschen
2001-08-23 * net.cc (cygwin_inet_ntoa): Rearrange previous patch to useCorinna Vinschen
2001-08-22 * net.cc (free_char_list): New static function.Corinna Vinschen
2001-08-15 * fhandler.cc (fhandler_base::is_nonblocking): New method.Corinna Vinschen
2001-08-14 * fhandler.cc (fhandler_base::fcntl): Use new O_NONBLOCK_MASK define.Corinna Vinschen