index
:
cygnal
cygnal-2.5.2
cygnal-2.9.0-branch
cygnal-3-1-6-98-branch
cygnal-3-1-98-branch
cygwin-master
"Cygwin Native Application Lib" --- http://www.kylheku.com/cygnal
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
winsup
/
cygwin
/
devices.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove /dev/mem, /dev/kmem, /dev/port support.
Corinna Vinschen
2013-07-15
1
-3
/
+0
*
* Merge in cygwin-64bit-branch.
Corinna Vinschen
2013-04-23
1
-16
/
+14
*
Throughout, update copyrights to reflect dates which correspond to main-branch
Christopher Faylor
2013-01-21
1
-1
/
+2
*
* devices.h (lives_in_dev): New field.
Christopher Faylor
2012-04-02
1
-1
/
+3
*
* devices.h (device::get_device): New method.
Corinna Vinschen
2012-04-02
1
-0
/
+1
*
* devices.h (FH_CYGDRIVE): Define as DEV_VIRTFS_MAJOR class device.
Corinna Vinschen
2012-04-02
1
-3
/
+3
*
* devices.h (FH_DEV): Define as DEV_VIRTFS_MAJOR class device.
Corinna Vinschen
2012-04-02
1
-3
/
+1
*
* devices.h (device::exists_func): Redefine field.
Christopher Faylor
2012-04-01
1
-12
/
+13
*
* devices.cc: Regenerate.
Corinna Vinschen
2012-03-31
1
-2
/
+8
*
(Interim checkin while we work on this)
Christopher Faylor
2012-03-31
1
-4
/
+6
*
* devices.h (DEV_TTY_MAJOR): Define, use throughout where appropriate.
Corinna Vinschen
2012-03-30
1
-20
/
+22
*
* Makefile.in (DLL_OFILES): Add fhandler_dev.o.
Corinna Vinschen
2012-03-29
1
-2
/
+11
*
Throughout change TTY_* to PTY_*, tty_* to pty_*, and ttym_* to ptmx_*.
Christopher Faylor
2011-10-20
1
-9
/
+9
*
* cygerrno.h (__set_errno): Modify debugging output to make searching strace
Christopher Faylor
2011-10-15
1
-3
/
+3
*
* devices.h (fh_devices): Define DEV_MISC_MAJOR, DEV_MEM_MAJOR,
Yaakov Selkowitz
2011-08-19
1
-12
/
+16
*
Rename FH_BAD to FH_NADA throughout.
Christopher Faylor
2011-06-12
1
-2
/
+7
*
* autoload.cc: Call _api_fatal in asm.
Christopher Faylor
2011-05-28
1
-14
/
+64
*
* cygheap.cc (cygheap::close_ctty): Close ctty via close_with_arch().
Christopher Faylor
2011-05-05
1
-1
/
+0
*
* devices.h: Renumber internal devices so that FH_PROCESS is part of
Corinna Vinschen
2011-04-20
1
-10
/
+12
*
* devices.h (fh_devices): Define FH_PROC_MIN_MINOR.
Yaakov Selkowitz
2011-04-04
1
-15
/
+18
*
Implement /proc/sysvipc/*
Yaakov Selkowitz
2011-04-01
1
-0
/
+1
*
* Makefile.in (DLL_OFILES): Add fhandler_procsys.o.
Corinna Vinschen
2010-09-06
1
-1
/
+2
*
* devices.h (FH_PROCESSFD): New device type.
Corinna Vinschen
2009-01-20
1
-0
/
+1
*
* Makefile.in (DLL_OFILES): Add fhandler_procnet.o.
Corinna Vinschen
2007-01-17
1
-0
/
+1
*
* devices.h: Add additional SCSI disk block device numbers per
Corinna Vinschen
2006-11-23
1
-0
/
+114
*
* devices.h (_major): Revert previous ill-advised change.
Christopher Faylor
2005-12-02
1
-2
/
+2
*
* devices.h (_minor): Coerce argument to proper type before manipulating.
Christopher Faylor
2005-12-01
1
-2
/
+3
*
* cygheap.h (cygheap_types): Add HEAP_COMMUNE.
Christopher Faylor
2005-08-24
1
-0
/
+1
*
* fhandler.h (fhandler_cygdrive::seekdir): Delete declaration.
Christopher Faylor
2005-05-19
1
-2
/
+0
*
* Makefile.in (DLL_OFILES): Add fhandler_mailslot.o.
Corinna Vinschen
2005-05-10
1
-0
/
+1
*
* Makefile.in (DLL_O_FILES): Add fhandler_netdrive.o.
Christopher Faylor
2005-05-06
1
-0
/
+4
*
* devices.h: Switch FH_ZERO and FH_PORT as on Linux. Add FH_FULL.
Corinna Vinschen
2005-02-23
1
-2
/
+3
*
copyright
Christopher Faylor
2005-02-20
1
-1
/
+1
*
* cygthread.cc (cygthread::terminate_thread): Wait briefly for notification
Christopher Faylor
2005-02-01
1
-0
/
+1
*
* devices.cc (device::isfs): Return true for the logical case of devn == FH_FS.
Christopher Faylor
2004-12-30
1
-1
/
+1
*
Substitute 0x7fffffff and 0xffffffff by INT32_MAX and UINT32_MAX
Corinna Vinschen
2003-12-03
1
-1
/
+1
*
Eliminate use of sigframe and sigthread throughout.
Christopher Faylor
2003-11-28
1
-6
/
+9
*
* Makefile.in: Add YA method for generating devices.cc.
Christopher Faylor
2003-10-01
1
-29
/
+13
*
* devices.h (enum fh_devices): Remove DEV_RAWDRIVE_MAJOR and
Corinna Vinschen
2003-09-30
1
-3
/
+0
*
* sigproc.cc (proc_subproc): Restrict permissions on ppid_handle.
Christopher Faylor
2003-09-28
1
-1
/
+1
*
* devices.h: Move a few device major numbers. Fix typo of FH_UDP.
Corinna Vinschen
2003-09-28
1
-5
/
+5
*
* devices.cc: New file.
Christopher Faylor
2003-09-25
1
-75
/
+176
*
* include/cygwin/in.h (sockaddr_in): Fix typo.
Christopher Faylor
2003-02-13
1
-0
/
+90
*
remove errnoneously added files
Christopher Faylor
2003-01-16
1
-129
/
+0
*
merge from trunk
Christopher Faylor
2003-01-16
1
-0
/
+129
*
remove from trunk
Christopher Faylor
2002-12-28
1
-122
/
+0
*
* Makefile.in: Add devices.gperf.
Christopher Faylor
2002-12-28
1
-0
/
+122