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-09-25This commit was manufactured by cvs2svn to create branch 'cygwin-1-3-13-1'.cygwin-1-3-18-1cygwin-1-3-17-1cygwin-1-3-16-1cygwin-1-3-15-1cygwin-1-3-14-1cygwin-1-3-13-2cygwin-1-3-13-1cvs2svn
2002-09-23More GNUify non-GNU formatted functions calls throughout.Christopher Faylor
2002-09-22* fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller hasChristopher Faylor
2002-09-19* cygthread.cc (cygthread::initialized): Avoid copying on fork or some threadsChristopher Faylor
2002-09-04 * fhandler.h (fhandler_socket::read): Remove method.Corinna Vinschen
2002-08-27 * fhandler_socket.cc (fhandler_socket::check_peer_secret_event):Corinna Vinschen
2002-08-26 * fhandler.h (fhandler_socket::recvfrom): Fix prototype.Corinna Vinschen
2002-08-12 * fhandler.h (fhandler_socket::recv): Remove method.Conrad Scott
2002-08-08 * winsup.h (__check_null_invalid_struct): Make ptr argument non-const.Conrad Scott
2002-07-31 * fhandler.h (fhandler_base::get_r_no_interrupt): Make non-virtual.Corinna Vinschen
2002-07-06 * fhandler.h (fhandler_socket::is_unconnected): Constify.Corinna Vinschen
2002-07-05 * fhandler.h (UNCONNECTED): New define.Corinna Vinschen
2002-07-03* net.cc (cygwin_getpeername): Defend against NULL pointer dereference.Christopher Faylor
2002-07-01* fhandler_clipboard.c (fhandler_dev_clipboard::open): Force text mode.Christopher Faylor
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