This is the mail archive of the systemtap-cvs@sourceware.org mailing list for the systemtap 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/tapset ChangeLog aux_syscalls.stp


CVSROOT:	/cvs/systemtap
Module name:	src
Changes by:	hunt@sourceware.org	2007-09-27 17:43:03

Modified files:
	tapset         : ChangeLog aux_syscalls.stp 

Log message:
	2007-09-27  Martin Hunt  <hunt@redhat.com>
	
	* aux_syscalls.stp (_stp_lookup_str, _stp_lookup_or_str):
	New functions to efficiently and safely read arrays of values
	and return a string.
	(_signal_name): Reimplement using _stp_lookup_str().
	(_semctl_cmd): Ditto.
	(__fork_flags): Ditto.
	(_mmap_flags): Ditto.
	(_mprotect_prot_str): Ditto.
	(_shmat_flags_str): Ditto.
	(_at_flag_str): Ditto.
	(get_mmap_args): Complete rewrite for safety and correctness.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/tapset/ChangeLog.diff?cvsroot=systemtap&r1=1.233&r2=1.234
http://sourceware.org/cgi-bin/cvsweb.cgi/src/tapset/aux_syscalls.stp.diff?cvsroot=systemtap&r1=1.62&r2=1.63


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