NetBSD/sys/ddb
dsl e21a34c25e Add some pre-processor magic to verify that the type of the data item
passed to sysctl_createv() actually matches the declared type for
  the item itself.
In the places where the caller specifies a function and a structure
  address (typically the 'softc') an explicit (void *) cast is now needed.
Fixes bugs in sys/dev/acpi/asus_acpi.c sys/dev/bluetooth/bcsp.c
  sys/kern/vfs_bio.c sys/miscfs/syncfs/sync_subr.c and setting
  AcpiGbl_EnableAmlDebugObject.
(mostly passing the address of a uint64_t when typed as CTLTYPE_INT).
I've test built quite a few kernels, but there may be some unfixed MD
  fallout. Most likely passing &char[] to char *.
Also add CTLFLAG_UNSIGNED for unsiged decimals - not set yet.
2012-06-02 21:36:41 +00:00
..
db_access.c quick fix for crash(8) build failure caused by my previous commit (rev 2009-09-28 05:53:37 +00:00
db_access.h
db_break.c
db_break.h
db_command.c Remove MALLOC_DEBUG and MALLOCLOG, which is dead code after malloc(9) move 2012-04-28 23:03:39 +00:00
db_command.h
db_cpu.c When looking for the next element of cpu_queue compare the pointer to the 2011-02-20 10:24:45 +00:00
db_cpu.h
db_elf.c Change about 4500 of the K&R function definitions to ANSI ones. 2009-03-14 15:35:58 +00:00
db_examine.c Introduce DDB_EXPR_FMT and replace the logic around DB_EXPR_T_IS_QUAD. 2011-05-26 15:34:12 +00:00
db_expr.c
db_extern.h
db_input.c Define db_hist_put() only when DDB_HISTORY_SIZE != 0 so that 2010-08-31 07:48:23 +00:00
db_interface.h add __printflike where needed 2012-02-10 02:14:23 +00:00
db_kernel.c include ddb headers *after* sys/types.h or sys/param.h. 2009-03-08 11:40:00 +00:00
db_lex.c Introduce DDB_EXPR_FMT and replace the logic around DB_EXPR_T_IS_QUAD. 2011-05-26 15:34:12 +00:00
db_lex.h
db_lwp.c include <sys/cpu.h> when using cpu specific info. fixes building 2011-04-12 08:42:12 +00:00
db_lwp.h add __printflike where needed 2012-02-10 02:14:23 +00:00
db_output.c Retire varargs.h support. Move machine/stdarg.h logic into MI 2011-07-17 20:54:30 +00:00
db_output.h Add __printflike attribution to use vprintf and friends with an argument 2012-03-15 02:02:20 +00:00
db_print.c include <sys/cpu.h> when using cpu specific info. fixes building 2011-04-12 08:42:12 +00:00
db_proc.c Like ddb(4) "ps/l", use '>' sign to indicate running LWPs for the /w 2011-10-23 13:30:20 +00:00
db_proc.h
db_run.c
db_run.h
db_sym.c fix printf formats. 2012-02-10 02:14:04 +00:00
db_sym.h add __printflike where needed 2012-02-10 02:14:23 +00:00
db_trap.c Since curlwp and curproc must always be non-NULL, remove the == NULL branches. 2011-02-09 18:24:44 +00:00
db_user.h include stddef.h for offsetof 2011-12-31 22:42:25 +00:00
db_variables.c Add some pre-processor magic to verify that the type of the data item 2012-06-02 21:36:41 +00:00
db_variables.h
db_watch.c
db_watch.h
db_write_cmd.c Include "ctype.h" in the central place which deals with building the 2010-02-02 09:04:14 +00:00
db_xxx.c If we are DIAGNOSTIC don't try to go further if we failed to take the 2011-12-03 16:25:49 +00:00
ddb.h add boilerplate missed in initial commit 2009-04-10 22:29:30 +00:00
ddbvar.h
files.ddb Define SYMTAB_SPACE in opt_ksyms.h, not opt_ddbparam.h. Ensure 2011-07-28 13:42:16 +00:00
TODO