summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-06-20kern: fix error handlingJustus Winter
2015-06-09kern: add function attributes to the printf-functionsJustus Winter
2015-06-05Fix typoFlávio Cruz
2015-06-05Use custom port macros.Flávio Cruz
2015-05-31ipc: fix typoJustus Winter
2015-05-31Include the notify protocol in `gnumach.msgids'Justus Winter
2015-05-29kern: fix argument handlingJustus Winter
2015-05-23Restrict `-fno-strict-aliasing' to the Linux driversJustus Winter
2015-05-23i386: avoid breaking the strict-aliasing rulesJustus Winter
2015-05-23kern: avoid breaking the strict-aliasing rulesJustus Winter
2015-05-23vm: drop unused `kmem_realloc'Justus Winter
2015-05-23Add stdint integer types in Linux glueSamuel Thibault
2015-05-22ipc: drop remnants of the IPC tablesJustus Winter
2015-05-22ipc: drop size parameter from `ipc_space_create'Justus Winter
2015-05-20ipc: inline key ipc entry lookup functionsJustus Winter
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