aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix wired accountingSamuel Thibault2015-11-271-0/+2
* Fix ahci unit MAX_PORTS checkSamuel Thibault2015-11-271-1/+1
* Fix boundSamuel Thibault2015-11-271-1/+1
* Fix missing format in printkSamuel Thibault2015-11-271-1/+1
* GNU Mach 1.6Thomas Schwinge2015-10-312-3/+3
* Rework *.msgids handling when neither client nor server stubs are requiredThomas Schwinge2015-10-312-13/+19
* Update NEWS fileJustus Winter2015-10-051-0/+28
* Fix time going back in Xen caseSamuel Thibault2015-10-051-2/+10
* Add generated mach documentation files to gitignoreJoshua Branson2015-10-051-0/+13
* kern/slab: print total used and reclaimable memoryJustus Winter2015-09-291-1/+10
* kern/slab: include flags in the slab informationJustus Winter2015-09-291-6/+7
* ddb: fix line formattingJustus Winter2015-09-291-1/+1
* ddb: add new command `show slabinfo'Justus Winter2015-09-293-3/+24
* i386: trace syscalls of a single taskJustus Winter2015-09-271-0/+5
* i386: improve syscall tracingJustus Winter2015-09-272-8/+19
* Fix build with -DDEBUGJustus Winter2015-09-274-2/+8
* kern/bootstrap: drop into the debuggerJustus Winter2015-09-271-1/+9
* Add macros to convert between time_value_t and timespecFlávio Cruz2015-09-191-0/+12
* kern: use proper memory fences when handling the mapped timeJustus Winter2015-09-072-15/+20
* kern: fix loop reading the time valueJustus Winter2015-09-072-3/+5
* commit fce798016c4bd2be89b86b0d343ab54505409412Rik van Riel2015-09-071-1/+0
* Reserve 64k at beginning of memory, not just 4kSamuel Thibault2015-08-311-3/+5
* Fix printk not handling ANSI escape codesJames Clarke2015-08-302-24/+40
* Make sure the reply port's reference is released when the thread needs to be ...Flávio Cruz2015-08-285-9/+33
* Add a thread_no_continuation definitionFlávio Cruz2015-08-287-13/+15
* kern/bootstrap: tune lockingJustus Winter2015-08-201-1/+1
* i386: enable assertionsJustus Winter2015-08-201-8/+4
* kern: really zero-out unused simple lock info entriesJustus Winter2015-08-201-1/+1
* i386: fix panic messageJustus Winter2015-08-181-1/+1
* vm: collapse unreachable branch into assertionJustus Winter2015-08-181-28/+3
* kern: keep track of the writer when debugging locksJustus Winter2015-08-173-2/+42
* kern: improve simple lock debuggingJustus Winter2015-08-172-17/+30
* kern: disable the simple lock checks while debuggingJustus Winter2015-08-173-1/+23
* vm: fix compiler warningJustus Winter2015-08-151-3/+0
* vm: enable extra assertionsJustus Winter2015-08-151-2/+0
* Avoid re-defining macrosJustus Winter2015-08-153-2/+16
* kern: add boot-time clock, use it for time stampsJustus Winter2015-07-254-4/+49
* include: provide time-value substractionJustus Winter2015-07-251-7/+24
* kern/lock: make sure the macros are only used on simple locksJustus Winter2015-07-251-11/+24
* Disable the kernel tracing system XPRJustus Winter2015-07-251-1/+1
* ipc/space: inline reference countingJustus Winter2015-07-251-2/+2
* Make sure the field offsets are updatedJustus Winter2015-07-251-1/+1
* kern/bootstrap: deallocate threadJustus Winter2015-07-201-0/+1
* kern/bootstrap: deallocate taskJustus Winter2015-07-191-0/+1
* linux/net: fix build with -O0Justus Winter2015-07-181-1/+1
* kern/printf: do not serialize printf and coJustus Winter2015-07-183-37/+0
* kern/lock: use compiler built-in functions to get return addressJustus Winter2015-07-181-9/+5
* kern/bootstrap: fix lockingJustus Winter2015-07-181-0/+2
* kern/slab: fix lockingJustus Winter2015-07-181-1/+1
* ipc: use a general lock to protect IPC spacesJustus Winter2015-07-151-8/+8