summaryrefslogtreecommitdiff
path: root/sys/src/cmd/aux
AgeCommit message (Expand)Author
2016-01-07format pointer subtraction results with %zd instead of %ld (for long -> intpt...cinap_lenrek
2015-11-24disksim: don't assume 4-byte pointerscinap_lenrek
2015-10-10aux/listen1: usage()cinap_lenrek
2015-10-10aux/listen1: allow alternative namespace when running as user none with -n op...cinap_lenrek
2015-09-29aux/gpsfs: fix usageBurnZeZ
2015-09-14igfx: fix typos (thanks qwx)cinap_lenrek
2015-08-25fix fuckupglenda
2015-08-25import E script from bell labsmischief
2015-08-18aux/statusbar: use title as rio window title (thanks qrstuv)mischief
2015-08-039pcon: use strtol() to parse integerscinap_lenrek
2015-08-03aux/vga: dont rely on atoi() being able to parse hexcinap_lenrek
2015-07-31aux/vga: sandybridge support for igfx (unfinished)cinap_lenrek
2015-07-16aux/cpuid: make sure extended feature bits are available (fixes crash on the ...cinap_lenrek
2015-06-28wpa: do not prompt for key when there is already one in factotumcinap_lenrek
2015-06-13aux/vga: == is not strncmpftrvxmtrx
2015-06-08aux/vga: disable nvidiascale() as it broke modeset on kenjis cardcinap_lenrek
2015-05-19aux/vga: dont use /proc/$pid/mem to access vga bioscinap_lenrek
2015-05-17kbdfs: Runemax is inclusive.cinap_lenrek
2015-05-09realemu: ignore access to CMOS/RTC address/data registerscinap_lenrek
2015-04-23aux/listen: removing service script sholud kill listener (thanks mischief)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-09igfx: displayport support for ivy bridgecinap_lenrek
2015-02-07vga/igfx: add 0x2a02 for GM965/GL960/X3100; comment vid/did with name of chipsetstanley lieber
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-27wpa: fix password avp padding, recognize wpa1 authentication ouicinap_lenrek
2015-01-27wpa: do not forward alert tls records, close connectioncinap_lenrek
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-17igfx: fix wrong cursor position register addresscinap_lenrek
2015-01-16igfx: determine amount of preallocated stolen graphics memory for hw cursorcinap_lenrek
2015-01-16igfx: support for X60t with 1400x1050 panelcinap_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-11igfx: only use mmio... left from debuggingcinap_lenrek
2015-01-11igfx: cleanupcinap_lenrek
2015-01-11igfx: get edid information from lvdscinap_lenrek
2015-01-10igfx: use mmio to access registers instead of pio, fix wrong igfxmmio segment...cinap_lenrek
2015-01-10igfx: perserve frame start delay "magic" bits 27:28 in pipe conf registercinap_lenrek
2015-01-09igfx: implement hardware cursorcinap_lenrek