Age | Commit message (Expand) | Author |
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 |
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 |