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
Joe Marcus Clarke
marcus at FreeBSD.org
Tue Apr 1 11:20:26 PDT 2008
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
More information about the cvs-ports
mailing list