aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* vm: remove the declaration of memory_object_create_proxyJustus Winter2014-01-161-11/+0
* kern: align kmem_cache objects using __cacheline_alignedJustus Winter2014-01-091-1/+2
* include: add new file for cache-related definitionsJustus Winter2014-01-091-0/+25
* 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
* linux: fix bit testsJustus Winter2014-01-051-6/+6
* linux: fix bit testsJustus Winter2014-01-055-8/+8
* 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
* vm: reduce the size of struct vm_pageJustus Winter2014-01-031-1/+1
* vm: merge the two bit fields in struct vm_pageJustus Winter2014-01-031-7/+3
* vm: remove NS32000-specific padding from struct vm_pageJustus Winter2014-01-031-3/+0
* Make sure cursor is initializedSamuel Thibault2014-01-022-0/+21
* i386/include/mach/i386/mach_i386_types.h: add comments after else and endifMarin Ramesa2014-01-011-2/+2
* Add comment after endifMarin Ramesa2014-01-011-1/+1
* Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/gnumachSamuel Thibault2013-12-201-0/+4
|\
| * i386: add missing includesJustus Winter2013-12-181-0/+4
* | Mark pure functions with attribute pureMarin Ramesa2013-12-2012-18/+18
* | kern/strings.c (strlen): mark with attribute pureMarin Ramesa2013-12-201-1/+1
* | ddb/db_watch.c (db_watchpoint_cmd): remove forward declarationMarin Ramesa2013-12-201-1/+0
* | Declare void argument lists (part 2)Marin Ramesa2013-12-2013-19/+19
|/
* 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-1714-19/+19
* vm: qualify pointers whose dereferenced values are constant with constMarin Ramesa2013-12-179-21/+21
* util: qualify pointers whose dereferenced values are constant with constMarin Ramesa2013-12-172-5/+5
* kern: qualify pointers whose dereferenced values are constant with constMarin Ramesa2013-12-1716-54/+55
* ipc: qualify pointers whose dereferenced values are constant with constMarin Ramesa2013-12-177-14/+14
* i386: qualify pointers whose dereferenced values are constant with constMarin Ramesa2013-12-1721-48/+48
* device: qualify pointers whose dereferenced values are constant with constMarin Ramesa2013-12-1712-93/+93
* Cleanup of the copyin() and copyout() callsMarin Ramesa2013-12-174-18/+18
* kern/sched_prim.h: remove unnecessary __GNUC__ #ifdefMarin Ramesa2013-12-171-4/+1
* xen: add missing includesJustus Winter2013-12-171-0/+2
* kern: quiet GCC warnings about set but unused variablesMarin Ramesa2013-12-163-19/+9
* Quiet GCC warning about uninitialized variableMarin Ramesa2013-12-162-2/+2
* i386/i386/db_trace.c: use (long *) instead of an (int *)Marin Ramesa2013-12-151-1/+1
* device/dev_pager.c (device_pager_data_request_done): cast to size_t instead t...Marin Ramesa2013-12-151-1/+1
* device/dev_pager.c: remove unnecessary castsMarin Ramesa2013-12-151-2/+2
* kern/sched_prim.c: avoid castsMarin Ramesa2013-12-151-3/+3
* ddb: qualify pointers whose dereferenced values are constant with constMarin Ramesa2013-12-1533-145/+146
* Fix gcc signedness warningSamuel Thibault2013-12-152-5/+5
* Type definitionMarin Ramesa2013-12-1510-24/+24
* ddb/db_expr.c (db_mult_expr): initialize lhsMarin Ramesa2013-12-151-1/+1
* ddb/db_break.c (db_delete_cmd): remove unnecessary initializationMarin Ramesa2013-12-151-1/+1
* ddb/db_break.c (db_find_breakpoint_here): remove unnecessary castsMarin Ramesa2013-12-151-1/+1
* vm/vm_resident.c (vm_page_print): remove unnecessary castsMarin Ramesa2013-12-151-2/+2
* vm/vm_kern.c (kmem_submap): remove unnecessary castMarin Ramesa2013-12-151-1/+1
* i386/i386/ldt.c: remove forward declarationMarin Ramesa2013-12-152-2/+3
* kern/mach_clock.c: update commentMarin Ramesa2013-12-151-1/+1
* Declare void argument listsMarin Ramesa2013-12-1551-140/+139
* i386/i386at/kd_mouse.c (kd_mouse_open): remove forward declarationMarin Ramesa2013-12-111-1/+0