summaryrefslogtreecommitdiffstats
path: root/runtime/copy.c
Commit message (Collapse)AuthorAgeFilesLines
* 2006-07-11 Martin Hunt <hunt@redhat.com>hunt2006-07-111-1/+2
| | | | | | * string.c (_stp_text_str): Add a parameter to support userspace strings too. * string.h: (_stp_text_str): Fix proto.
* 2006-02-10 Martin Hunt <hunt@redhat.com>hunt2006-02-101-4/+2
| | | | * copy.c (_stp_copy_from_user): Revert previous incorrect change.
* 2006-02-09 Martin Hunt <hunt@redhat.com>hunt2006-02-101-1/+3
| | | | | * copy.c (_stp_copy_from_user): If access fails, return -1.
* 2005-10-31 Martin Hunt <hunt@redhat.com>hunt2005-10-311-1/+2
| | | | * ALL: Cleanup copyrights.
* IA64 Runtime support patches. With this in placeaskeshav2005-10-281-1/+11
| | | | | | | Systemtap should now be able to build on Ia64. Includes supports for - function probes, return probes, function parameter access and dumping stack backtrace. Added by Anil S Keshavamurthy <Anil.s.keshavamurthy@intel.com>
* 2005-09-14 Martin Hunt <hunt@redhat.com>hunt2005-09-141-9/+20
| | | | | | | * copy.c (__stp_strncpy_from_user): Add ppc64 support. (_stp_strncpy_from_user): Call access_ok(). (_stp_string_from_user): Ditto. (_stp_copy_from_user): Ditto.
* 2005-08-29 Martin Hunt <hunt@redhat.com>hunt2005-08-301-33/+0
| | | | | | * list.c (_stp_copy_argv_from_user): Move to here. * copy.c (_stp_copy_argv_from_user): Delete. * runtime.h: Always include copy.h.
* *** empty log message ***hunt2005-04-071-1/+12
|
* Update to use relayfs.hunt2005-04-071-2/+15
|
* *** empty log message ***hunt2005-03-291-0/+13
|
* *** empty log message ***hunt2005-03-221-1/+5
|
* *** empty log message ***hunt2005-03-221-1/+1
|
* Initial runtime checkin.hunt2005-03-091-0/+137