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
2013-01-11 * syscalls.cc (rename): Drop handling paths > 32757 chars, emit EINVALCorinna Vinschen
2013-01-11 * fhandler.h (class dev_console): Flag for expanded control sequence.Corinna Vinschen
2013-01-10 * path.h (path_conv::fs_type): New method.Corinna Vinschen
2013-01-09 * cygerrno.h: Fix copyright.Corinna Vinschen
2013-01-09 * dcrt0.cc (main_thread_sinit): New inline function. Fix and explainCorinna Vinschen
2013-01-07* thread.cc (pthread_rwlock::lookup_reader): Remove parameter: always assumeChristopher Faylor
2013-01-07* thread.cc (pthread_rwlock::add_reader): Perform new operation here and returnChristopher Faylor
2013-01-04* globals.cc (exit_states): Renumber so that ES_EXIT_STARTING is first, asChristopher Faylor
2013-01-03* sigproc.cc (exit_thread): Set thread signal mask so that no signals are sentChristopher Faylor
2013-01-03* sigproc.cc (no_signals_available): Remove exit_state test since signals areChristopher Faylor
2013-01-02update copyrightChristopher Faylor
2013-01-02* DevNotes: Add entry cgf-000020, relating to previous checkin.Christopher Faylor
2013-01-02* cygtls.h (_cygtls::signal_exit): Delete from class.Christopher Faylor
2012-12-31* sigproc.cc (wait_sig): Remove spurious extern.Christopher Faylor
2012-12-31* dtable.cc (dtable::dup3): Fix bounds checking for valid newfd.Christopher Faylor
2012-12-28* DevNotes: Add entry cgf-000019.Christopher Faylor
2012-12-27* fork.cc (child_info::prefork): Fix error message formatting.Christopher Faylor
2012-12-23Fix tid comment.Christopher Faylor
2012-12-22* select.h (select_stuff): Remove variable names from parameter declarations.Christopher Faylor
2012-12-22Back out prematurely checked-in change.Christopher Faylor
2012-12-22* sigproc.cc (exit_thread): undef ExitThread or suffer recursion. Attempt toChristopher Faylor
2012-12-22Revert the reversion and go with implementation described in cgf-000017, withChristopher Faylor
2012-12-21* DevNotes: Add entry cgf-000018.Christopher Faylor
2012-12-21* DevNotes: Add entry cgf-000017.Christopher Faylor
2012-12-20 * pathnames.sgml (pathnames-at): Drop confusing description onCorinna Vinschen
2012-12-20 * dcrt0.cc (build_argv): Allow quoted filenames in @ expression.Corinna Vinschen
2012-12-20Add missing file.Christopher Faylor
2012-12-20* select.h (select_stuff::select_stuff): Make default constructor always zeroChristopher Faylor
2012-12-19* select.cc (select_stuff::wait): Add windows error number to error message.Christopher Faylor
2012-12-18* select.cc (select_stuff::test_and_set): Remove workaround and use properChristopher Faylor
2012-12-18* select.cc (select_stuff::test_and_set): Work around problem of new() notChristopher Faylor
2012-12-14 * utils.sgml (mount): Document sparse mount option.Corinna Vinschen
2012-12-14 * new-features.sgml (ov-new1.7.18): Add sparse change.Corinna Vinschen
2012-12-14*** empty log message ***Corinna Vinschen
2012-12-14 * fhandler.cc (fhandler_base::write): Don't attempt to sparsifyCorinna Vinschen
2012-12-11* sigproc.h (sig_send): Accept tid as argument #3. Default to NULL.Christopher Faylor
2012-12-08* exceptions.cc (sigpacket::process): Reorganize to avoid use of tls beforeChristopher Faylor
2012-12-07* sigproc.h (sigpacket): Remove parameter names from declarations.Christopher Faylor
2012-12-07* cygtls.h (_cygtls::get_signal_arrived): Add parameter to make lock/unlockChristopher Faylor
2012-12-06 * new-features.sgml (ov-new1.7.18): New section. Document cfsetspeed.Yaakov Selkowitz
2012-12-06 * include/cygwin/wait.h (WAIT_ANY): Define.Yaakov Selkowitz
2012-12-05 * child_info.h (class child_info_spawn): Drop unused member lock.Corinna Vinschen
2012-12-05* cygtls.h (_cygtls::will_wait_for_signal): Rename from 'signal_waiting' toChristopher Faylor
2012-11-30revert erroneous checkinChristopher Faylor
2012-11-30* spawn.cc (child_info_spawn::worker): Make detection of '/c' case insensitiveChristopher Faylor
2012-11-28* Makefile.in: Remove old from CFLAGS and move C*FLAGS so that they can beChristopher Faylor
2012-11-28* Makefile.in: Move CFLAGS and CXXFLAGS so that they can be manipulated byChristopher Faylor
2012-11-28* Makefile.in (ZLIBS): Common define to force static load.Christopher Faylor
2012-11-27* Makefile.in: Make sure that libz is always loaded staticly.Christopher Faylor
2012-11-27* Makefile.in (Makefile): Rely on 'configure' not 'configure.in'.Christopher Faylor