aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Cleanup of the prototypesMarin Ramesa2013-12-099-41/+0
* vm/vm_page.h: remove unused variablesMarin Ramesa2013-12-091-5/+0
* kern/syscall_sw.c: use boolean instead of an intMarin Ramesa2013-12-091-1/+1
* kern/refcount.h: remove unnecessary includeMarin Ramesa2013-12-091-2/+0
* kern/rbtree.h: remove unnecessary includeMarin Ramesa2013-12-091-1/+0
* kern/priority.c: update commentMarin Ramesa2013-12-091-1/+1
* kern/pc_sample.c: remove unused variablesMarin Ramesa2013-12-091-3/+0
* kern/lock_mon.c: remove dead assignmentsMarin Ramesa2013-12-091-6/+0
* kern/lock_mon.c: use spl_t instead of an intMarin Ramesa2013-12-091-1/+1
* kern/act.h: remove prototype without definitionMarin Ramesa2013-12-091-1/+0
* Add commentSamuel Thibault2013-12-091-0/+1
* ipc/port.h: update commentMarin Ramesa2013-12-091-1/+1
* ipc/mach_port.c: use boolean instead of an intMarin Ramesa2013-12-091-1/+1
* ipc/ipc_init.c: qualify constant with constMarin Ramesa2013-12-091-1/+1
* i386/intel/pmap.c: remove unused variableMarin Ramesa2013-12-091-2/+0
* i386/intel/pmap.c: use boolean instead of an intMarin Ramesa2013-12-091-1/+1
* time: remove unused variableMarin Ramesa2013-12-092-2/+0
* i386/i386at/rtc.c: use boolean instead of an intMarin Ramesa2013-12-091-3/+3
* i386/i386at/kd.c: use boolean instead of an unsigned intMarin Ramesa2013-12-091-3/+3
* i386/i386at/kd.c: use boolean instead of an intMarin Ramesa2013-12-091-3/+3
* i386/i386at/model_dep.c, kd.c: use boolean instead of an intMarin Ramesa2013-12-092-4/+3
* i386/i386at/immc.c, kd.c: use boolean instead of an intMarin Ramesa2013-12-092-3/+3
* i386/i386/user_ldt.c: remove unused variableMarin Ramesa2013-12-091-12/+0
* i386/i386/trap.c: remove unused variablesMarin Ramesa2013-12-091-11/+0
* i386/i386/trap.c: remove unused variableMarin Ramesa2013-12-081-3/+0
* i386/i386/pit.c: remove unused variablesMarin Ramesa2013-12-081-2/+0
* i386/i386/pic.c: remove unused variablesMarin Ramesa2013-12-081-3/+0
* i386/i386/mp_desc.c: remove unused variableMarin Ramesa2013-12-081-6/+0
* i386/i386/ipl.h: remove ifdef and add ifndefMarin Ramesa2013-12-081-0/+4
* i386/i386/db_interface.c: use boolean instead of an intMarin Ramesa2013-12-081-3/+3
* device/tty.h, chario.h: move prototypeMarin Ramesa2013-12-083-2/+3
* device/kmsg.c: use boolean instead of an intMarin Ramesa2013-12-081-2/+2
* device/kmsg.c: use boolean instead of an intMarin Ramesa2013-12-081-4/+4
* device/if_ether.h: remove unused variableMarin Ramesa2013-12-082-7/+0
* device/dev_lookup.c: remove unused lockMarin Ramesa2013-12-081-4/+0
* device/cirbuf.c: use boolean instead of an intMarin Ramesa2013-12-081-1/+1
* device/chario.c: use boolean instead of an intMarin Ramesa2013-12-081-1/+1
* ddb/db_output.c: remove duplicate functionMarin Ramesa2013-12-082-13/+2
* ddb/db_output.c: remove call to nonexistent db_printf_enter()Marin Ramesa2013-12-081-3/+0
* ddb/db_command.h: remove duplicate variable declarationMarin Ramesa2013-12-081-2/+0
* ddb/db_command.c: remove forward declarationMarin Ramesa2013-12-081-2/+0
* i386/i386/setjmp.h: remove ifdefMarin Ramesa2013-12-081-2/+0
* kern/machine.c: remove __volatile__Marin Ramesa2013-12-081-3/+0
* ipc/ipc_port.c: trivial stylistic fix for consistencyMarin Ramesa2013-12-081-1/+1
* Make unsigned character constants unsignedSamuel Thibault2013-12-081-3/+3
* Always make Assert trigger debuggerSamuel Thibault2013-12-081-7/+0
* Fix implicit declaration of functionSamuel Thibault2013-12-082-1/+2
* device/device_types_kernel.h: remove redeclaration of dev_port_lookup()Marin Ramesa2013-12-081-1/+0
* Add ifndefsMarin Ramesa2013-12-085-0/+21
* Add comments after endifsMarin Ramesa2013-12-087-13/+13