OpenBSD CVS

src/sys/ddb/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / sys / ddb

Current tag: OPENBSD_4_9_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] db_access.c  1.10   17 years  miod   Disable x/q functionnality on 32bit platforms, because the examination code is n...
[TXT] db_access.h  1.5   22 years  millert   First round of __P removal in sys
[TXT] db_break.c  1.14   13 years  miod   Get rid of the vm_map field of ddb breakpoints and watchpoints, and do not prete...
[TXT] db_break.h  1.9   13 years  miod   Get rid of the vm_map field of ddb breakpoints and watchpoints, and do not prete...
[TXT] db_command.c  1.62   13 years  claudio   Implement m_print as real ddb command "show mbuf addr" in the way other such com...
[TXT] db_command.h  1.30   13 years  claudio   Implement m_print as real ddb command "show mbuf addr" in the way other such com...
[TXT] db_elf.c  1.9   15 years  ray   First pass at removing clauses 3 and 4 from NetBSD licenses. Not sure what's mo...
[TXT] db_examine.c  1.17   14 years  miod   Fix `print $registername' on 64 bit platforms.
[TXT] db_expr.c  1.8   18 years  jsg   ansi/deregister. No binary change.
[TXT] db_extern.h  1.13   17 years  miod   Remove db_check_interrupt() related logic, since it was dummied in practice.
[TXT] db_hangman.c  1.28   16 years  djm   use arc4random_uniform() for random number requests that are not a power of two....
[TXT] db_input.c  1.11   17 years  miod   Remove db_check_interrupt() related logic, since it was dummied in practice.
[TXT] db_interface.h  1.16   13 years  claudio   Implement m_print as real ddb command "show mbuf addr" in the way other such com...
[TXT] db_lex.c  1.9   18 years  jsg   ansi/deregister. No binary change.
[TXT] db_lex.h  1.7   21 years  miod   Don't let variable declarations without "extern" living in .h files. While there...
[TXT] db_output.c  1.26   13 years  marco   stray spaces no code change
[TXT] db_output.h  1.15   17 years  miod   Make the ddb.log sysctl available as an in-ddb variable, $log, for consistency.
[TXT] db_run.c  1.22   13 years  miod   Get rid of the vm_map field of ddb breakpoints and watchpoints, and do not prete...
[TXT] db_run.h  1.10   13 years  miod   Remove ddb single-step load and store counters. Most platforms do not implement ...
[TXT] db_sym.c  1.32   18 years  jsg   ansi/deregister. No binary change.
[TXT] db_sym.h  1.15   19 years  miod   Nuke DB_NO_AOUT, and have platforms with a.out symbols explicitely provide DB_AO...
[TXT] db_trap.c  1.15   13 years  miod   Remove ddb single-step load and store counters. Most platforms do not implement ...
[TXT] db_usrreq.c  1.14   13 years  guenther   Correct the links between threads, processes, pgrps, and sessions, so that the p...
[TXT] db_var.h  1.10   15 years  mpf   Add a new sysctl ``ddb.trigger'' Writing to it, will bring the system into the k...
[TXT] db_variables.c  1.12   17 years  miod   Make sure we alter ddb variables as ints, not longs; only matters on 64 bit plat...
[TXT] db_variables.h  1.7   17 years  miod   Make sure we alter ddb variables as ints, not longs; only matters on 64 bit plat...
[TXT] db_watch.c  1.10   13 years  miod   Get rid of the vm_map field of ddb breakpoints and watchpoints, and do not prete...
[TXT] db_watch.h  1.9   13 years  miod   Get rid of the vm_map field of ddb breakpoints and watchpoints, and do not prete...
[TXT] db_aout.c (in the Attic) [Hide]  1.30   17 years  miod   ALIGNED_POINTER is defined on all platforms.
[TXT] db_aout.h (in the Attic) [Hide]  1.2   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] db_print.c (in the Attic) [Hide]  1.12   16 years  miod   temporary ddb buffers need to be a bit larger on 64 bit systems to cope with som...
[TXT] db_struct.c (in the Attic) [Hide]  1.1   14 years  miod   Introduce option DDB_STRUCT. Kernels compiled with this option (except on a few ...
[TXT] db_structinfo.c (in the Attic) [Hide]  1.4   13 years  miod   Do not #include <sys/dkstat.h> if you don't need anything from it. ok krw@ deraa...
[TXT] db_write_cmd.c (in the Attic) [Hide]  1.11   15 years  miod   Allow 8 byte writes from ddb (w/q) on 64 bit platforms, just like we allow 8 byt...
[TXT] parse_structinfo.awk (in the Attic) [Hide]  1.1   14 years  miod   Introduce option DDB_STRUCT. Kernels compiled with this option (except on a few ...