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
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
2011-05-05* signal.cc (_pinfo::kill): Return success on kill(0) only if pid exists or isChristopher Faylor
2011-04-21 * include/sys/poll.h: Include signal.h to get definition of sigset_t.Corinna Vinschen
2011-04-18 * cygwin.din (ppoll): Export.Corinna Vinschen
2011-04-05* include/cygwin/types.h: Move #include <sys/sysmacros.h> toYaakov Selkowitz
2011-03-29 * include/sys/xattr.h: New file.Corinna Vinschen
2011-02-15 * Throughout fix copyright dates.Corinna Vinschen
2011-02-11 * include/endian.h: Move definitions of __BIG_ENDIAN, __LITTLE_ENDIAN,Corinna Vinschen
2011-01-12 * cygwin.din (madvise): Export posix_madvise as madvise.Corinna Vinschen
2011-01-11 * termios.cc (cfgetospeed, cfgetispeed): Constify argument per POSIX.Corinna Vinschen
2010-10-23* fhandler.h (fhandler_termios::tcinit): Make second argument non-optional.Christopher Faylor
2010-09-29* fhandler_tty.cc (fhandler_tty_slave::init): Add debugging. Use tcsetpgrp toChristopher Faylor
2010-09-21* include/sys/cygwin.h (PID_NOTCYGWIN): New enum.Christopher Faylor
2010-08-30* winlean.h: New file.Christopher Faylor
2010-08-27 * external.cc (sync_wincwd): Remove.Corinna Vinschen
2010-08-19 * external.cc (sync_wincwd): New function.Corinna Vinschen
2010-08-18* external.cc (CW_SETCWD): New option.Christopher Faylor
2010-08-11 * mount.cc (struct opt): Add "bind" option.Corinna Vinschen
2010-08-06 * include/sys/dirent.h (d_fileno): Define as d_ino.Corinna Vinschen
2010-07-05 Align seekdir and telldir API to POSIX definition.Corinna Vinschen