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
2016-06-03cygwin: include sys/types.h in sys/xattr.hYaakov Selkowitz
2016-04-13Get rid of some special cases for Cygwin in sys/types.hCorinna Vinschen
2016-03-24Fix FIONBIO commentsCorinna Vinschen
2016-03-18Feature test macros overhaul: dirent.hYaakov Selkowitz
2016-03-10Support profiling of multi-threaded apps.Mark Geisert
2016-03-08Implement POSIX.1e ACL functionsCorinna Vinschen
2016-02-09cygwin_conv_path: Always preserve trailing backslashes in conversion to POSIX...Corinna Vinschen
2016-01-07Convert utmp{x}name to int, return useful value. Define _PATH_UTMPXCorinna Vinschen
2015-12-07Introduce the 'usertemp' filesystem typeJohannes Schindelin
2015-12-07Move fd_stuff from sys/types.h to sys/select.hCorinna Vinschen
2015-12-06Allow cygwin_conv_path(3) and cygpath(1) to emit /proc/cygdrive prefixed pathCorinna Vinschen
2015-04-23Try to make sure struct _mcontext is 16-byte alignedJon TURNEY
2015-04-23Provide ucontext to signal handlersJon TURNEY
2015-04-23Add cygwin_internal() operation to retrieve the EXCEPTION_RECORD from a sigin...Jon TURNEY
2015-04-23Add CMIN and CTIME definitionsCorinna Vinschen
2015-02-24 * include/sys/socket.h (sockatmark): Add prototype.Corinna Vinschen
2014-11-12 * cygheap.h (cygheap_pwdgrp): Remove constants NSS_FILES and NSS_DB.Corinna Vinschen
2014-11-06 * dcrt0.cc (cygwin_atexit): Change preceeding comment to reflectCorinna Vinschen
2014-10-17 * Makefile.in (DLL_OFILES): Add quotactl.o.Corinna Vinschen
2014-08-06 * include/sys/file.h: Add extern "C".Corinna Vinschen
2014-08-01headers: properly decorate attributesEric Blake
2014-05-15 * external.cc (cygwin_internal): Implement CW_CYGNAME_FROM_WINNAME.Corinna Vinschen
2014-03-12 * cygheap.h (enum cygheap_pwdgrp::cache_t): Remove.Corinna Vinschen
2014-02-22 * external.cc (cygwin_internal): Add cases for CW_GETNSSSEP,Corinna Vinschen
2014-02-18 * external.cc (cygwin_internal): Handle new CW_SETENT, CW_GETENT andCorinna Vinschen
2014-02-07 * fhandler_disk_file.cc (fhandler_disk_file::fchown): Fix typo inCorinna Vinschen
2014-01-17 * include/sys/file.h (LOCK_SH): Drop definition in favor of newCorinna Vinschen
2013-12-18* external.cc (fillout_pinfo): Remove nonsensical loop.Christopher Faylor
2013-11-25 Throughout, keep function definitions and declarations in sync withCorinna Vinschen
2013-08-14 * include/sys/cygwin.h (struct per_process): Add posix_memalign. ReduceCorinna Vinschen
2013-05-31 * include/sys/socket.h: Move SHUT_xx definitoins from here...Corinna Vinschen
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen
2013-04-22 * include/sys/queue.h: Delete in favor of more complete newlib file.Corinna Vinschen
2013-04-22 Adapt to changes in newlib's sys/cdefs.h:Corinna Vinschen
2013-03-07 * include/sys/un.h (UNIX_PATH_MAX): Rename from UNIX_PATH_LEN toCorinna Vinschen
2013-01-21Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor
2012-12-14 * fhandler.cc (fhandler_base::write): Don't attempt to sparsifyCorinna Vinschen
2012-11-22* termios.cc (cfsetspeed): New function.Yaakov Selkowitz
2012-11-05 * include/sys/termios.h (CBRK): Define as alias of CEOL.Yaakov Selkowitz
2012-10-31Fix copyrightCorinna Vinschen
2012-10-31 * include/sys/param.h: Include stddef.h to define NULL.Corinna Vinschen
2012-10-30 * include/sys/cygwin.h: Add missing defines for CW_ALLOC_DRIVE_MAP,Corinna Vinschen
2012-08-08 * include/sys/wait.h (_wait): Define when building newlib.Corinna Vinschen
2012-06-10 * include/sys/elf_common.h (R_386_16): Define.Yaakov Selkowitz
2012-06-06 * include/elf.h: Update from FreeBSD.Yaakov Selkowitz
2012-02-28tcgetsid: fix return typeEric Blake
2012-02-22 * cygwin.din (scandirat): Export.Yaakov Selkowitz
2012-02-08* include/sys/wait.h: Remove C++ inline functions for `union wait'. For C++Christopher Faylor
2012-02-08 * include/sys/sysmacros.h: Include sys/types.h.Corinna Vinschen
2011-12-22 * external.cc (cygwin_internal): Implement CW_ALLOC_DRIVE_MAP,Corinna Vinschen