aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/dtable.cc
AgeCommit message (Expand)AuthorFilesLines
2024-11-01Cygwin: pipe: Switch pipe mode to blocking mode by defaultTakashi Yano1-3/+2
2023-11-05Cygwin: Add /dev/disk/by-id symlinksChristian Franke1-0/+3
2023-09-01Cygwin: Implement sound mixer device.Takashi Yano1-0/+3
2023-07-08Cygwin: fstat(): Fix st_rdev returned by fstat() for /dev/tty.Takashi Yano1-2/+3
2023-07-08Cygwin: stat(): Fix "Bad address" error on stat() for /dev/tty.Takashi Yano1-1/+7
2023-03-07Cygwin: ctty: Remove old 'kludge' code.Takashi Yano1-7/+0
2023-03-07Cygwin: ctty: Replace ctty constant with more descriptive macros.Takashi Yano1-4/+4
2023-03-07Cygwin: ctty: Add missing fixup_after_{exec,fork}() call.Takashi Yano1-0/+5
2022-06-06Cygwin: remove most occurrences of __stdcall and __cdeclKen Brown1-1/+1
2022-02-22Cygwin: Implicitly support the /dev/fd symlink and friendsJohannes Schindelin1-0/+3
2022-02-20Cygwin: pty, console: Refactor the code processing special keys.Takashi Yano1-0/+1
2021-12-12Cygwin: pipe: Restore blocking mode for cygwin process at startup.github/topic/pipetopic/pipeTakashi Yano1-0/+3
2021-09-18Cygwin: make callers of open_setup check for failureKen Brown1-1/+2
2021-09-13Cygwin: set buffer size for pipes created by non-Cygwin processesKen Brown1-0/+5
2021-05-21Cygwin: POSIX msg queues: Convert mqd_t to a descriptorCorinna Vinschen1-0/+3
2021-02-10Cygwin: drop path_conv::reset_conv_handleCorinna Vinschen1-1/+1
2021-02-01Cygwin: remove the OPEN_MAX_MAX macroKen Brown1-4/+4
2020-12-07Cygwin: dtable::dup_worker: update comment and debug outputKen Brown1-4/+1
2020-08-22Cygwin: pty: Implement new pseudo console support.Takashi Yano1-32/+0
2020-03-11Cygwin: fix formatting: drop spaces leading tabsCorinna Vinschen1-1/+1
2019-11-18Cygwin: pty: Convert CamelCase names to snake_case names.Takashi Yano1-3/+3
2019-09-14Cygwin: pty: Switch input and output pipes individually.Takashi Yano1-2/+4
2019-09-05Cygwin: pty: Fix potential state mismatch regarding pseudo console.Takashi Yano1-2/+7
2019-09-04Cygwin: pty: Fix state management for pseudo console support.Takashi Yano1-32/+6
2019-08-29Cygwin: pty: add pseudo console support.Takashi Yano1-0/+51
2019-03-30Cygwin: [gs]et_io_handle(): renamed to [gs]et_handle().Takashi Yano1-8/+8
2019-02-09Cygwin: execve: fix setting O_APPEND file offset for native childCorinna Vinschen1-2/+3
2019-01-15Cygwin: timers: implement timerfdCorinna Vinschen1-0/+3
2019-01-13Cygwin: signal: implement signalfdCorinna Vinschen1-0/+3
2019-01-06Cygwin: introduce fhandler_process_fd and add stat(2) handlingCorinna Vinschen1-1/+3
2018-06-26Cygwin: Allow to build without experimental AF_UNIX code by defaultCorinna Vinschen1-0/+2
2018-03-25Cygwin: delete /dev/kmsg and thus fhandler_mailslot without substitutionCorinna Vinschen1-3/+0
2018-02-23Cygwin: Create empty fhandler_socket_unixCorinna Vinschen1-0/+3
2018-02-23Cygwin: drop unused device nodes and clean up socket devicesCorinna Vinschen1-7/+3
2018-02-21Cygwin: split out fhandler_socket into inet and local classesCorinna Vinschen1-3/+5
2016-06-24Fix various OS-related commentsCorinna Vinschen1-2/+2
2016-06-23Handle up to 63 partitions per driveCorinna Vinschen1-11/+6
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen1-3/+0
2016-04-01Remove MALLOC_CHECK and calls to it entirelyCorinna Vinschen1-2/+0
2015-02-15 * path.h (path_conv): Make path_flags private. Rename known_suffix toCorinna Vinschen1-3/+3
2014-08-18 * dtable.cc (dtable::init_std_file_from_handle): Mention that consoleCorinna Vinschen1-3/+4
2014-05-19 * dtable.cc (handle_to_fn): Fix length parameter in call toCorinna Vinschen1-2/+2
2013-12-05* cygheap.h (cygheap_fdnew): Avoid setting errno directly since it will haveChristopher Faylor1-5/+9
2013-12-04* dtable.cc (dtable::find_unused_handle): When extending, always make sure thatChristopher Faylor1-1/+3
2013-12-01* dtable.cc (dtable::find_unused_handle): Break out of the right loop.Christopher Faylor1-2/+2
2013-12-01* dtable.cc (dtable::find_unused_handle): Fix off-by-one error. Always exitChristopher Faylor1-7/+17
2013-12-01 * dtable.cc (dtable::extend): Change local variable new_size to size_tCorinna Vinschen1-1/+1
2013-12-01* dtable.h (dtable::first_fd_for_open): Change declaration to size_t.Christopher Faylor1-7/+5
2013-12-01* dtable.cc (build_fh_pc): When creating an archetype, use native name ratherChristopher Faylor1-1/+1
2013-11-24 * dtable.cc: Include sys/param.h for MAX definition.Corinna Vinschen1-0/+1