summaryrefslogtreecommitdiff
path: root/sys/src
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-17libframe: use correct text color on frinsert depending on selection (thanks sl)cinap_lenrek
2014-07-15page: fix deadlock with addpage (thanks BurnZeZ for the stacktraces)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-13libmach: fix break point instruction for little endian MIPS (from sources)cinap_lenrek
2014-07-13tftpfs: make sure path is null terminatedcinap_lenrek
2014-07-13ftpd: dont skip unmountnet() and return proper error string from dialdata()cinap_lenrek
2014-07-13tftpd: fix error string packet overflow in nak(), fix syslog reportingcinap_lenrek
2014-07-12expr: fix missing type declarations for match(), which broke on amd64 as poin...cinap_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-09abaco: fix double free race of p->status string (thanks BurnZeZ for the proc ...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-07-05nusb/serial: implement flushescinap_lenrek
2014-07-05nusb/serial: more cleanupcinap_lenrek
2014-07-05support for huawei e220 g3 modem, cleanup nusb/serialcinap_lenrek
2014-07-03remove executable bit from /sys/src/lib9p/ramfs.ccinap_lenrek
2014-06-29nusbrc: ensure rpi ethernet always appears as /net/etherU0stanley lieber
2014-06-28nusb: fix spelling, sorrycinap_lenrek
2014-06-28mergecinap_lenrek
2014-06-28nusb: implement aijus stable uniqueue device namescinap_lenrek
2014-06-28iostats: more procscinap_lenrek
2014-06-27mergemischief
2014-06-27unzip: fix usagemischief
2014-06-28ptp: fix alignment assumptions for amd64cinap_lenrek
2014-06-25upas/fs: disable imap mail fetch pipeline due to racemischief
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-22ed: dont pass string constants to mktemp()cinap_lenrek
2014-06-15games/md: small bug fixesaiju
2014-06-15games/md: add shadow/hilight supportaiju
2014-06-15games/md: add save game support, fix cpu bugaiju
2014-06-14games/md: small fixesaiju