Age | Commit message (Expand) | Author |
2013-12-15 | Declare void argument lists | Marin Ramesa |
2013-12-11 | i386/i386at/kd_mouse.c (kd_mouse_open): remove forward declaration | Marin Ramesa |
2013-12-11 | i386/i386at/kd.c (kdinit): remove forward declaration | Marin Ramesa |
2013-12-11 | i386/i386at/kd.c (kdmmap): remove unnecessary cast | Marin Ramesa |
2013-12-11 | i386/i386at/kd.c: remove forward declarations | Marin Ramesa |
2013-12-11 | i386/i386/db_trace.c (db_i386_stack_trace): remove unnecessary cast | Marin Ramesa |
2013-12-11 | i386/i386/db_trace.c: remove forward declaration | Marin Ramesa |
2013-12-11 | ipc/mach_debug.c (mach_port_kernel_object): remove unnecessary cast | Marin Ramesa |
2013-12-11 | ipc/mach_debug.c (mach_port_kernel_object): remove unnecessary cast | Marin Ramesa |
2013-12-11 | Cleanup of the memcpy(), memmove(), memcmp() and memset() calls | Marin Ramesa |
2013-12-10 | device/subrs.c: use io_req_t instead of struct buf | Marin Ramesa |
2013-12-10 | device/net_io.c: remove forward declarations | Marin Ramesa |
2013-12-10 | device/dev_pager.c: remove forward declarations | Marin Ramesa |
2013-12-10 | device/dev_pager.c: remove forward declaration | Marin Ramesa |
2013-12-10 | device/dev_pager.c (device_pager_data_request_done): remove unnecessary cast | Marin Ramesa |
2013-12-10 | device/dev_pager.c (device_pager_data_request): cast to (void *) instead to (... | Marin Ramesa |
2013-12-10 | device/dev_pager.c (device_pager_data_request): remove forward declaration | Marin Ramesa |
2013-12-10 | device/cons.c: fix argument list | Marin Ramesa |
2013-12-10 | device/cirbuf.c (cb_free): use vm_size_t instead of an int | Marin Ramesa |
2013-12-10 | device/cirbuf.c (cb_alloc): use vm_size_t instead of an int | Marin Ramesa |
2013-12-10 | device/chario.c: trivial stylistic fix for consistency | Marin Ramesa |
2013-12-10 | i386/i386/db_interface.c: use vm_offset_t instead of an unsigned int | Marin Ramesa |
2013-12-10 | i386/i386at/kd_event.c (kbdsetstat): fix difference in signedness | Marin Ramesa |
2013-12-10 | i386: move prototypes to fix implicit declaration of function | Marin Ramesa |
2013-12-09 | ddb/db_trap.c (db_task_trap): remove forward declarations | Marin Ramesa |
2013-12-09 | Use db_addr_t instead of db_expr_t | Marin Ramesa |
2013-12-09 | ddb/db_print.c: use unsigned long instead of an unsigned int | Marin Ramesa |
2013-12-09 | ddb/db_mp.c: definition of db_console() only if CONSOLE_ON_MASTER | Marin Ramesa |
2013-12-09 | ddb/db_mp.c: use boolean instead of an int | Marin Ramesa |
2013-12-09 | ddb/db_examine.c: trivial stylistic fix for consistency | Marin Ramesa |
2013-12-09 | ddb/db_examine.c (db_examine_cmd): remove forward declaration | Marin Ramesa |
2013-12-09 | ddb/db_command.c (db_command): remove forward declaration | Marin Ramesa |
2013-12-09 | ddb/db_command.c: use boolean values | Marin Ramesa |
2013-12-09 | i386/i386at/kd.c: use io_req instead of uio | Marin Ramesa |
2013-12-09 | ddb/db_break.c (db_find_thread_breakpoint_here): remove unnecessary cast | Marin Ramesa |
2013-12-09 | ddb/db_break.c (db_add_thread_breakpoint): fix argument list | Marin Ramesa |
2013-12-09 | ddb/db_aout.c (aout_db_lookup): remove forward declaration | Marin Ramesa |
2013-12-09 | ddb/db_aout.c (aout_db_qualified_search): use DB_SYM_NULL as return value | Marin Ramesa |
2013-12-09 | i386/i386/db_interface.c: remove forward declaration | Marin Ramesa |
2013-12-09 | i386/i386at/lpr.c: fix initalization from incompatible pointer type | Marin Ramesa |
2013-12-09 | i386/i386at/com.c: fix assignment from incompatible pointer type | Marin Ramesa |
2013-12-09 | i386/i386at/com.c: fix initialization from incompatible pointer type | Marin Ramesa |
2013-12-09 | kern/startup.c: use boolean values | Marin Ramesa |
2013-12-09 | vm/vm_map.c: use boolean instead of an int | Marin Ramesa |
2013-12-09 | vm/vm_object.c: remove unused variable | Marin Ramesa |
2013-12-09 | vm/vm_pageout.c: remove forward declarations | Marin Ramesa |
2013-12-09 | i386/i386at/pic_isa.c: remove forward declaration | Marin Ramesa |
2013-12-09 | i386/i386at/model_dep.c: fix argument list | Marin Ramesa |
2013-12-09 | i386/i386at/lpr.c: fix argument list | Marin Ramesa |
2013-12-09 | ddb/db_output.c: remove forward declaration | Marin Ramesa |