Age | Commit message (Expand) | Author |
2015-05-23 | kern: avoid breaking the strict-aliasing rules | Justus Winter |
2015-05-23 | vm: drop unused `kmem_realloc' | Justus Winter |
2015-05-23 | Add stdint integer types in Linux glue | Samuel Thibault |
2015-05-22 | ipc: drop remnants of the IPC tables | Justus Winter |
2015-05-22 | ipc: drop size parameter from `ipc_space_create' | Justus Winter |
2015-05-20 | ipc: inline key ipc entry lookup functions | Justus Winter |
2015-05-20 | ipc: replace the IPC table with a radix tree | Justus Winter |
2015-05-20 | ipc: replace reverse hash table with a radix tree | Justus Winter |
2015-05-20 | ipc: undo manual inlining of `ipc_entry_X' functions | Justus Winter |
2015-05-20 | kern: add radix tree library | Justus Winter |
2015-05-20 | kern: gracefully handle resource shortage | Justus Winter |
2015-05-20 | vm: gracefully handle resource shortage | Justus Winter |
2015-05-20 | kern: gracefully handle resource shortage | Justus Winter |
2015-05-19 | kern: import `macros.h' from x15 | Justus Winter |
2015-05-17 | i386: avoid compiler warning | Justus Winter |
2015-05-14 | i386: use macro to compute address of saved registers | Justus Winter |
2015-05-02 | Fix semaphore failure path special calling convention | Samuel Thibault |
2015-05-02 | kern: fix comment | Justus Winter |
2015-05-02 | Fix warning | Samuel Thibault |
2015-05-02 | Fix warnings | Samuel Thibault |
2015-05-02 | Fix block_io_mmap prototype | Samuel Thibault |
2015-05-01 | Use gnu89 inline style | Samuel Thibault |
2015-05-01 | Replace clobbers with earlyclobbers | Samuel Thibault |
2015-04-30 | Fix build with gcc-5 | Samuel Thibault |
2015-04-24 | kern: avoid hardcoding the lowest priority | Justus Winter |
2015-04-23 | kern: disable stack allocation counters by default | Justus Winter |
2015-04-23 | Avoid accessing ip_protected_payload without the lock. | Samuel Thibault |
2015-04-23 | Prepend 0x to hexadecimal offset | Samuel Thibault |
2015-04-10 | GNU Mach 1.5. | Thomas Schwinge |
2015-03-19 | Give the Debian package name for the non-multilib libc.a | Samuel Thibault |
2015-03-08 | Remove spl debugging in Xen case | Samuel Thibault |
2015-03-05 | Show odd number of ports | Samuel Thibault |
2015-02-26 | Use printf_once instead of recoding it | Samuel Thibault |
2015-02-26 | Limit printing "queue full" messages | Samuel Thibault |
2015-02-25 | kern: inherit the name of the parent task | Justus Winter |
2015-02-20 | i386: specialize `copyinmsg' and `copyoutmsg' | Justus Winter |
2015-02-20 | i386: drop needless instruction from `copyout' | Justus Winter |
2015-02-20 | kern: improve assert | Justus Winter |
2015-02-20 | linux: fix compiler warning | Justus Winter |
2015-02-20 | kern: reduce the size of `struct thread' | Justus Winter |
2015-02-18 | kern: avoid #if 0ing out thread_collect_scan | Justus Winter |
2015-02-18 | vm: fix typo | Justus Winter |
2015-01-22 | ipc: warn about more port management bugs | Justus Winter |
2015-01-02 | vm: Fix typo in comment (found by codespell) | Stefan Weil |
2015-01-02 | kern: Fix typos in comments (found by codespell) | Stefan Weil |
2015-01-02 | ipc: Fix typo in comment (found by codespell) | Stefan Weil |
2015-01-02 | include: Fix typos in comments (found by codespell) | Stefan Weil |
2015-01-02 | i386: Fix typos in comments (found by codespell) | Stefan Weil |
2015-01-02 | device: Fix typos in comments (found by codespell) | Stefan Weil |
2015-01-02 | Makefile.am: Fix typos and grammar in comment | Stefan Weil |