Age | Commit message (Expand) | Author |
2014-07-21 | pc64: cleanup syscallentry() | cinap_lenrek |
2014-07-20 | pc64: dont save/restore DS/ES/FS/GS segment registers on syscall or interrupt... | cinap_lenrek |
2014-07-20 | pc64: preserve user extern registers R14 and R15 across syscalls, use Ureg.bp... | cinap_lenrek |
2014-07-17 | libframe: use correct text color on frinsert depending on selection (thanks sl) | cinap_lenrek |
2014-07-15 | page: fix deadlock with addpage (thanks BurnZeZ for the stacktraces) | cinap_lenrek |
2014-07-15 | devproc: nil | cinap_lenrek |
2014-07-15 | devproc: fix syscalltrace error handling, conistent use of nil for pointers | cinap_lenrek |
2014-07-14 | devproc: fix mistake | cinap_lenrek |
2014-07-14 | devproc: fix proccrlmemio bugs | cinap_lenrek |
2014-07-13 | libmach: fix break point instruction for little endian MIPS (from sources) | cinap_lenrek |
2014-07-13 | tftpfs: make sure path is null terminated | cinap_lenrek |
2014-07-13 | ftpd: dont skip unmountnet() and return proper error string from dialdata() | cinap_lenrek |
2014-07-13 | tftpd: fix error string packet overflow in nak(), fix syslog reporting | cinap_lenrek |
2014-07-12 | expr: fix missing type declarations for match(), which broke on amd64 as poin... | cinap_lenrek |
2014-07-11 | kernel: only complain about no images when theres nothing more to reclaim | cinap_lenrek |
2014-07-10 | Add AHCI support for Intel 8 Series/C220 Series Chipset Family SATA Controlle... | cinap_lenrek |
2014-07-10 | Add Intel C226 chipset PCI support. (from sources) | cinap_lenrek |
2014-07-09 | abaco: fix double free race of p->status string (thanks BurnZeZ for the proc ... | cinap_lenrek |
2014-07-09 | pc, pc64: initial machine check architecture support | cinap_lenrek |
2014-07-08 | bcm: apply richards fix for mmukmap (from /n/sources/patch/bcm-mmukmap-bug) | cinap_lenrek |
2014-07-05 | nusb/serial: implement flushes | cinap_lenrek |
2014-07-05 | nusb/serial: more cleanup | cinap_lenrek |
2014-07-05 | support for huawei e220 g3 modem, cleanup nusb/serial | cinap_lenrek |
2014-07-03 | remove executable bit from /sys/src/lib9p/ramfs.c | cinap_lenrek |
2014-06-29 | nusbrc: ensure rpi ethernet always appears as /net/etherU0 | stanley lieber |
2014-06-28 | nusb: fix spelling, sorry | cinap_lenrek |
2014-06-28 | merge | cinap_lenrek |
2014-06-28 | nusb: implement aijus stable uniqueue device names | cinap_lenrek |
2014-06-28 | iostats: more procs | cinap_lenrek |
2014-06-27 | merge | mischief |
2014-06-27 | unzip: fix usage | mischief |
2014-06-28 | ptp: fix alignment assumptions for amd64 | cinap_lenrek |
2014-06-25 | upas/fs: disable imap mail fetch pipeline due to race | mischief |
2014-06-25 | xen: delete screen.h from pc that accidentally snuck in. a screen.h for xen f... | mischief |
2014-06-25 | xen: fix boot argv0 | mischief |
2014-06-25 | xen: gotta go fast | mischief |
2014-06-25 | xen: correct print format for long | mischief |
2014-06-24 | xen: fix early console | mischief |
2014-06-24 | import xen 32 bit paravirtual kernel from /n/sources/xen. | mischief |
2014-06-23 | kernel: more proc.c cleanup | cinap_lenrek |
2014-06-23 | kernel: make use of nil and 0 consistent in proc.c | cinap_lenrek |
2014-06-23 | kernel: fix cooperative scheduling for wired processes | cinap_lenrek |
2014-06-22 | ether8169: use u16int instead of u8int for C+ command register (thanks pavel ... | cinap_lenrek |
2014-06-22 | pc64: fix comment for preallocpages() | cinap_lenrek |
2014-06-22 | kernel: new pagecache, remove Lock from page, use cmpswap for Ref instead of ... | cinap_lenrek |
2014-06-22 | ed: dont pass string constants to mktemp() | cinap_lenrek |
2014-06-15 | games/md: small bug fixes | aiju |
2014-06-15 | games/md: add shadow/hilight support | aiju |
2014-06-15 | games/md: add save game support, fix cpu bug | aiju |
2014-06-14 | games/md: small fixes | aiju |