index
:
systemtap-steved
master
nfsd-update
rpc-update
Unnamed repository; edit this file to name it for gitweb.
Steve Dickson
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
runtime
Commit message (
Expand
)
Author
Age
Files
Lines
*
PR10761: pass -v's to final "staprun -d" if appropriate
Frank Ch. Eigler
2009-10-13
1
-60
/
+54
*
PR 10575. Improves running target commands.
David Smith
2009-10-13
1
-18
/
+43
*
build: fix !HAVE_NSS case
Frank Ch. Eigler
2009-10-07
1
-2
/
+1
*
PR10724: staprun: simplify permissions checking logic
Charley Wang
2009-10-06
2
-19
/
+19
*
No longer need buffer iterators.
David Smith
2009-09-25
1
-2
/
+0
*
PR10632: simplify randint() implementation
Frank Ch. Eigler
2009-09-23
1
-24
/
+10
*
PR1062: runtime function
Charley Wang
2009-09-23
1
-0
/
+22
*
Forward-ported staplog.c crash support (PR 10644).
David Smith
2009-09-23
2
-3
/
+7
*
PR10390: ftrace() tapset function
Frank Ch. Eigler
2009-09-23
1
-0
/
+8
*
PR10655 part 1: uprobes: track sdt semaphores properly
Frank Ch. Eigler
2009-09-18
1
-0
/
+1
*
Fixed relay_old.c by providing ppoll().
David Smith
2009-09-18
2
-9
/
+12
*
Uprobes not currently supported on ia64.
William Cohen
2009-09-18
1
-1
/
+0
*
PR10595 Work around uprobe2 causing selinux failures for kernel 2.6.28+.
Mark Wielaard
2009-09-17
1
-3
/
+32
*
PR10650: markup some unprivileged-safe tapset functions
Frank Ch. Eigler
2009-09-16
3
-2
/
+42
*
* sdt.h (STAP_SEMAPHORE): New. Add guard to utrace probe points.
Stan Cox
2009-09-16
2
-53
/
+55
*
Signal-based file switching support for old relay
Masami Hiramatsu
2009-09-16
1
-14
/
+68
*
Signal-based file switching support for relay/ring buffer.
Masami Hiramatsu
2009-09-16
1
-22
/
+61
*
Allow ring_buffer to be used if STP_USE_RING_BUFFER is defined.
David Smith
2009-09-10
1
-2
/
+3
*
build: support x86-64 without CONFIG_IA32_EMULATION
Frank Ch. Eigler
2009-09-10
1
-0
/
+1
*
PR10602 prime: runtime: shrink stack frame of _stp_do_relocation().
Frank Ch. Eigler
2009-09-09
1
-1
/
+1
*
PR10602: improved fix for REG_IP lvalue
Frank Ch. Eigler
2009-09-09
1
-6
/
+14
*
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap
David Smith
2009-09-09
1
-2
/
+4
|
\
|
*
Fix relay_old implementation of fsize_max and fnum_max.
Masami Hiramatsu
2009-09-09
1
-2
/
+4
*
|
Removed unneeded casts.
David Smith
2009-09-09
1
-5
/
+5
|
/
*
PR10524: reduce massive-uprobe script modules' .data consumption
Frank Ch. Eigler
2009-09-08
2
-17
/
+40
*
fix typo: KERN_ERROR -> KERN_ERR from last commit
Frank Ch. Eigler
2009-09-08
1
-1
/
+1
*
PR10575: emit KERN_ERRORs on transport control message failures
Frank Ch. Eigler
2009-09-08
1
-0
/
+3
*
task_finder diagnostics: standardize on STP_DEBUG_PRINTK
Frank Ch. Eigler
2009-09-08
1
-8
/
+0
*
task_finder diagnostics: emit start_task_finder dbug message at end of fn.
Frank Ch. Eigler
2009-09-08
1
-2
/
+1
*
runtime diagnostics: remove ANSI goo, add -DSTAP_DEBUG_PRINTK option.
Frank Ch. Eigler
2009-09-08
1
-1
/
+8
*
Warn if the pid specified by -x does not belong to an unprivileged user.
Dave Brolley
2009-09-08
1
-1
/
+1
*
Fix build-id check for relocatable kernel
Eugeniy Meshcheryakov
2009-09-07
1
-1
/
+2
*
rc = 0 should be return 0 for database not ownder by root.
Dave Brolley
2009-09-04
1
-1
/
+1
*
Check for bad address range or size in lookup_bad_addr.
Dave Brolley
2009-09-04
1
-0
/
+4
*
Use task_euid when STAPCONF_TASK_UID is not defined.
Dave Brolley
2009-09-03
1
-3
/
+17
*
Disallow kernel space memory access when unprivileged.
Dave Brolley
2009-09-03
2
-24
/
+49
*
Allow process begin/end probes for unprivileged users.
Dave Brolley
2009-09-03
3
-13
/
+24
*
PR10589: switch to kernel vscnprintf for _stp_{dbug,warn,error} calls in runtime
Frank Ch. Eigler
2009-09-02
4
-20
/
+23
*
PR10551: cont'd
Frank Ch. Eigler
2009-08-23
1
-1
/
+2
*
PR10551: build compatibility for pax/grsecurity include/linux/module.h
Frank Ch. Eigler
2009-08-23
2
-13
/
+28
*
cleanup: rename task_finder_target->pathname -> procname
Frank Ch. Eigler
2009-08-21
1
-13
/
+13
*
PR10228: fix non-utrace building regression - cont'd
Wenji Huang
2009-08-20
1
-1
/
+1
*
Updated with latest code.
David Smith
2009-08-19
1
-70
/
+145
*
PR10228: fix non-utrace building regression
Frank Ch. Eigler
2009-08-19
1
-0
/
+3
*
PR10228: use task_finder_vma for -d /user/object files.
Frank Ch. Eigler
2009-08-14
2
-2
/
+4
*
Add 'unused' attribute to module_data and module_size arguments of check_perm...
Dave Brolley
2009-08-11
1
-2
/
+4
*
PR10506 experiment: use /sbin/insmod for uprobes.ko loading
Frank Ch. Eigler
2009-08-10
1
-2
/
+7
*
It is not an error or warning if the local database of authorized signing
Dave Brolley
2009-08-10
1
-0
/
+5
*
Merge branch 'master' of git://sources.redhat.com/git/systemtap
Dave Brolley
2009-08-06
1
-21
/
+34
|
\
|
*
Works with or without a ring_buffer_iter.
David Smith
2009-08-06
1
-21
/
+34
[next]