Age | Commit message (Expand) | Author |
2016-01-14 | pc64: move idle() routine after CALL main(SB) as the comment suggests | cinap_lenrek |
2016-01-13 | pc/pc64: backing out new mp startup code (caused issues with ramnode) | cinap_lenrek |
2016-01-11 | pc/pc64: bring up ap's one after another, use idlehands() while waiting for t... | cinap_lenrek |
2016-01-05 | kernel: change active.machs from bitmap to char array to support up to 64 cpu... | cinap_lenrek |
2015-11-30 | kernel: cleanup exit()/shutdown()/reboot() code | cinap_lenrek |
2015-08-05 | pc, pc64: remove unused psaux driver, cleanup devkbd | cinap_lenrek |
2015-08-05 | devkbd: disable mosue/keyboard on shutdown, disable ps2 mouse on init, remove... | cinap_lenrek |
2015-07-10 | wifi: adjust transmit rate on error (for etheriwl), small mkfile changes | cinap_lenrek |
2015-07-07 | pc64: use unsigned long for kmapindex and mmu counts avoiding signed integer ... | cinap_lenrek |
2015-07-07 | all kernels: declare _tas() to prevent pulling in libc version (for libmemdraw) | cinap_lenrek |
2015-06-28 | etherwpi: Intel PRO Wireless 3945abg driver based on openbsd's if_wpi (thanks... | cinap_lenrek |
2015-06-28 | pc, pc64: toggle bit 2 in port 0x61 to reset and enable PCI SERR# nmi's, prin... | cinap_lenrek |
2015-04-08 | pc, pc64: extend initial memory map for qemu multiboot data | cinap_lenrek |
2015-03-25 | pc, pc64: state dependency to usbehci.h in mkfiles | cinap_lenrek |
2015-03-22 | usbohci: ensure Ed and Td alignment, fix for amd64 | cinap_lenrek |
2015-02-20 | pc, pc64: simplify intrdisable() | cinap_lenrek |
2015-02-18 | pc, pc64: fix intrdisable() MaxIrqLAPIC -> MaxVectorAPIC (thanks mischief) | cinap_lenrek |
2015-02-14 | usbehci: initial support for usb on zynq, remove uncached.h | cinap_lenrek |
2015-02-07 | pc64: enable uartisa in default config | stanley lieber |
2015-02-07 | kernel: reduce Page structure size by changing Page.cachectl[] | cinap_lenrek |
2015-01-09 | igfx: implement hardware cursor | cinap_lenrek |
2015-01-09 | igfx: work in progress intel graphics driver | cinap_lenrek |
2014-12-22 | pc, pc64, xen: change return type of intrdisable() to void | cinap_lenrek |
2014-12-22 | pc, pc64: fix intrdisable() to remove the Vctl entry even tho we can't disabl... | cinap_lenrek |
2014-12-22 | pc, pc64, xen: simplify #P/irqalloc | cinap_lenrek |
2014-12-19 | pc64: enable devaoe and sdloop in kernel configuration | cinap_lenrek |
2014-12-19 | pc, pc64: adjust mpshutdown() comment to reflect the current state | cinap_lenrek |
2014-12-19 | pc, pc64: untangle acpireset() from mpshutdown() | cinap_lenrek |
2014-12-17 | pc, pc64: remove old B.COM command line parsing and just pass tokenized BOOTL... | cinap_lenrek |
2014-12-16 | kernel: remove obsolete comment regarding Mntcache size in */main.c | cinap_lenrek |
2014-12-14 | kernel: get rid of /boot/boot parametrization | cinap_lenrek |
2014-12-13 | pc, pc64: untangle embedded controller (ec) dependency from devarch | cinap_lenrek |
2014-12-06 | pc, pc64: add and enable ethervirtio driver | mischief |
2014-11-20 | pc, pc64: preserve last KB of conventional memory (might contain bios tables) | cinap_lenrek |
2014-11-15 | pc64: get rid of fixed 8MB INIMAP and dynamically map KZERO-end in l.s | cinap_lenrek |
2014-11-10 | pc64: fix comment description of pc64 kernel configuration | cinap_lenrek |
2014-11-10 | pc, pc64: provide access to embedded controller with #P/ec file | cinap_lenrek |
2014-11-09 | kernel: remove implicit Proc* argument from procctl() | cinap_lenrek |
2014-11-02 | pc, pc64: implement acpi reset (for efi) | cinap_lenrek |
2014-11-02 | pc, pc64: more sanity checking for lowraminit() | cinap_lenrek |
2014-11-01 | pc64: remove unused pdballoc and pdbfree counters from mach structure | cinap_lenrek |
2014-10-21 | pc, pc64: make mtrr() callable from interrupt context and before mpinit | cinap_lenrek |
2014-10-18 | pc, pc64: allow passing RSDT pointer in *acpi= boot parameter, early bootscre... | cinap_lenrek |
2014-09-24 | pc64: enable rtl8169 driver (thanks awabimakoto for testing) | mischief |
2014-09-21 | pc64: print "Plan 9" on boot, cleanup pccpu64 files | cinap_lenrek |
2014-08-22 | pc64: enable ether8139 in kernel config (thanks hiro) | cinap_lenrek |
2014-08-18 | pc, pc64: fix off by one error in _multibootentry | cinap_lenrek |
2014-08-07 | pc, pc64: make pc kaddr() check reject -KZERO address (thanks aiju) | cinap_lenrek |
2014-08-07 | pc64: fix wrong Ureg* argument on note handler (thanks _sl!) | cinap_lenrek |
2014-07-21 | pc64: cleanup syscallentry() | cinap_lenrek |