aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* kern: gracefully handle bogus sample pc sequence numberJustus Winter2014-12-161-0/+3
* ipc: guard test code with `MACH_IPC_TEST'Justus Winter2014-12-162-7/+16
* ipc: tune size of cached kernel message buffersJustus Winter2014-12-161-1/+4
* Make spl7 just clear IF instead of setting the PIC maskSamuel Thibault2014-12-152-3/+39
* Ship missing fileSamuel Thibault2014-12-111-1/+2
* include: add X_IMPORTS to ipc definitionsJustus Winter2014-12-093-0/+12
* kern: provide notifications about new tasksJustus Winter2014-12-095-0/+92
* Retire procedure `old_mach_port_get_receive_status'Justus Winter2014-12-094-50/+3
* Fix pthread_create warning on translator terminationSamuel Thibault2014-12-072-9/+29
* kern: disable all counters by defaultJustus Winter2014-12-014-10/+8
* include: make `mach_port_t' payload-awareJustus Winter2014-11-284-4/+28
* Fix programming PIT counterSamuel Thibault2014-11-231-1/+1
* Correct GCC's -Wformat-security issuesDavid Michael2014-11-2126-28/+28
* Only set debug registers when they are usedSamuel Thibault2014-11-161-6/+17
* Add nodma optionsSamuel Thibault2014-11-132-3/+8
* Pass ide and hd kernel options to ide driverSamuel Thibault2014-11-122-0/+38
* Fix documentation for vm_mapSamuel Thibault2014-11-101-1/+1
* Revert "Make vm_map really ignore `address' when `anywhere' is true"Samuel Thibault2014-11-101-4/+1
* include: add a payload-aware intran mutator for device_tJustus Winter2014-11-031-0/+3
* include: add a payload-aware intran mutator for notify_port_tJustus Winter2014-11-031-0/+3
* include: add a payload-aware intran mutator for memory_object_tJustus Winter2014-11-032-0/+16
* Fix link refusalSamuel Thibault2014-11-031-1/+1
* Refuse to link against a libc with multiarch supportSamuel Thibault2014-11-031-0/+3
* Fix build when gcc avoids inliningSamuel Thibault2014-11-021-3/+3
* Revert "Make sure mig is available"Samuel Thibault2014-10-221-6/+1
* doc: restore section `Inherited Ports'Justus Winter2014-10-101-62/+65
* Add protected payloads to NEWSJustus Winter2014-10-011-0/+4
* ipc: provide the protected payload in ipc_kmsg_copyout_headerJustus Winter2014-10-013-26/+104
* include: define MACH_MSG_TYPE_PROTECTED_PAYLOADJustus Winter2014-10-012-1/+9
* include: add msgh_protected_payload to mach_msg_header_tJustus Winter2014-10-012-1/+13
* ipc: implement mach_port_{set,clear}_protected_payloadJustus Winter2014-10-013-0/+126
* ipc: add protected payloadJustus Winter2014-10-015-1/+91
* ipc: use fast modulo operation in local hash tableJustus Winter2014-09-302-1/+3
* kern: silence compiler warning about uninitialized variableJustus Winter2014-09-301-1/+2
* kern: fix type of recompute_prioritiesJustus Winter2014-09-302-2/+2
* kern: create send rights as they are inserted at bootstrap timeJustus Winter2014-09-261-3/+4
* Update NEWS fileJustus Winter2014-09-251-0/+16
* ddb: add support for ELF symbol tablesJustus Winter2014-09-176-1/+335
* ddb: add `show all tasks' commandJustus Winter2014-09-173-0/+31
* Report DR6 to userlandSamuel Thibault2014-09-171-0/+5
* Make vm_map really ignore `address' when `anywhere' is trueSamuel Thibault2014-09-061-1/+4
* Fix printf warningPietro Braione2014-09-011-1/+1
* Tune pageout parametersSamuel Thibault2014-08-301-5/+5
* Increate the pageout thread prioritySamuel Thibault2014-08-301-0/+1
* Bump NR_GRANT_PAGESSamuel Thibault2014-08-301-1/+1
* Fix computationSamuel Thibault2014-08-221-1/+1
* Even less magic-looking control valueNeal H. Walfield2014-08-221-1/+1
* Support invoking the debugger over the serial consoleJustus Winter2014-08-222-1/+30
* Drop debugging printsSamuel Thibault2014-07-251-3/+0
* Do not unmap page 0 when not neededSamuel Thibault2014-07-063-0/+8