Age | Commit message (Collapse) | Author |
|
* i386/i386/db_interface.c (db_search_null) [!GNU]: Do not define
db_search_null.
|
|
* i386/i386/db_interface.c [GNU]: Add comments after else and endif.
|
|
Void function returns with FALSE. Remove return value.
* i386/i386/db_interface.c (db_task_name): Remove return value.
|
|
* i386/i386/db_trace.c: Include machine/db_interface.h.
|
|
* i386/i386/db_interface.c: Include string.h.
|
|
* i386/i386/db_interface.c: Include vm/vm_fault.h.
|
|
* ddb/db_sym.c (aout_db_sym_init): Remove forward declaration.
* ddb/db_sym.h (aout_db_sym_init): Add prototype.
* i386/i386at/model_dep.c (aout_db_sym_init): Fix call.
[MACH_KDB]: Include ddb/db_sym.h.
[MACH_KDB]: Add comment after else and endif.
|
|
* kern/xpr.c (s): Initialize.
|
|
* kern/startup.c [MACH_KDB]: Include device/cons.h.
|
|
* ipc/ipc_print.h: Include ipc/ipc_pset.h for ipc_pset_t.
|
|
* ddb/db_variables.c (db_set_default_thread, db_get_task_thread, db_arg_variable, fcn): Declare long return type.
|
|
* ddb/db_run.c (brpc): Move declaration into SOFTWARE_SSTEP code.
|
|
* ddb/db_run.c: Trivial stylistic fix for consistency.
|
|
* ddb/db_run.c (ins): Remove variable.
|
|
* ddb/db_variables.c (db_read_write_variable): Remove forward declaration.
* ddb/db_variables.h (db_read_write_variable): Add prototype.
|
|
ddb/db_examine.c (addr, count): Cast to (db_expr_t *).
|
|
* ddb/db_command.c [DB_MACHINE_COMMANDS]: Add comment after endif.
|
|
* i386/i386/setjmp.h (_longjmp): Drop volatile function qualifier.
|
|
* ddb/db_break.c (bkpt): Initialize.
|
|
info_size is initialized to a random value. Quiet the warning by
initializing to zero.
* kern/slab.c (info_size): Initialize to zero.
|
|
optimal_embed is initialized to a random value. Quiet the warning by
initializing to zero.
* kern/slab.c (optimal_embed): Initialize to zero.
|
|
* ddb/db_write_cmd.h: Add copyright.
* ipc/ipc_print.h: Likewise.
* vm/vm_print.h: Likewise.
|
|
Finish up with the addition of ifndefs.
* device/buf.h: Add ifndef.
* device/dev_master.h: Likewise.
* include/device/tty_status.h: Likewise.
* include/mach/version.h: Likewise.
* ipc/ipc_machdep.h: Likewise.
|
|
* ddb/stab.h: Add ifndef.
|
|
* ddb/db_write_cmd.c: Remove register qualifiers.
|
|
* ddb/db_watch.c: Remove register qualifiers.
|
|
* ddb/db_variables.c: Remove register qualifiers.
|
|
* ddb/db_task_thread.c: Remove register qualifiers.
|
|
* ddb/db_sym.h: Add comment after endif.
|
|
* ddb/db_sym.c: Remove register qualifiers.
|
|
* ddb/db_run.h: Add ifndef.
|
|
* ddb/db_run.c: Remove register qualifiers.
|
|
* ddb/db_print.c: Remove register qualifiers.
|
|
* ddb/db_output.h: Add ifndef.
|
|
* ddb/db_output.c: Remove register qualifiers.
|
|
* ddb/db_mp.c: Remove register qualifier.
|
|
* ddb/db_macro.c: Remove register qualifiers.
|
|
* ddb/db_lex.h: Add ifndef.
|
|
* ddb/db_lex.c: Remove register qualifiers.
|
|
* ddb/db_input.c: Remove register qualifiers.
|
|
* ddb/db_expr.c: Remove register qualifier.
|
|
* ddb/db_examine.c: Remove register qualifiers.
|
|
* ddb/db_cond.c: Remove register qualifiers.
|
|
* ddb/db_command.h: Add ifndef.
|
|
* ddb/db_command.c: Remove register qualifiers.
|
|
* ddb/db_break.c: Remove register qualifiers.
|
|
* ddb/db_aout.c: Remove register qualifiers.
|
|
* ddb/db_access.h: Add ifndef.
|
|
* ddb/db_access.c: Remove register qualifiers.
|
|
Thanks Marin Ramesa for the report.
* i386/i386/user_ldt.c (selector_check): Remove function.
* i386/i386/user_ldt.h (S_CODE, S_STACK, S_DATA): Remove macros.
(selector_check): Remove declaration.
|