Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Apr 2008 18:20:26 +0000 (UTC)
From:      Joe Marcus Clarke <marcus@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/sysutils/hal Makefile pkg-plist ports/sysutils/hal/files 10-mouse-sysmouse.fdi patch-fdi_policy_10osvendor_10-x11-input.fdi patch-hald_freebsd_addons_Makefile.in patch-hald_freebsd_addons_addon-mouse.c patch-hald_freebsd_addons_addon-storage.c patch-hald_freebsd_clock
Message-ID:  <200804011820.m31IKQD4092935@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marcus      2008-04-01 18:20:26 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/hal         Makefile pkg-plist 
    sysutils/hal/files   patch-hald_freebsd_addons_addon-storage.c 
  Added files:
    sysutils/hal/files   10-mouse-sysmouse.fdi 
                         patch-fdi_policy_10osvendor_10-x11-input.fdi 
                         patch-hald_freebsd_addons_Makefile.in 
                         patch-hald_freebsd_addons_addon-mouse.c 
                         patch-hald_freebsd_clock 
  Log:
  * Add an addon to poll mouse device files to see if moused or Xorg owns them.
    This allows hal to properly reflect the correct access device, and prevents
    X from opening the same device twice
  * Use the less expensive clock_gettime() instead of gettimeofday() in hal's
    pollers [1]
  * Add support for locking storage devices
  * Fix the path to the installed documentation
  
  Submitted by:   jkim [1]
  Tested by:      jkim, cokane, and a host of others
  
  Revision  Changes    Path
  1.34      +6 -3      ports/sysutils/hal/Makefile
  1.1       +8 -0      ports/sysutils/hal/files/10-mouse-sysmouse.fdi (new)
  1.1       +18 -0     ports/sysutils/hal/files/patch-fdi_policy_10osvendor_10-x11-input.fdi (new)
  1.1       +92 -0     ports/sysutils/hal/files/patch-hald_freebsd_addons_Makefile.in (new)
  1.1       +219 -0    ports/sysutils/hal/files/patch-hald_freebsd_addons_addon-mouse.c (new)
  1.2       +180 -27   ports/sysutils/hal/files/patch-hald_freebsd_addons_addon-storage.c
  1.1       +108 -0    ports/sysutils/hal/files/patch-hald_freebsd_clock (new)
  1.8       +2 -0      ports/sysutils/hal/pkg-plist



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804011820.m31IKQD4092935>