Age | Commit message (Collapse) | Author |
|
* ddb/db_sym.c (db_lookup): Remove forward declaration.
* ddb/db_sym.h (db_lookup): Add prototype.
|
|
* Makefrag.am: Include ddb/db_mp.h.
* ddb/db_mp.c (remote_db, lock_db, unlock_db): Remove forward declarations.
* ddb/db_mp.h: New file.
Add copyright.
[_DDB_DB_MP_H_]: Add ifndef.
(remote_db, lock_db, unlock_db): Add prototypes.
|
|
* ddb/db_run.c (db_set_task_single_step, db_clear_task_single_step): Remove forward declarations.
* ddb/db_run.h (db_set_task_single_step, db_clear_task_single_step): Add prototypes.
|
|
* ddb/db_sym.c (db_name_is_ambiguous): Simplify test for value returned by
X_db_lookup.
|
|
* kern/processor.h (processor_doshutdown): Drop spurious volatile qualifier.
|
|
* kern/machine.c (processor_doaction, processor_doshutdown): Remove forward declarations.
* kern/processor.h (processor_doaction, processor_doshutdown): Add prototypes.
|
|
* kern/eventcount.c [NCPUS] (simpler_thread_setrun): Remove forward declaration.
* kern/eventcount.h [NCPUS] (simpler_thread_setrun): Add prototype.
|
|
* kern/timer.c (timer_init): Remove forward declaration.
* kern/timer.h (timer_init): Add prototype.
|
|
* kern/mach_clock.c (softclock): Remove forward declaration.
* kern/timer.h (softclock): Add prototype.
|
|
* kern/thread.c [MACH_DEBUG] (stack_init, stack_finalize): Remove forward declarations.
* kern/thread.h [MACH_DEBUG] (stack_init, stack_finalize): Add prototypes.
|
|
* vm/vm_map.c (vm_map_delete, vm_map_copyout_page_list, vm_map_copy_page_discard, vm_map_lookup_entry): Remove forward declarations.
* vm/vm_map.h (vm_map_delete, vm_map_copyout_page_list, vm_map_copy_page_discard, vm_map_lookup_entry): Add prototypes.
|
|
* vm/vm_object.c (memory_object_release, vm_object_deactivate_pages, vm_object_copy_delayed): Remove forward declarations.
* vm/vm_object.h (memory_object_release, vm_object_deactivate_pages, vm_object_copy_delayed): Add prototypes.
|
|
|
|
* 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.
|
|
A new call, thread_terminate_release, is added to support self
destruction in threading libraries.
* include/mach/gnumach.defs (thread_terminate_release): New
simpleroutine declaration.
* kern/thread.c: Include vm/vm_user.h and ipc/mach_port.h.
(thread_terminate_release): New function.
* kern/thread.h (thread_terminate_release): New prototype.
|
|
* ipc/mach_port.h (mach_port_destroy): Add prototype.
|
|
* ddb/db_break.c: Don't include ddb/db_access.h.
|
|
* i386/i386/db_interface.h (cnpollc): Add prototype.
|
|
* ddb/db_sym.c: Move assignment outside of if.
(db_lookup): New variable.
|
|
* i386/i386at/kd.h [MACH_KDB] (kdb_kintr): Add prototype.
|
|
* ddb/db_break.c: Include machine/db_interface.h.
|
|
* 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.
|
|
* 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.
|