Age | Commit message (Expand) | Author |
2020-01-26 | kernel: implement portable userinit() and simplify process creation | cinap_lenrek |
2020-01-11 | pc64: adapt vgaradeon driver to 64-bit (thanks Robert Ransom) | cinap_lenrek |
2019-12-02 | pc, pc64: clear debug watchpoint registers on exec and exit | cinap_lenrek |
2019-12-01 | pc, pc64: merge adjacent e820 map entries of same type | cinap_lenrek |
2019-11-24 | sd53c8xx: fix the driver for amd64, fix alignment/padding issues, fix freecha... | cinap_lenrek |
2019-09-08 | kernel: clear FPillegal in pexit() and before pprint() | cinap_lenrek |
2019-08-29 | pc64: map kernel text readonly and everything else no-execute | cinap_lenrek |
2019-08-27 | pc64: implement NX bit discovery, map kernel mappings no-execute | cinap_lenrek |
2019-08-27 | kernel: catch execution read fault on SG_NOEXEC segment | cinap_lenrek |
2019-08-26 | kernel: expose no execute bit to portable mmu code as SG_NOEXEC / PTENOEXEC, ... | cinap_lenrek |
2019-07-17 | usbehci: introduce dmaflush() function to handle portable cache invalidation ... | cinap_lenrek |
2019-07-11 | kernel: move common ethermii to port/ | cinap_lenrek |
2019-06-28 | pc64: preallocate mmupool page tables | cinap_lenrek |
2019-06-20 | pc64: actually fix it, what was i THINKING | cinap_lenrek |
2019-06-20 | pc64: fix compiler warning in rebootjump() entry calculation | cinap_lenrek |
2019-05-01 | kernel: get rid of checkpagerefs() debugging | cinap_lenrek |
2019-04-04 | pc64: get rid of TSTKTOP, USTKTOP is the end of user address space | cinap_lenrek |
2019-01-22 | pc64: properly handle faulterror in faultamd64() | cinap_lenrek |
2019-01-04 | pc, pc64: properly track dependencies for mem.h on autogenerated apbootstrap.... | cinap_lenrek |
2018-12-23 | etherx550: add intel 10GB ethernet controlller x550 driver (thanks joe9) | cinap_lenrek |
2018-12-11 | kernel: change peek to return number of characters left rather than 0/-1 | aiju |
2018-12-11 | dtracy: catch page faults | aiju |
2018-12-11 | add dtracy support to mkdevc and enable dtracy with plan9.ini | aiju |
2018-11-19 | pc, pc64: park application processors in rebootcode with mmu off | cinap_lenrek |
2018-10-07 | pc, pc64: add pcienable() and pcidisable() functions | cinap_lenrek |
2018-10-06 | pc, pc64: increase CONFADDR buffer from 4K to 24K | cinap_lenrek |
2018-07-22 | pc, pc64: look for "RSD PTR " in ACPI reserved memory region from e820 map | cinap_lenrek |
2018-07-11 | pc64: update headers to match pc | aiju |
2018-06-14 | 9pc, 9pc64: make mapalloc() and mapfree() static in memory.c | cinap_lenrek |
2018-05-27 | sdram: experimental ramdisk driver | cinap_lenrek |
2018-05-21 | pc64: fix fpu bug | cinap_lenrek |
2018-04-12 | add missing ethermii.h dependencies. patch from cinap_lenrek | kremlin |
2018-03-17 | pc64: fix _intrr(), avoid the linker moving _intrr() arround | cinap_lenrek |
2018-03-17 | pc64: add magic _intrr() symbol for ktrace (thanks mischief) | cinap_lenrek |
2018-02-18 | devether: mux bridges, portable netconsole | cinap_lenrek |
2018-02-11 | ethersink: provide promisc and multicast functions for v6, set out queue limi... | cinap_lenrek |
2018-02-11 | kernel: move devether and wifi to port/ | cinap_lenrek |
2018-01-29 | pc64: fix kmap() and invlpg() | cinap_lenrek |
2017-12-17 | pc, pc64: add devbridge to kernel configuration | cinap_lenrek |
2017-12-17 | wifi: use protocol constants from ip/ip.h and ip/ipv6.h for dmatproxy() | cinap_lenrek |
2017-12-16 | wifi: matt damon wifi bridging support | cinap_lenrek |
2017-11-16 | 9pc64: handle special case in fpurestore() for procexec()/procsetup() | cinap_lenrek |
2017-11-14 | pc64: fix mistake fpurestore() mistake | cinap_lenrek |
2017-11-12 | pc64: allow using the FPU in syscall and pagefault handlers | cinap_lenrek |
2017-11-08 | pc64: set ts flag before schedinit() | cinap_lenrek |
2017-11-04 | kernel: introduce per process FPU struct (PFPU) for more flexible machine spe... | cinap_lenrek |
2017-10-29 | kernel: introduce devswap #ΒΆ to serve /dev/swap and handle swapfile encryption | cinap_lenrek |
2017-09-27 | pc64: add ether82598 driver to configuration | cinap_lenrek |
2017-09-10 | rename pcf kernel to pc, remove pcf, pccpuf, pccpu64 kernels, update document... | cinap_lenrek |
2017-09-02 | devvmx: call vmxshutdown from reboot() function manually | aiju |