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
*
vm: remove the declaration of memory_object_create_proxy
Justus Winter
2014-01-16
1
-11
/
+0
*
kern: align kmem_cache objects using __cacheline_aligned
Justus Winter
2014-01-09
1
-1
/
+2
*
include: add new file for cache-related definitions
Justus Winter
2014-01-09
1
-0
/
+25
*
kern: optimize the layout of struct kmem_cache
Justus Winter
2014-01-06
1
-6
/
+12
*
kern: explain the significance of the chosen length
Justus Winter
2014-01-05
1
-1
/
+3
*
linux: fix bit tests
Justus Winter
2014-01-05
1
-6
/
+6
*
linux: fix bit tests
Justus Winter
2014-01-05
5
-8
/
+8
*
kern: make struct kmem_cache fit into two cache lines
Justus Winter
2014-01-03
1
-1
/
+1
*
kern: reduce the size of struct task
Justus Winter
2014-01-03
1
-3
/
+5
*
vm: reduce the size of struct vm_page
Justus Winter
2014-01-03
1
-1
/
+1
*
vm: merge the two bit fields in struct vm_page
Justus Winter
2014-01-03
1
-7
/
+3
*
vm: remove NS32000-specific padding from struct vm_page
Justus Winter
2014-01-03
1
-3
/
+0
*
Make sure cursor is initialized
Samuel Thibault
2014-01-02
2
-0
/
+21
*
i386/include/mach/i386/mach_i386_types.h: add comments after else and endif
Marin Ramesa
2014-01-01
1
-2
/
+2
*
Add comment after endif
Marin Ramesa
2014-01-01
1
-1
/
+1
*
Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/gnumach
Samuel Thibault
2013-12-20
1
-0
/
+4
|
\
|
*
i386: add missing includes
Justus Winter
2013-12-18
1
-0
/
+4
*
|
Mark pure functions with attribute pure
Marin Ramesa
2013-12-20
12
-18
/
+18
*
|
kern/strings.c (strlen): mark with attribute pure
Marin Ramesa
2013-12-20
1
-1
/
+1
*
|
ddb/db_watch.c (db_watchpoint_cmd): remove forward declaration
Marin Ramesa
2013-12-20
1
-1
/
+0
*
|
Declare void argument lists (part 2)
Marin Ramesa
2013-12-20
13
-19
/
+19
|
/
*
kern: avoid the casts in enqueue_head() and enqueue_tail()
Marin Ramesa
2013-12-17
3
-3
/
+3
*
Mark functions that don't return with attribute noreturn
Marin Ramesa
2013-12-17
14
-19
/
+19
*
vm: qualify pointers whose dereferenced values are constant with const
Marin Ramesa
2013-12-17
9
-21
/
+21
*
util: qualify pointers whose dereferenced values are constant with const
Marin Ramesa
2013-12-17
2
-5
/
+5
*
kern: qualify pointers whose dereferenced values are constant with const
Marin Ramesa
2013-12-17
16
-54
/
+55
*
ipc: qualify pointers whose dereferenced values are constant with const
Marin Ramesa
2013-12-17
7
-14
/
+14
*
i386: qualify pointers whose dereferenced values are constant with const
Marin Ramesa
2013-12-17
21
-48
/
+48
*
device: qualify pointers whose dereferenced values are constant with const
Marin Ramesa
2013-12-17
12
-93
/
+93
*
Cleanup of the copyin() and copyout() calls
Marin Ramesa
2013-12-17
4
-18
/
+18
*
kern/sched_prim.h: remove unnecessary __GNUC__ #ifdef
Marin Ramesa
2013-12-17
1
-4
/
+1
*
xen: add missing includes
Justus Winter
2013-12-17
1
-0
/
+2
*
kern: quiet GCC warnings about set but unused variables
Marin Ramesa
2013-12-16
3
-19
/
+9
*
Quiet GCC warning about uninitialized variable
Marin Ramesa
2013-12-16
2
-2
/
+2
*
i386/i386/db_trace.c: use (long *) instead of an (int *)
Marin Ramesa
2013-12-15
1
-1
/
+1
*
device/dev_pager.c (device_pager_data_request_done): cast to size_t instead t...
Marin Ramesa
2013-12-15
1
-1
/
+1
*
device/dev_pager.c: remove unnecessary casts
Marin Ramesa
2013-12-15
1
-2
/
+2
*
kern/sched_prim.c: avoid casts
Marin Ramesa
2013-12-15
1
-3
/
+3
*
ddb: qualify pointers whose dereferenced values are constant with const
Marin Ramesa
2013-12-15
33
-145
/
+146
*
Fix gcc signedness warning
Samuel Thibault
2013-12-15
2
-5
/
+5
*
Type definition
Marin Ramesa
2013-12-15
10
-24
/
+24
*
ddb/db_expr.c (db_mult_expr): initialize lhs
Marin Ramesa
2013-12-15
1
-1
/
+1
*
ddb/db_break.c (db_delete_cmd): remove unnecessary initialization
Marin Ramesa
2013-12-15
1
-1
/
+1
*
ddb/db_break.c (db_find_breakpoint_here): remove unnecessary casts
Marin Ramesa
2013-12-15
1
-1
/
+1
*
vm/vm_resident.c (vm_page_print): remove unnecessary casts
Marin Ramesa
2013-12-15
1
-2
/
+2
*
vm/vm_kern.c (kmem_submap): remove unnecessary cast
Marin Ramesa
2013-12-15
1
-1
/
+1
*
i386/i386/ldt.c: remove forward declaration
Marin Ramesa
2013-12-15
2
-2
/
+3
*
kern/mach_clock.c: update comment
Marin Ramesa
2013-12-15
1
-1
/
+1
*
Declare void argument lists
Marin Ramesa
2013-12-15
51
-140
/
+139
*
i386/i386at/kd_mouse.c (kd_mouse_open): remove forward declaration
Marin Ramesa
2013-12-11
1
-1
/
+0
[next]