aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/devices.in
AgeCommit message (Expand)AuthorFilesLines
2024-07-09Cygwin: console: Fix race issue on allocating console simultaneously.Takashi Yano1-2/+2
2024-02-16Cygwin: console: Fix a bug that 64th console cannot be handled.Takashi Yano1-1/+1
2024-02-16Cygwin: console: Fix a bug that cannot handle consoles more than 32.Takashi Yano1-1/+1
2024-02-14Cygwin: console: Unify EnumWindows() callback functions.Takashi Yano1-24/+1
2024-02-13Cygwin: console: Fix a problem that minor ID is incorrect in ConEmu.Takashi Yano1-0/+7
2023-11-05Cygwin: Add /dev/disk/by-id symlinksChristian Franke1-0/+4
2023-09-01Cygwin: Implement sound mixer device.Takashi Yano1-0/+1
2023-01-21Cygwin: tape: tapes are character devices, not block devicesCorinna Vinschen1-2/+2
2022-12-22Cygwin: console: Make the console accessible from other terminals.Takashi Yano1-2/+22
2022-12-22Cygwin: devices: Make generic console devices invisible from pty.Takashi Yano1-1/+4
2022-02-22Cygwin: Implicitly support the /dev/fd symlink and friendsJohannes Schindelin1-0/+4
2021-05-21Cygwin: POSIX msg queues: Convert mqd_t to a descriptorCorinna Vinschen1-0/+3
2019-10-23Cygwin: Provide more COM devicesAchim Gratz1-1/+1
2019-01-15Cygwin: timers: implement timerfdCorinna Vinschen1-0/+3
2019-01-13Cygwin: signal: implement signalfdCorinna Vinschen1-0/+3
2018-03-25Cygwin: delete /dev/kmsg and thus fhandler_mailslot without substitutionCorinna Vinschen1-1/+0
2018-02-23Cygwin: Create empty fhandler_socket_unixCorinna Vinschen1-0/+3
2018-02-23Cygwin: Introduce FH_SOCKET for generic socket file opsCorinna Vinschen1-0/+3
2018-02-23Cygwin: drop unused device nodes and clean up socket devicesCorinna Vinschen1-10/+4
2016-06-23Handle up to 63 partitions per driveCorinna Vinschen1-70/+160
2015-04-23Raise # of ptys to 128.Corinna Vinschen1-3/+3
2013-10-31 * devices.in (dev_cygdrive_storage): Revert mapping to \Device\Null.Corinna Vinschen1-2/+2
2013-10-30 * devices.in (dev_cygdrive_storage): Map to \Device\Null.Corinna Vinschen1-3/+3
2013-10-26 * devices.in (dev_storage): Map /dev/dsp to \Device\Null.Corinna Vinschen1-1/+1
2013-10-25 * devices.in (dev_storage): Map /dev/clipboard to \Device\Null.Corinna Vinschen1-1/+1
2013-10-25 * devices.in (dev_storage): Map /dev/random and /dev/urandom toCorinna Vinschen1-2/+2
2013-10-24 * devices.in (dev_storage): Map /dev/zero and /dev/full to \Device\Null.Corinna Vinschen1-2/+2
2013-07-15 Remove /dev/mem, /dev/kmem, /dev/port support.Corinna Vinschen1-3/+0
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen1-3/+3
2012-05-22 * devices.in: Fix native name of /dev/kmem.Corinna Vinschen1-1/+1
2012-04-15wincap.h: Rename assitant to assistant throughout. wincap.cc: Ditto.Christopher Faylor1-1/+4
2012-04-13* devices.in (exists_console): Allow /dev/con{sole,in,out} to be referencedChristopher Faylor1-4/+2
2012-04-02* devices.h (lives_in_dev): New field.Christopher Faylor1-17/+13
2012-04-01* devices.h (device::exists_func): Redefine field.Christopher Faylor1-130/+140
2012-03-31 * devices.cc: Regenerate.Corinna Vinschen1-25/+95
2012-03-31(Interim checkin while we work on this)Christopher Faylor1-6/+5
2012-03-29 * Makefile.in (DLL_OFILES): Add fhandler_dev.o.Corinna Vinschen1-2/+4
2011-10-20Throughout change TTY_* to PTY_*, tty_* to pty_*, and ttym_* to ptmx_*.Christopher Faylor1-2/+2
2011-10-15* cygerrno.h (__set_errno): Modify debugging output to make searching straceChristopher Faylor1-2/+3
2011-06-14* cygheap.h (init_cygheap::ctty_on_hold): Remove conditionalized variable.Christopher Faylor1-1/+0
2011-06-12Rename FH_BAD to FH_NADA throughout.Christopher Faylor1-1/+4
2011-05-28* autoload.cc: Call _api_fatal in asm.Christopher Faylor1-4/+5
2011-05-05* cygheap.cc (cygheap::close_ctty): Close ctty via close_with_arch().Christopher Faylor1-9/+0
2011-04-01Implement /proc/sysvipc/*Yaakov Selkowitz1-0/+3
2011-02-15 * devices.in: Throughout use slashes instead of backslashes in theCorinna Vinschen1-19/+19
2010-09-06 * Makefile.in (DLL_OFILES): Add fhandler_procsys.o.Corinna Vinschen1-0/+3
2009-01-03Remove unneeded header files from source files throughout. Update copyrightsChristopher Faylor1-4/+0
2008-06-09* devices.in: Remove "Global" from tty device.Christopher Faylor1-1/+1
2008-05-29* devices.in: Change mapping for /dev/ttyS* and /dev/com*.Christopher Faylor1-2/+2
2008-02-15Perform whitespace cleanup throughout.Christopher Faylor1-8/+8