summaryrefslogtreecommitdiffstats
path: root/runtime/user/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* 2007-10-09 Martin Hunt <hunt@redhat.com>hunt2007-10-091-62/+0
| | | | * user/*: Removed obsolete userspace test files.
* 2006-09-26 David Smith <dsmith@redhat.com>dsmith2006-09-261-0/+5
| | | | | * io.c: Changed 'stpd' references to 'staprun'. * print.c: Ditto.
* 2006-03-30 Martin Hunt <hunt@redhat.com>hunt2006-03-301-0/+4
| | | | * emul.h (kmalloc_node): New.
* 2006-01-25 Martin Hunt <hunt@redhat.com>hunt2006-01-251-0/+5
| | | | | * alloc.c (_stp_alloc_percpu): New function. (_stp_free_percpu): New function.
* 2005-12-14 Martin Hunt <hunt@redhat.com>hunt2005-12-141-0/+4
| | | | * emul.h: Add fake spinlock funcs.
* 2005-12-07 Martin Hunt <hunt@redhat.com>hunt2005-12-071-0/+5
| | | | | * alloc.c: Remove all unused functions. * io.c: Add vprintf() prototype.
* 2005-11-29 Martin Hunt <hunt@redhat.com>hunt2005-11-301-0/+4
| | | | * recreate_links: Remove links to deleted files.
* 2005-11-08 Martin Hunt <hunt@redhat.com>hunt2005-11-081-0/+6
| | | | | | * recreate_links: Add link to pmap-gen.c * print.c (next_fmt): Remove unneeded dbug(). * alloc.c: Update to reflect changes to runtime/alloc.c.
* 2005-10-26 Martin Hunt <hunt@redhat.com>hunt2005-10-261-0/+4
| | | | * recreate_links: Add link to map-gen.c.
* 2005-09-09 Martin Hunt <hunt@redhat.com>hunt2005-09-091-0/+6
| | | | | | * runtime.h: Add arith.c * recreate_links: Add arith.c * emul.h: Define jiffies so arith.c will compile.
* 2005-08-31 Martin Hunt <hunt@redhat.com>hunt2005-08-311-0/+6
| | | | | | * emul.h (_stp_kallsyms_lookup): Renamed from kallsyms_lookup. * runtime.h: Add prototype for exit(); * copy.c: New file. Just some empty functions.
* 2005-08-19 Martin Hunt <hunt@redhat.com>hunt2005-08-191-0/+4
| | | | * runtime.h: Include io.c.
* 2005-07-14 Frank Ch. Eigler <fche@redhat.com>fche2005-07-141-0/+4
| | | | * alloc.c (_stp_error): Rename, to avoid name collision with ../io.c.
* 2005-06-22 Martin Hunt <hunt@redhat.com>hunt2005-06-231-0/+5
* runtime.h: Include config.h first then redefine CONFIG_SMP and NR_CPUS.