Age | Commit message (Expand) | Author |
2014-12-09 | include: add X_IMPORTS to ipc definitions | Justus Winter |
2014-12-09 | kern: provide notifications about new tasks | Justus Winter |
2014-12-09 | Retire procedure `old_mach_port_get_receive_status' | Justus Winter |
2014-12-07 | Fix pthread_create warning on translator termination | Samuel Thibault |
2014-12-01 | kern: disable all counters by default | Justus Winter |
2014-11-28 | include: make `mach_port_t' payload-aware | Justus Winter |
2014-11-23 | Fix programming PIT counter | Samuel Thibault |
2014-11-21 | Correct GCC's -Wformat-security issues | David Michael |
2014-11-16 | Only set debug registers when they are used | Samuel Thibault |
2014-11-13 | Add nodma options | Samuel Thibault |
2014-11-12 | Pass ide and hd kernel options to ide driver | Samuel Thibault |
2014-11-10 | Fix documentation for vm_map | Samuel Thibault |
2014-11-10 | Revert "Make vm_map really ignore `address' when `anywhere' is true" | Samuel Thibault |
2014-11-03 | include: add a payload-aware intran mutator for device_t | Justus Winter |
2014-11-03 | include: add a payload-aware intran mutator for notify_port_t | Justus Winter |
2014-11-03 | include: add a payload-aware intran mutator for memory_object_t | Justus Winter |
2014-11-03 | Fix link refusal | Samuel Thibault |
2014-11-03 | Refuse to link against a libc with multiarch support | Samuel Thibault |
2014-11-02 | Fix build when gcc avoids inlining | Samuel Thibault |
2014-10-22 | Revert "Make sure mig is available" | Samuel Thibault |
2014-10-10 | doc: restore section `Inherited Ports' | Justus Winter |
2014-10-01 | Add protected payloads to NEWS | Justus Winter |
2014-10-01 | ipc: provide the protected payload in ipc_kmsg_copyout_header | Justus Winter |
2014-10-01 | include: define MACH_MSG_TYPE_PROTECTED_PAYLOAD | Justus Winter |
2014-10-01 | include: add msgh_protected_payload to mach_msg_header_t | Justus Winter |
2014-10-01 | ipc: implement mach_port_{set,clear}_protected_payload | Justus Winter |
2014-10-01 | ipc: add protected payload | Justus Winter |
2014-09-30 | ipc: use fast modulo operation in local hash table | Justus Winter |
2014-09-30 | kern: silence compiler warning about uninitialized variable | Justus Winter |
2014-09-30 | kern: fix type of recompute_priorities | Justus Winter |
2014-09-26 | kern: create send rights as they are inserted at bootstrap time | Justus Winter |
2014-09-25 | Update NEWS file | Justus Winter |
2014-09-17 | ddb: add support for ELF symbol tables | Justus Winter |
2014-09-17 | ddb: add `show all tasks' command | Justus Winter |
2014-09-17 | Report DR6 to userland | Samuel Thibault |
2014-09-06 | Make vm_map really ignore `address' when `anywhere' is true | Samuel Thibault |
2014-09-01 | Fix printf warning | Pietro Braione |
2014-08-30 | Tune pageout parameters | Samuel Thibault |
2014-08-30 | Increate the pageout thread priority | Samuel Thibault |
2014-08-30 | Bump NR_GRANT_PAGES | Samuel Thibault |
2014-08-22 | Fix computation | Samuel Thibault |
2014-08-22 | Even less magic-looking control value | Neal H. Walfield |
2014-08-22 | Support invoking the debugger over the serial console | Justus Winter |
2014-07-25 | Drop debugging prints | Samuel Thibault |
2014-07-06 | Do not unmap page 0 when not needed | Samuel Thibault |
2014-07-06 | Document that io_map_cached leaks memory | Samuel Thibault |
2014-07-06 | Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/gnumach | Samuel Thibault |
2014-07-06 | i386: use ACPI to power off the machine | Justus Winter |
2014-07-06 | i386: add io_map_cached | Justus Winter |
2014-06-11 | doc: explain the floating point flag in kdb output | Justus Winter |