summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/devices.cc
Commit message (Expand)AuthorAgeFilesLines
* Raise # of ptys to 128.Corinna Vinschen2015-04-231-3150/+6312
* * devices.in (dev_cygdrive_storage): Revert mapping to \Device\Null.Corinna Vinschen2013-10-311-2/+2
* * devices.in (dev_cygdrive_storage): Map to \Device\Null.Corinna Vinschen2013-10-301-3/+3
* * devices.in (dev_storage): Map /dev/dsp to \Device\Null.Corinna Vinschen2013-10-261-1/+1
* * devices.in (dev_storage): Map /dev/clipboard to \Device\Null.Corinna Vinschen2013-10-251-1/+1
* * devices.in (dev_storage): Map /dev/random and /dev/urandom toCorinna Vinschen2013-10-251-2/+2
* * devices.in (dev_storage): Map /dev/zero and /dev/full to \Device\Null.Corinna Vinschen2013-10-241-2/+2
* Remove /dev/mem, /dev/kmem, /dev/port support.Corinna Vinschen2013-07-151-2602/+2545
* * Merge in cygwin-64bit-branch.Corinna Vinschen2013-04-231-3/+3
* * devices.in: Fix native name of /dev/kmem.Corinna Vinschen2012-05-221-1/+1
* wincap.h: Rename assitant to assistant throughout. wincap.cc: Ditto.Christopher Faylor2012-04-151-1/+4
* * devices.in (exists_console): Allow /dev/con{sole,in,out} to be referencedChristopher Faylor2012-04-131-4/+2
* * devices.h (lives_in_dev): New field.Christopher Faylor2012-04-021-3273/+3334
* * devices.h (device::exists_func): Redefine field.Christopher Faylor2012-04-011-8243/+7403
* * devices.cc: Regenerate.Corinna Vinschen2012-03-311-2629/+2699
* (Interim checkin while we work on this)Christopher Faylor2012-03-311-85/+84
* * Makefile.in (DLL_OFILES): Add fhandler_dev.o.Corinna Vinschen2012-03-291-2/+4
* Throughout change TTY_* to PTY_*, tty_* to pty_*, and ttym_* to ptmx_*.Christopher Faylor2011-10-201-130/+130
* * cygerrno.h (__set_errno): Modify debugging output to make searching straceChristopher Faylor2011-10-151-3737/+5626
* * cygheap.h (init_cygheap::ctty_on_hold): Remove conditionalized variable.Christopher Faylor2011-06-141-21/+4
* Rename FH_BAD to FH_NADA throughout.Christopher Faylor2011-06-121-1/+4
* * autoload.cc: Call _api_fatal in asm.Christopher Faylor2011-05-281-2585/+3844
* * cygheap.cc (cygheap::close_ctty): Close ctty via close_with_arch().Christopher Faylor2011-05-051-9/+0
* Implement /proc/sysvipc/*Yaakov Selkowitz2011-04-011-0/+3
* * devices.in: Throughout use slashes instead of backslashes in theCorinna Vinschen2011-02-151-82/+82
* * Makefile.in (DLL_OFILES): Add fhandler_procsys.o.Corinna Vinschen2010-09-061-0/+3
* Remove unneeded header files from source files throughout. Update copyrightsChristopher Faylor2009-01-031-4/+0
* * devices.cc: Regenerate.Corinna Vinschen2008-06-101-64/+64
* * devices.in: Change mapping for /dev/ttyS* and /dev/com*.Christopher Faylor2008-05-291-80/+80
* Perform whitespace cleanup throughout.Christopher Faylor2008-02-151-8/+8
* * devices.in (dev_storage): Use native NT device name for kmsg mailslot.Corinna Vinschen2007-08-131-1/+1
* * devices.in: Change native device name to native NT device name forCorinna Vinschen2007-02-231-81/+81
* * Makefile.in (DLL_OFILES): Add fhandler_procnet.o.Corinna Vinschen2007-01-171-0/+3
* * devices.h: Add additional SCSI disk block device numbers perCorinna Vinschen2006-11-231-2218/+29937
* * devices.in: Raise number of handled serial ports to 64.Corinna Vinschen2006-10-091-53/+893
* * dcrt0.cc (do_exit): Rely on sigproc_terminate to set exit_stateChristopher Faylor2005-09-131-1/+0
* * cygheap.h (cygheap_types): Add HEAP_COMMUNE.Christopher Faylor2005-08-241-840/+861
* * Makefile.in (DLL_OFILES): Add fhandler_mailslot.o.Corinna Vinschen2005-05-101-798/+814
* * devices.cc: Regenerate with correct name for dev_netdrive_storage.Christopher Faylor2005-05-071-1/+1
* * Makefile.in (DLL_O_FILES): Add fhandler_netdrive.o.Christopher Faylor2005-05-061-0/+3
* * child_info.h (fork_info): Use different method to alias variable.Christopher Faylor2005-03-191-846/+848
* * devices.cc: Regenerate.Corinna Vinschen2005-02-231-1/+1
* * devices.h: Switch FH_ZERO and FH_PORT as on Linux. Add FH_FULL.Corinna Vinschen2005-02-231-803/+828
* * cygthread.cc (cygthread::terminate_thread): Wait briefly for notificationChristopher Faylor2005-02-011-0/+13
* * syscalls.cc (truncate64): Don't second-guess errno if open fails.Christopher Faylor2004-12-011-853/+837
* * devices.in: Change raw com device to more correct form.Christopher Faylor2004-01-211-33/+33
* Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate,Christopher Faylor2003-12-071-2/+0
* Eliminate use of sigframe and sigthread throughout.Christopher Faylor2003-11-281-920/+812
* * path.cc (win32_device_name): Only fill out destination buffer when it'sChristopher Faylor2003-10-021-1078/+626
* * Makefile.in: Add YA method for generating devices.cc.Christopher Faylor2003-10-011-439/+14611