summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-12-09Cleanup of the prototypesMarin Ramesa
2013-12-09vm/vm_page.h: remove unused variablesMarin Ramesa
2013-12-09kern/syscall_sw.c: use boolean instead of an intMarin Ramesa
2013-12-09kern/refcount.h: remove unnecessary includeMarin Ramesa
2013-12-09kern/rbtree.h: remove unnecessary includeMarin Ramesa
2013-12-09kern/priority.c: update commentMarin Ramesa
2013-12-09kern/pc_sample.c: remove unused variablesMarin Ramesa
2013-12-09kern/lock_mon.c: remove dead assignmentsMarin Ramesa
2013-12-09kern/lock_mon.c: use spl_t instead of an intMarin Ramesa
2013-12-09kern/act.h: remove prototype without definitionMarin Ramesa
2013-12-09Add commentSamuel Thibault
2013-12-09ipc/port.h: update commentMarin Ramesa
2013-12-09ipc/mach_port.c: use boolean instead of an intMarin Ramesa
2013-12-09ipc/ipc_init.c: qualify constant with constMarin Ramesa
2013-12-09i386/intel/pmap.c: remove unused variableMarin Ramesa
2013-12-09i386/intel/pmap.c: use boolean instead of an intMarin Ramesa
2013-12-09time: remove unused variableMarin Ramesa
2013-12-09i386/i386at/rtc.c: use boolean instead of an intMarin Ramesa
2013-12-09i386/i386at/kd.c: use boolean instead of an unsigned intMarin Ramesa
2013-12-09i386/i386at/kd.c: use boolean instead of an intMarin Ramesa
2013-12-09i386/i386at/model_dep.c, kd.c: use boolean instead of an intMarin Ramesa
2013-12-09i386/i386at/immc.c, kd.c: use boolean instead of an intMarin Ramesa
2013-12-09i386/i386/user_ldt.c: remove unused variableMarin Ramesa
2013-12-09i386/i386/trap.c: remove unused variablesMarin Ramesa
2013-12-08i386/i386/trap.c: remove unused variableMarin Ramesa
2013-12-08i386/i386/pit.c: remove unused variablesMarin Ramesa
2013-12-08i386/i386/pic.c: remove unused variablesMarin Ramesa
2013-12-08i386/i386/mp_desc.c: remove unused variableMarin Ramesa
2013-12-08i386/i386/ipl.h: remove ifdef and add ifndefMarin Ramesa
2013-12-08i386/i386/db_interface.c: use boolean instead of an intMarin Ramesa
2013-12-08device/tty.h, chario.h: move prototypeMarin Ramesa
2013-12-08device/kmsg.c: use boolean instead of an intMarin Ramesa
2013-12-08device/kmsg.c: use boolean instead of an intMarin Ramesa
2013-12-08device/if_ether.h: remove unused variableMarin Ramesa
2013-12-08device/dev_lookup.c: remove unused lockMarin Ramesa
2013-12-08device/cirbuf.c: use boolean instead of an intMarin Ramesa
2013-12-08device/chario.c: use boolean instead of an intMarin Ramesa
2013-12-08ddb/db_output.c: remove duplicate functionMarin Ramesa
2013-12-08ddb/db_output.c: remove call to nonexistent db_printf_enter()Marin Ramesa
2013-12-08ddb/db_command.h: remove duplicate variable declarationMarin Ramesa
2013-12-08ddb/db_command.c: remove forward declarationMarin Ramesa
2013-12-08i386/i386/setjmp.h: remove ifdefMarin Ramesa
2013-12-08kern/machine.c: remove __volatile__Marin Ramesa
2013-12-08ipc/ipc_port.c: trivial stylistic fix for consistencyMarin Ramesa
2013-12-08Make unsigned character constants unsignedSamuel Thibault
2013-12-08Always make Assert trigger debuggerSamuel Thibault
2013-12-08Fix implicit declaration of functionSamuel Thibault
2013-12-08device/device_types_kernel.h: remove redeclaration of dev_port_lookup()Marin Ramesa
2013-12-08Add ifndefsMarin Ramesa
2013-12-08Add comments after endifsMarin Ramesa