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
2022-02-22Cygwin: Implicitly support the /dev/fd symlink and friendsJohannes Schindelin
2022-02-20Cygwin: pty, console: Refactor the code processing special keys.Takashi Yano
2021-12-12Cygwin: pipe: Restore blocking mode for cygwin process at startup.topic/pipeTakashi Yano
2021-09-18Cygwin: make callers of open_setup check for failureKen Brown
2021-09-13Cygwin: set buffer size for pipes created by non-Cygwin processesKen Brown
2021-05-21Cygwin: POSIX msg queues: Convert mqd_t to a descriptorCorinna Vinschen
2021-02-10Cygwin: drop path_conv::reset_conv_handleCorinna Vinschen
2021-02-01Cygwin: remove the OPEN_MAX_MAX macroKen Brown
2020-12-08Cygwin: dtable::dup_worker: update comment and debug outputKen Brown
2020-08-22Cygwin: pty: Implement new pseudo console support.Takashi Yano
2020-03-11Cygwin: fix formatting: drop spaces leading tabsCorinna Vinschen
2019-11-18Cygwin: pty: Convert CamelCase names to snake_case names.Takashi Yano
2019-09-14Cygwin: pty: Switch input and output pipes individually.Takashi Yano
2019-09-05Cygwin: pty: Fix potential state mismatch regarding pseudo console.Takashi Yano
2019-09-04Cygwin: pty: Fix state management for pseudo console support.Takashi Yano
2019-08-29Cygwin: pty: add pseudo console support.Takashi Yano
2019-03-30Cygwin: [gs]et_io_handle(): renamed to [gs]et_handle().Takashi Yano
2019-02-09Cygwin: execve: fix setting O_APPEND file offset for native childCorinna Vinschen
2019-01-16Cygwin: timers: implement timerfdCorinna Vinschen
2019-01-14Cygwin: signal: implement signalfdCorinna Vinschen
2019-01-06Cygwin: introduce fhandler_process_fd and add stat(2) handlingCorinna Vinschen
2018-06-26Cygwin: Allow to build without experimental AF_UNIX code by defaultCorinna Vinschen
2018-03-25Cygwin: delete /dev/kmsg and thus fhandler_mailslot without substitutionCorinna Vinschen
2018-02-23Cygwin: Create empty fhandler_socket_unixCorinna Vinschen
2018-02-23Cygwin: drop unused device nodes and clean up socket devicesCorinna Vinschen
2018-02-21Cygwin: split out fhandler_socket into inet and local classesCorinna Vinschen
2016-06-25Fix various OS-related commentsCorinna Vinschen
2016-06-23Handle up to 63 partitions per driveCorinna Vinschen
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen
2016-04-01Remove MALLOC_CHECK and calls to it entirelyCorinna Vinschen
2015-02-15 * path.h (path_conv): Make path_flags private. Rename known_suffix toCorinna Vinschen
2014-08-18 * dtable.cc (dtable::init_std_file_from_handle): Mention that consoleCorinna Vinschen
2014-05-19 * dtable.cc (handle_to_fn): Fix length parameter in call toCorinna Vinschen
2013-12-05* cygheap.h (cygheap_fdnew): Avoid setting errno directly since it will haveChristopher Faylor
2013-12-04* dtable.cc (dtable::find_unused_handle): When extending, always make sure thatChristopher Faylor
2013-12-01* dtable.cc (dtable::find_unused_handle): Break out of the right loop.Christopher Faylor
2013-12-01* dtable.cc (dtable::find_unused_handle): Fix off-by-one error. Always exitChristopher Faylor
2013-12-01 * dtable.cc (dtable::extend): Change local variable new_size to size_tCorinna Vinschen
2013-12-01* dtable.h (dtable::first_fd_for_open): Change declaration to size_t.Christopher Faylor
2013-12-01* dtable.cc (build_fh_pc): When creating an archetype, use native name ratherChristopher Faylor
2013-11-24 * dtable.cc: Include sys/param.h for MAX definition.Corinna Vinschen
2013-11-23dup2: fix off-by-one crashEric Blake
2013-07-15 Remove /dev/mem, /dev/kmem, /dev/port support.Corinna Vinschen
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen
2013-01-21Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor
2012-12-31* dtable.cc (dtable::dup3): Fix bounds checking for valid newfd.Christopher Faylor
2012-07-06 In terms of network related functionality, rely on Winsock definitionsCorinna Vinschen
2012-06-04* dtable.cc (dtable::dup3): Only return with lock set when O_EXCL flag isChristopher Faylor
2012-06-03* DevNotes: Add entry cgf-000011.Christopher Faylor
2012-05-22 * devices.in: Fix native name of /dev/kmem.Corinna Vinschen