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
2012-01-15Generalise 'all' rule to arbitrary prerequisite sub-directories.Keith Marshall
2012-01-15Derive package release index from configure time specification.Keith Marshall
2012-01-15Discontinue CVS tracking of generated 'configure' script.Keith Marshall
2012-01-13Document support of printf %m conversion flag.Yaakov Selkowitz
2012-01-13 * new-features.sgml (ov-new1.7.10): Document support for the %mYaakov Selkowitz
2012-01-13 * include/cygwin/config.h (_GLIBC_EXTENSION): Define.Yaakov Selkowitz
2012-01-13Document tgmath.h.Yaakov Selkowitz
2012-01-13 * new-features.sgml (ov-new1.7.10): Document tgmath.h.Yaakov Selkowitz
2012-01-12* spawn.cc (child_info_spawn::worker): Delete debugging.Christopher Faylor
2012-01-11Update copyright on all files checked in so far this year.Christopher Faylor
2012-01-09 * include/cygwin/process.h: Move here from newlib.Corinna Vinschen
2012-01-09 * miscfuncs.cc (thread_wrapper): Make sure stack is 16 byte alignedCorinna Vinschen
2012-01-09 * Makefile.common (MINGW_LDFLAGS): Correctly use -L rather than -B here.Corinna Vinschen
2012-01-08* dtable.cc (dtable::stdio_init): Always initialize console when we have one.Christopher Faylor
2012-01-08Add my recent API additions.Yaakov Selkowitz
2012-01-07Ensure Makefile.comm source is included in distribution tarballs.Keith Marshall
2012-01-062012-01-06 Chris Sutcliffe <ir0nh34d@users.sf.net>Chris Sutcliffe
2012-01-06 * new-features.sgml (ov-new1.7.10): Document pthread_sigqueue.Yaakov Selkowitz
2012-01-06 * cygwin.din (pthread_sigqueue): Export.Yaakov Selkowitz
2012-01-052012-01-05 Chris Sutcliffe <ir0nh34d@users.sf.net>Chris Sutcliffe
2012-01-042012-01-03 Chris Sutcliffe <ir0nh34d@users.sf.net>Chris Sutcliffe
2012-01-042012-01-03 Chris Sutcliffe <ir0nh34d@users.sf.net>Chris Sutcliffe
2012-01-03Correct misuse of #ifdef, identified by 'make test'.Keith Marshall
2012-01-02* path.cc (get_current_dir_name): Avoid memory leak. Don't return PWD contentsChristopher Faylor
2012-01-01 * new-features.sgml (ov-new1.7.10): Document get_current_dir_name.Yaakov Selkowitz
2012-01-01 * cygwin.din (get_current_dir_name): Export.Yaakov Selkowitz
2012-01-01Bump ChangeLogChristopher Faylor
2011-12-31Add a couple other items which have been changed since initial call for testingChristopher Faylor
2011-12-31Initial checkin of text Corinna sent to cygwin-announce.Christopher Faylor
2011-12-31 * new-features.sgml (ov-new1.7.10): Document getpt.Yaakov Selkowitz
2011-12-31 * cygwin.din (getpt): Export.Yaakov Selkowitz
2011-12-30 * thread.cc: Mark pthread_rwlock_timedrdlock andYaakov Selkowitz
2011-12-25* fhandler_dsp.cc (fhandler_dev_dsp::fhandler_dev_dsp): Set up device.Christopher Faylor
2011-12-24 * path.cc (struct symlink_info): Add bool argument to declaration ofCorinna Vinschen
2011-12-23 * pinfo.cc (pinfo_basic::pinfo_basic): Fix formatting. Set uid and gidCorinna Vinschen
2011-12-22 * spawn.cc (child_info_spawn::worker): Add CREATE_BREAKAWAY_FROM_JOBCorinna Vinschen
2011-12-22 * include/winnt.h (JOB_OBJECT_LIMIT_BREAKAWAY_OK): Define.Corinna Vinschen
2011-12-22 Don't leave Windows 2000 behind.Corinna Vinschen
2011-12-22 * include/winnt.h: Add missing PROCESS_QUERY_LIMITED_INFORMATION.Corinna Vinschen
2011-12-22 * Makefile.in (ps.exe): Drop -lpsapi from ALL_LDFLAGS.Corinna Vinschen
2011-12-22 * external.cc (cygwin_internal): Implement CW_ALLOC_DRIVE_MAP,Corinna Vinschen
2011-12-22 * fhandler_process.cc: Drop unneeded includes.Corinna Vinschen
2011-12-22 Throughout use wincap.allocation_granularity instead of getpagesize.Corinna Vinschen
2011-12-21* fhandler.cc (fhandler_base_overlapped::wait_overlapped): Use correct value inChristopher Faylor
2011-12-21 * dcrt0.cc (_dll_crt0): Rephrase comments. Set $ebp to NULL, as inCorinna Vinschen
2011-12-19 * syscalls.cc (rename): Fix typo in comment. Fix condition to handleCorinna Vinschen
2011-12-19 * dcrt0.cc (dll_crt0_0): Check for wincap.wow64_has_secondary_stackCorinna Vinschen
2011-12-19clarify entryChristopher Faylor
2011-12-18* fhandler.cc (fhandler_base::close): Move setting isclosed() from here toChristopher Faylor
2011-12-18Clean up whitespace.Christopher Faylor