Age | Commit message (Collapse) | Author |
|
* ddb/db_command.c: Include machine/db_interface.h.
(db_help_cmd, db_stack_trace_cmd): Remove forward declarations.
* ddb/db_command.h (db_help_cmd): Add prototype.
* i386/i386/db_interface.h (db_stack_trace_cmd): Add prototype.
|
|
* ddb/db_macro.c (db_arg_variable): Make function void.
* ddb/db_macro.h (db_arg_variable): Declare void return.
* ddb/db_task_thread.c (db_set_default_thread): Make function void.
(db_get_task_thread): Make function void.
* ddb/db_variables.c (db_set_default_thread, db_get_task_thread, db_arg_variable): Declare void return.
(db_read_write_variable): Use void in initialization.
* ddb/db_variables.h (db_variable): Make third member return void.
[FCN_NULL]: Define void.
* i386/i386/db_trace.c (db_i386_reg_value): Make function void.
|
|
* ddb/db_break.c: Remove register qualifiers.
* i386/i386/pcb.c: Likewise.
* i386/i386at/com.c: Likewise.
* i386/i386at/lpr.c: Likewise.
* i386/intel/pmap.c: Likewise.
* kern/machine.c: Likewise.
* kern/queue.h: Likewise.
* kern/sched_prim.c: Likewise.
* kern/sched_prim.h: Likewise.
* kern/timer.c: Likewise.
* vm/vm_fault.c: Likewise.
* vm/vm_resident.h: Likewise.
|
|
* i386/i386/db_interface.h (cnpollc): Add prototype.
|
|
* i386/i386at/kd.h [MACH_KDB] (kdb_kintr): Add prototype.
|
|
* i386/i386/trap.c: Include machine/db_interface.h.
|
|
* i386/i386/db_trace.c (db_check_thread_address_valid): Don't cast argument 1 to db_addr_t.
|
|
* 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.
|
|
* i386/i386/setjmp.h (_longjmp): Drop volatile function qualifier.
|
|
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.
|
|
* i386/intel/read_fault.c: Remove register qualifier.
|
|
* i386/intel/pmap.h: Remove register qualifiers.
|
|
* i386/intel/pmap.c: Remove register qualifiers.
|
|
* i386/i386at/rtc.h: Remove register qualifiers.
|
|
* i386/i386at/rtc.c: Remove register qualifier.
|
|
* i386/i386at/lpr.c: Remove register qualifier.
|
|
* i386/i386at/kd_mouse.c: Remove register qualifiers.
|
|
* i386/i386at/kd.c: Remove register qualifiers.
|
|
* i386/i386at/kd_event.c: Remove register qualifiers.
|
|
* i386/i386at/int_init.h (__ASSEMBLER__): Add comment after endif.
|
|
* i386/i386at/idt.h (__ASSEMBLER__): Add comment after endif.
|
|
* i386/i386at/com.c: Remove register qualifiers.
|
|
* i386/i386at/com.c: Trivial stylistic fix for consistency.
|
|
* i386/i386at/autoconf.c: Remove register qualifiers.
|
|
* i386/i386/trap.c: Remove register qualifiers.
|
|
* i386/i386/thread.h (LINUX_DEV): Add comment after endif.
|
|
* i386/i386/pic.h (__ASSEMBLER__): Add comment after endif.
|
|
* i386/i386/pcb.c: Remove register qualifiers.
|
|
* i386/i386/mp_desc.c: Remove register qualifiers.
|
|
* i386/i386/machine_routines.h (_I386_MACHINE_ROUTINES_H_): Add comment after endif.
|
|
* i386/i386/loose_ends.c (boothowto): Remove unused variable.
|
|
* i386/i386/loose_ends.c (NDEBUG): Add comment after endif.
|
|
* i386/i386/lock.h: Remove register qualifier.
|
|
* i386/i386/kttd_interface.c: Trivial stylistic fix for consistency.
|
|
* i386/i386/hardclock.c (LINUX_DEV): Add comment after endif.
|
|
* i386/i386/fpu.h: Remove register qualifiers.
|
|
* i386/i386/fpu.c: Remove register qualifiers.
|
|
* i386/i386/db_trace.c: Qualify constants with const.
|
|
* i386/i386/db_trace.c: Remove register qualifiers.
|
|
* i386/i386/db_interface.c: Remove register qualifiers.
|
|
|
|
* i386/Makefrag.am: Remove i386/i386/vm_tuning.h.
* i386/i386/vm_tuning.h: Remove file.
* vm/vm_pageout.c: Don't include i386/i386/vm_tuning.h.
|
|
* i386/i386at/kd_queue.h: Add ifndef.
* i386/i386at/kdsoft.h: Likewise.
* i386/i386at/lprreg.h: Likewise.
* i386/i386at/rtc.h: Likewise.
|
|
|