summaryrefslogtreecommitdiff
path: root/sys/src
AgeCommit message (Expand)Author
2015-03-08gs: fix bug 694539. Reading off the end of the cbuf when dash pattern len is maxcinap_lenrek
2015-03-07kernel: catch address overflow in syssegfree()cinap_lenrek
2015-03-07snap: fix readseg() to cope with > 2gb segmentscinap_lenrek
2015-03-06zynq: sdio supportcinap_lenrek
2015-03-06devsd: always page align sd bufferscinap_lenrek
2015-03-06zynq: do mpinit() early so cpu1 debug prints do not intermixcinap_lenrek
2015-03-05zynq: fix usb by implementing delay() and give proper port speed in portstatuscinap_lenrek
2015-03-04libthread: get rid of chaninit() (thanks qrstuv)cinap_lenrek
2015-03-03kernel: fix physical segment handlingcinap_lenrek
2015-03-02libdraw: font->display->defaultsubfont vs. display->defaultsubfont, dead code...cinap_lenrek
2015-03-01devmnt: remove unused mntstats fields from Mntrpccinap_lenrek
2015-03-01factotum: cleanup getnvramkey()cinap_lenrek
2015-03-01libdraw: use multiple read() calls in openfont() to read .font filecinap_lenrek
2015-03-01libdraw: use readn() to read headers and Fontchar arraycinap_lenrek
2015-03-016c: fix missing memset in Bconv()cinap_lenrek
2015-02-28libthread: remove unused internal functions and old xinc assembler filescinap_lenrek
2015-02-28libthread: use devdup instead of mounting pipe to /mnt/temp for close-on-exec...cinap_lenrek
2015-02-26pool: maintain Pool.curalloc for poolallocalign() and blockgrow()cinap_lenrek
2015-02-26aux/vga: dont error when vesa setscale fails after modeset (thanks rx9p for r...cinap_lenrek
2015-02-24kbdfs: work arround qemucinap_lenrek
2015-02-24libdraw: check fontchar count in openmemsubfont() and readsubfont()cinap_lenrek
2015-02-24libdraw: cleanup getsubfont()cinap_lenrek
2015-02-23webfs: check $httpproxy and error when its boguscinap_lenrek
2015-02-23jpg: handle progressive non-interleaved modecinap_lenrek
2015-02-21gs: backport 16MB string supportcinap_lenrek
2015-02-20devusb: check for nil hp->dump and hp->seprintepcinap_lenrek
2015-02-20pc, pc64: simplify intrdisable()cinap_lenrek
2015-02-20devusb: fix debug ctl nil crashcinap_lenrek
2015-02-20gs: backport aes support for pdf-1.6cinap_lenrek
2015-02-18pc, pc64: fix intrdisable() MaxIrqLAPIC -> MaxVectorAPIC (thanks mischief)cinap_lenrek
2015-02-186c: eleminate more MOV instructionscinap_lenrek
2015-02-176l: no need to emit rex.w prefix for MOVBQZX and MOVWQZXcinap_lenrek
2015-02-17nusb/usbd: fix typo in debug prints, dont use %U format as its not installedcinap_lenrek
2015-02-17vc: eleminate strcpy in multab codecinap_lenrek
2015-02-17[125678kqv][cl]: fix sprint() and strcpy() buffer overflowscinap_lenrek
2015-02-17tlssrv: produce meaningfull error message when unable to read certificatecinap_lenrek
2015-02-17tlssrv: fix usage, dont catcinap_lenrek
2015-02-17tlssrv: fix this mess (thanks burnzez for reporting the issue)cinap_lenrek
2015-02-15wc: flags dont need to be uvlongcinap_lenrek
2015-02-15wc: bring back old wc but extended for 21 bit runescinap_lenrek
2015-02-14wc: import new wc from sourcescinap_lenrek
2015-02-14usbehci: initial support for usb on zynq, remove uncached.hcinap_lenrek
2015-02-14zynq: do fixed mapping for ocm memory on boot and make kaddr() and paddr() wo...cinap_lenrek
2015-02-12build and document auth/userpasswdcinap_lenrek
2015-02-11libc: check name in getvent()/putenv()cinap_lenrek
2015-02-09igfx: displayport support for ivy bridgecinap_lenrek
2015-02-08mothra: add side scrolling, controlled by left and right buttons on the keybo...stanley lieber
2015-02-07vga/igfx: add 0x2a02 for GM965/GL960/X3100; comment vid/did with name of chipsetstanley lieber
2015-02-07pc64: enable uartisa in default configstanley lieber
2015-02-07games/c64: map : to \ keyaiju