public inbox for systemtap-cvs@sourceware.org
help / color / mirror / Atom feed
* src main.cxx
@ 2008-01-30 17:23 fche
  0 siblings, 0 replies; 8+ messages in thread
From: fche @ 2008-01-30 17:23 UTC (permalink / raw)
  To: systemtap-cvs

CVSROOT:	/cvs/systemtap
Module name:	src
Changes by:	fche@sourceware.org	2008-01-30 17:23:24

Modified files:
	.              : main.cxx 

Log message:
	update copyright year in -v message too

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/main.cxx.diff?cvsroot=systemtap&r1=1.83&r2=1.84


^ permalink raw reply	[flat|nested] 8+ messages in thread

* src main.cxx
@ 2008-01-02 18:22 fche
  0 siblings, 0 replies; 8+ messages in thread
From: fche @ 2008-01-02 18:22 UTC (permalink / raw)
  To: systemtap-cvs

CVSROOT:	/cvs/systemtap
Module name:	src
Changes by:	fche@sourceware.org	2008-01-02 18:22:29

Modified files:
	.              : main.cxx 

Log message:
	Fix mkdtemp() umask issue
	
	Even though the mkdtemp() man page indicates that the
	directory will be created with always 0700 permissions,
	it is actually affected by the process's umask.
	
	So, if you run stap with an unusual umask it can end
	up creating the temp dir with permissions that
	staprun can't handle e.g.:
	
	$> rpm -q systemtap
	systemtap-0.6-1.fc9
	$> umask 0122
	$> stap -e 'probe begin { println("foo") exit() }'
	ERROR: Error opening '/tmp/stapV4pBIb/stap_725b9bc541cef2618a5ccbc58bb64d15_287.ko': Permission denied
	
	Obvious solution is to briefly set the umask to zero
	in stap so as to ensure 0700 permissions.
	
	Signed-off-by: Mark McLoughlin <markmc@redhat.com>

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/main.cxx.diff?cvsroot=systemtap&r1=1.82&r2=1.83


^ permalink raw reply	[flat|nested] 8+ messages in thread

* src main.cxx
@ 2007-05-13  2:08 fche
  0 siblings, 0 replies; 8+ messages in thread
From: fche @ 2007-05-13  2:08 UTC (permalink / raw)
  To: systemtap-cvs

CVSROOT:	/cvs/systemtap
Module name:	src
Changes by:	fche@sourceware.org	2007-05-13 02:08:43

Modified files:
	.              : main.cxx 

Log message:
	-t help message wording tweak

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/main.cxx.diff?cvsroot=systemtap&r1=1.69&r2=1.70


^ permalink raw reply	[flat|nested] 8+ messages in thread

* src main.cxx
@ 2006-04-05  5:20 roland
  0 siblings, 0 replies; 8+ messages in thread
From: roland @ 2006-04-05  5:20 UTC (permalink / raw)
  To: systemtap-cvs

CVSROOT:	/cvs/systemtap
Module name:	src
Changes by:	roland@sourceware.org	2006-04-05 05:20:08

Modified files:
	.              : main.cxx 

Log message:
	2006-04-04  Roland McGrath  <roland@redhat.com>
	
	* main.cxx (version): Use dwfl_version.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/main.cxx.diff?cvsroot=systemtap&r1=1.43&r2=1.44


^ permalink raw reply	[flat|nested] 8+ messages in thread

* src main.cxx
@ 2006-01-28  2:50 fche
  0 siblings, 0 replies; 8+ messages in thread
From: fche @ 2006-01-28  2:50 UTC (permalink / raw)
  To: systemtap-cvs

CVSROOT:	/cvs/systemtap
Module name:	src
Changes by:	fche@sourceware.org	2006-01-28 02:50:16

Modified files:
	.              : main.cxx 

Log message:
	copyright year update

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/main.cxx.diff?cvsroot=systemtap&r1=1.37&r2=1.38


^ permalink raw reply	[flat|nested] 8+ messages in thread

* src main.cxx
@ 2005-12-12 21:50 kevinrs
  0 siblings, 0 replies; 8+ messages in thread
From: kevinrs @ 2005-12-12 21:50 UTC (permalink / raw)
  To: systemtap-cvs

CVSROOT:	/cvs/systemtap
Module name:	src
Changes by:	kevinrs@sourceware.org	2005-12-12 21:50:47

Modified files:
	.              : main.cxx 

Log message:
	2005-12-12  Kevin Stafford  <krstaffo@us.ibm.com>
	* main.cxx (main): Added arch directory to the existing
	kernel-version-sensitive search path.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/main.cxx.diff?cvsroot=systemtap&r1=1.32&r2=1.33


^ permalink raw reply	[flat|nested] 8+ messages in thread

* src main.cxx
@ 2005-08-22 16:23 fche
  0 siblings, 0 replies; 8+ messages in thread
From: fche @ 2005-08-22 16:23 UTC (permalink / raw)
  To: systemtap-cvs

CVSROOT:	/cvs/systemtap
Module name:	src
Changes by:	fche@sourceware.org	2005-08-22 16:23:57

Modified files:
	.              : main.cxx 

Log message:
	none

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/main.cxx.diff?cvsroot=systemtap&r1=1.22&r2=1.23


^ permalink raw reply	[flat|nested] 8+ messages in thread

* src main.cxx
@ 2005-07-29  8:36 roland
  0 siblings, 0 replies; 8+ messages in thread
From: roland @ 2005-07-29  8:36 UTC (permalink / raw)
  To: systemtap-cvs

CVSROOT:	/cvs/systemtap
Module name:	src
Changes by:	roland@sourceware.org	2005-07-29 08:36:56

Modified files:
	.              : main.cxx 

Log message:
	2005-07-29  Roland McGrath  <roland@redhat.com>
	
	* main.cxx (main): Check return value of system.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/main.cxx.diff?cvsroot=systemtap&r1=1.17&r2=1.18


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2008-01-30 17:23 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-01-30 17:23 src main.cxx fche
  -- strict thread matches above, loose matches on Subject: below --
2008-01-02 18:22 fche
2007-05-13  2:08 fche
2006-04-05  5:20 roland
2006-01-28  2:50 fche
2005-12-12 21:50 kevinrs
2005-08-22 16:23 fche
2005-07-29  8:36 roland

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).