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
path: root/winsup
AgeCommit message (Expand)Author
2011-01-13Fix typo, fix copyrightCorinna Vinschen
2011-01-13 * fhandler_disk_file.cc (fhandler_base::fstat_helper): Alwasy setCorinna Vinschen
2011-01-13Really check in nowCorinna Vinschen
2011-01-12 * new-features.sgml (ov-new1.7.8): Add "new API" paragraph.Corinna Vinschen
2011-01-12 * posix.sgml: Add madvise to BSD list.Corinna Vinschen
2011-01-12 * cygwin.din (madvise): Export posix_madvise as madvise.Corinna Vinschen
2011-01-12 * fhandler.h (struct part_t): New type.Corinna Vinschen
2011-01-11 * fhandler.h (MAX_PARTITIONS): New definition.Corinna Vinschen
2011-01-11 * termios.cc (cfgetospeed, cfgetispeed): Constify argument per POSIX.Corinna Vinschen
2011-01-11 * cygtls.cc (_cygtls::init_thread): Call _REENT_INIT_PTR. Drop settingCorinna Vinschen
2011-01-10 * cygcheck.cc (main): don't imply -d from -s option to cygcheckCorinna Vinschen
2011-01-08Correct hexadecimal formatting of double and long double values.Keith Marshall
2011-01-05* faq-setup.xml (faq.setup.cli): Correct description of -pubkey optionChristopher Faylor
2011-01-03* ChangeLog-2010: Create from ChangeLog.Christopher Faylor
2010-12-29* cygtls.cc: Include stdlib.h.Christopher Faylor
2010-12-282010-12-27 David Byron <dbyron0@users.sourceforge.net>Chris Sutcliffe
2010-12-282010-12-27 Ozkan Sezer <sezero@users.sourceforge.net>Chris Sutcliffe
2010-12-282010-12-27 Seth Jackson <sethj@users.sourceforge.net>Chris Sutcliffe
2010-12-282010-09-22 Ryan Lortie <desrt@desrt.ca>Chris Sutcliffe
2010-12-282010-11-08 Rodrigo Rivas Costa <rodrigorivascosta@gmail.com>Chris Sutcliffe
2010-12-272010-12-27 Markus Koenig <basilo@users.sourceforge.net>Chris Sutcliffe
2010-12-272010-10-20 Seth Jackson <sethj@users.sourceforge.net>Chris Sutcliffe
2010-12-272010-12-27 Johann Hanne <jonnyh33@users.sourceforge.net>Chris Sutcliffe
2010-12-272010-12-27 Seth Jackson <sethj@users.sourceforge.net>Chris Sutcliffe
2010-12-272010-12-27 Paul Sokolovsky <pfalcon@users.sf.net>Chris Sutcliffe
2010-12-27* include/cygwin/version.h: Bump CYGWIN_VERSION_API_MINOR to 234.Christopher Faylor
2010-12-27cygwin:Christopher Faylor
2010-12-16 * security.cc (alloc_sd): Really fix erroneous inheritence entryCorinna Vinschen
2010-12-15 * sec_acl.cc (getacl): Ensure that the default acl contains at leastCorinna Vinschen
2010-12-15 * security.cc (alloc_sd): Fix erroneous inheritence entry duplication.Corinna Vinschen
2010-12-12 * syscalls.cc (check_dir_not_empty): Never count more than 3 directoryCorinna Vinschen
2010-12-12* init.cc (search_for): Put this in shared section or suffer subtle problemsChristopher Faylor
2010-12-11 * setfacl.c (strchrnul): New function.Corinna Vinschen
2010-12-10 * cyglsa-config: Unset GREP_OPTIONS when calling grep.Corinna Vinschen
2010-12-10fix typoChristopher Faylor
2010-12-09 * autoload.cc (RETRY_COUNT): New define.Corinna Vinschen
2010-12-08 * include/strings.h: Remove in favor of equivalent newlib file.Corinna Vinschen
2010-12-08 * sec_acl.cc (getacl): Set DEF_CLASS_OBJ permissions to 07 insteadCorinna Vinschen
2010-12-06 * cygpath.cc (get_device_name): Fix path length test.Corinna Vinschen
2010-12-06 * path.cc (path_conv::check): Don't generate ENOENT for non-existantCorinna Vinschen
2010-12-02 * net.cc (get_xp_ifs): Fix counting of idx to return stable interfaceCorinna Vinschen
2010-11-29 * fhandler_tty.cc (fhandler_tty_slave::dup): Free path_conv stringsCorinna Vinschen
2010-11-23 * autoload.cc (SendARP): Remove.Corinna Vinschen
2010-11-23 * path.cc (symlink_info::check): Don't use FileNetworkOpenInformationCorinna Vinschen
2010-11-22 * mount.cc (NETAPP_IGNORE): Add FILE_PERSISTENT_ACLS.Corinna Vinschen
2010-11-22 * net.cc (get_ipv4fromreg_ipcnt): Fix debug output. Only create debugCorinna Vinschen
2010-11-18 * fhandler_tty.cc (fhandler_tty_slave::fchown): Initialize mode to 0.Corinna Vinschen
2010-11-18 * setup2.sgml (setup-locale-ov): Document CJK ambiguous width changeCorinna Vinschen
2010-11-15 * posix.sgml: Move llround and llroundf to implemented SUSv4 functions.Corinna Vinschen
2010-11-02* include/paths.h (_PATH_VARTMP): Define.Yaakov Selkowitz