summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-05-20ipc: replace the IPC table with a radix treeJustus Winter
2015-05-20ipc: replace reverse hash table with a radix treeJustus Winter
2015-05-20ipc: undo manual inlining of `ipc_entry_X' functionsJustus Winter
2015-05-20kern: add radix tree libraryJustus Winter
2015-05-20kern: gracefully handle resource shortageJustus Winter
2015-05-20vm: gracefully handle resource shortageJustus Winter
2015-05-20kern: gracefully handle resource shortageJustus Winter
2015-05-19kern: import `macros.h' from x15Justus Winter
2015-05-17i386: avoid compiler warningJustus Winter
2015-05-14i386: use macro to compute address of saved registersJustus Winter
2015-05-02Fix semaphore failure path special calling conventionSamuel Thibault
2015-05-02kern: fix commentJustus Winter
2015-05-02Fix warningSamuel Thibault
2015-05-02Fix warningsSamuel Thibault
2015-05-02Fix block_io_mmap prototypeSamuel Thibault
2015-05-01Use gnu89 inline styleSamuel Thibault
2015-05-01Replace clobbers with earlyclobbersSamuel Thibault
2015-04-30Fix build with gcc-5Samuel Thibault
2015-04-24kern: avoid hardcoding the lowest priorityJustus Winter
2015-04-23kern: disable stack allocation counters by defaultJustus Winter
2015-04-23Avoid accessing ip_protected_payload without the lock.Samuel Thibault
2015-04-23Prepend 0x to hexadecimal offsetSamuel Thibault
2015-04-10GNU Mach 1.5.Thomas Schwinge
2015-03-19Give the Debian package name for the non-multilib libc.aSamuel Thibault
2015-03-08Remove spl debugging in Xen caseSamuel Thibault
2015-03-05Show odd number of portsSamuel Thibault
2015-02-26Use printf_once instead of recoding itSamuel Thibault
2015-02-26Limit printing "queue full" messagesSamuel Thibault
2015-02-25kern: inherit the name of the parent taskJustus Winter
2015-02-20i386: specialize `copyinmsg' and `copyoutmsg'Justus Winter
2015-02-20i386: drop needless instruction from `copyout'Justus Winter
2015-02-20kern: improve assertJustus Winter
2015-02-20linux: fix compiler warningJustus Winter
2015-02-20kern: reduce the size of `struct thread'Justus Winter
2015-02-18kern: avoid #if 0ing out thread_collect_scanJustus Winter
2015-02-18vm: fix typoJustus Winter
2015-01-22ipc: warn about more port management bugsJustus Winter
2015-01-02vm: Fix typo in comment (found by codespell)Stefan Weil
2015-01-02kern: Fix typos in comments (found by codespell)Stefan Weil
2015-01-02ipc: Fix typo in comment (found by codespell)Stefan Weil
2015-01-02include: Fix typos in comments (found by codespell)Stefan Weil
2015-01-02i386: Fix typos in comments (found by codespell)Stefan Weil
2015-01-02device: Fix typos in comments (found by codespell)Stefan Weil
2015-01-02Makefile.am: Fix typos and grammar in commentStefan Weil
2015-01-02ddb: Fix typos in comments (found by codespell)Stefan Weil
2015-01-02Handle kernel traps happening before starting userlandSamuel Thibault
2014-12-16kern: gracefully handle bogus sample pc sequence numberJustus Winter
2014-12-16ipc: guard test code with `MACH_IPC_TEST'Justus Winter
2014-12-16ipc: tune size of cached kernel message buffersJustus Winter
2014-12-15Make spl7 just clear IF instead of setting the PIC maskSamuel Thibault