summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/devices.h
Commit message (Expand)AuthorAgeFilesLines
* Cygwin: Drop definition and usage of _mode_t in favor of __mode_tCorinna Vinschen2016-04-151-2/+1
* Remove /dev/mem, /dev/kmem, /dev/port support.Corinna Vinschen2013-07-151-3/+0
* * Merge in cygwin-64bit-branch.Corinna Vinschen2013-04-231-16/+14
* Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor2013-01-211-1/+2
* * devices.h (lives_in_dev): New field.Christopher Faylor2012-04-021-1/+3
* * devices.h (device::get_device): New method.Corinna Vinschen2012-04-021-0/+1
* * devices.h (FH_CYGDRIVE): Define as DEV_VIRTFS_MAJOR class device.Corinna Vinschen2012-04-021-3/+3
* * devices.h (FH_DEV): Define as DEV_VIRTFS_MAJOR class device.Corinna Vinschen2012-04-021-3/+1
* * devices.h (device::exists_func): Redefine field.Christopher Faylor2012-04-011-12/+13
* * devices.cc: Regenerate.Corinna Vinschen2012-03-311-2/+8
* (Interim checkin while we work on this)Christopher Faylor2012-03-311-4/+6
* * devices.h (DEV_TTY_MAJOR): Define, use throughout where appropriate.Corinna Vinschen2012-03-301-20/+22
* * Makefile.in (DLL_OFILES): Add fhandler_dev.o.Corinna Vinschen2012-03-291-2/+11
* Throughout change TTY_* to PTY_*, tty_* to pty_*, and ttym_* to ptmx_*.Christopher Faylor2011-10-201-9/+9
* * cygerrno.h (__set_errno): Modify debugging output to make searching straceChristopher Faylor2011-10-151-3/+3
* * devices.h (fh_devices): Define DEV_MISC_MAJOR, DEV_MEM_MAJOR,Yaakov Selkowitz2011-08-191-12/+16
* Rename FH_BAD to FH_NADA throughout.Christopher Faylor2011-06-121-2/+7
* * autoload.cc: Call _api_fatal in asm.Christopher Faylor2011-05-281-14/+64
* * cygheap.cc (cygheap::close_ctty): Close ctty via close_with_arch().Christopher Faylor2011-05-051-1/+0
* * devices.h: Renumber internal devices so that FH_PROCESS is part ofCorinna Vinschen2011-04-201-10/+12
* * devices.h (fh_devices): Define FH_PROC_MIN_MINOR.Yaakov Selkowitz2011-04-041-15/+18
* Implement /proc/sysvipc/*Yaakov Selkowitz2011-04-011-0/+1
* * Makefile.in (DLL_OFILES): Add fhandler_procsys.o.Corinna Vinschen2010-09-061-1/+2
* * devices.h (FH_PROCESSFD): New device type.Corinna Vinschen2009-01-201-0/+1
* * Makefile.in (DLL_OFILES): Add fhandler_procnet.o.Corinna Vinschen2007-01-171-0/+1
* * devices.h: Add additional SCSI disk block device numbers perCorinna Vinschen2006-11-231-0/+114
* * devices.h (_major): Revert previous ill-advised change.Christopher Faylor2005-12-021-2/+2
* * devices.h (_minor): Coerce argument to proper type before manipulating.Christopher Faylor2005-12-011-2/+3
* * cygheap.h (cygheap_types): Add HEAP_COMMUNE.Christopher Faylor2005-08-241-0/+1
* * fhandler.h (fhandler_cygdrive::seekdir): Delete declaration.Christopher Faylor2005-05-191-2/+0
* * Makefile.in (DLL_OFILES): Add fhandler_mailslot.o.Corinna Vinschen2005-05-101-0/+1
* * Makefile.in (DLL_O_FILES): Add fhandler_netdrive.o.Christopher Faylor2005-05-061-0/+4
* * devices.h: Switch FH_ZERO and FH_PORT as on Linux. Add FH_FULL.Corinna Vinschen2005-02-231-2/+3
* copyrightChristopher Faylor2005-02-201-1/+1
* * cygthread.cc (cygthread::terminate_thread): Wait briefly for notificationChristopher Faylor2005-02-011-0/+1
* * devices.cc (device::isfs): Return true for the logical case of devn == FH_FS.Christopher Faylor2004-12-301-1/+1
* Substitute 0x7fffffff and 0xffffffff by INT32_MAX and UINT32_MAXCorinna Vinschen2003-12-031-1/+1
* Eliminate use of sigframe and sigthread throughout.Christopher Faylor2003-11-281-6/+9
* * Makefile.in: Add YA method for generating devices.cc.Christopher Faylor2003-10-011-29/+13
* * devices.h (enum fh_devices): Remove DEV_RAWDRIVE_MAJOR andCorinna Vinschen2003-09-301-3/+0
* * sigproc.cc (proc_subproc): Restrict permissions on ppid_handle.Christopher Faylor2003-09-281-1/+1
* * devices.h: Move a few device major numbers. Fix typo of FH_UDP.Corinna Vinschen2003-09-281-5/+5
* * devices.cc: New file.Christopher Faylor2003-09-251-75/+176
* * include/cygwin/in.h (sockaddr_in): Fix typo.Christopher Faylor2003-02-131-0/+90
* remove errnoneously added filesChristopher Faylor2003-01-161-129/+0
* merge from trunkChristopher Faylor2003-01-161-0/+129
* remove from trunkChristopher Faylor2002-12-281-122/+0
* * Makefile.in: Add devices.gperf.Christopher Faylor2002-12-281-0/+122