Home | History | Annotate | Download | only in ddb
History log of /src/sys/ddb/db_lwp.c
RevisionDateAuthorComments
 1.7  12-Apr-2011  mrg include <sys/cpu.h> when using cpu specific info. fixes building
these as part of sparc64 crash(8).
 1.6  14-Jan-2011  rmind branches: 1.6.2;
Retire struct user, remove sys/user.h inclusions. Note sys/user.h header
as obsolete. Remove USER_TO_UAREA/UAREA_TO_USER macros.

Various #include fixes and review by matt@.
 1.5  17-Dec-2009  rmind branches: 1.5.4;
Replace few USER_TO_UAREA/UAREA_TO_USER uses, reduce sys/user.h inclusions.
 1.4  09-Mar-2009  mrg branches: 1.4.2; 1.4.4; 1.4.6;
include <stdbool.h> if not _KERNEL, and don't include kauth.h if _KERNEL.

now crash builds on i386.
 1.3  08-Mar-2009  mrg include <sys/user.h>
 1.2  08-Mar-2009  mrg include ddb headers *after* sys/types.h or sys/param.h.
 1.1  07-Mar-2009  ad Make ddb compile and work in userspace. Mostly this is comprised of three
types of changes:

- Add a few new methods to replace stuff like p_find(), CPU_INFO_FOREACH.

- Use db_read_bytes() instead of accessing kernel structures directly,
and similar changes.

- Add ifdef _KERNEL where the above hasn't been done, and an XXX comment.
 1.4.6.2  13-May-2009  jym Sync with HEAD.

Commit is split, to avoid a "too many arguments" protocol error.
 1.4.6.1  09-Mar-2009  jym file db_lwp.c was added on branch jym-xensuspend on 2009-05-13 17:19:04 +0000
 1.4.4.3  11-Mar-2010  yamt sync with head
 1.4.4.2  04-May-2009  yamt sync with head.
 1.4.4.1  09-Mar-2009  yamt file db_lwp.c was added on branch yamt-nfs-mp on 2009-05-04 08:12:32 +0000
 1.4.2.2  28-Apr-2009  skrll Sync with HEAD.
 1.4.2.1  09-Mar-2009  skrll file db_lwp.c was added on branch nick-hppapmap on 2009-04-28 07:35:13 +0000
 1.5.4.2  21-Apr-2011  rmind sync with head
 1.5.4.1  05-Mar-2011  rmind sync with head
 1.6.2.1  06-Jun-2011  jruoho Sync with HEAD.

RSS XML Feed