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
path:
root
/
kern
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert from K&R to ANSI
Marin Ramesa
2014-04-04
16
-269
/
+234
*
Use explicit prototypes for struct dev_ops fields
Marin Ramesa
2014-04-04
2
-5
/
+9
*
kern: fix formatting of multiboot modules
Justus Winter
2014-03-26
1
-7
/
+3
*
kern: fix mig_strncpy
Justus Winter
2014-02-26
1
-16
/
+20
*
Reduce kmem_map to make room for kentry_data_size
Samuel Thibault
2014-02-12
1
-1
/
+1
*
kern: implement task_set_name
Justus Winter
2014-02-05
2
-0
/
+21
*
kern: make kmem_error panic
Justus Winter
2014-02-04
1
-2
/
+2
*
kern: use kmem_warn instead of kmem_error in kmem_cache_error
Justus Winter
2014-02-04
1
-1
/
+1
*
kern: add a name field to struct task
Justus Winter
2014-02-01
2
-0
/
+12
*
kern: add snprintf
Justus Winter
2014-02-01
2
-0
/
+11
*
kern: include the mig-generated server headers in ipc_kobject.c
Justus Winter
2014-01-16
1
-11
/
+12
*
kern: align kmem_cache objects using __cacheline_aligned
Justus Winter
2014-01-09
1
-1
/
+2
*
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
*
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
*
Mark pure functions with attribute pure
Marin Ramesa
2013-12-20
1
-2
/
+2
*
kern/strings.c (strlen): mark with attribute pure
Marin Ramesa
2013-12-20
1
-1
/
+1
*
Declare void argument lists (part 2)
Marin Ramesa
2013-12-20
4
-7
/
+7
*
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
9
-12
/
+12
*
kern: qualify pointers whose dereferenced values are constant with const
Marin Ramesa
2013-12-17
16
-54
/
+55
*
Cleanup of the copyin() and copyout() calls
Marin Ramesa
2013-12-17
3
-13
/
+13
*
kern/sched_prim.h: remove unnecessary __GNUC__ #ifdef
Marin Ramesa
2013-12-17
1
-4
/
+1
*
kern: quiet GCC warnings about set but unused variables
Marin Ramesa
2013-12-16
3
-19
/
+9
*
kern/sched_prim.c: avoid casts
Marin Ramesa
2013-12-15
1
-3
/
+3
*
Type definition
Marin Ramesa
2013-12-15
3
-10
/
+10
*
kern/mach_clock.c: update comment
Marin Ramesa
2013-12-15
1
-1
/
+1
*
Declare void argument lists
Marin Ramesa
2013-12-15
11
-24
/
+24
*
Cleanup of the memcpy(), memmove(), memcmp() and memset() calls
Marin Ramesa
2013-12-11
2
-2
/
+2
*
kern/startup.c: use boolean values
Marin Ramesa
2013-12-09
1
-2
/
+2
*
kern/act.h: remove unnecessary include
Marin Ramesa
2013-12-09
1
-2
/
+0
*
Cleanup of the prototypes
Marin Ramesa
2013-12-09
5
-11
/
+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
*
kern/machine.c: remove __volatile__
Marin Ramesa
2013-12-08
1
-3
/
+0
*
Always make Assert trigger debugger
Samuel Thibault
2013-12-08
1
-7
/
+0
*
Add comments after endifs
Marin Ramesa
2013-12-08
3
-3
/
+3
*
kern/mach_clock.c: remove forward declaration
Marin Ramesa
2013-12-05
2
-1
/
+29
*
kern/time_stamp.c: remove multimax code
Marin Ramesa
2013-12-05
1
-15
/
+0
*
kern: remove forward declaration
Marin Ramesa
2013-12-05
1
-2
/
+1
*
kern/thread.c: remove forward declaration
Marin Ramesa
2013-12-05
1
-2
/
+0
*
kern/task.c: remove forward declarations
Marin Ramesa
2013-12-05
3
-7
/
+9
[next]