Age | Commit message (Collapse) | Author |
|
* 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.
|
|
|
|
* i386/i386/fpu.c (init_fpu): Drop FXSR initialization message
|
|
* ddb/db_command.c (_longjmp): Remove prototype.
(vm_map_print): Likewise.
(vm_object_print): Likewise.
(vm_page_print): Likewise.
(vm_map_copy_print): Likewise.
(ipc_port_print): Likewise.
(ipc_pset_print): Likewise.
(db_show_all_slocks): Likewise.
(ipc_kmsg_print): Likewise.
(ipc_msg_print): Likewise.
Include <vm/vm_print.h>.
Include <ipc/ipc_print.h>.
Include <kern/lock.h>.
* i386/i386/setjmp.h [__GNUC__] (_longjmp): Add prototype.
|
|
* ddb/db_trap.c: Include <machine/setjmp.h>.
* i386/i386/setjmp.h (_setjmp): Add prototype.
|