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
2001-07-26Throughout, reorganize header file inclusion to put security.h prior toChristopher Faylor
2001-06-26* mmap.cc: Clean up *ResourceLock calls throughout.Christopher Faylor
2001-06-20* fhandler_socket.cc (fhandler_socket::signal_secret_event): NewEgor Duda
2001-06-04 * net.cc (wsock_event): Add destructor.Corinna Vinschen
2001-05-18 * net.cc (wsock_event::wait): Explicitely cancel IO when a signalCorinna Vinschen
2001-05-16 * net.cc (errmap): Add missing mapping from WSAEINTR to EINTR.Corinna Vinschen
2001-05-16* autoload.h: Eliminate.Christopher Faylor
2001-05-15 * autoload.cc: Add autoload statements for ws2_32 functionsCorinna Vinschen
2001-05-05Revert much of previous erroneous checkin. Add ChangeLog entry.Christopher Faylor
2001-05-05* exceptions.cc (ctrl_c_handler): Always send signal to process if it has noChristopher Faylor
2001-05-03 * net.cc (wsock_init): Rename `was_in_progress' to `wsock_started'Corinna Vinschen
2001-05-03 * autoload.cc: Use new definition of LoadDLLinitfunc throughout.Corinna Vinschen
2001-04-23* net.cc [errmap]: Add '0' condition.Christopher Faylor
2001-04-19Throughout, change fdtab references to cygheap->fdtab.Christopher Faylor
2001-04-15* net.cc (cygwin_socket): Set SO_LINGER to small value so closed UNIX domainChristopher Faylor
2001-04-09* fhandler.h (class fhandler_socket): Add members and methods toEgor Duda
2001-04-03* cygrun.c (main): Fix compiler warning.Christopher Faylor
2001-03-20* dtable.cc: Guard against new winsock.h/winsock2.h warnings when mixingChristopher Faylor
2001-03-17 * net.cc (get_95_ifconf): Use strcasematch instead of strcasecmp.Corinna Vinschen
2001-03-17 * net.cc (cygwin_socket): Set protocol to 0 when address family isCorinna Vinschen
2001-03-17 * net.cc (cygwin_socket): Pass protocol parameter to socket call.Corinna Vinschen
2001-03-05* dlopen.c (dlopen): Return NULL when name is NULL (suggested byChristopher Faylor
2001-02-08 * autoload.cc: Add LoadDLLinitfunc for iphlpapi.dll.Corinna Vinschen
2001-01-09 Patch suggested by Ren� M�ller Fonseca <fonseca@mip.sdu.dk>Corinna Vinschen
2000-12-11 * net.cc (cygwin_rexec): Eliminate superfluous call toCorinna Vinschen
2000-12-03 * net.cc (get_inet_addr ): Close AF_UNIX socket file after reading.Corinna Vinschen
2000-11-29 * net.cc (cygwin_inet_aton): Return nonzero if the addressCorinna Vinschen
2000-11-25 * net.cc (cygwin_inet_aton): New function.Corinna Vinschen
2000-11-14* cygheap.h (init_cygheap): New struct holding values that live in the CygwinChristopher Faylor
2000-11-07 * autoload.cc: Add autoload statement for `WSASetLastError'.Corinna Vinschen
2000-10-28Whitespace cleanup.Christopher Faylor
2000-10-27 * autoload.cc: New file keeping all autoload stuff.Corinna Vinschen
2000-10-27 * fhandler_socket.cc: New file.Corinna Vinschen
2000-10-26 * dtable.cc (dtable::release): Check for socket. ChangeCorinna Vinschen
2000-10-25 * fhandler.cc (fhandler_base::fcntl): Treat O_NONBLOCK and OLD_O_NDELAYCorinna Vinschen
2000-10-24 * fcntl.cc (_fcntl): Rearrange as wrapper function. Move allCorinna Vinschen
2000-10-17* Makefile.in: Remove some obsolete stuff.Christopher Faylor
2000-10-14 * cygwin.din: Add symbol hstrerror.Corinna Vinschen
2000-10-06* net.cc (set_socket_inheritance): Rename from duplicate_socket. Use NTChristopher Faylor
2000-10-05* net.cc: General cleanup.Christopher Faylor
2000-10-03 * dcrt0.cc: Add LoadDLLFunc statement for RegEnumValueA().Corinna Vinschen
2000-09-28 * net.cc (get_ifconf): Code cleanup. Split. Call os dependentCorinna Vinschen
2000-09-26* dcrt0.cc (quoted): Fix problem where ' quoted strings were skipped.Christopher Faylor
2000-09-08* sigproc.h (sigframe::set): Eliminate second argument. Default bp to currentChristopher Faylor
2000-09-08Break out more header info into separate files. Use appropriate header filesChristopher Faylor
2000-09-03* Makefile.in: Add cygheap.o.Christopher Faylor
2000-08-22* winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h filesChristopher Faylor
2000-08-22* cygerrno.h: New file. Use this throughout whenever errno manipulation isChristopher Faylor
2000-08-12* winsup.h: Split out dtable definitions into separate header file.Christopher Faylor
2000-08-12Rename hinfo -> dtable. Name the former dtable array 'fdtab'.Christopher Faylor