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-08-28 * fhandler.cc (fhandler_base::facl): Drop CLASS_OBJ entry.Corinna Vinschen
2013-10-31 * devices.in (dev_cygdrive_storage): Revert mapping to \Device\Null.Corinna Vinschen
2013-10-24* external.cc (fillout_pinfo): If start_time is 0, wait a while beforeChristopher Faylor
2013-10-24 * devices.in (dev_storage): Map /dev/zero and /dev/full to \Device\Null.Corinna Vinschen
2013-10-23 * fhandler.cc (fhandler_base::fstat): Drop FH_FULL case to alignCorinna Vinschen
2013-10-23* fhandler.h (fhandler_base::cleanup): Mark as extern rather than inline.Christopher Faylor
2013-07-04* fhandler.cc (fhandler_base::close_with_arch): Make sure that the archetype isChristopher Faylor
2013-06-04 * fhandler.cc (fhandler_base::lock): Move to flock.cc.Corinna 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-01-21Throughout, change __attribute__ ((regparm (N))) to just __regN. Throughout,Christopher Faylor
2012-12-14 * fhandler.cc (fhandler_base::write): Don't attempt to sparsifyCorinna Vinschen
2012-08-17whitespace cleanupChristopher Faylor
2012-06-18Add '#include "cygwait.h"' throughout, where appropriate.Christopher Faylor
2012-03-13Christopher Faylor <me.cygwin2012@cgf.cx>Christopher Faylor
2012-03-08 * Throughout, replace usage of w32api's min with MIN from sys/param.h.Corinna Vinschen
2012-02-28tcgetsid: fix return typeEric Blake
2012-02-01* fhandler.cc (fhandler_base_overlapped::has_ongoing_io): Don't blockChristopher Faylor
2012-02-01* syscalls.cc (dup3): Fix debug typo.Christopher Faylor
2012-01-22* cygheap.h (cygheap_fdget::~cygheap_fdget): Simplify now that refcnt reportsChristopher Faylor
2011-12-21* fhandler.cc (fhandler_base_overlapped::wait_overlapped): Use correct value inChristopher Faylor
2011-12-18* fhandler.cc (fhandler_base::close): Move setting isclosed() from here toChristopher Faylor
2011-12-17* exceptions.cc (set_signal_mask): Remove useless debugging output.Christopher Faylor
2011-12-17Implement fhandler reference counting.Christopher Faylor
2011-12-16* fhandler.cc (fhandler_base_overlapped::wait_overlapped): Fix unresolvedChristopher Faylor
2011-12-16* exceptions.cc (_cygtls::call_signal_handler): Fix debugging to not go toChristopher Faylor
2011-12-13* cygthread.h (cygthread::name): Very minor formatting tweak.Christopher Faylor
2011-12-09Rename cygWFMO to cygwait throughout and use the magic of polymorphism to "waitChristopher Faylor
2011-12-04* exceptions.cc (exception::handle): Drop abbreviation for "exception" since IChristopher Faylor
2011-12-04Throughout, remove extra space after function name from debugging output.Christopher Faylor
2011-12-04 * fhandler.cc (fhandler_base::open): Fix comment a bit more.Corinna Vinschen
2011-12-03 * fhandler.cc (fhandler_base::open): Fix typos in comment.Corinna Vinschen
2011-11-29* sigproc.cc (remove_proc): Don't terminate the currently executing thread.Christopher Faylor
2011-11-08* cygwin.din (ptsname_r): Export.Christopher Faylor
2011-11-07 * fhandler.cc (CHUNK_SIZE): Drop NO_COPY.Corinna Vinschen
2011-11-03 * fhandler.cc (off_current): Define local in fhandler_base::raw_write.Corinna Vinschen
2011-10-30* fhandler.h (fhandler_pipe::create_selectable): Remove optional argument, takeChristopher Faylor
2011-10-22* dtable.cc (dtable::delete_archetype): Improve debugging output.Christopher Faylor
2011-10-20Throughout change TTY_* to PTY_*, tty_* to pty_*, and ttym_* to ptmx_*.Christopher Faylor
2011-10-16* cygerrno.h (__set_errno): Modify debugging output to make searching straceChristopher Faylor
2011-10-12* cygwin.din: Remove some _tc* exports. Add tcgetsid().Christopher Faylor
2011-08-28 * fhandler.cc (fhandler_base::open): Fix typo in comment.Corinna Vinschen
2011-08-25 * fhandler.cc (fhandler_base::open): Never open files withCorinna Vinschen
2011-07-22Corinna Vinschen <corinna@vinschen.de>Christopher Faylor
2011-07-05 * fhandler.cc (fhandler_base::open): Never create files with WRITE_DACCorinna Vinschen
2011-07-05 * fhandler.cc (fhandler_base::open): Don't open file with WRITE_DACCorinna Vinschen
2011-07-04* fhandler.cc (fhandler_base::open_with_arch): Call close_on_exec last to avoidChristopher Faylor
2011-07-01 * fhandler.cc (fhandler_base::open): Move NFS-specific code into theCorinna Vinschen
2011-06-17 * fhandler.cc (fhandler_base::open): Drop local create_options variable.Corinna Vinschen
2011-06-04* fhandler.cc (fhandler_base_overlapped::wait_overlapped): Only raise SIGPIPEChristopher Faylor