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-01-31* fhandler.h (cltype): Add cl_buf_beg, cl_buf_end.Christopher Faylor
2014-01-05* fhandler.h: Update copyright.Christopher Faylor
2013-12-17* fhandler.h (fhandler_pty_master::~fhandler_pty_master): Delete.Christopher Faylor
2013-12-11 * fhandler.h (fhandler_dev_clipboard): Add private memberCorinna Vinschen
2013-10-31 * devices.in (dev_cygdrive_storage): Revert mapping to \Device\Null.Corinna Vinschen
2013-10-30 * devices.in (dev_cygdrive_storage): Map to \Device\Null.Corinna Vinschen
2013-10-25 * devices.in (dev_storage): Map /dev/clipboard to \Device\Null.Corinna Vinschen
2013-10-25 * devices.in (dev_storage): Map /dev/random and /dev/urandom toCorinna Vinschen
2013-10-24 * fhandler.h (fhandler_dev_zero::lseek): Convert to inline method.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.h (fhandler_base::cleanup): Mark as extern rather than inline.Christopher Faylor
2013-10-15 * autoload.cc (CryptAcquireContextW): Remove.Corinna Vinschen
2013-07-15 Remove /dev/mem, /dev/kmem, /dev/port support.Corinna Vinschen
2013-06-04 * fhandler.cc (fhandler_base::lock): Move to flock.cc.Corinna Vinschen
2013-06-02 * autoload.cc (CancelSynchronousIo): Define.Corinna Vinschen
2013-05-21 * fhandler.h (class fhandler_dev_random): Change type of pseudo toCorinna Vinschen
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen
2013-01-21Throughout, change __attribute__ ((regparm (N))) to just __regN. Throughout,Christopher Faylor
2013-01-11 * fhandler.h (class dev_console): Flag for expanded control sequence.Corinna Vinschen
2012-10-13 * fhandler.h (class fhandler_dev_raw): Add members devbufalloc andCorinna Vinschen
2012-08-17whitespace cleanupChristopher Faylor
2012-08-01 * fhandler.h (fhandler_socket::recv_internal): Add bool parameter.Corinna Vinschen
2012-07-03 * fhandler.h (class fhandler_dev_clipboard): Remove member eof.Corinna Vinschen
2012-06-03* DevNotes: Add entry cgf-000011.Christopher Faylor
2012-05-23 * fhandler.h (refcnt): Add i interlocked. Explain why.Corinna Vinschen
2012-05-12* DevNotes: Add entry cgf-000005.Christopher Faylor
2012-04-30* fhandler.h (PIPE_ADD_PID): Define new flag.Christopher Faylor
2012-04-25 * fhandler.h (class dev_console): Add member ext_mouse_mode5.Corinna Vinschen
2012-04-24 * fhandler.h (class dev_console): Add members ext_mouse_mode6 andCorinna Vinschen
2012-04-18* fhandler.h (fhandler_base::nohandle): Revert to standard implementation.Christopher Faylor
2012-04-15wincap.h: Rename assitant to assistant throughout. wincap.cc: Ditto.Christopher Faylor
2012-04-06* fhandler.h (fhandler_base::nohandle): Implement "by hand" rather than throughChristopher Faylor
2012-04-05* fhandler.h (fhandler_pty_common::bytes_available): Declare new function.Christopher Faylor
2012-04-02 * fhandler.h (fhandler_base::stat_fixup): Rename fromCorinna Vinschen
2012-04-02 * fhandler.h (fhandler_base::set_ino_and_dev): Declare.Corinna Vinschen
2012-04-02 * fhandler.h (fhandler_dev::open): Declare.Corinna Vinschen
2012-03-31(Interim checkin while we work on this)Christopher Faylor
2012-03-29 * Makefile.in (DLL_OFILES): Add fhandler_dev.o.Corinna Vinschen
2012-03-26 * fhandler.h (class fhandler_dev_clipboard): Add fstat method.Corinna Vinschen
2012-03-13Christopher Faylor <me.cygwin2012@cgf.cx>Christopher Faylor
2012-02-28tcgetsid: fix return typeEric Blake
2012-02-07* cygheap.cc (init_cygheap::manage_console_count): Delete.Christopher Faylor
2012-01-23* fhandler.h (fhandler_fifo::arm): Declare new function.Christopher Faylor
2012-01-22* cygheap.h (cygheap_fdget::~cygheap_fdget): Simplify now that refcnt reportsChristopher Faylor
2012-01-20 * fhandler.h (fhandler_registry::opendir): Declare.Corinna Vinschen
2012-01-11Update copyright on all files checked in so far this year.Christopher Faylor
2011-12-17Implement fhandler reference counting.Christopher Faylor
2011-12-13* cygthread.h (cygthread::name): Very minor formatting tweak.Christopher Faylor
2011-11-29* sigproc.cc (remove_proc): Don't terminate the currently executing thread.Christopher Faylor