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
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
2011-12-08* include/sys/wait.h: Add in all c++ functions.Christopher Faylor
2011-12-08* include/sys/wait.h: Ensure that C++ functions are only used when using C++.Christopher Faylor
2011-12-02 * path.cc (conv_path_list): Take cygwin_conv_path_t as third parameter.Corinna Vinschen
2011-11-25* cygthread.h (cygthread::name): Default name to "main" if we are early in theChristopher Faylor
2011-11-24* child_info.h (CURR_CHILD_INFO_MAGIC): Reset for previous changes.Christopher Faylor
2011-10-30* fhandler.h (fhandler_pipe::create_selectable): Remove optional argument, takeChristopher Faylor
2011-10-12* cygwin.din: Remove some _tc* exports. Add tcgetsid().Christopher Faylor
2011-10-07 * include/sys/cygwin.h (cygwin_getinfo_types): Define valuesCorinna Vinschen
2011-10-062011-10-06 Christian Franke <franke@computer.org>Christian Franke
2011-10-05 * external.cc (create_winenv): Rename from sync_winenv. TakeCorinna Vinschen
2011-08-03* dll_init.cc: Use fabort in favor of api_fatal and fork_info->abort whereChristopher Faylor
2011-07-01 * include/sys/param.h (NGROUPS): Redefine as NGROUPS_MAX.Corinna Vinschen
2011-06-17 * dcrt0.cc (dll_crt0_1): Call strace.dll_info after call to pinfo_init.Corinna Vinschen
2011-06-15* cygheap.h (init_cygheap::ctty_on_hold): Remove conditionalized variable.Christopher Faylor
2011-05-28* autoload.cc: Call _api_fatal in asm.Christopher Faylor
2011-05-06* sysconf.cc (sysinfo): New function.Yaakov Selkowitz