index
:
gnumach.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanup of the prototypes
Marin Ramesa
2013-12-09
9
-41
/
+0
*
vm/vm_page.h: remove unused variables
Marin Ramesa
2013-12-09
1
-5
/
+0
*
kern/syscall_sw.c: use boolean instead of an int
Marin Ramesa
2013-12-09
1
-1
/
+1
*
kern/refcount.h: remove unnecessary include
Marin Ramesa
2013-12-09
1
-2
/
+0
*
kern/rbtree.h: remove unnecessary include
Marin Ramesa
2013-12-09
1
-1
/
+0
*
kern/priority.c: update comment
Marin Ramesa
2013-12-09
1
-1
/
+1
*
kern/pc_sample.c: remove unused variables
Marin Ramesa
2013-12-09
1
-3
/
+0
*
kern/lock_mon.c: remove dead assignments
Marin Ramesa
2013-12-09
1
-6
/
+0
*
kern/lock_mon.c: use spl_t instead of an int
Marin Ramesa
2013-12-09
1
-1
/
+1
*
kern/act.h: remove prototype without definition
Marin Ramesa
2013-12-09
1
-1
/
+0
*
Add comment
Samuel Thibault
2013-12-09
1
-0
/
+1
*
ipc/port.h: update comment
Marin Ramesa
2013-12-09
1
-1
/
+1
*
ipc/mach_port.c: use boolean instead of an int
Marin Ramesa
2013-12-09
1
-1
/
+1
*
ipc/ipc_init.c: qualify constant with const
Marin Ramesa
2013-12-09
1
-1
/
+1
*
i386/intel/pmap.c: remove unused variable
Marin Ramesa
2013-12-09
1
-2
/
+0
*
i386/intel/pmap.c: use boolean instead of an int
Marin Ramesa
2013-12-09
1
-1
/
+1
*
time: remove unused variable
Marin Ramesa
2013-12-09
2
-2
/
+0
*
i386/i386at/rtc.c: use boolean instead of an int
Marin Ramesa
2013-12-09
1
-3
/
+3
*
i386/i386at/kd.c: use boolean instead of an unsigned int
Marin Ramesa
2013-12-09
1
-3
/
+3
*
i386/i386at/kd.c: use boolean instead of an int
Marin Ramesa
2013-12-09
1
-3
/
+3
*
i386/i386at/model_dep.c, kd.c: use boolean instead of an int
Marin Ramesa
2013-12-09
2
-4
/
+3
*
i386/i386at/immc.c, kd.c: use boolean instead of an int
Marin Ramesa
2013-12-09
2
-3
/
+3
*
i386/i386/user_ldt.c: remove unused variable
Marin Ramesa
2013-12-09
1
-12
/
+0
*
i386/i386/trap.c: remove unused variables
Marin Ramesa
2013-12-09
1
-11
/
+0
*
i386/i386/trap.c: remove unused variable
Marin Ramesa
2013-12-08
1
-3
/
+0
*
i386/i386/pit.c: remove unused variables
Marin Ramesa
2013-12-08
1
-2
/
+0
*
i386/i386/pic.c: remove unused variables
Marin Ramesa
2013-12-08
1
-3
/
+0
*
i386/i386/mp_desc.c: remove unused variable
Marin Ramesa
2013-12-08
1
-6
/
+0
*
i386/i386/ipl.h: remove ifdef and add ifndef
Marin Ramesa
2013-12-08
1
-0
/
+4
*
i386/i386/db_interface.c: use boolean instead of an int
Marin Ramesa
2013-12-08
1
-3
/
+3
*
device/tty.h, chario.h: move prototype
Marin Ramesa
2013-12-08
3
-2
/
+3
*
device/kmsg.c: use boolean instead of an int
Marin Ramesa
2013-12-08
1
-2
/
+2
*
device/kmsg.c: use boolean instead of an int
Marin Ramesa
2013-12-08
1
-4
/
+4
*
device/if_ether.h: remove unused variable
Marin Ramesa
2013-12-08
2
-7
/
+0
*
device/dev_lookup.c: remove unused lock
Marin Ramesa
2013-12-08
1
-4
/
+0
*
device/cirbuf.c: use boolean instead of an int
Marin Ramesa
2013-12-08
1
-1
/
+1
*
device/chario.c: use boolean instead of an int
Marin Ramesa
2013-12-08
1
-1
/
+1
*
ddb/db_output.c: remove duplicate function
Marin Ramesa
2013-12-08
2
-13
/
+2
*
ddb/db_output.c: remove call to nonexistent db_printf_enter()
Marin Ramesa
2013-12-08
1
-3
/
+0
*
ddb/db_command.h: remove duplicate variable declaration
Marin Ramesa
2013-12-08
1
-2
/
+0
*
ddb/db_command.c: remove forward declaration
Marin Ramesa
2013-12-08
1
-2
/
+0
*
i386/i386/setjmp.h: remove ifdef
Marin Ramesa
2013-12-08
1
-2
/
+0
*
kern/machine.c: remove __volatile__
Marin Ramesa
2013-12-08
1
-3
/
+0
*
ipc/ipc_port.c: trivial stylistic fix for consistency
Marin Ramesa
2013-12-08
1
-1
/
+1
*
Make unsigned character constants unsigned
Samuel Thibault
2013-12-08
1
-3
/
+3
*
Always make Assert trigger debugger
Samuel Thibault
2013-12-08
1
-7
/
+0
*
Fix implicit declaration of function
Samuel Thibault
2013-12-08
2
-1
/
+2
*
device/device_types_kernel.h: remove redeclaration of dev_port_lookup()
Marin Ramesa
2013-12-08
1
-1
/
+0
*
Add ifndefs
Marin Ramesa
2013-12-08
5
-0
/
+21
*
Add comments after endifs
Marin Ramesa
2013-12-08
7
-13
/
+13
[next]