summaryrefslogtreecommitdiff
path: root/sys/src
AgeCommit message (Expand)Author
2015-02-07games/c64: fix -2/-3aiju
2015-02-07games/mkfile: add c64aiju
2015-02-07games/c64: oopsaiju
2015-02-07added games/c64aiju
2015-02-07zynq: fix print format warning in screeninit()cinap_lenrek
2015-02-07kernel: make pagereclaim() a bit less stupidcinap_lenrek
2015-02-07kernel: reduce Page structure size by changing Page.cachectl[]cinap_lenrek
2015-02-05fplot: add modulus % operatorcinap_lenrek
2015-02-05libsec: add TLS_DHE_RSA_WITH_3DES_EDE_CBC_SHA client cipher suit supportcinap_lenrek
2015-02-05aux/vga: remove vbs/vbe from mode, use shs/ehs when sync is ment, prefer deta...cinap_lenrek
2015-02-02aux/vga: fix mistale :-)cinap_lenrek
2015-02-02aux/vga: use optional edid information to determine mode when vgadb failscinap_lenrek
2015-02-01aux/vga: cleanup vesa codecinap_lenrek
2015-01-31mothra: people do not like it. revertingcinap_lenrek
2015-01-31mothra: wrap long text and images to fitcinap_lenrek
2015-01-30kernel: increase size of palloc.mem[] user page bank arraycinap_lenrek
2015-01-30wifi: fix recvbeacon()cinap_lenrek
2015-01-30wifi: ignore truncated tlv in beacon/probescinap_lenrek
2015-01-27devmnt: handle rpc buffer exhaustion on mntflushalloc()cinap_lenrek
2015-01-27wpa: fix password avp padding, recognize wpa1 authentication ouicinap_lenrek
2015-01-27wpa: do not forward alert tls records, close connectioncinap_lenrek
2015-01-25pc, efi loaders: erase characters when backspace is pressedmischief
2015-01-26wpa: cleanup, pad eap-ttls/pap password, zero passwords and key material afte...cinap_lenrek
2015-01-25wpa: experimental wpa2 enterprise supportcinap_lenrek
2015-01-25factotum: implement proto=mschapv2 client rolecinap_lenrek
2015-01-23pc: dont handle pending floating point exception in fpsave thru FPOFFcinap_lenrek
2015-01-18libdraw: fix broken eenter()cinap_lenrek
2015-01-17igfx: remove hardware cursor support for X60t, does not workcinap_lenrek
2015-01-17igfx: fix wrong cursor position register addresscinap_lenrek
2015-01-17iwl: add "reset" ctl message to software tigger device resetcinap_lenrek
2015-01-16igfx: determine amount of preallocated stolen graphics memory for hw cursorcinap_lenrek
2015-01-16devvga: use uintptr for VGAscr.paddr and VGAscr.storagecinap_lenrek
2015-01-16igfx: support for X60t with 1400x1050 panelcinap_lenrek
2015-01-16webcookies: only sync the jar when dirty on clunkcinap_lenrek
2015-01-16webcookies: avoid rereading and rewriting the cookie jar file all the time, d...cinap_lenrek
2015-01-13igfx: cursor/plane pipe assign is G45 only, add magic dsp a toggle from enabl...cinap_lenrek
2015-01-13kbfds: delete autogenerated latin1.h file when mklatin failscinap_lenrek
2015-01-12igfx: set the display/overlay/cursor plane override disbale bits for G45 (lik...cinap_lenrek
2015-01-12igfx: fix typo, initialize more lvds bits for G45, T60 testingcinap_lenrek
2015-01-12igfx: reverting previous change, pci id is for the second graphics controller...cinap_lenrek
2015-01-12igfx: support for X200 (thanks bigato)cinap_lenrek
2015-01-12igfx: properly turn vga monitor offcinap_lenrek
2015-01-12igfx: aaand vga support for x200s :-)cinap_lenrek
2015-01-12igfx: vga support on x230, fix fdi link setup, LG Flatron L1730P vgadb entrycinap_lenrek
2015-01-12fix missing games/gba target in mkfile (thanks qu7uux)cinap_lenrek
2015-01-11igfx: only use mmio... left from debuggingcinap_lenrek
2015-01-11igfx: cleanupcinap_lenrek
2015-01-11mergecinap_lenrek
2015-01-11igfx: get edid information from lvdscinap_lenrek
2015-01-10ip/ipconfig: set ndb database file with -f argumentmischief