This is the mail archive of the sid-cvs@sourceware.org mailing list for the SID project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

src/sid/component/gloss ChangeLog gloss.cxx gl ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	brolley@sourceware.org	2005-08-19 19:44:46

Modified files:
	sid/component/gloss: ChangeLog gloss.cxx gloss.h libgloss.h 

Log message:
	2005-08-19  Dave Brolley  <brolley@redhat.com>
	
	* Contribute the following changes:
	
	2005-07-13  Dave Brolley  <brolley@redhat.com>
	
	* gloss.cxx (gloss32): Initialize dynamic_configurator. Add
	dynamic-configurator relation.
	* gloss.h (gloss32): Inherit virtually from
	fixed_attribute_map_component.
	(dynamic_configurator): New member of gloss32.
	
	2005-07-05  Dave Brolley  <brolley@redhat.com>
	
	* gloss.cxx (start_config): Removed from gloss32.
	(gloss32): Remove "start-config" attribute. Add "config-error"
	pin.
	(reset): Don't call sys_config_set.
	(sys_reconfig_set): Call set_error_result based on the value driven on
	config_error_pin.
	(sys_reconfig_reset): Likewise.
	* gloss.h (start_config): Removed from gloss32.
	(config_error_pin): New member of gloss32.
	
	2005-06-06  Dave Brolley  <brolley@redhat.com>
	
	* gloss.cxx (gloss32): Don't initialize dynamic_configurator.
	Don't add dynamic-configurator relation.
	(configure_pin): Renamed to sys_configure_pin.
	(configure): New virtual override in gloss32.
	(do_sys_reconfig): Print log messages to cerr and only when
	verbose_p.
	* gloss.h (gloss32): fixed_pin_map_component and configurable_component
	inherited virtually.
	(dynamic_configurator): Removed.
	(configure_pin): Renamed to sys_configure_pin.
	(configure): New virtual override in gloss32.
	
	2005-05-29  Dave Brolley  <brolley@redhat.com>
	
	* libgloss.h (SYS_reconfig): New enumerator.
	* gloss.h (main, dynamic_configurator): New members of gloss32.
	(configure_pin, config_result_pin, start_config): Likewise.
	(sys_reconfig_set): New method of gloss32.
	(sys_reconfig_reset, do_sys_reconfig): Likewise.
	* gloss.cxx (gloss32): Initialize main, dynamic_configurator and
	start_config. Add relations main, dynamic-configurator. Add
	configure pin. Add start-config addtribute. Add config-result
	pin.
	(reset): Call sys_reconfig_set with start_config if it's not
	empty.
	(syscall_trap): Handle SYS_reconfig.
	(sys_reconfig_set): New method of gloss32.
	(sys_reconfig_reset, do_sys_reconfig): Likewise.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/gloss/ChangeLog.diff?cvsroot=src&r1=1.26&r2=1.27
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/gloss/gloss.cxx.diff?cvsroot=src&r1=1.19&r2=1.20
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/gloss/gloss.h.diff?cvsroot=src&r1=1.11&r2=1.12
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/gloss/libgloss.h.diff?cvsroot=src&r1=1.5&r2=1.6


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]