summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-08-28Add a thread_no_continuation definitionFlávio Cruz
2015-08-20kern/bootstrap: tune lockingJustus Winter
2015-08-20i386: enable assertionsJustus Winter
2015-08-20kern: really zero-out unused simple lock info entriesJustus Winter
2015-08-18i386: fix panic messageJustus Winter
2015-08-18vm: collapse unreachable branch into assertionJustus Winter
2015-08-17kern: keep track of the writer when debugging locksJustus Winter
2015-08-17kern: improve simple lock debuggingJustus Winter
2015-08-17kern: disable the simple lock checks while debuggingJustus Winter
2015-08-15vm: fix compiler warningJustus Winter
2015-08-15vm: enable extra assertionsJustus Winter
2015-08-15Avoid re-defining macrosJustus Winter
2015-07-25kern: add boot-time clock, use it for time stampsJustus Winter
2015-07-25include: provide time-value substractionJustus Winter
2015-07-25kern/lock: make sure the macros are only used on simple locksJustus Winter
2015-07-25Disable the kernel tracing system XPRJustus Winter
2015-07-25ipc/space: inline reference countingJustus Winter
2015-07-25Make sure the field offsets are updatedJustus Winter
2015-07-20kern/bootstrap: deallocate threadJustus Winter
2015-07-19kern/bootstrap: deallocate taskJustus Winter
2015-07-18linux/net: fix build with -O0Justus Winter
2015-07-18kern/printf: do not serialize printf and coJustus Winter
2015-07-18kern/lock: use compiler built-in functions to get return addressJustus Winter
2015-07-18kern/bootstrap: fix lockingJustus Winter
2015-07-18kern/slab: fix lockingJustus Winter
2015-07-15ipc: use a general lock to protect IPC spacesJustus Winter
2015-07-15ipc: fix the locking of the IPC entry allocation functionsJustus Winter
2015-07-15i386: fix typoJustus Winter
2015-07-12ipc: avoid kmem_allocJustus Winter
2015-07-12vm: really fix traversing the list of inactive pagesJustus Winter
2015-07-11kern: make sure the queue macros are only used on queuesJustus Winter
2015-07-11vm: fix traversing the list of inactive pagesJustus Winter
2015-07-10vm: drop debugging remnantsJustus Winter
2015-07-10kern: make printf handle long long integersJustus Winter
2015-07-09vm: fix panic messageJustus Winter
2015-07-09i386: fix line wrapping in the immediate consoleJustus Winter
2015-07-09kern: remove superfluous fileJustus Winter
2015-07-09kern: improve error handlingJustus Winter
2015-07-09Allow non-privileged tasks to wire 64KiB task memorySamuel Thibault
2015-07-07Fix build with -O0Samuel Thibault
2015-07-05Add missing distributed fileSamuel Thibault
2015-06-30Fix re-configuring out-of-tree buildsJustus Winter
2015-06-30Fix restoring interrupts on timeoutSamuel Thibault
2015-06-29Print about powered-down AHCI portsSamuel Thibault
2015-06-28ddb: automatically display stack tracesJustus Winter
2015-06-28i386: improve the immediate consoleJustus Winter
2015-06-26i386: add commentJustus Winter
2015-06-20kern: fix error handlingJustus Winter
2015-06-09kern: add function attributes to the printf-functionsJustus Winter
2015-06-05Fix typoFlávio Cruz