summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-02-18vm: fix typoJustus Winter
2015-01-22ipc: warn about more port management bugsJustus Winter
2015-01-02vm: Fix typo in comment (found by codespell)Stefan Weil
2015-01-02kern: Fix typos in comments (found by codespell)Stefan Weil
2015-01-02ipc: Fix typo in comment (found by codespell)Stefan Weil
2015-01-02include: Fix typos in comments (found by codespell)Stefan Weil
2015-01-02i386: Fix typos in comments (found by codespell)Stefan Weil
2015-01-02device: Fix typos in comments (found by codespell)Stefan Weil
2015-01-02Makefile.am: Fix typos and grammar in commentStefan Weil
2015-01-02ddb: Fix typos in comments (found by codespell)Stefan Weil
2015-01-02Handle kernel traps happening before starting userlandSamuel Thibault
2014-12-16kern: gracefully handle bogus sample pc sequence numberJustus Winter
2014-12-16ipc: guard test code with `MACH_IPC_TEST'Justus Winter
2014-12-16ipc: tune size of cached kernel message buffersJustus Winter
2014-12-15Make spl7 just clear IF instead of setting the PIC maskSamuel Thibault
2014-12-11Ship missing fileSamuel Thibault
2014-12-09include: add X_IMPORTS to ipc definitionsJustus Winter
2014-12-09kern: provide notifications about new tasksJustus Winter
2014-12-09Retire procedure `old_mach_port_get_receive_status'Justus Winter
2014-12-07Fix pthread_create warning on translator terminationSamuel Thibault
2014-12-01kern: disable all counters by defaultJustus Winter
2014-11-28include: make `mach_port_t' payload-awareJustus Winter
2014-11-23Fix programming PIT counterSamuel Thibault
2014-11-21Correct GCC's -Wformat-security issuesDavid Michael
2014-11-16Only set debug registers when they are usedSamuel Thibault
2014-11-13Add nodma optionsSamuel Thibault
2014-11-12Pass ide and hd kernel options to ide driverSamuel Thibault
2014-11-10Fix documentation for vm_mapSamuel Thibault
2014-11-10Revert "Make vm_map really ignore `address' when `anywhere' is true"Samuel Thibault
2014-11-03include: add a payload-aware intran mutator for device_tJustus Winter
2014-11-03include: add a payload-aware intran mutator for notify_port_tJustus Winter
2014-11-03include: add a payload-aware intran mutator for memory_object_tJustus Winter
2014-11-03Fix link refusalSamuel Thibault
2014-11-03Refuse to link against a libc with multiarch supportSamuel Thibault
2014-11-02Fix build when gcc avoids inliningSamuel Thibault
2014-10-22Revert "Make sure mig is available"Samuel Thibault
2014-10-10doc: restore section `Inherited Ports'Justus Winter
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