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
2007-02-20 * cygwin.din (sem_unlink): Export.Corinna Vinschen
2007-02-15 * posix_ipc.cc (mq_open): Avoid compiler warning. Initialize mqhdrCorinna Vinschen
2007-02-14 * Makefile.in (DLL_OFILES): Add posix_ipc.o.Corinna Vinschen
2007-02-13 * include/cygwin/stdlib.h (valloc): Declare.Corinna Vinschen
2007-02-08 * cygwin.din (shm_open): Export.Corinna Vinschen
2007-02-07 * cygmalloc.h (MALLOC_FAILURE_ACTION): Define empty.Corinna Vinschen
2007-02-05 * fhandler_serial.cc (fhandler_serial::tcsetattr): Add support forCorinna Vinschen
2007-02-01 * net.cc (ga_dup): New function, taken from ga_clone with v4-in-v6Corinna Vinschen
2007-02-01 * include/cygwin/socket.h: Add IPv6 socket options.Corinna Vinschen
2007-01-31 * net.cc (cygwin_getaddrinfo): Check ai_flags for valid values.Corinna Vinschen
2007-01-28 * include/ftw.h: Include sys/cdefs.h.Corinna Vinschen
2007-01-23 * net.cc (gai_errmap): Add EAI_OVERFLOW entry. Fix formatting.Corinna Vinschen
2007-01-23 * include/netdb.h: Add AI_xxx flags available since Vista.Corinna Vinschen
2007-01-22 * autoload.cc (WSAIoctl): Define.Corinna Vinschen
2007-01-18 * include/cygwin/in6.h: Drop inclusion of asm/byteorder.h.Corinna Vinschen
2007-01-17 * Makefile.in (DLL_OFILES): Add fhandler_procnet.o.Corinna Vinschen
2007-01-17 * include/asm/socket.h (SIOGIFINDEX): Define.Corinna Vinschen
2007-01-16 * fhandler_socket.cc (fhandler_socket::ioctl): Handle SIOCGIFINDEX.Corinna Vinschen
2007-01-16 * include/cygwin/in6.h (struct ipv6_mreq): Change type of interfaceCorinna Vinschen
2007-01-16 * include/cygwin/in.h (struct ip_mreq_source): Define.Corinna Vinschen
2007-01-05 * include/strings.h: Don't include string.h. Only declare functionsCorinna Vinschen
2006-12-11 * Makefile.in (DLL_OFILES): Add minires-os-if.o and minires.o.Corinna Vinschen
2006-12-06 * include/sys/ioctl.h: Pick up termios.h, for TIOCGWINSZ.Corinna Vinschen
2006-11-27* include/cygwin/signal.h: Add __extension__ to various anonymous unions andChristopher Faylor
2006-11-07 * fhandler.cc (check_posix_perm): Moved here from syscalls.cc.Corinna Vinschen
2006-10-17 * glob.c: Remove.Corinna Vinschen
2006-10-16 * include/asm/byteorder.h: Fix copyright dates.Corinna Vinschen
2006-09-18* byteorder.h: Correct typo.Christopher Faylor
2006-09-18* byteorder.h: Don't #define n* macros if -fnoinline is specified.Christopher Faylor
2006-08-07 * autoload.cc (NtSetInformationFile): Define.Corinna Vinschen
2006-07-31 * fhandler_socket.cc (fhandler_socket::recv_internal): Fix a problemCorinna Vinschen
2006-07-26 * include/cygwin/in6.h: Guard in_port_t typedef more restrictive toCorinna Vinschen
2006-07-252006-07-25 Corinna Vinschen <corinna@vinschen.de>Corinna Vinschen
2006-07-24* include/cygwin/version.h: Bump DLL minor version number to 22.Christopher Faylor
2006-07-15* include/cygwin/types.h: Update copyright.Christopher Faylor
2006-07-13 * fhandler_socket.cc: Update copyright.Corinna Vinschen
2006-07-12 * include/pthread.h: Define PTHREAD_PRIO_NONE, PTHREAD_PRIO_INHERIT andCorinna Vinschen
2006-07-03 * fhandler.h (class dev_console): Add `metabit' indicating theCorinna Vinschen
2006-07-03 * include/stdint.h (UINT8_C, UINT16_C): Unsigned types smallerCorinna Vinschen
2006-07-03 * net.cc (cygwin_sendto): Define appropriate parameters usingCorinna Vinschen
2006-07-02* include/cygwin/version.h: Bump DLL minor version number to 21.Christopher Faylor
2006-06-15 * cygwin.din: Export __srget_r, __swbuf_r.Corinna Vinschen
2006-06-12 * include/sys/wait.h: Move definition of wait constants from here...Corinna Vinschen
2006-05-28white spaceChristopher Faylor
2006-05-25* cygtls.cc (_cygtls::call): Call call2 using _my_tls.Christopher Faylor
2006-04-21 * include/asm/byteorder.h (__ntohl): Fix the missing uint32_t.Corinna Vinschen
2006-04-21 * include/asm/byteorder.h: Include stdint.h. Per standard, changeCorinna Vinschen
2006-03-23* sigproc.cc (sigalloc): Don't set SA_RESTART here.Christopher Faylor
2006-03-01 * include/sys/dirent.h (struct __DIR): Rename __d_unused toCorinna Vinschen
2006-02-28 * cygwin.din: Export __isinff, __isinfd, __isnanf, __isnand.Corinna Vinschen