cvs commit: ports/x11-drivers/xf86-input-mouse Makefile ports/x11-drivers/xf86-input-mouse/files patch-src-bsd_mouse.c ports/x11-servers/xorg-server Makefile ports/x11-servers/xorg-server/files patch-Xserver-hw-xfree86-os-support-bsd-bsd_mouse.c

Jung-uk Kim jkim at FreeBSD.org
Wed Feb 4 10:31:02 PST 2009


jkim        2009-02-04 18:31:01 UTC

  FreeBSD ports repository

  Modified files:
    x11-drivers/xf86-input-mouse Makefile 
    x11-drivers/xf86-input-mouse/files patch-src-bsd_mouse.c 
    x11-servers/xorg-server Makefile 
    x11-servers/xorg-server/files 
                                  patch-Xserver-hw-xfree86-os-support-bsd-bsd_mouse.c 
  Log:
  - Replace open(2)/close(2) pairs with stat(2).  Closing mouse device has
  a side effect of changing current operation level and sysmouse(4) lets
  you open /dev/sysmouse multiple times unlike other mouse drivers.
  - Check if /dev/mouse is linked to /dev/psm0 or /dev/ums0.
  - Simplify the patches a little while I am here.
  
  Revision  Changes    Path
  1.9       +1 -1      ports/x11-drivers/xf86-input-mouse/Makefile
  1.4       +61 -27    ports/x11-drivers/xf86-input-mouse/files/patch-src-bsd_mouse.c
  1.66      +1 -1      ports/x11-servers/xorg-server/Makefile
  1.4       +61 -27    ports/x11-servers/xorg-server/files/patch-Xserver-hw-xfree86-os-support-bsd-bsd_mouse.c


More information about the cvs-all mailing list