Re: [PATCH] Add /proc/devices

2011-08-19 Thread Christopher Faylor
On Fri, Aug 19, 2011 at 02:50:24PM -0500, Yaakov (Cygwin/X) wrote: >On Fri, 2011-08-19 at 10:44 -0400, Christopher Faylor wrote: >> On Fri, Aug 19, 2011 at 01:52:53PM +0200, Corinna Vinschen wrote: >> >On Aug 18 20:54, Yaakov (Cygwin/X) wrote: >> >> 2011-08-18 Yaakov Selkowitz >> >> >> >> * d

Re: [PATCH] Add /proc/devices

2011-08-19 Thread Yaakov (Cygwin/X)
On Fri, 2011-08-19 at 10:44 -0400, Christopher Faylor wrote: > On Fri, Aug 19, 2011 at 01:52:53PM +0200, Corinna Vinschen wrote: > >On Aug 18 20:54, Yaakov (Cygwin/X) wrote: > >> 2011-08-18 Yaakov Selkowitz > >> > >>* devices.h (fh_devices): Define DEV_MISC_MAJOR, DEV_MEM_MAJOR, > >>DEV

Re: [PATCH] Add /proc/devices

2011-08-19 Thread Christopher Faylor
On Fri, Aug 19, 2011 at 01:52:53PM +0200, Corinna Vinschen wrote: >On Aug 18 20:54, Yaakov (Cygwin/X) wrote: >> On Thu, 2011-08-18 at 21:55 +0200, Corinna Vinschen wrote: >> > > 2011-08-18 Yaakov Selkowitz >> > > >> > > * devices.h (fh_devices): Define DEV_MISC_MAJOR, DEV_MEM_MAJOR, >> > > DE

Re: [PATCH] Add /proc/devices

2011-08-19 Thread Corinna Vinschen
On Aug 18 20:54, Yaakov (Cygwin/X) wrote: > On Thu, 2011-08-18 at 21:55 +0200, Corinna Vinschen wrote: > > > 2011-08-18 Yaakov Selkowitz > > > > > > * devices.h (fh_devices): Define DEV_MISC_MAJOR, DEV_MEM_MAJOR, > > > DEV_SOUND_MAJOR. Use throughout. > > > * fhandler_proc.cc (proc_tab):

Re: [PATCH] Add /proc/devices

2011-08-18 Thread Yaakov (Cygwin/X)
On Thu, 2011-08-18 at 21:55 +0200, Corinna Vinschen wrote: > > 2011-08-18 Yaakov Selkowitz > > > > * devices.h (fh_devices): Define DEV_MISC_MAJOR, DEV_MEM_MAJOR, > > DEV_SOUND_MAJOR. Use throughout. > > * fhandler_proc.cc (proc_tab): Add /proc/devices and /proc/misc > > virtua

Re: [PATCH] Add /proc/devices

2011-08-18 Thread Christopher Faylor
On Thu, Aug 18, 2011 at 09:55:37PM +0200, Corinna Vinschen wrote: >On Aug 18 13:50, Yaakov (Cygwin/X) wrote: >> On Thu, 2011-08-04 at 00:20 -0500, Yaakov (Cygwin/X) wrote: >> > This patchset implements /proc/devices[1]: >> > >> > The question is how to handle /dev/tty and /dev/console as the >> >

Re: [PATCH] Add /proc/devices

2011-08-18 Thread Corinna Vinschen
On Aug 18 13:50, Yaakov (Cygwin/X) wrote: > On Thu, 2011-08-04 at 00:20 -0500, Yaakov (Cygwin/X) wrote: > > This patchset implements /proc/devices[1]: > > > > The question is how to handle /dev/tty and /dev/console as the > > apparently vary now, per cgf's remarks on the main list. /dev/tty, /dev

Re: [PATCH] Add /proc/devices

2011-08-18 Thread Yaakov (Cygwin/X)
On Thu, 2011-08-04 at 00:20 -0500, Yaakov (Cygwin/X) wrote: > This patchset implements /proc/devices[1]: > > The question is how to handle /dev/tty and /dev/console as the > apparently vary now, per cgf's remarks on the main list. > > Patches for winsup/cygwin and winsup/doc attached. Here is a

[PATCH] Add /proc/devices

2011-08-03 Thread Yaakov (Cygwin/X)
This patchset implements /proc/devices[1]: $ cat /proc/devices Character devices: 1 mem 5 /dev/tty 5 /dev/console 5 /dev/ptmx 9 st 13 misc 14 sound 117 ttyS 136 tty Block devices: 2 fd 8 sd 11 sr 65 sd 66 sd 67 sd 68 sd 69 sd 70 sd 71 sd The question is how to handle /dev