History log of /src/sys/ddb/db_expr.c |
Revision | | Date | Author | Comments |
1.16 |
| 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.15 |
| 22-Feb-2007 |
thorpej | branches: 1.15.42; 1.15.52; 1.15.58; TRUE -> true, FALSE -> false
|
1.14 |
| 21-Feb-2007 |
thorpej | Replace the Mach-derived boolean_t type with the C99 bool type. A future commit will replace use of TRUE and FALSE with true and false.
|
1.13 |
| 15-Feb-2002 |
simonb | branches: 1.13.32; 1.13.70; ANSIfy, KNF. Make some variables and functions static when not used outside of a module. Make variables in headers extern. Delete the unused db_find_watchpoint() function.
|
1.12 |
| 12-Nov-2001 |
lukem | add RCSIDs
|
1.11 |
| 09-Jul-2000 |
mycroft | branches: 1.11.2; 1.11.4; Fix compiler warning.
|
1.10 |
| 08-Jul-2000 |
eeh | Fix for:
7. Numbers starting with [a-f] should work, but symbols of the same name should have priority.
|
1.9 |
| 12-Apr-1999 |
pk | branches: 1.9.2; Quote "AS IS" as in the majority of Carnegy Mellon notices.
|
1.8 |
| 06-Apr-1999 |
pk | Fix a pasto in copyright text which has been procreating like rabbits..
|
1.7 |
| 26-Jun-1997 |
thorpej | branches: 1.7.16; Use db_expr_t rather than int when reading a value from the kernel address space, to avoid type-size problems.
|
1.6 |
| 03-Feb-1997 |
cgd | fix various 64-bitness bugs.
|
1.5 |
| 05-Feb-1996 |
christos | DDB prototype changes.
|
1.4 |
| 29-Jun-1994 |
cgd | New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD'
|
1.3 |
| 18-Dec-1993 |
mycroft | Canonicalize all #includes.
|
1.2 |
| 20-May-1993 |
cgd | branches: 1.2.4; add explicit rcs id
|
1.1 |
| 21-Mar-1993 |
cgd | branches: 1.1.1; Initial revision
|
1.1.1.1 |
| 21-Mar-1993 |
cgd | initial import of 386bsd-0.1 sources
|
1.2.4.1 |
| 14-Nov-1993 |
mycroft | Canonicalize all #includes.
|
1.7.16.2 |
| 12-Apr-1999 |
pk | branches: 1.7.16.2.2; Pullup copyright text corrections.
|
1.7.16.1 |
| 07-Apr-1999 |
pk | Pull up from trunk: copyright text warts.
|
1.7.16.2.2.1 |
| 21-Jun-1999 |
thorpej | Sync w/ -current.
|
1.9.2.1 |
| 20-Nov-2000 |
bouyer | Update thorpej_scsipi to -current as of a month ago
|
1.11.4.2 |
| 16-Mar-2002 |
jdolecek | Catch up with -current.
|
1.11.4.1 |
| 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
1.11.2.2 |
| 28-Feb-2002 |
nathanw | Catch up to -current.
|
1.11.2.1 |
| 14-Nov-2001 |
nathanw | Catch up to -current.
|
1.13.70.1 |
| 27-Feb-2007 |
yamt | - sync with head. - move sched_changepri back to kern_synch.c as it doesn't know PPQ anymore.
|
1.13.32.1 |
| 26-Feb-2007 |
yamt | sync with head.
|
1.15.58.1 |
| 13-May-2009 |
jym | Sync with HEAD.
Commit is split, to avoid a "too many arguments" protocol error.
|
1.15.52.1 |
| 28-Apr-2009 |
skrll | Sync with HEAD.
|
1.15.42.1 |
| 04-May-2009 |
yamt | sync with head.
|