summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-10-01Add protected payloads to NEWSJustus Winter
2014-10-01ipc: provide the protected payload in ipc_kmsg_copyout_headerJustus Winter
2014-10-01include: define MACH_MSG_TYPE_PROTECTED_PAYLOADJustus Winter
2014-10-01include: add msgh_protected_payload to mach_msg_header_tJustus Winter
2014-10-01ipc: implement mach_port_{set,clear}_protected_payloadJustus Winter
2014-10-01ipc: add protected payloadJustus Winter
2014-09-30ipc: use fast modulo operation in local hash tableJustus Winter
2014-09-30kern: silence compiler warning about uninitialized variableJustus Winter
2014-09-30kern: fix type of recompute_prioritiesJustus Winter
2014-09-26kern: create send rights as they are inserted at bootstrap timeJustus Winter
2014-09-25Update NEWS fileJustus Winter
2014-09-17ddb: add support for ELF symbol tablesJustus Winter
2014-09-17ddb: add `show all tasks' commandJustus Winter
2014-09-17Report DR6 to userlandSamuel Thibault
2014-09-06Make vm_map really ignore `address' when `anywhere' is trueSamuel Thibault
2014-09-01Fix printf warningPietro Braione
2014-08-30Tune pageout parametersSamuel Thibault
2014-08-30Increate the pageout thread prioritySamuel Thibault
2014-08-30Bump NR_GRANT_PAGESSamuel Thibault
2014-08-22Fix computationSamuel Thibault
2014-08-22Even less magic-looking control valueNeal H. Walfield
2014-08-22Support invoking the debugger over the serial consoleJustus Winter
2014-07-25Drop debugging printsSamuel Thibault
2014-07-06Do not unmap page 0 when not neededSamuel Thibault
2014-07-06Document that io_map_cached leaks memorySamuel Thibault
2014-07-06Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/gnumachSamuel Thibault
2014-07-06i386: use ACPI to power off the machineJustus Winter
2014-07-06i386: add io_map_cachedJustus Winter
2014-06-11doc: explain the floating point flag in kdb outputJustus Winter
2014-06-11i386: remap some keysJustus Winter
2014-06-11i386: reformat the key mapJustus Winter
2014-06-11ddb: use db_thread_stat to format the flagsJustus Winter
2014-06-11ddb: print task names if availableJustus Winter
2014-06-11kern: set the name of the kernel task to 'gnumach'Justus Winter
2014-06-11device: fix net_rcv_msg-messagesJustus Winter
2014-05-27Add missing memory clobberSamuel Thibault
2014-05-25Rewrite old-style #endif FOO directivesJustus Winter
2014-05-25include: fix the embedded type definitions in memory_object.defsJustus Winter
2014-05-03ddb: add "halt" commandJustus Winter
2014-04-30vm: make struct vm_map fit into a cache lineJustus Winter
2014-04-30i386: fix MACHINE_SERVER_HEADERJustus Winter
2014-04-30kern: include the MIG-generated server headers for MACHINE_SERVERJustus Winter
2014-04-30include: do not guard the host_slab_info RPC with MACH_VM_DEBUGJustus Winter
2014-04-30Install the mach_debug header filesJustus Winter
2014-04-30doc: fix the number of prioritiesJustus Winter
2014-04-25Make sure mig is availableSamuel Thibault
2014-04-13kern: set the name of tasks created during the bootstrapJustus Winter
2014-04-10include: fix the definition of device_openJustus Winter
2014-04-08include: make the device_t types translation functions mutableJustus Winter
2014-04-05include: make the notify_port_t types translation functions mutableJustus Winter