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
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen
2016-05-20mmap: Fix size restriction of maps due to using 32 bit size typeCorinna Vinschen
2016-04-05Be truthful about reporting whether readahead is availableJohannes Schindelin
2016-03-20Move get_nonascii_key into fhandler_console.John Hood
2016-03-18Implement getentropy for CygwinCorinna Vinschen
2016-03-16Make requested console reports workThomas Wolff
2016-03-08Implement POSIX.1e ACL functionsCorinna Vinschen
2016-01-11Fix previous fix for generating unique inode numbers for socketsCorinna Vinschen
2016-01-11Return unique inode numbers when calling stat/fstat on pipes and IP socketsCorinna Vinschen
2015-12-10Fetch and store FileAllInformation rather than FileNetworkOpenInformationCorinna Vinschen
2015-11-19Reapply POSIX ACL changes.Corinna Vinschen
2015-08-15Cygwin: Try to fix potential data corruption in pipe writeCorinna Vinschen
2015-04-23Fix OPOST for non-Cygwin pty slavesTakashi Yano
2015-04-23TIOCPKT mode of PTY is broken if ONLCR bit is cleared.Takashi Yano
2015-03-05 * fhandler.h (fhandler_base::get_echo_handle): New virtual method.Corinna Vinschen
2015-02-24 * fhandler.h (class fhandler_base): Add was_nonblocking status flag.Corinna Vinschen
2015-02-15 * path.h (path_conv): Make path_flags private. Rename known_suffix toCorinna Vinschen
2015-01-22 * fhandler.h (class fhandler_process): Add fd_type member.Corinna Vinschen
2014-11-13 * fhandler.h (fhandler_termios::line_edit): Add parameter to returnCorinna Vinschen
2014-10-26 * fhandler_socket.cc (fhandler_socket::af_local_connect): DropCorinna Vinschen
2014-10-11 Add setsockopt(sd, SOL_SOCKET, SO_PEERCRED, NULL, 0) to disableCorinna Vinschen
2014-08-27 * fhandler.h (fhandler_pty_slave::fch_open_handles): Add bool parameterCorinna Vinschen
2014-08-19 * fhandler.h (enum conn_state): Add "connect_credxchg" state.Corinna Vinschen
2014-08-19 * fhandler.h (fhandler_serial::is_tty): Reinstantiate.Corinna Vinschen
2014-08-18 * dtable.cc (dtable::init_std_file_from_handle): Mention that consoleCorinna Vinschen
2014-04-26* DevNotes: Add entry cgf-000026.Christopher Faylor
2014-03-20* fhandler.h (fhandler_dev_dsp): Remove variable names from declarations.Christopher Faylor
2014-03-17* sigproc.h (no_thread_exit_protect): New class.Christopher Faylor
2014-03-10* fhandler.h (dev_console::b): Redefine as CONSOLE_SCREEN_BUFFER_INFO for useChristopher Faylor
2014-03-10* fhandler.h (fhandler_console::dwBufferSize): Delete.Christopher Faylor
2014-02-26* fhandler.h (fhandler_console::scroll_buffer_screen): New function.Christopher Faylor
2014-02-23* fhandler.h (dev_console::is_fullscreen): Delete.Christopher Faylor
2014-02-16* DevNotes: Add entry cgf-000024.Christopher Faylor
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