summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-02-08pc64: bump segment limit to 64GBcinap_lenrek
2014-02-07pc64: dont reuse mtrr slots that are above 4GBcinap_lenrek
2014-02-06pc64: ensure user pc is never set to a non-canonical address through setregis...mischief
2014-02-07pc64: fix devcons format strings for memory sizescinap_lenrek
2014-02-07cwfs: limit memsize() to 1GB until pool can handle huge allocationscinap_lenrek
2014-02-07pc64: fix poolsummary() string formatcinap_lenrek
2014-02-06pool: use uintptr for pool sizecinap_lenrek
2014-02-06pc64: fix note handlingcinap_lenrek
2014-02-06pc64: fix kmap()cinap_lenrek
2014-02-05have to use NULL instead of nil for ape programs...cinap_lenrek
2014-02-05pc64: dont 4 byte align stack pointer for amd64 in sysexec()cinap_lenrek
2014-02-05fix wrong type for terminating nil argument for execl()cinap_lenrek
2014-02-04libpanel: remove pointless pointer castsmischief
2014-02-05mergecinap_lenrek
2014-02-05mothra: better handling of malformed search regexcinap_lenrek
2014-02-04libpanel: fix pointer casts and format stringsmischief
2014-02-05mothra: dont panic on invalid regular expression in searchboxcinap_lenrek
2014-02-03/lib/face/48x48x4/.dict: fix typosstanley lieber
2014-02-03pc64: fix up pointer calculations and enable sdvirtio disk drivermischief
2014-02-04pc64: remove cinaps cga screen interrupt debugger, was experiment...cinap_lenrek
2014-02-04pc64: dont dump user registers on exception, was experiment...cinap_lenrek
2014-02-04hjfs: fix wrong channel size for syncb (fixes amd64 crash)cinap_lenrek
2014-02-04doom: port to amd64cinap_lenrek
2014-02-03realemu: cleanup opidivcinap_lenrek
2014-02-03libmach: change mach pgsize back from 4K to 2MB for amd64cinap_lenrek
2014-02-03ipmux: fix 6c complaintscinap_lenrek
2014-02-03mergecinap_lenrek
2014-02-03kernel: dont double ptemap size in newseg()cinap_lenrek
2014-02-03pc/pc64: move common code to pc/devarch.ccinap_lenrek
2014-02-03pc64: implement shutdown and idlehandscinap_lenrek
2014-02-02mergemischief
2014-02-02pc64: enable sdide drivermischief
2014-02-02acid: fix memory leak in fundefs (from 9atom)mischief
2014-02-03libdraw: fix typo: 0xfffff -> 0xffffcinap_lenrek
2014-02-03libdraw: work arround devdraw truncating screenid as 16bitcinap_lenrek
2014-02-03devdraw: screenid is BGLONG, not BGSHORTcinap_lenrek
2014-02-02pc64: track per process kmap page tables in separate MMU list.cinap_lenrek
2014-02-02malloctag: only store lower 32bit of malloc tag, fix getrealloctagcinap_lenrek
2014-02-02kernel: fix bogus free in sysexec.cinap_lenrek
2014-02-02newuser: dont bark when we cannot bind $home/bin/$objtype after /bin, create ...cinap_lenrek
2014-02-02kernel: do not pass user address of fd[2] array to newfd2()cinap_lenrek
2014-02-02kernel: use uintptr when appropriate in syssegflush()cinap_lenrek
2014-02-02pc64: dont dump registers for user process on pagefault error, was experimentcinap_lenrek
2014-02-02pc64: no need to flush tlb in kunmap(), was experimentcinap_lenrek
2014-02-02add acid library for amd64cinap_lenrek
2014-02-02pc64: fix mmu structure leakage, implement global poolcinap_lenrek
2014-02-02pc64: print only 8 hex chars dumpstack sp/pccinap_lenrek
2014-02-02mallocalign: make sure alignptr offset is modulo align when -offset > aligncinap_lenrek
2014-02-02pc64: fix vmapcinap_lenrek
2014-02-01pc64: enable iahci supportcinap_lenrek