summaryrefslogtreecommitdiff
path: root/sys/src/9/teg2
AgeCommit message (Expand)Author
2018-02-18devether: mux bridges, portable netconsolecinap_lenrek
2018-02-11kernel: move devether and wifi to port/cinap_lenrek
2017-12-18devether: dont forward loopback packets on bridgescinap_lenrek
2017-12-15ether: allow spoofing of source mac address for bridges; used by vmxcinap_lenrek
2017-12-09devether: remove duplicated parseether() implementation (pull from libip)cinap_lenrek
2017-11-19kernel: make isaconfig() consistent, not inplace tokenizing the conf stringcinap_lenrek
2017-11-04kernel: introduce per process FPU struct (PFPU) for more flexible machine spe...cinap_lenrek
2017-10-29kernel: introduce devswap #ΒΆ to serve /dev/swap and handle swapfile encryptioncinap_lenrek
2017-06-12kernel: add support for hardware watchpointsaiju
2017-03-11kernel: get rid of active.Lock and active.thunderbirdsargocinap_lenrek
2017-03-11teg2: fix format string warning in mmu.ccinap_lenrek
2016-01-05kernel: change active.machs from bitmap to char array to support up to 64 cpu...cinap_lenrek
2015-11-30kernel: cleanup exit()/shutdown()/reboot() codecinap_lenrek
2015-07-07all kernels: declare _tas() to prevent pulling in libc version (for libmemdraw)cinap_lenrek
2015-06-19kernel: do not pull in atom.s from libc for arm kernelscinap_lenrek
2015-06-15kernel: add pagechaindone() to wakeup processes waiting for memorycinap_lenrek
2015-05-30io.h: fis comment PciSID (alphapc, kw, mtx, teg2) (thanks qeed!)cinap_lenrek
2015-04-30pass Ureg* argument to note handler in R0 register on armcinap_lenrek
2015-02-07kernel: reduce Page structure size by changing Page.cachectl[]cinap_lenrek
2014-12-17teg2, xen: remove unused bootdisk[] and fix conf.nswppo factor in kernel memo...cinap_lenrek
2014-12-16kernel: remove obsolete comment regarding Mntcache size in */main.ccinap_lenrek
2014-12-14kernel: get rid of /boot/boot parametrizationcinap_lenrek
2014-11-09kernel: remove implicit Proc* argument from procctl()cinap_lenrek
2014-09-17teg2: fix wrong l2 setshift address in wholecache() (from sources)cinap_lenrek
2014-06-08kernel: remove Block refcounting (thanks erik)cinap_lenrek
2014-06-08teg2: move syscall.$O and syscallfmt.$O targets from config to mkfilecinap_lenrek
2014-03-15kernel: interpret service= boot parameter to set "cpuserver" variablecinap_lenrek
2014-01-20kernel: apply uintptr for ulong when a pointer is storedcinap_lenrek
2013-12-29kernel: dont call pprint() while holding up->debug qlockcinap_lenrek
2013-12-16devether: remove qfull prints and fix loopback packet handling of etheroq()cinap_lenrek
2013-11-22kernel: more kproc pexit() and sleep error handlingcinap_lenrek
2013-06-12ARM: kernel: add vfp emulator to bcm, teg2, omap, kwjpathy
2013-06-10ARM: kernel changes make teg2 procfork() call fpuprocfork() and acid fixes fo...jpathy
2013-05-30kernel: do all fp state fork from procfork() (like pc kernel)cinap_lenrek
2013-04-29Fix double-free fault when isaconfig returns nothing for "etherN". (from rich...cinap_lenrek
2013-03-16sysexec: fix possible segment overlap with temporary stackcinap_lenrek
2013-01-26add tegra2 soc kernel (from sources)cinap_lenrek