summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-08-07VM: fix pageout-related deadlockRichard Braun
2016-08-06Augment VM maps with task namesRichard Braun
2016-06-29Fix page fault in critical section in the slab allocatorRichard Braun
2016-06-29Fix locking error in the slab allocatorRichard Braun
2016-06-27Fix locking errorRichard Braun
2016-06-17Change page cache statisticsRichard Braun
2016-06-10Allow setting x86 debug flags for the current threadSamuel Thibault
2016-06-10Use int3 on x86_64 build tooSamuel Thibault
2016-06-09Fix overflow checking on VM map copyinRichard Braun
2016-06-07Fix deadlockRichard Braun
2016-06-02Fix some license headers.Richard Braun
2016-05-26Fix buffer size passed to scsi_do_cmdSamuel Thibault
2016-05-26Cope with getc returning -1Samuel Thibault
2016-05-26Fix potential divisal by zeroSamuel Thibault
2016-05-23Fix getting ELF symbol bind and typeSamuel Thibault
2016-05-20vm_map: back allocations with a red-black treeRichard Braun
2016-05-20xen: fix prototypeJustus Winter
2016-05-18GNU Mach 1.7v1.7Thomas Schwinge
2016-05-18Fix gcc-6 warningsSamuel Thibault
2016-05-17Revert "Fix getting ELF symbol bind and type"Samuel Thibault
2016-05-16Fix pageout deadlockRichard Braun
2016-05-15Fix warningRichard Braun
2016-04-21Fix xen bootSamuel Thibault
2016-04-20Fix type of program counter argumentJustus Winter
2016-04-20xen: fix buildJustus Winter
2016-04-20Add kernel profiling through samplingSamuel Thibault
2016-04-17Add memory barrier to spl*Samuel Thibault
2016-04-17Avoid using C99 for variable declaration for nowSamuel Thibault
2016-04-15update NEWS fileSamuel Thibault
2016-04-15Lightweight synchronization mechanismAgustina Arzille
2016-04-15Update NEWS fileJustus Winter
2016-04-15Add --disable-assert flag to disable assertionsJustus Winter
2016-04-15i386: Fix error handlingJustus Winter
2016-04-05Fix bootstraping issues with stdint.h.Flavio Cruz
2016-04-04Follow-up stdint useSamuel Thibault
2016-04-04Use uint32_t instead of unsigned32_t.Flavio Cruz
2016-03-19Make kernel mapping start address configurableSamuel Thibault
2016-03-19Fix getting ELF symbol bind and typeSamuel Thibault
2016-03-13Avoid panics on physical memory exhaustionRichard Braun
2016-03-11Ship missing filesSamuel Thibault
2016-03-11Merge remote-tracking branch 'remotes/origin/rbraun/vm_cache_policy'Richard Braun
2016-03-09Fix stack allocation on XenRichard Braun
2016-03-09Relax slab allocation alignment constraintRichard Braun
2016-03-06Inherit fpu control word from parent to childSamuel Thibault
2016-02-28ipc: add missing kernel object typeJustus Winter
2016-02-28doc: clarify memory object initializationJustus Winter
2016-02-28i386: add parts of cpu.h from x15Justus Winter
2016-02-26include: avoid generating unused client stubsJustus Winter
2016-02-26Document thread_sleep about events woken from interrupt handlersSamuel Thibault
2016-02-26Document why code is not racySamuel Thibault