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


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] db_access.c  1.16   4 years  mpi   db_addr_t -> vaddr_t ok deraadt@
[TXT] db_access.h  1.12   2 months  cheloha   ddb(4): db_read_bytes/db_write_bytes: change dst/src parameter to void* Almost ...
[TXT] db_break.c  1.23   14 months  guenther   Delete obsolete /* ARGSUSED */ lint comments. ok miod@ millert@
[TXT] db_break.h  1.12   4 years  mpi   db_addr_t -> vaddr_t ok deraadt@
[TXT] db_command.c  1.101   6 days  jsg   remove prototypes with no matching function ok mpi@
[TXT] db_command.h  1.35   2 years  naddy   ddb: constify command tables ok jca@
[TXT] db_ctf.c  1.34   2 months  claudio   Improve db_ctf_pprint(), implement handlers for arrays and enums. Use db_get_va...
[TXT] db_dwarf.c  1.7   6 years  mpi   Use <elf.h> in !_KERNEL code path.
[TXT] db_elf.c  1.32   3 years  jsg   spelling
[TXT] db_elf.h  1.2   6 years  mpi   Merge two functions to lookup ELF sections by name. ok claudio@, jasper@
[TXT] db_examine.c  1.28   14 months  guenther   Delete obsolete /* ARGSUSED */ lint comments. ok miod@ millert@
[TXT] db_expr.c  1.18   3 years  deraadt   sick of the CMU, let's make this KNF
[TXT] db_extern.h  1.22   6 days  jsg   remove prototypes with no matching function ok mpi@
[TXT] db_hangman.c  1.38   3 years  deraadt   sick of the CMU, let's make this KNF
[TXT] db_input.c  1.19   3 years  deraadt   sick of the CMU, let's make this KNF
[TXT] db_interface.h  1.27   3 months  beck   Remove Softdep. Softdep has been a no-op for some time now, this removes it to ...
[TXT] db_lex.c  1.15   3 years  deraadt   sick of the CMU, let's make this KNF
[TXT] db_lex.h  1.9   8 years  mpi   Do not expose private functions.
[TXT] db_output.c  1.37   2 years  bluhm   Prevent interleaved stack traces in ddb from multiple CPUs. Check atomically wh...
[TXT] db_output.h  1.17   3 years  jcs   ddb: when a new wsdisplay console attaches, resize ddb cols/rows to it ok visa
[TXT] db_prof.c  1.5   2 years  jasper   add kprobes provider for dt this allows us to dynamically trace function bounda...
[TXT] db_rint.c  1.1   22 months  jca   Add db_rint(), an MI interface to db_enter() copied from kdbrint() in vax code ...
[TXT] db_run.c  1.31   14 months  guenther   Delete obsolete /* ARGSUSED */ lint comments. ok miod@ millert@
[TXT] db_run.h  1.12   4 years  mpi   Substitute boolean_t/TRUE/FALSE by int/1/0. ok dlg@, jasper@, anton@
[TXT] db_sym.c  1.56   2 years  jasper   fix scentence in db_printsym comment
[TXT] db_sym.h  1.36   2 years  jsg   use NULL not 0 for pointer values in kern ok semarie@
[TXT] db_trap.c  1.30   4 years  mpi   Substitute boolean_t/TRUE/FALSE by int/1/0. ok dlg@, jasper@, anton@
[TXT] db_usrreq.c  1.22   3 years  gnezdo   Finish converting ddb_sysctl to sysctl_int_bounded I missed the verbose pattern...
[TXT] db_var.h  1.14   3 years  deraadt   sick of the CMU, let's make this KNF
[TXT] db_variables.c  1.22   14 months  guenther   Delete obsolete /* ARGSUSED */ lint comments. ok miod@ millert@
[TXT] db_variables.h  1.8   8 years  mpi   Kill trailing whitespaces. No object change.
[TXT] db_watch.c  1.19   14 months  guenther   Delete obsolete /* ARGSUSED */ lint comments. ok miod@ millert@
[TXT] db_watch.h  1.11   4 years  mpi   db_addr_t -> vaddr_t ok deraadt@
[TXT] db_aout.c (in the Attic) [Hide]  1.31   10 years  deraadt   Remove support for a.out and ecoff. We only do elf now. ok miod
[TXT] db_aout.h (in the Attic) [Hide]  1.3   10 years  deraadt   Remove support for a.out and ecoff. We only do elf now. ok miod
[TXT] db_ctf.h (in the Attic) [Hide]  1.2   7 years  jasper   rename ddb/db_ctf.h to sys/ctf.h which is the expected location for the public C...
[TXT] db_dwarf.h (in the Attic) [Hide]  1.2   8 years  mpi   Collapse db_dwarf.h into db_sym.h ok matthew@
[TXT] db_print.c (in the Attic) [Hide]  1.18   8 years  mpi   Move db_show_regs() in the only file where it is used and turn it private. ok m...
[TXT] db_struct.c (in the Attic) [Hide]  1.5   6 years  mpi   Remove option DDB_STRUCTINFO. Now that ddb(4) is CTF aware, similar functionnal...
[TXT] db_structinfo.c (in the Attic) [Hide]  1.17   6 years  mpi   Remove option DDB_STRUCTINFO. Now that ddb(4) is CTF aware, similar functionnal...
[TXT] db_write_cmd.c (in the Attic) [Hide]  1.15   8 years  mpi   Keep db_write_cmd() in the only place where it is used, just like we did with db...
[TXT] parse_structinfo.awk (in the Attic) [Hide]  1.2   10 years  guenther   This has been rewritten in perl as parse_structinfo.pl ok miod@
[TXT] parse_structinfo.pl (in the Attic) [Hide]  1.4   6 years  mpi   Remove option DDB_STRUCTINFO. Now that ddb(4) is CTF aware, similar functionnal...