summaryrefslogtreecommitdiff
path: root/sys/src/9
AgeCommit message (Expand)Author
2014-07-21pc64: cleanup syscallentry()cinap_lenrek
2014-07-20pc64: dont save/restore DS/ES/FS/GS segment registers on syscall or interrupt...cinap_lenrek
2014-07-20pc64: preserve user extern registers R14 and R15 across syscalls, use Ureg.bp...cinap_lenrek
2014-07-15devproc: nilcinap_lenrek
2014-07-15devproc: fix syscalltrace error handling, conistent use of nil for pointerscinap_lenrek
2014-07-14devproc: fix mistakecinap_lenrek
2014-07-14devproc: fix proccrlmemio bugscinap_lenrek
2014-07-11kernel: only complain about no images when theres nothing more to reclaimcinap_lenrek
2014-07-10Add AHCI support for Intel 8 Series/C220 Series Chipset Family SATA Controlle...cinap_lenrek
2014-07-10Add Intel C226 chipset PCI support. (from sources)cinap_lenrek
2014-07-09pc, pc64: initial machine check architecture supportcinap_lenrek
2014-07-08bcm: apply richards fix for mmukmap (from /n/sources/patch/bcm-mmukmap-bug)cinap_lenrek
2014-06-29nusbrc: ensure rpi ethernet always appears as /net/etherU0stanley lieber
2014-06-28nusb: implement aijus stable uniqueue device namescinap_lenrek
2014-06-25xen: delete screen.h from pc that accidentally snuck in. a screen.h for xen f...mischief
2014-06-25xen: fix boot argv0mischief
2014-06-25xen: gotta go fastmischief
2014-06-25xen: correct print format for longmischief
2014-06-24xen: fix early consolemischief
2014-06-24import xen 32 bit paravirtual kernel from /n/sources/xen.mischief
2014-06-23kernel: more proc.c cleanupcinap_lenrek
2014-06-23kernel: make use of nil and 0 consistent in proc.ccinap_lenrek
2014-06-23kernel: fix cooperative scheduling for wired processescinap_lenrek
2014-06-22ether8169: use u16int instead of u8int for C+ command register (thanks pavel ...cinap_lenrek
2014-06-22pc64: fix comment for preallocpages()cinap_lenrek
2014-06-22kernel: new pagecache, remove Lock from page, use cmpswap for Ref instead of ...cinap_lenrek
2014-06-13pc64: fix MS2HZ (thanks Anthony Martin)cinap_lenrek
2014-06-09audiohda: add Intel 8 Series/C220 Series supportftrvxmtrx
2014-06-09ether8169: support for RTL8168Gftrvxmtrx
2014-06-09pc: clip rectangles before sending them to the hardware in flushmemscreenmischief
2014-06-09ether79c970: fix mistakecinap_lenrek
2014-06-08swap: make sure swap address sticks arround until page is written to swapcinap_lenrek
2014-06-08pc64: use pc/pcrandom.$O instead of port/random.$O for RDRAND instruction sup...cinap_lenrek
2014-06-08kernel: remove _xinc()/_xdec()cinap_lenrek
2014-06-08pc, pc64: fix missed qunlock, use Ref with incref()/decref() instead of _xinc...cinap_lenrek
2014-06-08omap: move syscall.$O target from config to mkfilecinap_lenrek
2014-06-08omap: remove Block refcountingcinap_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-06-08kw: move syscall.$O target from config to mkfilecinap_lenrek
2014-06-08omap4: update for new syscall interface and syscallfmtcinap_lenrek
2014-06-07pc64: remove unneeded parens in pmap()cinap_lenrek
2014-06-07pc64: implement checkmmu() debug functioncinap_lenrek
2014-06-07sdvirtio: experimental support for virtio-scsicinap_lenrek
2014-06-05kernel: dont use atomic increment for Proc.nlocks, maintain Lock.m for lock()...cinap_lenrek
2014-06-05pc64: dont trap _xinc()/_xdec() overflow/underflow, delete unused atomic func...cinap_lenrek
2014-06-04nusbrc: dont fork usb drivers into backgroundcinap_lenrek
2014-06-03kernel: remove wrong and needles mapsize check in newseg() (thanks Yoann Padi...cinap_lenrek
2014-06-01pc64: fix for unsigned comparsion of (top - base) >= sizecinap_lenrek
2014-06-01pc64: use 2MB pages for preallocpages()cinap_lenrek