aboutsummaryrefslogtreecommitdiff
path: root/kern
Commit message (Expand)AuthorAgeFilesLines
* Convert from K&R to ANSIMarin Ramesa2014-04-0416-269/+234
* Use explicit prototypes for struct dev_ops fieldsMarin Ramesa2014-04-042-5/+9
* kern: fix formatting of multiboot modulesJustus Winter2014-03-261-7/+3
* kern: fix mig_strncpyJustus Winter2014-02-261-16/+20
* Reduce kmem_map to make room for kentry_data_sizeSamuel Thibault2014-02-121-1/+1
* kern: implement task_set_nameJustus Winter2014-02-052-0/+21
* kern: make kmem_error panicJustus Winter2014-02-041-2/+2
* kern: use kmem_warn instead of kmem_error in kmem_cache_errorJustus Winter2014-02-041-1/+1
* kern: add a name field to struct taskJustus Winter2014-02-012-0/+12
* kern: add snprintfJustus Winter2014-02-012-0/+11
* kern: include the mig-generated server headers in ipc_kobject.cJustus Winter2014-01-161-11/+12
* kern: align kmem_cache objects using __cacheline_alignedJustus Winter2014-01-091-1/+2
* kern: optimize the layout of struct kmem_cacheJustus Winter2014-01-061-6/+12
* kern: explain the significance of the chosen lengthJustus Winter2014-01-051-1/+3
* kern: make struct kmem_cache fit into two cache linesJustus Winter2014-01-031-1/+1
* kern: reduce the size of struct taskJustus Winter2014-01-031-3/+5
* Mark pure functions with attribute pureMarin Ramesa2013-12-201-2/+2
* kern/strings.c (strlen): mark with attribute pureMarin Ramesa2013-12-201-1/+1
* Declare void argument lists (part 2)Marin Ramesa2013-12-204-7/+7
* kern: avoid the casts in enqueue_head() and enqueue_tail()Marin Ramesa2013-12-173-3/+3
* Mark functions that don't return with attribute noreturnMarin Ramesa2013-12-179-12/+12
* kern: qualify pointers whose dereferenced values are constant with constMarin Ramesa2013-12-1716-54/+55
* Cleanup of the copyin() and copyout() callsMarin Ramesa2013-12-173-13/+13
* kern/sched_prim.h: remove unnecessary __GNUC__ #ifdefMarin Ramesa2013-12-171-4/+1
* kern: quiet GCC warnings about set but unused variablesMarin Ramesa2013-12-163-19/+9
* kern/sched_prim.c: avoid castsMarin Ramesa2013-12-151-3/+3
* Type definitionMarin Ramesa2013-12-153-10/+10
* kern/mach_clock.c: update commentMarin Ramesa2013-12-151-1/+1
* Declare void argument listsMarin Ramesa2013-12-1511-24/+24
* Cleanup of the memcpy(), memmove(), memcmp() and memset() callsMarin Ramesa2013-12-112-2/+2
* kern/startup.c: use boolean valuesMarin Ramesa2013-12-091-2/+2
* kern/act.h: remove unnecessary includeMarin Ramesa2013-12-091-2/+0
* Cleanup of the prototypesMarin Ramesa2013-12-095-11/+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
* kern/machine.c: remove __volatile__Marin Ramesa2013-12-081-3/+0
* Always make Assert trigger debuggerSamuel Thibault2013-12-081-7/+0
* Add comments after endifsMarin Ramesa2013-12-083-3/+3
* kern/mach_clock.c: remove forward declarationMarin Ramesa2013-12-052-1/+29
* kern/time_stamp.c: remove multimax codeMarin Ramesa2013-12-051-15/+0
* kern: remove forward declarationMarin Ramesa2013-12-051-2/+1
* kern/thread.c: remove forward declarationMarin Ramesa2013-12-051-2/+0
* kern/task.c: remove forward declarationsMarin Ramesa2013-12-053-7/+9