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-12-18This commit was manufactured by cvs2svn to create branch 'newlib-2_2_0'.newlib-2_2_0cvs2svn
2014-05-19 * pinfo.cc (pinfo_basic::pinfo_basic): Fix size of progname array inCorinna Vinschen
2014-02-15* pinfo.cc (winpids::add): Always copy pinfo structure when winpid. Fill outChristopher Faylor
2014-02-09 Introduce reading passwd/group entries from SAM/AD. IntroduceCorinna Vinschen
2013-12-18* dcrt0.cc (dll_crt0_1): Remove NtSetTimerResolution.Christopher Faylor
2013-12-18* autoload.cc (timeBeginPeriod): Autoload.Christopher Faylor
2013-12-18* external.cc (fillout_pinfo): Remove nonsensical loop.Christopher Faylor
2013-05-24 * pinfo.cc (pinfo::status_exit): Enhance comment.Corinna Vinschen
2013-05-24 * environ.cc (win_env::add_cache): Set the Windows environment variableCorinna Vinschen
2013-05-01Throughout, (mainly in fhandler*) fix remaining gcc 4.7 mismatchYaakov Selkowitz
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen
2013-03-29* pinfo.h (pinfo::status_exit): Rename from former static function in pinfo.cc.Christopher Faylor
2013-01-21Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor
2013-01-14Fix copyrightsCorinna Vinschen
2013-01-14* exceptions.cc (signal_exit): Move captive process termintation...Christopher Faylor
2012-12-21* DevNotes: Add entry cgf-000017.Christopher Faylor
2012-11-11 * winbase.h: Semi-reinstantiate to workaround lack inline assemblerCorinna Vinschen
2012-10-09* pinfo.cc: Remove unneeded assert.h.Christopher Faylor
2012-09-18* pinfo.cc (pinfo::init): Detect potential race where short block has beenChristopher Faylor
2012-08-26* pinfo.cc (pinfo::init): Remove assertion.Christopher Faylor
2012-08-23* pinfo.cc (_pinfo::exists): Don't consider a process with no state to exist.Christopher Faylor
2012-08-17whitespace cleanupChristopher Faylor
2012-08-15* pinfo.cc (_pinfo::exists): Don't consider an execed process to exist.Christopher Faylor
2012-07-02* pinfo.cc (_pinfo::commune_request): Eliminate unneeded assignment found byChristopher Faylor
2012-05-30 * hookapi.cc (find_first_notloaded_dll): Extend comment. Fix usage ofCorinna Vinschen
2012-05-08* DevNotes: Add entry cgf-000004.Christopher Faylor
2012-05-07* DevNotes: Add entry cgf-000003.Christopher Faylor
2012-03-21* child_info.h: Reset magic number.Christopher Faylor
2012-03-21* pinfo.cc (proc_waiter): Remove debugging.Christopher Faylor
2012-03-20* child_info.h (CURR_CHILD_INFO_MAGIC): Reset.Christopher Faylor
2012-03-20* pinfo.cc (pinfo_init): Cosmetic change: unset "destroy" for myself.Christopher Faylor
2012-03-19* pinfo.cc (pinfo::wait): Handle case where prefork was not called prior toChristopher Faylor
2012-03-17* fork.cc (lock_signals): Move to sigproc.h.Christopher Faylor
2012-03-07* pinfo.cc (_pinfo::dup_proc_pipe): Reorganize to provide more information forChristopher Faylor
2012-03-05 * pinfo.cc (_pinfo::dup_proc_pipe): Fix order of arguments in debugCorinna Vinschen
2012-02-14* pinfo.cc (_pinfo::set_ctty): Revert 2012-02-07 change to skip function if ttyChristopher Faylor
2012-02-07* cygheap.cc (init_cygheap::manage_console_count): Delete.Christopher Faylor
2012-01-11Update copyright on all files checked in so far this year.Christopher Faylor
2012-01-08* dtable.cc (dtable::stdio_init): Always initialize console when we have one.Christopher Faylor
2011-12-23 * pinfo.cc (pinfo_basic::pinfo_basic): Fix formatting. Set uid and gidCorinna Vinschen
2011-12-22 Throughout use wincap.allocation_granularity instead of getpagesize.Corinna Vinschen
2011-12-18Clean up whitespace.Christopher Faylor
2011-11-28 * pinfo.cc (pinfo::exit): Call TerminateProcess to avoid potentialCorinna Vinschen
2011-11-26* exceptions.cc (sigpacket::process): Move signal_exit processing into...Christopher Faylor
2011-11-25* cygthread.h (cygthread::name): Default name to "main" if we are early in theChristopher Faylor
2011-11-14* pinfo.cc (_pinfo::dup_proc_pipe): Fatalize a warning when debugging.Christopher Faylor
2011-11-14Throughout use "have_execed" macro rather than "hExeced" global handle.Christopher Faylor
2011-11-08* cygwin.din (ptsname_r): Export.Christopher Faylor
2011-11-05* pinfo.cc (status_exit): Recognize STATUS_ILLEGAL_INSTRUCTION.Christopher Faylor
2011-11-05* pinfo.cc (status_exit): Return complete error code. HandleChristopher Faylor