Age | Commit message (Expand) | Author |
2015-07-20 | kern/bootstrap: deallocate thread | Justus Winter |
2015-07-19 | kern/bootstrap: deallocate task | Justus Winter |
2015-07-18 | linux/net: fix build with -O0 | Justus Winter |
2015-07-18 | kern/printf: do not serialize printf and co | Justus Winter |
2015-07-18 | kern/lock: use compiler built-in functions to get return address | Justus Winter |
2015-07-18 | kern/bootstrap: fix locking | Justus Winter |
2015-07-18 | kern/slab: fix locking | Justus Winter |
2015-07-15 | ipc: use a general lock to protect IPC spaces | Justus Winter |
2015-07-15 | ipc: fix the locking of the IPC entry allocation functions | Justus Winter |
2015-07-15 | i386: fix typo | Justus Winter |
2015-07-12 | ipc: avoid kmem_alloc | Justus Winter |
2015-07-12 | vm: really fix traversing the list of inactive pages | Justus Winter |
2015-07-11 | kern: make sure the queue macros are only used on queues | Justus Winter |
2015-07-11 | vm: fix traversing the list of inactive pages | Justus Winter |
2015-07-10 | vm: drop debugging remnants | Justus Winter |
2015-07-10 | kern: make printf handle long long integers | Justus Winter |
2015-07-09 | vm: fix panic message | Justus Winter |
2015-07-09 | i386: fix line wrapping in the immediate console | Justus Winter |
2015-07-09 | kern: remove superfluous file | Justus Winter |
2015-07-09 | kern: improve error handling | Justus Winter |
2015-07-09 | Allow non-privileged tasks to wire 64KiB task memory | Samuel Thibault |
2015-07-07 | Fix build with -O0 | Samuel Thibault |
2015-07-05 | Add missing distributed file | Samuel Thibault |
2015-06-30 | Fix re-configuring out-of-tree builds | Justus Winter |
2015-06-30 | Fix restoring interrupts on timeout | Samuel Thibault |
2015-06-29 | Print about powered-down AHCI ports | Samuel Thibault |
2015-06-28 | ddb: automatically display stack traces | Justus Winter |
2015-06-28 | i386: improve the immediate console | Justus Winter |
2015-06-26 | i386: add comment | Justus Winter |
2015-06-20 | kern: fix error handling | Justus Winter |
2015-06-09 | kern: add function attributes to the printf-functions | Justus Winter |
2015-06-05 | Fix typo | Flávio Cruz |
2015-06-05 | Use custom port macros. | Flávio Cruz |
2015-05-31 | ipc: fix typo | Justus Winter |
2015-05-31 | Include the notify protocol in `gnumach.msgids' | Justus Winter |
2015-05-29 | kern: fix argument handling | Justus Winter |
2015-05-23 | Restrict `-fno-strict-aliasing' to the Linux drivers | Justus Winter |
2015-05-23 | i386: avoid breaking the strict-aliasing rules | Justus Winter |
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 |