aboutsummaryrefslogtreecommitdiff
path: root/i386
Commit message (Collapse)AuthorAgeFilesLines
* ddb/db_command.c: remove forward declarationsMarin Ramesa2013-12-051-0/+8
| | | | | | | * 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.
* Modify struct db_variableMarin Ramesa2013-11-241-2/+2
| | | | | | | | | | | | * 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.
* Remove leftover register qualifiersMarin Ramesa2013-11-244-6/+6
| | | | | | | | | | | | | | | * 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: fix implicit declaration of functionMarin Ramesa2013-11-211-0/+2
| | | | * i386/i386/db_interface.h (cnpollc): Add prototype.
* i386/i386at/kd.h: fix implicit declaration of functionMarin Ramesa2013-11-211-0/+4
| | | | * i386/i386at/kd.h [MACH_KDB] (kdb_kintr): Add prototype.
* i386/i386/trap.c: fix implicit declaration of functionMarin Ramesa2013-11-201-0/+1
| | | | * i386/i386/trap.c: Include machine/db_interface.h.
* i386/i386/db_trace.c: don't cast to db_addr_tMarin Ramesa2013-11-201-1/+1
| | | | * i386/i386/db_trace.c (db_check_thread_address_valid): Don't cast argument 1 to db_addr_t.
* Comment out db_search_nullSamuel Thibault2013-11-201-2/+4
| | | | | * i386/i386/db_interface.c (db_search_null) [!GNU]: Do not define db_search_null.
* i386/i386/db_interface.c: add comments after else and endifMarin Ramesa2013-11-201-5/+5
| | | | * i386/i386/db_interface.c [GNU]: Add comments after else and endif.
* i386/i386/db_interface.c: remove return valueMarin Ramesa2013-11-201-1/+1
| | | | | | Void function returns with FALSE. Remove return value. * i386/i386/db_interface.c (db_task_name): Remove return value.
* i386/i386/db_trace.c: fix implicit declaration of functionMarin Ramesa2013-11-201-0/+1
| | | | * i386/i386/db_trace.c: Include machine/db_interface.h.
* i386/i386/db_interface.c: fix implicit declaration of functionMarin Ramesa2013-11-201-0/+1
| | | | * i386/i386/db_interface.c: Include string.h.
* i386/i386/db_interface.c: fix implicit declaration of functionMarin Ramesa2013-11-201-0/+1
| | | | * i386/i386/db_interface.c: Include vm/vm_fault.h.
* Fix implicit declaration of functionMarin Ramesa2013-11-201-3/+4
| | | | | | | | * 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.
* Drop volatile function qualifierSamuel Thibault2013-11-201-1/+1
| | | | * i386/i386/setjmp.h (_longjmp): Drop volatile function qualifier.
* Remove dead codeSamuel Thibault2013-11-172-49/+0
| | | | | | | | 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 qualifierMarin Ramesa2013-11-151-1/+1
| | | | * i386/intel/read_fault.c: Remove register qualifier.
* i386/intel/pmap.h: remove register qualifiersMarin Ramesa2013-11-151-3/+3
| | | | * i386/intel/pmap.h: Remove register qualifiers.
* i386/intel/pmap.c: remove register qualifiersMarin Ramesa2013-11-151-79/+79
| | | | * i386/intel/pmap.c: Remove register qualifiers.
* i386/i386at/rtc.h: remove register qualifiersMarin Ramesa2013-11-151-2/+2
| | | | * i386/i386at/rtc.h: Remove register qualifiers.
* i386/i386at/rtc.c: remove register qualifierMarin Ramesa2013-11-151-1/+1
| | | | * i386/i386at/rtc.c: Remove register qualifier.
* i386/i386at/lpr.c: remove register qualifierMarin Ramesa2013-11-151-1/+1
| | | | * i386/i386at/lpr.c: Remove register qualifier.
* i386/i386at/kd_mouse.c: remove register qualifiersMarin Ramesa2013-11-151-10/+10
| | | | * i386/i386at/kd_mouse.c: Remove register qualifiers.
* i386/i386at/kd.c: remove register qualifiersMarin Ramesa2013-11-151-12/+12
| | | | * i386/i386at/kd.c: Remove register qualifiers.
* i386/i386at/kd_event.c: remove register qualifiersMarin Ramesa2013-11-151-13/+13
| | | | * i386/i386at/kd_event.c: Remove register qualifiers.
* i386/i386at/int_init.h: add comment after endifMarin Ramesa2013-11-151-1/+1
| | | | * i386/i386at/int_init.h (__ASSEMBLER__): Add comment after endif.
* i386/i386at/idt.h: add comment after endifMarin Ramesa2013-11-151-1/+1
| | | | * i386/i386at/idt.h (__ASSEMBLER__): Add comment after endif.
* i386/i386at/com.c: remove register qualifiersMarin Ramesa2013-11-151-6/+6
| | | | * i386/i386at/com.c: Remove register qualifiers.
* i386/i386at/com.c: trivial stylistic fix for consistencyMarin Ramesa2013-11-151-1/+1
| | | | * i386/i386at/com.c: Trivial stylistic fix for consistency.
* i386/i386at/autoconf.c: remove register qualifiersMarin Ramesa2013-11-151-3/+3
| | | | * i386/i386at/autoconf.c: Remove register qualifiers.
* i386/i386/trap.c: remove register qualifiersMarin Ramesa2013-11-151-15/+15
| | | | * i386/i386/trap.c: Remove register qualifiers.
* i386/i386/thread.h: add comment after endifMarin Ramesa2013-11-151-1/+1
| | | | * i386/i386/thread.h (LINUX_DEV): Add comment after endif.
* i386/i386/pic.h: add comment after endifMarin Ramesa2013-11-151-1/+1
| | | | * i386/i386/pic.h (__ASSEMBLER__): Add comment after endif.
* i386/i386/pcb.c: remove register qualifiersMarin Ramesa2013-11-151-27/+27
| | | | * i386/i386/pcb.c: Remove register qualifiers.
* i386/i386/mp_desc.c: remove register qualifiersMarin Ramesa2013-11-151-3/+3
| | | | * i386/i386/mp_desc.c: Remove register qualifiers.
* i386/i386/machine_routines.h: add comment after endifMarin Ramesa2013-11-151-1/+1
| | | | * i386/i386/machine_routines.h (_I386_MACHINE_ROUTINES_H_): Add comment after endif.
* i386/i386/loose_ends.c: remove unused variableMarin Ramesa2013-11-151-1/+0
| | | | * i386/i386/loose_ends.c (boothowto): Remove unused variable.
* i386/i386/loose_ends.c: add comment after endifMarin Ramesa2013-11-151-1/+1
| | | | * i386/i386/loose_ends.c (NDEBUG): Add comment after endif.
* i386/i386/lock.h: remove register quaalifierMarin Ramesa2013-11-151-1/+1
| | | | * i386/i386/lock.h: Remove register qualifier.
* i386/i386/kttd_interface.c: trivial stylistic fix for consistencyMarin Ramesa2013-11-151-1/+1
| | | | * i386/i386/kttd_interface.c: Trivial stylistic fix for consistency.
* i386/i386/hardclock.c: add comment after endifMarin Ramesa2013-11-151-1/+1
| | | | * i386/i386/hardclock.c (LINUX_DEV): Add comment after endif.
* i386/i386/fpu.h: remove register qualifiersMarin Ramesa2013-11-151-1/+1
| | | | * i386/i386/fpu.h: Remove register qualifiers.
* i386/i386/fpu.c: remove register qualifiersMarin Ramesa2013-11-151-22/+22
| | | | * i386/i386/fpu.c: Remove register qualifiers.
* i386/i386/db_trace.c: qualify constants with constMarin Ramesa2013-11-151-11/+11
| | | | * i386/i386/db_trace.c: Qualify constants with const.
* i386/i386/db_trace.c: remove register qualifiersMarin Ramesa2013-11-151-7/+7
| | | | * i386/i386/db_trace.c: Remove register qualifiers.
* i386/i386/db_interface.c: remove register qualifiersMarin Ramesa2013-11-151-20/+20
| | | | * i386/i386/db_interface.c: Remove register qualifiers.
* Fix typoMarin Ramesa2013-11-151-1/+1
|
* i386/i386/vm_tuning.h: remove fileMarin Ramesa2013-11-152-36/+0
| | | | | | * 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: add ifndefsMarin Ramesa2013-11-154-0/+20
| | | | | | | * i386/i386at/kd_queue.h: Add ifndef. * i386/i386at/kdsoft.h: Likewise. * i386/i386at/lprreg.h: Likewise. * i386/i386at/rtc.h: Likewise.
* Remove lint codeMarin Ramesa2013-11-093-19/+0
|